# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.8890872895717616*${_u_distance} variable latticeconst_converted equal 3.8890872895717616*1 lattice fcc ${latticeconst_converted} lattice fcc 3.88908728957176 Lattice spacing in x,y,z = 3.8890873 3.8890873 3.8890873 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (38.890873 38.890873 38.890873) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (38.890873 38.890873 38.890873) create_atoms CPU = 0.003 seconds variable mass_converted equal 106.42*${_u_mass} variable mass_converted equal 106.42*1 kim_interactions Pd WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Pd #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_JeongParkDo_2018_PdCo__MO_101997554790_001 pair_coeff * * Pd #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 106.42 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 58822.4450444068 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 58822.4450444068*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 58822.4450444068 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_101997554790_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -15478.129 -15478.129 -15640 -15640 313.15 313.15 58822.445 58822.445 2939.3072 2939.3072 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13182 244.13182 Loop time of 193.777 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.827 hours/ns, 5.161 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.83 | 192.83 | 192.83 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15035 | 0.15035 | 0.15035 | 0.0 | 0.08 Output | 0.00021972 | 0.00021972 | 0.00021972 | 0.0 | 0.00 Modify | 0.69628 | 0.69628 | 0.69628 | 0.0 | 0.36 Other | | 0.09745 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13182 244.13182 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0082 3015.0082 Loop time of 193.224 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.673 hours/ns, 5.175 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.35 | 192.35 | 192.35 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14217 | 0.14217 | 0.14217 | 0.0 | 0.07 Output | 0.00021498 | 0.00021498 | 0.00021498 | 0.0 | 0.00 Modify | 0.63505 | 0.63505 | 0.63505 | 0.0 | 0.33 Other | | 0.0936 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0082 3015.0082 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83403 -559.83403 Loop time of 225.184 on 1 procs for 1000 steps with 4000 atoms Performance: 0.384 ns/day, 62.551 hours/ns, 4.441 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 224.13 | 224.13 | 224.13 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16246 | 0.16246 | 0.16246 | 0.0 | 0.07 Output | 0.00029241 | 0.00029241 | 0.00029241 | 0.0 | 0.00 Modify | 0.78964 | 0.78964 | 0.78964 | 0.0 | 0.35 Other | | 0.1043 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83403 -559.83403 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90523 -970.90523 Loop time of 229.312 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.698 hours/ns, 4.361 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.24 | 228.24 | 228.24 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16577 | 0.16577 | 0.16577 | 0.0 | 0.07 Output | 0.00028748 | 0.00028748 | 0.00028748 | 0.0 | 0.00 Modify | 0.80549 | 0.80549 | 0.80549 | 0.0 | 0.35 Other | | 0.1057 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90523 -970.90523 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2251 2181.2251 Loop time of 226.002 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.778 hours/ns, 4.425 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 224.93 | 224.93 | 224.93 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.164 | 0.164 | 0.164 | 0.0 | 0.07 Output | 0.00017894 | 0.00017894 | 0.00017894 | 0.0 | 0.00 Modify | 0.79926 | 0.79926 | 0.79926 | 0.0 | 0.35 Other | | 0.1055 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 310.782077193408, Press = -655.603555902865 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2251 2181.2251 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90828 -134.90828 Loop time of 196.18 on 1 procs for 1000 steps with 4000 atoms Performance: 0.440 ns/day, 54.494 hours/ns, 5.097 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 195.27 | 195.27 | 195.27 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14456 | 0.14456 | 0.14456 | 0.0 | 0.07 Output | 0.00017909 | 0.00017909 | 0.00017909 | 0.0 | 0.00 Modify | 0.66727 | 0.66727 | 0.66727 | 0.0 | 0.34 Other | | 0.09299 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312060.0 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.467367431048, Press = -46.4924102973387 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90828 -134.90828 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34736 315.34736 59573.383 59573.383 64.564416 64.564416 Loop time of 206.104 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.251 hours/ns, 4.852 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 205.14 | 205.14 | 205.14 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1528 | 0.1528 | 0.1528 | 0.0 | 0.07 Output | 0.0001785 | 0.0001785 | 0.0001785 | 0.0 | 0.00 Modify | 0.71474 | 0.71474 | 0.71474 | 0.0 | 0.35 Other | | 0.09653 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.013037218627, Press = -17.4015192149145 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34736 315.34736 59573.383 59573.383 64.564416 64.564416 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84364 -411.84364 Loop time of 229.517 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.755 hours/ns, 4.357 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.41 | 228.41 | 228.41 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16491 | 0.16491 | 0.16491 | 0.0 | 0.07 Output | 0.00018206 | 0.00018206 | 0.00018206 | 0.0 | 0.00 Modify | 0.83853 | 0.83853 | 0.83853 | 0.0 | 0.37 Other | | 0.1051 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.307001412693, Press = -14.6889679631507 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84364 -411.84364 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11904 124.11904 Loop time of 229.362 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.712 hours/ns, 4.360 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.26 | 228.26 | 228.26 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16601 | 0.16601 | 0.16601 | 0.0 | 0.07 Output | 0.000179 | 0.000179 | 0.000179 | 0.0 | 0.00 Modify | 0.8335 | 0.8335 | 0.8335 | 0.0 | 0.36 Other | | 0.1049 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.520869464788, Press = -14.8744495472132 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11904 124.11904 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3277 1105.3277 Loop time of 223.146 on 1 procs for 1000 steps with 4000 atoms Performance: 0.387 ns/day, 61.985 hours/ns, 4.481 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 222.09 | 222.09 | 222.09 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15938 | 0.15938 | 0.15938 | 0.0 | 0.07 Output | 0.00023024 | 0.00023024 | 0.00023024 | 0.0 | 0.00 Modify | 0.79792 | 0.79792 | 0.79792 | 0.0 | 0.36 Other | | 0.1024 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.553147985567, Press = -9.33462371036721 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3277 1105.3277 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.7793 313.7793 59606.705 59606.705 -643.25808 -643.25808 Loop time of 226.103 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.806 hours/ns, 4.423 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 225 | 225 | 225 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16414 | 0.16414 | 0.16414 | 0.0 | 0.07 Output | 0.00018086 | 0.00018086 | 0.00018086 | 0.0 | 0.00 Modify | 0.83226 | 0.83226 | 0.83226 | 0.0 | 0.37 Other | | 0.1032 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312066.0 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.016500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.990033821501, Press = -14.0936090806852 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.7793 313.7793 59606.705 59606.705 -643.25808 -643.25808 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10454 307.10454 59635.39 59635.39 -1836.4066 -1836.4066 Loop time of 220.112 on 1 procs for 1000 steps with 4000 atoms Performance: 0.393 ns/day, 61.142 hours/ns, 4.543 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.05 | 219.05 | 219.05 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16024 | 0.16024 | 0.16024 | 0.0 | 0.07 Output | 0.0001795 | 0.0001795 | 0.0001795 | 0.0 | 0.00 Modify | 0.80293 | 0.80293 | 0.80293 | 0.0 | 0.36 Other | | 0.1014 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 311998.0 ave 311998 max 311998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311998 Ave neighs/atom = 77.999500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.970809851495, Press = -10.6760496128121 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10454 307.10454 59635.39 59635.39 -1836.4066 -1836.4066 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66243 306.66243 59610.699 59610.699 -767.55243 -767.55243 Loop time of 222.057 on 1 procs for 1000 steps with 4000 atoms Performance: 0.389 ns/day, 61.683 hours/ns, 4.503 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.99 | 220.99 | 220.99 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16153 | 0.16153 | 0.16153 | 0.0 | 0.07 Output | 0.00018035 | 0.00018035 | 0.00018035 | 0.0 | 0.00 Modify | 0.80389 | 0.80389 | 0.80389 | 0.0 | 0.36 Other | | 0.1012 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.010160986036, Press = -5.87436682175034 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66243 306.66243 59610.699 59610.699 -767.55243 -767.55243 14000 -15315.834 -15315.834 -15480.249 -15480.249 318.07089 318.07089 59656.604 59656.604 -2039.6649 -2039.6649 Loop time of 225.28 on 1 procs for 1000 steps with 4000 atoms Performance: 0.384 ns/day, 62.578 hours/ns, 4.439 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 224.17 | 224.17 | 224.17 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16559 | 0.16559 | 0.16559 | 0.0 | 0.07 Output | 0.00017641 | 0.00017641 | 0.00017641 | 0.0 | 0.00 Modify | 0.83796 | 0.83796 | 0.83796 | 0.0 | 0.37 Other | | 0.1026 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312004.0 ave 312004 max 312004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312004 Ave neighs/atom = 78.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.027134282076, Press = -3.23604697843091 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -15315.834 -15315.834 -15480.249 -15480.249 318.07089 318.07089 59656.604 59656.604 -2039.6649 -2039.6649 15000 -15325.481 -15325.481 -15486.499 -15486.499 311.49964 311.49964 59593.741 59593.741 -659.5161 -659.5161 Loop time of 223.66 on 1 procs for 1000 steps with 4000 atoms Performance: 0.386 ns/day, 62.128 hours/ns, 4.471 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 222.58 | 222.58 | 222.58 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16612 | 0.16612 | 0.16612 | 0.0 | 0.07 Output | 0.00044671 | 0.00044671 | 0.00044671 | 0.0 | 0.00 Modify | 0.81377 | 0.81377 | 0.81377 | 0.0 | 0.36 Other | | 0.1033 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.119437044076, Press = -0.466470869671655 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -15325.481 -15325.481 -15486.499 -15486.499 311.49964 311.49964 59593.741 59593.741 -659.5161 -659.5161 16000 -15326.444 -15326.444 -15485.158 -15485.158 307.04418 307.04418 59578.497 59578.497 -160.00217 -160.00217 Loop time of 228.876 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.577 hours/ns, 4.369 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.76 | 227.76 | 227.76 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16669 | 0.16669 | 0.16669 | 0.0 | 0.07 Output | 0.00017941 | 0.00017941 | 0.00017941 | 0.0 | 0.00 Modify | 0.83908 | 0.83908 | 0.83908 | 0.0 | 0.37 Other | | 0.1046 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.980495897229, Press = -0.866305278152733 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -15326.444 -15326.444 -15485.158 -15485.158 307.04418 307.04418 59578.497 59578.497 -160.00217 -160.00217 17000 -15321.124 -15321.124 -15486.95 -15486.95 320.80149 320.80149 59555.943 59555.943 377.8559 377.8559 Loop time of 228.763 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.545 hours/ns, 4.371 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.64 | 227.64 | 227.64 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16851 | 0.16851 | 0.16851 | 0.0 | 0.07 Output | 0.00022467 | 0.00022467 | 0.00022467 | 0.0 | 0.00 Modify | 0.84402 | 0.84402 | 0.84402 | 0.0 | 0.37 Other | | 0.1059 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016.0 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.802523433061, Press = -1.71279159464429 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -15321.124 -15321.124 -15486.95 -15486.95 320.80149 320.80149 59555.943 59555.943 377.8559 377.8559 18000 -15318.308 -15318.308 -15480.755 -15480.755 314.26541 314.26541 59568.232 59568.232 642.50485 642.50485 Loop time of 228.63 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.508 hours/ns, 4.374 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.52 | 227.52 | 227.52 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1667 | 0.1667 | 0.1667 | 0.0 | 0.07 Output | 0.00030079 | 0.00030079 | 0.00030079 | 0.0 | 0.00 Modify | 0.83863 | 0.83863 | 0.83863 | 0.0 | 0.37 Other | | 0.1056 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056.0 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.759098285917, Press = -3.64753553014061 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -15318.308 -15318.308 -15480.755 -15480.755 314.26541 314.26541 59568.232 59568.232 642.50485 642.50485 19000 -15324.418 -15324.418 -15487.759 -15487.759 315.99519 315.99519 59559.654 59559.654 267.06775 267.06775 Loop time of 228.634 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.509 hours/ns, 4.374 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.52 | 227.52 | 227.52 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16692 | 0.16692 | 0.16692 | 0.0 | 0.07 Output | 0.00023632 | 0.00023632 | 0.00023632 | 0.0 | 0.00 Modify | 0.84062 | 0.84062 | 0.84062 | 0.0 | 0.37 Other | | 0.105 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.845198685339, Press = -5.05713488994098 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -15324.418 -15324.418 -15487.759 -15487.759 315.99519 315.99519 59559.654 59559.654 267.06775 267.06775 20000 -15319.136 -15319.136 -15483.713 -15483.713 318.38692 318.38692 59596.499 59596.499 -293.51257 -293.51257 Loop time of 205.884 on 1 procs for 1000 steps with 4000 atoms Performance: 0.420 ns/day, 57.190 hours/ns, 4.857 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 204.91 | 204.91 | 204.91 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15193 | 0.15193 | 0.15193 | 0.0 | 0.07 Output | 0.00017764 | 0.00017764 | 0.00017764 | 0.0 | 0.00 Modify | 0.72717 | 0.72717 | 0.72717 | 0.0 | 0.35 Other | | 0.09826 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.896626830594, Press = -4.64402719628485 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -15319.136 -15319.136 -15483.713 -15483.713 318.38692 318.38692 59596.499 59596.499 -293.51257 -293.51257 21000 -15326.045 -15326.045 -15486.549 -15486.549 310.50489 310.50489 59567.602 59567.602 105.04178 105.04178 Loop time of 215.788 on 1 procs for 1000 steps with 4000 atoms Performance: 0.400 ns/day, 59.941 hours/ns, 4.634 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 214.74 | 214.74 | 214.74 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15879 | 0.15879 | 0.15879 | 0.0 | 0.07 Output | 0.00021894 | 0.00021894 | 0.00021894 | 0.0 | 0.00 Modify | 0.7831 | 0.7831 | 0.7831 | 0.0 | 0.36 Other | | 0.1022 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.899603423181, Press = -4.98302393581194 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -15326.045 -15326.045 -15486.549 -15486.549 310.50489 310.50489 59567.602 59567.602 105.04178 105.04178 22000 -15319.53 -15319.53 -15482.462 -15482.462 315.20434 315.20434 59608.861 59608.861 -603.92967 -603.92967 Loop time of 193.682 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.801 hours/ns, 5.163 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.78 | 192.78 | 192.78 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14084 | 0.14084 | 0.14084 | 0.0 | 0.07 Output | 0.00017931 | 0.00017931 | 0.00017931 | 0.0 | 0.00 Modify | 0.66168 | 0.66168 | 0.66168 | 0.0 | 0.34 Other | | 0.09433 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.8877706451, Press = -4.74988256367016 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -15319.53 -15319.53 -15482.462 -15482.462 315.20434 315.20434 59608.861 59608.861 -603.92967 -603.92967 23000 -15322.784 -15322.784 -15486.752 -15486.752 317.20722 317.20722 59617.975 59617.975 -1475.0652 -1475.0652 Loop time of 212.889 on 1 procs for 1000 steps with 4000 atoms Performance: 0.406 ns/day, 59.136 hours/ns, 4.697 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 211.88 | 211.88 | 211.88 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15673 | 0.15673 | 0.15673 | 0.0 | 0.07 Output | 0.00018035 | 0.00018035 | 0.00018035 | 0.0 | 0.00 Modify | 0.75434 | 0.75434 | 0.75434 | 0.0 | 0.35 Other | | 0.1003 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022.0 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.005500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.897653947402, Press = -3.80324841269617 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -15322.784 -15322.784 -15486.752 -15486.752 317.20722 317.20722 59617.975 59617.975 -1475.0652 -1475.0652 24000 -15327.583 -15327.583 -15486.229 -15486.229 306.91234 306.91234 59621.479 59621.479 -1531.3969 -1531.3969 Loop time of 201.639 on 1 procs for 1000 steps with 4000 atoms Performance: 0.428 ns/day, 56.011 hours/ns, 4.959 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 200.69 | 200.69 | 200.69 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15089 | 0.15089 | 0.15089 | 0.0 | 0.07 Output | 0.00018054 | 0.00018054 | 0.00018054 | 0.0 | 0.00 Modify | 0.70099 | 0.70099 | 0.70099 | 0.0 | 0.35 Other | | 0.09522 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030.0 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.007500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.854203548149, Press = -2.95243756489104 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -15327.583 -15327.583 -15486.229 -15486.229 306.91234 306.91234 59621.479 59621.479 -1531.3969 -1531.3969 25000 -15322.992 -15322.992 -15485.208 -15485.208 313.81853 313.81853 59662.473 59662.473 -2670.5515 -2670.5515 Loop time of 228.286 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.413 hours/ns, 4.380 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.18 | 227.18 | 227.18 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16977 | 0.16977 | 0.16977 | 0.0 | 0.07 Output | 0.00018096 | 0.00018096 | 0.00018096 | 0.0 | 0.00 Modify | 0.83688 | 0.83688 | 0.83688 | 0.0 | 0.37 Other | | 0.1043 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.816328616957, Press = -2.31792301279043 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -15322.992 -15322.992 -15485.208 -15485.208 313.81853 313.81853 59662.473 59662.473 -2670.5515 -2670.5515 26000 -15328.02 -15328.02 -15486.039 -15486.039 305.69966 305.69966 59647.929 59647.929 -2436.7389 -2436.7389 Loop time of 201.5 on 1 procs for 1000 steps with 4000 atoms Performance: 0.429 ns/day, 55.972 hours/ns, 4.963 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 200.55 | 200.55 | 200.55 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14974 | 0.14974 | 0.14974 | 0.0 | 0.07 Output | 0.00025376 | 0.00025376 | 0.00025376 | 0.0 | 0.00 Modify | 0.70213 | 0.70213 | 0.70213 | 0.0 | 0.35 Other | | 0.09762 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016.0 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.677491466745, Press = -1.67499383980139 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -15328.02 -15328.02 -15486.039 -15486.039 305.69966 305.69966 59647.929 59647.929 -2436.7389 -2436.7389 27000 -15323.538 -15323.538 -15484.213 -15484.213 310.83613 310.83613 59607.235 59607.235 -795.14842 -795.14842 Loop time of 213.78 on 1 procs for 1000 steps with 4000 atoms Performance: 0.404 ns/day, 59.383 hours/ns, 4.678 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 212.76 | 212.76 | 212.76 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1564 | 0.1564 | 0.1564 | 0.0 | 0.07 Output | 0.00018146 | 0.00018146 | 0.00018146 | 0.0 | 0.00 Modify | 0.75983 | 0.75983 | 0.75983 | 0.0 | 0.36 Other | | 0.1019 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.639957917806, Press = -1.31860954399308 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -15323.538 -15323.538 -15484.213 -15484.213 310.83613 310.83613 59607.235 59607.235 -795.14842 -795.14842 28000 -15321.179 -15321.179 -15483.772 -15483.772 314.5468 314.5468 59599.734 59599.734 -623.82437 -623.82437 Loop time of 193.292 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.692 hours/ns, 5.174 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.39 | 192.39 | 192.39 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14176 | 0.14176 | 0.14176 | 0.0 | 0.07 Output | 0.00017898 | 0.00017898 | 0.00017898 | 0.0 | 0.00 Modify | 0.66143 | 0.66143 | 0.66143 | 0.0 | 0.34 Other | | 0.09571 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.595021139786, Press = -0.224933545474739 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -15321.179 -15321.179 -15483.772 -15483.772 314.5468 314.5468 59599.734 59599.734 -623.82437 -623.82437 29000 -15324.633 -15324.633 -15485.672 -15485.672 311.54078 311.54078 59550.172 59550.172 777.02825 777.02825 Loop time of 193.94 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.872 hours/ns, 5.156 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.04 | 193.04 | 193.04 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14251 | 0.14251 | 0.14251 | 0.0 | 0.07 Output | 0.00017784 | 0.00017784 | 0.00017784 | 0.0 | 0.00 Modify | 0.66367 | 0.66367 | 0.66367 | 0.0 | 0.34 Other | | 0.09585 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.617420198326, Press = -0.515442764231533 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -15324.633 -15324.633 -15485.672 -15485.672 311.54078 311.54078 59550.172 59550.172 777.02825 777.02825 30000 -15314.715 -15314.715 -15480.495 -15480.495 320.71319 320.71319 59597.727 59597.727 -151.15625 -151.15625 Loop time of 194.053 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.904 hours/ns, 5.153 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.15 | 193.15 | 193.15 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14452 | 0.14452 | 0.14452 | 0.0 | 0.07 Output | 0.00017931 | 0.00017931 | 0.00017931 | 0.0 | 0.00 Modify | 0.66393 | 0.66393 | 0.66393 | 0.0 | 0.34 Other | | 0.0961 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.641570381376, Press = -1.55113487155665 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -15314.715 -15314.715 -15480.495 -15480.495 320.71319 320.71319 59597.727 59597.727 -151.15625 -151.15625 31000 -15324.009 -15324.009 -15483.478 -15483.478 308.50342 308.50342 59552.205 59552.205 986.42903 986.42903 Loop time of 193.994 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.887 hours/ns, 5.155 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.09 | 193.09 | 193.09 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14225 | 0.14225 | 0.14225 | 0.0 | 0.07 Output | 0.0002246 | 0.0002246 | 0.0002246 | 0.0 | 0.00 Modify | 0.66528 | 0.66528 | 0.66528 | 0.0 | 0.34 Other | | 0.09529 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312098.0 ave 312098 max 312098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312098 Ave neighs/atom = 78.024500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.694713267107, Press = -0.948522436773793 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -15324.009 -15324.009 -15483.478 -15483.478 308.50342 308.50342 59552.205 59552.205 986.42903 986.42903 32000 -15315.701 -15315.701 -15482.463 -15482.463 322.61177 322.61177 59596.782 59596.782 -311.35125 -311.35125 Loop time of 197.198 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.777 hours/ns, 5.071 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 196.28 | 196.28 | 196.28 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14434 | 0.14434 | 0.14434 | 0.0 | 0.07 Output | 0.00018152 | 0.00018152 | 0.00018152 | 0.0 | 0.00 Modify | 0.68245 | 0.68245 | 0.68245 | 0.0 | 0.35 Other | | 0.09573 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.710147674769, Press = -0.775932108894098 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -15315.701 -15315.701 -15482.463 -15482.463 322.61177 322.61177 59596.782 59596.782 -311.35125 -311.35125 33000 -15328.369 -15328.369 -15486.425 -15486.425 305.77044 305.77044 59542.203 59542.203 819.53487 819.53487 Loop time of 194.536 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.038 hours/ns, 5.140 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.63 | 193.63 | 193.63 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14386 | 0.14386 | 0.14386 | 0.0 | 0.07 Output | 0.00022475 | 0.00022475 | 0.00022475 | 0.0 | 0.00 Modify | 0.6662 | 0.6662 | 0.6662 | 0.0 | 0.34 Other | | 0.09513 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.688454193671, Press = -1.2991783912982 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -15328.369 -15328.369 -15486.425 -15486.425 305.77044 305.77044 59542.203 59542.203 819.53487 819.53487 34000 -15321.734 -15321.734 -15487.971 -15487.971 321.59676 321.59676 59500.429 59500.429 2259.638 2259.638 Loop time of 220.622 on 1 procs for 1000 steps with 4000 atoms Performance: 0.392 ns/day, 61.284 hours/ns, 4.533 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.56 | 219.56 | 219.56 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16105 | 0.16105 | 0.16105 | 0.0 | 0.07 Output | 0.0002229 | 0.0002229 | 0.0002229 | 0.0 | 0.00 Modify | 0.79871 | 0.79871 | 0.79871 | 0.0 | 0.36 Other | | 0.1025 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028.0 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.638845901967, Press = -1.48751987472885 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -15321.734 -15321.734 -15487.971 -15487.971 321.59676 321.59676 59500.429 59500.429 2259.638 2259.638 35000 -15320.11 -15320.11 -15484.285 -15484.285 317.60833 317.60833 59513.496 59513.496 2251.8503 2251.8503 Loop time of 226.285 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.857 hours/ns, 4.419 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 225.19 | 225.19 | 225.19 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16621 | 0.16621 | 0.16621 | 0.0 | 0.07 Output | 0.0002493 | 0.0002493 | 0.0002493 | 0.0 | 0.00 Modify | 0.82466 | 0.82466 | 0.82466 | 0.0 | 0.36 Other | | 0.1041 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.612769530376, Press = -1.92255589756481 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -15320.11 -15320.11 -15484.285 -15484.285 317.60833 317.60833 59513.496 59513.496 2251.8503 2251.8503 36000 -15324.617 -15324.617 -15485.822 -15485.822 311.86285 311.86285 59527.589 59527.589 1404.5947 1404.5947 Loop time of 220.929 on 1 procs for 1000 steps with 4000 atoms Performance: 0.391 ns/day, 61.369 hours/ns, 4.526 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.86 | 219.86 | 219.86 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16215 | 0.16215 | 0.16215 | 0.0 | 0.07 Output | 0.00017982 | 0.00017982 | 0.00017982 | 0.0 | 0.00 Modify | 0.80193 | 0.80193 | 0.80193 | 0.0 | 0.36 Other | | 0.103 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.63006146423, Press = -3.41799440407935 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -15324.617 -15324.617 -15485.822 -15485.822 311.86285 311.86285 59527.589 59527.589 1404.5947 1404.5947 37000 -15326.86 -15326.86 -15486.819 -15486.819 309.45271 309.45271 59550.232 59550.232 714.61737 714.61737 Loop time of 224.642 on 1 procs for 1000 steps with 4000 atoms Performance: 0.385 ns/day, 62.401 hours/ns, 4.452 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 223.56 | 223.56 | 223.56 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16509 | 0.16509 | 0.16509 | 0.0 | 0.07 Output | 0.00024263 | 0.00024263 | 0.00024263 | 0.0 | 0.00 Modify | 0.81337 | 0.81337 | 0.81337 | 0.0 | 0.36 Other | | 0.103 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312070.0 ave 312070 max 312070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312070 Ave neighs/atom = 78.017500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.593102161304, Press = -1.88373880417619 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -15326.86 -15326.86 -15486.819 -15486.819 309.45271 309.45271 59550.232 59550.232 714.61737 714.61737 38000 -15319.89 -15319.89 -15484.103 -15484.103 317.68078 317.68078 59568.067 59568.067 488.2468 488.2468 Loop time of 227.362 on 1 procs for 1000 steps with 4000 atoms Performance: 0.380 ns/day, 63.156 hours/ns, 4.398 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.25 | 226.25 | 226.25 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16732 | 0.16732 | 0.16732 | 0.0 | 0.07 Output | 0.00017872 | 0.00017872 | 0.00017872 | 0.0 | 0.00 Modify | 0.84042 | 0.84042 | 0.84042 | 0.0 | 0.37 Other | | 0.1053 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312078.0 ave 312078 max 312078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312078 Ave neighs/atom = 78.019500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.522547070641, Press = -1.10752009838808 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -15319.89 -15319.89 -15484.103 -15484.103 317.68078 317.68078 59568.067 59568.067 488.2468 488.2468 39000 -15323.082 -15323.082 -15485.833 -15485.833 314.85297 314.85297 59534.233 59534.233 1278.7931 1278.7931 Loop time of 227.256 on 1 procs for 1000 steps with 4000 atoms Performance: 0.380 ns/day, 63.127 hours/ns, 4.400 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.15 | 226.15 | 226.15 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16679 | 0.16679 | 0.16679 | 0.0 | 0.07 Output | 0.00025094 | 0.00025094 | 0.00025094 | 0.0 | 0.00 Modify | 0.83454 | 0.83454 | 0.83454 | 0.0 | 0.37 Other | | 0.1039 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.523414541086, Press = -1.99306788636416 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -15323.082 -15323.082 -15485.833 -15485.833 314.85297 314.85297 59534.233 59534.233 1278.7931 1278.7931 40000 -15323.623 -15323.623 -15484.747 -15484.747 311.7059 311.7059 59584.629 59584.629 -166.00462 -166.00462 Loop time of 228.057 on 1 procs for 1000 steps with 4000 atoms Performance: 0.379 ns/day, 63.349 hours/ns, 4.385 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.95 | 226.95 | 226.95 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16599 | 0.16599 | 0.16599 | 0.0 | 0.07 Output | 0.00017751 | 0.00017751 | 0.00017751 | 0.0 | 0.00 Modify | 0.83612 | 0.83612 | 0.83612 | 0.0 | 0.37 Other | | 0.1053 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.544146701892, Press = -1.89391793317612 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -15323.623 -15323.623 -15484.747 -15484.747 311.7059 311.7059 59584.629 59584.629 -166.00462 -166.00462 41000 -15327.051 -15327.051 -15485.668 -15485.668 306.85582 306.85582 59607.88 59607.88 -1216.4895 -1216.4895 Loop time of 219.533 on 1 procs for 1000 steps with 4000 atoms Performance: 0.394 ns/day, 60.981 hours/ns, 4.555 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 218.48 | 218.48 | 218.48 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15991 | 0.15991 | 0.15991 | 0.0 | 0.07 Output | 0.00053199 | 0.00053199 | 0.00053199 | 0.0 | 0.00 Modify | 0.79333 | 0.79333 | 0.79333 | 0.0 | 0.36 Other | | 0.1022 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.552104215024, Press = -1.68348124282374 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -15327.051 -15327.051 -15485.668 -15485.668 306.85582 306.85582 59607.88 59607.88 -1216.4895 -1216.4895 42000 -15322.125 -15322.125 -15485.134 -15485.134 315.35137 315.35137 59604.749 59604.749 -887.06597 -887.06597 Loop time of 230.217 on 1 procs for 1000 steps with 4000 atoms Performance: 0.375 ns/day, 63.949 hours/ns, 4.344 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.11 | 229.11 | 229.11 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16546 | 0.16546 | 0.16546 | 0.0 | 0.07 Output | 0.00017716 | 0.00017716 | 0.00017716 | 0.0 | 0.00 Modify | 0.8414 | 0.8414 | 0.8414 | 0.0 | 0.37 Other | | 0.1053 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.5294446061, Press = -1.5594481086088 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -15322.125 -15322.125 -15485.134 -15485.134 315.35137 315.35137 59604.749 59604.749 -887.06597 -887.06597 43000 -15327.208 -15327.208 -15484.648 -15484.648 304.5782 304.5782 59603.314 59603.314 -925.99705 -925.99705 Loop time of 204.557 on 1 procs for 1000 steps with 4000 atoms Performance: 0.422 ns/day, 56.821 hours/ns, 4.889 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 203.59 | 203.59 | 203.59 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15155 | 0.15155 | 0.15155 | 0.0 | 0.07 Output | 0.00018033 | 0.00018033 | 0.00018033 | 0.0 | 0.00 Modify | 0.71346 | 0.71346 | 0.71346 | 0.0 | 0.35 Other | | 0.09804 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312010.0 ave 312010 max 312010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312010 Ave neighs/atom = 78.002500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.509646916641, Press = -1.09361232747269 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -15327.208 -15327.208 -15484.648 -15484.648 304.5782 304.5782 59603.314 59603.314 -925.99705 -925.99705 44000 -15323.747 -15323.747 -15486.306 -15486.306 314.48236 314.48236 59624.939 59624.939 -1586.1946 -1586.1946 Loop time of 215.259 on 1 procs for 1000 steps with 4000 atoms Performance: 0.401 ns/day, 59.794 hours/ns, 4.646 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 214.23 | 214.23 | 214.23 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1601 | 0.1601 | 0.1601 | 0.0 | 0.07 Output | 0.0001786 | 0.0001786 | 0.0001786 | 0.0 | 0.00 Modify | 0.76683 | 0.76683 | 0.76683 | 0.0 | 0.36 Other | | 0.1012 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.499016275067, Press = 0.471900925440932 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -15323.747 -15323.747 -15486.306 -15486.306 314.48236 314.48236 59624.939 59624.939 -1586.1946 -1586.1946 45000 -15321.104 -15321.104 -15483.046 -15483.046 313.2884 313.2884 59601.293 59601.293 -675.17801 -675.17801 Loop time of 199.203 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.334 hours/ns, 5.020 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 198.27 | 198.27 | 198.27 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1477 | 0.1477 | 0.1477 | 0.0 | 0.07 Output | 0.00017592 | 0.00017592 | 0.00017592 | 0.0 | 0.00 Modify | 0.68899 | 0.68899 | 0.68899 | 0.0 | 0.35 Other | | 0.0972 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028.0 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.486892290753, Press = -0.134421775751107 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -15321.104 -15321.104 -15483.046 -15483.046 313.2884 313.2884 59601.293 59601.293 -675.17801 -675.17801 46000 -15326.488 -15326.488 -15488.125 -15488.125 312.69632 312.69632 59594.185 59594.185 -1001.0766 -1001.0766 Loop time of 193.462 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.739 hours/ns, 5.169 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.56 | 192.56 | 192.56 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1438 | 0.1438 | 0.1438 | 0.0 | 0.07 Output | 0.00017709 | 0.00017709 | 0.00017709 | 0.0 | 0.00 Modify | 0.66055 | 0.66055 | 0.66055 | 0.0 | 0.34 Other | | 0.09327 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.455453841211, Press = -0.710731085315822 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -15326.488 -15326.488 -15488.125 -15488.125 312.69632 312.69632 59594.185 59594.185 -1001.0766 -1001.0766 47000 -15319.418 -15319.418 -15482.645 -15482.645 315.77297 315.77297 59620.809 59620.809 -1189.6883 -1189.6883 Loop time of 193.373 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.715 hours/ns, 5.171 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.47 | 192.47 | 192.47 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1435 | 0.1435 | 0.1435 | 0.0 | 0.07 Output | 0.00017601 | 0.00017601 | 0.00017601 | 0.0 | 0.00 Modify | 0.6612 | 0.6612 | 0.6612 | 0.0 | 0.34 Other | | 0.0933 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.451570744514, Press = -1.1538377524062 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -15319.418 -15319.418 -15482.645 -15482.645 315.77297 315.77297 59620.809 59620.809 -1189.6883 -1189.6883 48000 -15323.879 -15323.879 -15482.568 -15482.568 306.99475 306.99475 59640.846 59640.846 -1846.7078 -1846.7078 Loop time of 217.689 on 1 procs for 1000 steps with 4000 atoms Performance: 0.397 ns/day, 60.469 hours/ns, 4.594 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 216.64 | 216.64 | 216.64 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16018 | 0.16018 | 0.16018 | 0.0 | 0.07 Output | 0.00022283 | 0.00022283 | 0.00022283 | 0.0 | 0.00 Modify | 0.78521 | 0.78521 | 0.78521 | 0.0 | 0.36 Other | | 0.1017 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.461135220044, Press = -0.811572950422928 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -15323.879 -15323.879 -15482.568 -15482.568 306.99475 306.99475 59640.846 59640.846 -1846.7078 -1846.7078 49000 -15321.662 -15321.662 -15484.153 -15484.153 314.35053 314.35053 59634.95 59634.95 -1822.0439 -1822.0439 Loop time of 214.624 on 1 procs for 1000 steps with 4000 atoms Performance: 0.403 ns/day, 59.618 hours/ns, 4.659 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 213.59 | 213.59 | 213.59 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15856 | 0.15856 | 0.15856 | 0.0 | 0.07 Output | 0.00017888 | 0.00017888 | 0.00017888 | 0.0 | 0.00 Modify | 0.76922 | 0.76922 | 0.76922 | 0.0 | 0.36 Other | | 0.101 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312014.0 ave 312014 max 312014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312014 Ave neighs/atom = 78.003500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.446673719072, Press = -0.911129822493939 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -15321.662 -15321.662 -15484.153 -15484.153 314.35053 314.35053 59634.95 59634.95 -1822.0439 -1822.0439 50000 -15317.87 -15317.87 -15483.534 -15483.534 320.488 320.488 59582.981 59582.981 2.8716789 2.8716789 Loop time of 207.37 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.603 hours/ns, 4.822 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 206.39 | 206.39 | 206.39 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15323 | 0.15323 | 0.15323 | 0.0 | 0.07 Output | 0.00017725 | 0.00017725 | 0.00017725 | 0.0 | 0.00 Modify | 0.73159 | 0.73159 | 0.73159 | 0.0 | 0.35 Other | | 0.09883 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.463935934312, Press = -1.01188381522999 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -15317.87 -15317.87 -15483.534 -15483.534 320.488 320.488 59582.981 59582.981 2.8716789 2.8716789 51000 -15325.864 -15325.864 -15489.169 -15489.169 315.92365 315.92365 59571.128 59571.128 -360.80695 -360.80695 Loop time of 203.728 on 1 procs for 1000 steps with 4000 atoms Performance: 0.424 ns/day, 56.591 hours/ns, 4.908 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 202.76 | 202.76 | 202.76 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15027 | 0.15027 | 0.15027 | 0.0 | 0.07 Output | 0.00018933 | 0.00018933 | 0.00018933 | 0.0 | 0.00 Modify | 0.71482 | 0.71482 | 0.71482 | 0.0 | 0.35 Other | | 0.09881 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312012.0 ave 312012 max 312012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312012 Ave neighs/atom = 78.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.483622177814, Press = -1.2753661113273 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -15325.864 -15325.864 -15489.169 -15489.169 315.92365 315.92365 59571.128 59571.128 -360.80695 -360.80695 52000 -15321.651 -15321.651 -15481.666 -15481.666 309.55946 309.55946 59615.112 59615.112 -849.65986 -849.65986 Loop time of 224.96 on 1 procs for 1000 steps with 4000 atoms Performance: 0.384 ns/day, 62.489 hours/ns, 4.445 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 223.85 | 223.85 | 223.85 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16929 | 0.16929 | 0.16929 | 0.0 | 0.08 Output | 0.00023875 | 0.00023875 | 0.00023875 | 0.0 | 0.00 Modify | 0.83861 | 0.83861 | 0.83861 | 0.0 | 0.37 Other | | 0.1045 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056.0 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.463654160441, Press = -1.19622667069031 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -15321.651 -15321.651 -15481.666 -15481.666 309.55946 309.55946 59615.112 59615.112 -849.65986 -849.65986 53000 -15325.998 -15325.998 -15487.002 -15487.002 311.47213 311.47213 59609.251 59609.251 -1295.3936 -1295.3936 Loop time of 226.018 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.783 hours/ns, 4.424 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 224.9 | 224.9 | 224.9 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16865 | 0.16865 | 0.16865 | 0.0 | 0.07 Output | 0.00017768 | 0.00017768 | 0.00017768 | 0.0 | 0.00 Modify | 0.84138 | 0.84138 | 0.84138 | 0.0 | 0.37 Other | | 0.1047 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.439730108852, Press = -1.46949447571831 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -15325.998 -15325.998 -15487.002 -15487.002 311.47213 311.47213 59609.251 59609.251 -1295.3936 -1295.3936 54000 -15322.598 -15322.598 -15485.76 -15485.76 315.64684 315.64684 59609.278 59609.278 -1075.959 -1075.959 Loop time of 228.293 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.415 hours/ns, 4.380 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.19 | 227.19 | 227.19 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16675 | 0.16675 | 0.16675 | 0.0 | 0.07 Output | 0.00022312 | 0.00022312 | 0.00022312 | 0.0 | 0.00 Modify | 0.83347 | 0.83347 | 0.83347 | 0.0 | 0.37 Other | | 0.1049 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.429169518068, Press = -0.974097444745433 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -15322.598 -15322.598 -15485.76 -15485.76 315.64684 315.64684 59609.278 59609.278 -1075.959 -1075.959 55000 -15323.866 -15323.866 -15485.165 -15485.165 312.04416 312.04416 59585.215 59585.215 -436.8743 -436.8743 Loop time of 200.796 on 1 procs for 1000 steps with 4000 atoms Performance: 0.430 ns/day, 55.777 hours/ns, 4.980 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 199.85 | 199.85 | 199.85 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15124 | 0.15124 | 0.15124 | 0.0 | 0.08 Output | 0.00017945 | 0.00017945 | 0.00017945 | 0.0 | 0.00 Modify | 0.69648 | 0.69648 | 0.69648 | 0.0 | 0.35 Other | | 0.09495 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022.0 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.005500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.42205744858, Press = -0.726104416808497 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -15323.866 -15323.866 -15485.165 -15485.165 312.04416 312.04416 59585.215 59585.215 -436.8743 -436.8743 56000 -15322.732 -15322.732 -15484.272 -15484.272 312.50955 312.50955 59568.243 59568.243 300.22831 300.22831 Loop time of 208.378 on 1 procs for 1000 steps with 4000 atoms Performance: 0.415 ns/day, 57.883 hours/ns, 4.799 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 207.39 | 207.39 | 207.39 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15485 | 0.15485 | 0.15485 | 0.0 | 0.07 Output | 0.00026283 | 0.00026283 | 0.00026283 | 0.0 | 0.00 Modify | 0.73539 | 0.73539 | 0.73539 | 0.0 | 0.35 Other | | 0.09788 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.43108888681, Press = -0.584145894179609 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -15322.732 -15322.732 -15484.272 -15484.272 312.50955 312.50955 59568.243 59568.243 300.22831 300.22831 57000 -15316.515 -15316.515 -15483.649 -15483.649 323.33208 323.33208 59510.936 59510.936 2400.9808 2400.9808 Loop time of 228.989 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.608 hours/ns, 4.367 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.89 | 227.89 | 227.89 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16629 | 0.16629 | 0.16629 | 0.0 | 0.07 Output | 0.00017618 | 0.00017618 | 0.00017618 | 0.0 | 0.00 Modify | 0.83269 | 0.83269 | 0.83269 | 0.0 | 0.36 Other | | 0.1044 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312062.0 ave 312062 max 312062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312062 Ave neighs/atom = 78.015500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.437972071903, Press = -0.286735290217042 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -15316.515 -15316.515 -15483.649 -15483.649 323.33208 323.33208 59510.936 59510.936 2400.9808 2400.9808 58000 -15323.779 -15323.779 -15485.799 -15485.799 313.43894 313.43894 59496.111 59496.111 2452.8759 2452.8759 Loop time of 228.791 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.553 hours/ns, 4.371 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.69 | 227.69 | 227.69 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16572 | 0.16572 | 0.16572 | 0.0 | 0.07 Output | 0.00022851 | 0.00022851 | 0.00022851 | 0.0 | 0.00 Modify | 0.83334 | 0.83334 | 0.83334 | 0.0 | 0.36 Other | | 0.1043 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.456323317219, Press = -1.01839026450127 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -15323.779 -15323.779 -15485.799 -15485.799 313.43894 313.43894 59496.111 59496.111 2452.8759 2452.8759 59000 -15323.865 -15323.865 -15488.277 -15488.277 318.0661 318.0661 59512.783 59512.783 1696.1954 1696.1954 Loop time of 204.678 on 1 procs for 1000 steps with 4000 atoms Performance: 0.422 ns/day, 56.855 hours/ns, 4.886 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 203.71 | 203.71 | 203.71 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1522 | 0.1522 | 0.1522 | 0.0 | 0.07 Output | 0.00023477 | 0.00023477 | 0.00023477 | 0.0 | 0.00 Modify | 0.71556 | 0.71556 | 0.71556 | 0.0 | 0.35 Other | | 0.09531 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064.0 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.462475718321, Press = -1.15333253962045 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -15323.865 -15323.865 -15488.277 -15488.277 318.0661 318.0661 59512.783 59512.783 1696.1954 1696.1954 60000 -15320.411 -15320.411 -15484.048 -15484.048 316.567 316.567 59545.582 59545.582 1014.4153 1014.4153 Loop time of 223.405 on 1 procs for 1000 steps with 4000 atoms Performance: 0.387 ns/day, 62.057 hours/ns, 4.476 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 222.31 | 222.31 | 222.31 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16605 | 0.16605 | 0.16605 | 0.0 | 0.07 Output | 0.00028055 | 0.00028055 | 0.00028055 | 0.0 | 0.00 Modify | 0.82236 | 0.82236 | 0.82236 | 0.0 | 0.37 Other | | 0.1032 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.454820742139, Press = -1.25394215912265 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -15320.411 -15320.411 -15484.048 -15484.048 316.567 316.567 59545.582 59545.582 1014.4153 1014.4153 61000 -15323.998 -15323.998 -15483.513 -15483.513 308.5918 308.5918 59581.195 59581.195 -169.17797 -169.17797 Loop time of 199.128 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.313 hours/ns, 5.022 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 198.19 | 198.19 | 198.19 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14922 | 0.14922 | 0.14922 | 0.0 | 0.07 Output | 0.000178 | 0.000178 | 0.000178 | 0.0 | 0.00 Modify | 0.69372 | 0.69372 | 0.69372 | 0.0 | 0.35 Other | | 0.09646 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312018.0 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.004500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.440210568699, Press = -1.09858602410908 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -15323.998 -15323.998 -15483.513 -15483.513 308.5918 308.5918 59581.195 59581.195 -169.17797 -169.17797 62000 -15325.35 -15325.35 -15485.715 -15485.715 310.23687 310.23687 59559.132 59559.132 442.58885 442.58885 Loop time of 207.437 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.621 hours/ns, 4.821 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 206.46 | 206.46 | 206.46 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15192 | 0.15192 | 0.15192 | 0.0 | 0.07 Output | 0.00022086 | 0.00022086 | 0.00022086 | 0.0 | 0.00 Modify | 0.72914 | 0.72914 | 0.72914 | 0.0 | 0.35 Other | | 0.0983 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.449758298468, Press = -0.795830291755536 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -15325.35 -15325.35 -15485.715 -15485.715 310.23687 310.23687 59559.132 59559.132 442.58885 442.58885 63000 -15321.88 -15321.88 -15485.355 -15485.355 316.2545 316.2545 59598.822 59598.822 -862.80853 -862.80853 Loop time of 209.178 on 1 procs for 1000 steps with 4000 atoms Performance: 0.413 ns/day, 58.105 hours/ns, 4.781 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 208.18 | 208.18 | 208.18 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15657 | 0.15657 | 0.15657 | 0.0 | 0.07 Output | 0.00018306 | 0.00018306 | 0.00018306 | 0.0 | 0.00 Modify | 0.74486 | 0.74486 | 0.74486 | 0.0 | 0.36 Other | | 0.09984 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022.0 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.005500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.454198254648, Press = -1.69337732129356 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -15321.88 -15321.88 -15485.355 -15485.355 316.2545 316.2545 59598.822 59598.822 -862.80853 -862.80853 64000 -15321.935 -15321.935 -15482.778 -15482.778 311.16212 311.16212 59598.097 59598.097 -551.66113 -551.66113 Loop time of 229.95 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.875 hours/ns, 4.349 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.83 | 228.83 | 228.83 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16899 | 0.16899 | 0.16899 | 0.0 | 0.07 Output | 0.00023747 | 0.00023747 | 0.00023747 | 0.0 | 0.00 Modify | 0.84735 | 0.84735 | 0.84735 | 0.0 | 0.37 Other | | 0.1065 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.448747055263, Press = -1.16187452342503 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -15321.935 -15321.935 -15482.778 -15482.778 311.16212 311.16212 59598.097 59598.097 -551.66113 -551.66113 65000 -15323.501 -15323.501 -15484.748 -15484.748 311.94321 311.94321 59593.388 59593.388 -549.90335 -549.90335 Loop time of 216.973 on 1 procs for 1000 steps with 4000 atoms Performance: 0.398 ns/day, 60.270 hours/ns, 4.609 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 215.92 | 215.92 | 215.92 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16208 | 0.16208 | 0.16208 | 0.0 | 0.07 Output | 0.0002266 | 0.0002266 | 0.0002266 | 0.0 | 0.00 Modify | 0.78839 | 0.78839 | 0.78839 | 0.0 | 0.36 Other | | 0.1006 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.469631353117, Press = -0.982578394139918 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -15323.501 -15323.501 -15484.748 -15484.748 311.94321 311.94321 59593.388 59593.388 -549.90335 -549.90335 66000 -15322.169 -15322.169 -15484.707 -15484.707 314.44027 314.44027 59607.823 59607.823 -973.28807 -973.28807 Loop time of 198.271 on 1 procs for 1000 steps with 4000 atoms Performance: 0.436 ns/day, 55.075 hours/ns, 5.044 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 197.34 | 197.34 | 197.34 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15176 | 0.15176 | 0.15176 | 0.0 | 0.08 Output | 0.00024622 | 0.00024622 | 0.00024622 | 0.0 | 0.00 Modify | 0.68843 | 0.68843 | 0.68843 | 0.0 | 0.35 Other | | 0.09446 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 311988.0 ave 311988 max 311988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311988 Ave neighs/atom = 77.997000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.445732691877, Press = -0.318993337080058 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -15322.169 -15322.169 -15484.707 -15484.707 314.44027 314.44027 59607.823 59607.823 -973.28807 -973.28807 67000 -15326.917 -15326.917 -15488.623 -15488.623 312.83196 312.83196 59529.338 59529.338 1084.4707 1084.4707 Loop time of 210.625 on 1 procs for 1000 steps with 4000 atoms Performance: 0.410 ns/day, 58.507 hours/ns, 4.748 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 209.62 | 209.62 | 209.62 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15615 | 0.15615 | 0.15615 | 0.0 | 0.07 Output | 0.00045535 | 0.00045535 | 0.00045535 | 0.0 | 0.00 Modify | 0.7449 | 0.7449 | 0.7449 | 0.0 | 0.35 Other | | 0.09842 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312018.0 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.004500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.421746284015, Press = -0.0631411941164881 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -15326.917 -15326.917 -15488.623 -15488.623 312.83196 312.83196 59529.338 59529.338 1084.4707 1084.4707 68000 -15322.914 -15322.914 -15485.53 -15485.53 314.59162 314.59162 59571.981 59571.981 69.760883 69.760883 Loop time of 213.628 on 1 procs for 1000 steps with 4000 atoms Performance: 0.404 ns/day, 59.341 hours/ns, 4.681 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 212.61 | 212.61 | 212.61 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15574 | 0.15574 | 0.15574 | 0.0 | 0.07 Output | 0.00018005 | 0.00018005 | 0.00018005 | 0.0 | 0.00 Modify | 0.75847 | 0.75847 | 0.75847 | 0.0 | 0.36 Other | | 0.1008 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064.0 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.399144246323, Press = -0.2381938948744 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -15322.914 -15322.914 -15485.53 -15485.53 314.59162 314.59162 59571.981 59571.981 69.760883 69.760883 69000 -15325.921 -15325.921 -15487.195 -15487.195 311.99524 311.99524 59576.707 59576.707 -342.21024 -342.21024 Loop time of 209.601 on 1 procs for 1000 steps with 4000 atoms Performance: 0.412 ns/day, 58.223 hours/ns, 4.771 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 208.61 | 208.61 | 208.61 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15434 | 0.15434 | 0.15434 | 0.0 | 0.07 Output | 0.00023465 | 0.00023465 | 0.00023465 | 0.0 | 0.00 Modify | 0.74248 | 0.74248 | 0.74248 | 0.0 | 0.35 Other | | 0.09866 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.394758457265, Press = -0.443116853933176 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -15325.921 -15325.921 -15487.195 -15487.195 311.99524 311.99524 59576.707 59576.707 -342.21024 -342.21024 70000 -15320.349 -15320.349 -15482.419 -15482.419 313.53579 313.53579 59550.271 59550.271 1117.1581 1117.1581 Loop time of 222.343 on 1 procs for 1000 steps with 4000 atoms Performance: 0.389 ns/day, 61.762 hours/ns, 4.498 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.27 | 221.27 | 221.27 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16463 | 0.16463 | 0.16463 | 0.0 | 0.07 Output | 0.00021662 | 0.00021662 | 0.00021662 | 0.0 | 0.00 Modify | 0.80807 | 0.80807 | 0.80807 | 0.0 | 0.36 Other | | 0.1026 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.369942230117, Press = -0.641907426329703 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -15320.349 -15320.349 -15482.419 -15482.419 313.53579 313.53579 59550.271 59550.271 1117.1581 1117.1581 71000 -15323.504 -15323.504 -15486.576 -15486.576 315.47337 315.47337 59585.158 59585.158 -439.30516 -439.30516 Loop time of 221.838 on 1 procs for 1000 steps with 4000 atoms Performance: 0.389 ns/day, 61.622 hours/ns, 4.508 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.75 | 220.75 | 220.75 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16631 | 0.16631 | 0.16631 | 0.0 | 0.07 Output | 0.00023615 | 0.00023615 | 0.00023615 | 0.0 | 0.00 Modify | 0.81891 | 0.81891 | 0.81891 | 0.0 | 0.37 Other | | 0.1026 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064.0 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.340925122557, Press = -0.575216820582978 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -15323.504 -15323.504 -15486.576 -15486.576 315.47337 315.47337 59585.158 59585.158 -439.30516 -439.30516 72000 -15326.221 -15326.221 -15486.707 -15486.707 310.46959 310.46959 59562.844 59562.844 147.41693 147.41693 Loop time of 220.805 on 1 procs for 1000 steps with 4000 atoms Performance: 0.391 ns/day, 61.335 hours/ns, 4.529 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.74 | 219.74 | 219.74 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16284 | 0.16284 | 0.16284 | 0.0 | 0.07 Output | 0.00017763 | 0.00017763 | 0.00017763 | 0.0 | 0.00 Modify | 0.79824 | 0.79824 | 0.79824 | 0.0 | 0.36 Other | | 0.1022 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312060.0 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.3295121095, Press = -0.544741170873825 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -15326.221 -15326.221 -15486.707 -15486.707 310.46959 310.46959 59562.844 59562.844 147.41693 147.41693 73000 -15320.732 -15320.732 -15484.925 -15484.925 317.64118 317.64118 59558.49 59558.49 464.76634 464.76634 Loop time of 194.271 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.964 hours/ns, 5.147 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.37 | 193.37 | 193.37 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14286 | 0.14286 | 0.14286 | 0.0 | 0.07 Output | 0.00017494 | 0.00017494 | 0.00017494 | 0.0 | 0.00 Modify | 0.66481 | 0.66481 | 0.66481 | 0.0 | 0.34 Other | | 0.09521 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.329969960838, Press = -1.09060512264638 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -15320.732 -15320.732 -15484.925 -15484.925 317.64118 317.64118 59558.49 59558.49 464.76634 464.76634 74000 -15324.383 -15324.383 -15485.445 -15485.445 311.58633 311.58633 59558.792 59558.792 453.15211 453.15211 Loop time of 194.513 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.031 hours/ns, 5.141 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.61 | 193.61 | 193.61 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14694 | 0.14694 | 0.14694 | 0.0 | 0.08 Output | 0.00018044 | 0.00018044 | 0.00018044 | 0.0 | 0.00 Modify | 0.66349 | 0.66349 | 0.66349 | 0.0 | 0.34 Other | | 0.09344 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.314825704325, Press = -1.28125689135392 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -15324.383 -15324.383 -15485.445 -15485.445 311.58633 311.58633 59558.792 59558.792 453.15211 453.15211 75000 -15321.497 -15321.497 -15484.932 -15484.932 316.17617 316.17617 59540.815 59540.815 1197.7882 1197.7882 Loop time of 226.46 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.906 hours/ns, 4.416 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 225.36 | 225.36 | 225.36 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16745 | 0.16745 | 0.16745 | 0.0 | 0.07 Output | 0.00017929 | 0.00017929 | 0.00017929 | 0.0 | 0.00 Modify | 0.82998 | 0.82998 | 0.82998 | 0.0 | 0.37 Other | | 0.1056 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.319513777614, Press = -0.934092565205161 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -15321.497 -15321.497 -15484.932 -15484.932 316.17617 316.17617 59540.815 59540.815 1197.7882 1197.7882 76000 -15326.06 -15326.06 -15484.909 -15484.909 307.30366 307.30366 59497.792 59497.792 2554.224 2554.224 Loop time of 217.845 on 1 procs for 1000 steps with 4000 atoms Performance: 0.397 ns/day, 60.513 hours/ns, 4.590 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 216.8 | 216.8 | 216.8 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16099 | 0.16099 | 0.16099 | 0.0 | 0.07 Output | 0.0002222 | 0.0002222 | 0.0002222 | 0.0 | 0.00 Modify | 0.78561 | 0.78561 | 0.78561 | 0.0 | 0.36 Other | | 0.1021 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312018.0 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.004500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.314278323187, Press = -0.567991569022678 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -15326.06 -15326.06 -15484.909 -15484.909 307.30366 307.30366 59497.792 59497.792 2554.224 2554.224 77000 -15316.93 -15316.93 -15482.865 -15482.865 321.0142 321.0142 59573.548 59573.548 327.23532 327.23532 Loop time of 196.326 on 1 procs for 1000 steps with 4000 atoms Performance: 0.440 ns/day, 54.535 hours/ns, 5.094 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 195.41 | 195.41 | 195.41 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14569 | 0.14569 | 0.14569 | 0.0 | 0.07 Output | 0.00017738 | 0.00017738 | 0.00017738 | 0.0 | 0.00 Modify | 0.6756 | 0.6756 | 0.6756 | 0.0 | 0.34 Other | | 0.09583 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312086.0 ave 312086 max 312086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312086 Ave neighs/atom = 78.021500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.31573625802, Press = -0.753132220448727 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -15316.93 -15316.93 -15482.865 -15482.865 321.0142 321.0142 59573.548 59573.548 327.23532 327.23532 78000 -15322.24 -15322.24 -15483.012 -15483.012 311.02392 311.02392 59625.111 59625.111 -1387.8077 -1387.8077 Loop time of 219.651 on 1 procs for 1000 steps with 4000 atoms Performance: 0.393 ns/day, 61.014 hours/ns, 4.553 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 218.58 | 218.58 | 218.58 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16347 | 0.16347 | 0.16347 | 0.0 | 0.07 Output | 0.00018461 | 0.00018461 | 0.00018461 | 0.0 | 0.00 Modify | 0.80077 | 0.80077 | 0.80077 | 0.0 | 0.36 Other | | 0.1021 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.327515275268, Press = -0.957255785250365 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -15322.24 -15322.24 -15483.012 -15483.012 311.02392 311.02392 59625.111 59625.111 -1387.8077 -1387.8077 79000 -15323.628 -15323.628 -15486.579 -15486.579 315.24049 315.24049 59604.963 59604.963 -989.23475 -989.23475 Loop time of 219.846 on 1 procs for 1000 steps with 4000 atoms Performance: 0.393 ns/day, 61.068 hours/ns, 4.549 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 218.79 | 218.79 | 218.79 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16306 | 0.16306 | 0.16306 | 0.0 | 0.07 Output | 0.00021895 | 0.00021895 | 0.00021895 | 0.0 | 0.00 Modify | 0.79447 | 0.79447 | 0.79447 | 0.0 | 0.36 Other | | 0.1018 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312012.0 ave 312012 max 312012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312012 Ave neighs/atom = 78.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.322040446616, Press = -0.888496063649147 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -15323.628 -15323.628 -15486.579 -15486.579 315.24049 315.24049 59604.963 59604.963 -989.23475 -989.23475 80000 -15323.29 -15323.29 -15484.763 -15484.763 312.37965 312.37965 59620.17 59620.17 -1403.9376 -1403.9376 Loop time of 214.19 on 1 procs for 1000 steps with 4000 atoms Performance: 0.403 ns/day, 59.497 hours/ns, 4.669 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 213.16 | 213.16 | 213.16 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15976 | 0.15976 | 0.15976 | 0.0 | 0.07 Output | 0.00017898 | 0.00017898 | 0.00017898 | 0.0 | 0.00 Modify | 0.76631 | 0.76631 | 0.76631 | 0.0 | 0.36 Other | | 0.1013 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312006.0 ave 312006 max 312006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312006 Ave neighs/atom = 78.001500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.316223231965, Press = -0.571922774045852 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -15323.29 -15323.29 -15484.763 -15484.763 312.37965 312.37965 59620.17 59620.17 -1403.9376 -1403.9376 81000 -15320.644 -15320.644 -15486.223 -15486.223 320.32359 320.32359 59589.737 59589.737 -561.39268 -561.39268 Loop time of 194.377 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 53.994 hours/ns, 5.145 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.47 | 193.47 | 193.47 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14706 | 0.14706 | 0.14706 | 0.0 | 0.08 Output | 0.00018231 | 0.00018231 | 0.00018231 | 0.0 | 0.00 Modify | 0.66491 | 0.66491 | 0.66491 | 0.0 | 0.34 Other | | 0.09433 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.332709057217, Press = -0.528874789703704 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -15320.644 -15320.644 -15486.223 -15486.223 320.32359 320.32359 59589.737 59589.737 -561.39268 -561.39268 82000 -15320.184 -15320.184 -15481.133 -15481.133 311.36697 311.36697 59625.422 59625.422 -984.85821 -984.85821 Loop time of 211.92 on 1 procs for 1000 steps with 4000 atoms Performance: 0.408 ns/day, 58.867 hours/ns, 4.719 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 210.91 | 210.91 | 210.91 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15782 | 0.15782 | 0.15782 | 0.0 | 0.07 Output | 0.00028469 | 0.00028469 | 0.00028469 | 0.0 | 0.00 Modify | 0.75515 | 0.75515 | 0.75515 | 0.0 | 0.36 Other | | 0.09836 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.340427150809, Press = -0.238768653074597 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -15320.184 -15320.184 -15481.133 -15481.133 311.36697 311.36697 59625.422 59625.422 -984.85821 -984.85821 83000 -15325.379 -15325.379 -15487.35 -15487.35 313.34326 313.34326 59614.122 59614.122 -1487.8787 -1487.8787 Loop time of 208.244 on 1 procs for 1000 steps with 4000 atoms Performance: 0.415 ns/day, 57.845 hours/ns, 4.802 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 207.26 | 207.26 | 207.26 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15284 | 0.15284 | 0.15284 | 0.0 | 0.07 Output | 0.00017559 | 0.00017559 | 0.00017559 | 0.0 | 0.00 Modify | 0.73395 | 0.73395 | 0.73395 | 0.0 | 0.35 Other | | 0.0993 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.363053965459, Press = -0.403679186432209 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -15325.379 -15325.379 -15487.35 -15487.35 313.34326 313.34326 59614.122 59614.122 -1487.8787 -1487.8787 84000 -15319.064 -15319.064 -15479.863 -15479.863 311.07759 311.07759 59582.606 59582.606 418.41746 418.41746 Loop time of 195.759 on 1 procs for 1000 steps with 4000 atoms Performance: 0.441 ns/day, 54.377 hours/ns, 5.108 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.84 | 194.84 | 194.84 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14772 | 0.14772 | 0.14772 | 0.0 | 0.08 Output | 0.00018072 | 0.00018072 | 0.00018072 | 0.0 | 0.00 Modify | 0.67364 | 0.67364 | 0.67364 | 0.0 | 0.34 Other | | 0.09467 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.362657152199, Press = -0.375144739395242 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -15319.064 -15319.064 -15479.863 -15479.863 311.07759 311.07759 59582.606 59582.606 418.41746 418.41746 85000 -15324.558 -15324.558 -15486.587 -15486.587 313.45611 313.45611 59542.821 59542.821 923.67504 923.67504 Loop time of 216.009 on 1 procs for 1000 steps with 4000 atoms Performance: 0.400 ns/day, 60.002 hours/ns, 4.629 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 214.97 | 214.97 | 214.97 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16052 | 0.16052 | 0.16052 | 0.0 | 0.07 Output | 0.00018157 | 0.00018157 | 0.00018157 | 0.0 | 0.00 Modify | 0.77478 | 0.77478 | 0.77478 | 0.0 | 0.36 Other | | 0.1014 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.373074380322, Press = -0.190982961397033 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -15324.558 -15324.558 -15486.587 -15486.587 313.45611 313.45611 59542.821 59542.821 923.67504 923.67504 86000 -15318.895 -15318.895 -15482.816 -15482.816 317.11599 317.11599 59525.187 59525.187 1976.1841 1976.1841 Loop time of 201.282 on 1 procs for 1000 steps with 4000 atoms Performance: 0.429 ns/day, 55.912 hours/ns, 4.968 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 200.33 | 200.33 | 200.33 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14958 | 0.14958 | 0.14958 | 0.0 | 0.07 Output | 0.00017844 | 0.00017844 | 0.00017844 | 0.0 | 0.00 Modify | 0.70195 | 0.70195 | 0.70195 | 0.0 | 0.35 Other | | 0.09637 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.384706871486, Press = -0.515639307550552 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -15318.895 -15318.895 -15482.816 -15482.816 317.11599 317.11599 59525.187 59525.187 1976.1841 1976.1841 87000 -15323.501 -15323.501 -15487.972 -15487.972 318.17848 318.17848 59568.403 59568.403 -62.92727 -62.92727 Loop time of 224.474 on 1 procs for 1000 steps with 4000 atoms Performance: 0.385 ns/day, 62.354 hours/ns, 4.455 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 223.37 | 223.37 | 223.37 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16886 | 0.16886 | 0.16886 | 0.0 | 0.08 Output | 0.00022958 | 0.00022958 | 0.00022958 | 0.0 | 0.00 Modify | 0.83442 | 0.83442 | 0.83442 | 0.0 | 0.37 Other | | 0.1041 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.38878266405, Press = -0.697341505983539 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -15323.501 -15323.501 -15487.972 -15487.972 318.17848 318.17848 59568.403 59568.403 -62.92727 -62.92727 88000 -15325.856 -15325.856 -15485.561 -15485.561 308.96 308.96 59556.614 59556.614 547.36136 547.36136 Loop time of 215.203 on 1 procs for 1000 steps with 4000 atoms Performance: 0.401 ns/day, 59.779 hours/ns, 4.647 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 214.17 | 214.17 | 214.17 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1584 | 0.1584 | 0.1584 | 0.0 | 0.07 Output | 0.00017988 | 0.00017988 | 0.00017988 | 0.0 | 0.00 Modify | 0.77463 | 0.77463 | 0.77463 | 0.0 | 0.36 Other | | 0.1005 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312026.0 ave 312026 max 312026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312026 Ave neighs/atom = 78.006500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.397561064382, Press = -0.820710930546759 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -15325.856 -15325.856 -15485.561 -15485.561 308.96 308.96 59556.614 59556.614 547.36136 547.36136 89000 -15321.638 -15321.638 -15481.56 -15481.56 309.38072 309.38072 59547.395 59547.395 1337.0296 1337.0296 Loop time of 206.095 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.249 hours/ns, 4.852 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 205.11 | 205.11 | 205.11 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15269 | 0.15269 | 0.15269 | 0.0 | 0.07 Output | 0.00018959 | 0.00018959 | 0.00018959 | 0.0 | 0.00 Modify | 0.73008 | 0.73008 | 0.73008 | 0.0 | 0.35 Other | | 0.09899 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.372071293975, Press = -0.512853012605049 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -15321.638 -15321.638 -15481.56 -15481.56 309.38072 309.38072 59547.395 59547.395 1337.0296 1337.0296 90000 -15322.185 -15322.185 -15483.097 -15483.097 311.29516 311.29516 59560.12 59560.12 639.56463 639.56463 Loop time of 186.929 on 1 procs for 1000 steps with 4000 atoms Performance: 0.462 ns/day, 51.925 hours/ns, 5.350 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 186.05 | 186.05 | 186.05 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14035 | 0.14035 | 0.14035 | 0.0 | 0.08 Output | 0.00022109 | 0.00022109 | 0.00022109 | 0.0 | 0.00 Modify | 0.64509 | 0.64509 | 0.64509 | 0.0 | 0.35 Other | | 0.09428 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.368723912345, Press = -0.476364457624685 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -15322.185 -15322.185 -15483.097 -15483.097 311.29516 311.29516 59560.12 59560.12 639.56463 639.56463 91000 -15325.17 -15325.17 -15484.99 -15484.99 309.18308 309.18308 59491.85 59491.85 2616.9517 2616.9517 Loop time of 184.318 on 1 procs for 1000 steps with 4000 atoms Performance: 0.469 ns/day, 51.200 hours/ns, 5.425 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 183.45 | 183.45 | 183.45 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13813 | 0.13813 | 0.13813 | 0.0 | 0.07 Output | 0.00016973 | 0.00016973 | 0.00016973 | 0.0 | 0.00 Modify | 0.6369 | 0.6369 | 0.6369 | 0.0 | 0.35 Other | | 0.09257 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.346431787642, Press = -0.396717820530005 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -15325.17 -15325.17 -15484.99 -15484.99 309.18308 309.18308 59491.85 59491.85 2616.9517 2616.9517 92000 -15324.849 -15324.849 -15486.895 -15486.895 313.49025 313.49025 59528.635 59528.635 1226.316 1226.316 Loop time of 183.465 on 1 procs for 1000 steps with 4000 atoms Performance: 0.471 ns/day, 50.962 hours/ns, 5.451 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 182.61 | 182.61 | 182.61 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13708 | 0.13708 | 0.13708 | 0.0 | 0.07 Output | 0.00016805 | 0.00016805 | 0.00016805 | 0.0 | 0.00 Modify | 0.63103 | 0.63103 | 0.63103 | 0.0 | 0.34 Other | | 0.09155 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312084.0 ave 312084 max 312084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312084 Ave neighs/atom = 78.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.352900959498, Press = -0.857316806410436 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -15324.849 -15324.849 -15486.895 -15486.895 313.49025 313.49025 59528.635 59528.635 1226.316 1226.316 93000 -15323.415 -15323.415 -15484.338 -15484.338 311.31602 311.31602 59627.329 59627.329 -1528.4441 -1528.4441 Loop time of 183.371 on 1 procs for 1000 steps with 4000 atoms Performance: 0.471 ns/day, 50.936 hours/ns, 5.453 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 182.5 | 182.5 | 182.5 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13946 | 0.13946 | 0.13946 | 0.0 | 0.08 Output | 0.0028124 | 0.0028124 | 0.0028124 | 0.0 | 0.00 Modify | 0.63547 | 0.63547 | 0.63547 | 0.0 | 0.35 Other | | 0.09131 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312058.0 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.014500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.341564583994, Press = -1.03775595403211 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -15323.415 -15323.415 -15484.338 -15484.338 311.31602 311.31602 59627.329 59627.329 -1528.4441 -1528.4441 94000 -15327.581 -15327.581 -15488.04 -15488.04 310.41875 310.41875 59602.25 59602.25 -1259.9094 -1259.9094 Loop time of 183.037 on 1 procs for 1000 steps with 4000 atoms Performance: 0.472 ns/day, 50.844 hours/ns, 5.463 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 182.17 | 182.17 | 182.17 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13835 | 0.13835 | 0.13835 | 0.0 | 0.08 Output | 0.00017039 | 0.00017039 | 0.00017039 | 0.0 | 0.00 Modify | 0.6351 | 0.6351 | 0.6351 | 0.0 | 0.35 Other | | 0.0903 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.33516921156, Press = -0.684925840858558 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -15327.581 -15327.581 -15488.04 -15488.04 310.41875 310.41875 59602.25 59602.25 -1259.9094 -1259.9094 95000 -15323.491 -15323.491 -15484.547 -15484.547 311.57339 311.57339 59614.08 59614.08 -1163.4608 -1163.4608 Loop time of 182.757 on 1 procs for 1000 steps with 4000 atoms Performance: 0.473 ns/day, 50.766 hours/ns, 5.472 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 181.89 | 181.89 | 181.89 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13821 | 0.13821 | 0.13821 | 0.0 | 0.08 Output | 0.00016882 | 0.00016882 | 0.00016882 | 0.0 | 0.00 Modify | 0.63217 | 0.63217 | 0.63217 | 0.0 | 0.35 Other | | 0.09199 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312026.0 ave 312026 max 312026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312026 Ave neighs/atom = 78.006500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.317724927864, Press = -0.534610036272132 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -15323.491 -15323.491 -15484.547 -15484.547 311.57339 311.57339 59614.08 59614.08 -1163.4608 -1163.4608 96000 -15322.379 -15322.379 -15482.549 -15482.549 309.86014 309.86014 59587.524 59587.524 -69.078955 -69.078955 Loop time of 185.403 on 1 procs for 1000 steps with 4000 atoms Performance: 0.466 ns/day, 51.501 hours/ns, 5.394 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 184.53 | 184.53 | 184.53 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13908 | 0.13908 | 0.13908 | 0.0 | 0.08 Output | 0.00016878 | 0.00016878 | 0.00016878 | 0.0 | 0.00 Modify | 0.64124 | 0.64124 | 0.64124 | 0.0 | 0.35 Other | | 0.09299 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.31496412056, Press = -0.66789705101296 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -15322.379 -15322.379 -15482.549 -15482.549 309.86014 309.86014 59587.524 59587.524 -69.078955 -69.078955 97000 -15326.52 -15326.52 -15485.352 -15485.352 307.27155 307.27155 59588.011 59588.011 -481.44044 -481.44044 Loop time of 184.025 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.118 hours/ns, 5.434 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 183.16 | 183.16 | 183.16 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13799 | 0.13799 | 0.13799 | 0.0 | 0.07 Output | 0.00017031 | 0.00017031 | 0.00017031 | 0.0 | 0.00 Modify | 0.63528 | 0.63528 | 0.63528 | 0.0 | 0.35 Other | | 0.09247 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.29202498194, Press = -0.515321030328905 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -15326.52 -15326.52 -15485.352 -15485.352 307.27155 307.27155 59588.011 59588.011 -481.44044 -481.44044 98000 -15324.924 -15324.924 -15485.558 -15485.558 310.75804 310.75804 59576.117 59576.117 -65.612334 -65.612334 Loop time of 185.835 on 1 procs for 1000 steps with 4000 atoms Performance: 0.465 ns/day, 51.621 hours/ns, 5.381 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 184.96 | 184.96 | 184.96 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13905 | 0.13905 | 0.13905 | 0.0 | 0.07 Output | 0.00022678 | 0.00022678 | 0.00022678 | 0.0 | 0.00 Modify | 0.64057 | 0.64057 | 0.64057 | 0.0 | 0.34 Other | | 0.09449 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.283408259372, Press = -0.50791674771837 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -15324.924 -15324.924 -15485.558 -15485.558 310.75804 310.75804 59576.117 59576.117 -65.612334 -65.612334 99000 -15319.863 -15319.863 -15483.671 -15483.671 316.89829 316.89829 59566.648 59566.648 361.98695 361.98695 Loop time of 183.873 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.076 hours/ns, 5.439 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 183.01 | 183.01 | 183.01 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13818 | 0.13818 | 0.13818 | 0.0 | 0.08 Output | 0.00016974 | 0.00016974 | 0.00016974 | 0.0 | 0.00 Modify | 0.63585 | 0.63585 | 0.63585 | 0.0 | 0.35 Other | | 0.09319 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.255641055182, Press = -0.232376738408414 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -15319.863 -15319.863 -15483.671 -15483.671 316.89829 316.89829 59566.648 59566.648 361.98695 361.98695 100000 -15324.651 -15324.651 -15484.828 -15484.828 309.87383 309.87383 59586.813 59586.813 -406.0408 -406.0408 Loop time of 186.239 on 1 procs for 1000 steps with 4000 atoms Performance: 0.464 ns/day, 51.733 hours/ns, 5.369 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 185.36 | 185.36 | 185.36 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13923 | 0.13923 | 0.13923 | 0.0 | 0.07 Output | 0.00016866 | 0.00016866 | 0.00016866 | 0.0 | 0.00 Modify | 0.64215 | 0.64215 | 0.64215 | 0.0 | 0.34 Other | | 0.09371 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016.0 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.269171327264, Press = -0.528323234086552 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -15324.651 -15324.651 -15484.828 -15484.828 309.87383 309.87383 59586.813 59586.813 -406.0408 -406.0408 101000 -15321.071 -15321.071 -15483.057 -15483.057 313.37358 313.37358 59609.768 59609.768 -860.74288 -860.74288 Loop time of 187.743 on 1 procs for 1000 steps with 4000 atoms Performance: 0.460 ns/day, 52.151 hours/ns, 5.326 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 186.86 | 186.86 | 186.86 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13987 | 0.13987 | 0.13987 | 0.0 | 0.07 Output | 0.00017834 | 0.00017834 | 0.00017834 | 0.0 | 0.00 Modify | 0.64563 | 0.64563 | 0.64563 | 0.0 | 0.34 Other | | 0.09392 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.290095135368, Press = -0.498172114676646 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -15321.071 -15321.071 -15483.057 -15483.057 313.37358 313.37358 59609.768 59609.768 -860.74288 -860.74288 102000 -15320.317 -15320.317 -15480.49 -15480.49 309.86572 309.86572 59634.567 59634.567 -1275.2271 -1275.2271 Loop time of 195.621 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.339 hours/ns, 5.112 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.71 | 194.71 | 194.71 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1426 | 0.1426 | 0.1426 | 0.0 | 0.07 Output | 0.0001877 | 0.0001877 | 0.0001877 | 0.0 | 0.00 Modify | 0.67231 | 0.67231 | 0.67231 | 0.0 | 0.34 Other | | 0.09669 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 59576.5237315267 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0