# 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 4.0469995588064185*${_u_distance} variable latticeconst_converted equal 4.0469995588064185*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04699955880642 Lattice spacing in x,y,z = 4.0469996 4.0469996 4.0469996 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.469996 40.469996 40.469996) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (40.469996 40.469996 40.469996) create_atoms CPU = 0.001 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Al #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_AlmyrasSangiovanniSarakinos_2019_NAlTi__MO_958395190627_002 pair_coeff * * Al #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66282.5901451204 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66282.5901451204/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66282.5901451204/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66282.5901451204/(1*1*${_u_distance}) variable V0_metal equal 66282.5901451204/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66282.5901451204*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66282.5901451204 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_958395190627_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13266.129 -13266.129 -13428 -13428 313.15 313.15 66282.59 66282.59 2608.4896 2608.4896 1000 -13087.959 -13087.959 -13245.878 -13245.878 305.50586 305.50586 67765.293 67765.293 343.22234 343.22234 Loop time of 46.6746 on 1 procs for 1000 steps with 4000 atoms Performance: 1.851 ns/day, 12.965 hours/ns, 21.425 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 46.517 | 46.517 | 46.517 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023082 | 0.023082 | 0.023082 | 0.0 | 0.05 Output | 0.0001771 | 0.0001771 | 0.0001771 | 0.0 | 0.00 Modify | 0.12222 | 0.12222 | 0.12222 | 0.0 | 0.26 Other | | 0.01172 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 344000 ave 344000 max 344000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 344000 Ave neighs/atom = 86 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13087.959 -13087.959 -13245.878 -13245.878 305.50586 305.50586 67765.293 67765.293 343.22234 343.22234 2000 -13103.279 -13103.279 -13261.627 -13261.627 306.3354 306.3354 67662.461 67662.461 167.30064 167.30064 Loop time of 49.3837 on 1 procs for 1000 steps with 4000 atoms Performance: 1.750 ns/day, 13.718 hours/ns, 20.250 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.224 | 49.224 | 49.224 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022747 | 0.022747 | 0.022747 | 0.0 | 0.05 Output | 9.0701e-05 | 9.0701e-05 | 9.0701e-05 | 0.0 | 0.00 Modify | 0.12486 | 0.12486 | 0.12486 | 0.0 | 0.25 Other | | 0.01235 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330878 ave 330878 max 330878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330878 Ave neighs/atom = 82.7195 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13103.279 -13103.279 -13261.627 -13261.627 306.3354 306.3354 67662.461 67662.461 167.30064 167.30064 3000 -13096.848 -13096.848 -13260.162 -13260.162 315.94374 315.94374 67695.921 67695.921 19.599855 19.599855 Loop time of 48.9737 on 1 procs for 1000 steps with 4000 atoms Performance: 1.764 ns/day, 13.604 hours/ns, 20.419 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 48.819 | 48.819 | 48.819 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02217 | 0.02217 | 0.02217 | 0.0 | 0.05 Output | 9.1743e-05 | 9.1743e-05 | 9.1743e-05 | 0.0 | 0.00 Modify | 0.12099 | 0.12099 | 0.12099 | 0.0 | 0.25 Other | | 0.01183 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331352 ave 331352 max 331352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331352 Ave neighs/atom = 82.838 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13096.848 -13096.848 -13260.162 -13260.162 315.94374 315.94374 67695.921 67695.921 19.599855 19.599855 4000 -13096.71 -13096.71 -13258.431 -13258.431 312.86193 312.86193 67712.541 67712.541 -60.136282 -60.136282 Loop time of 49.3929 on 1 procs for 1000 steps with 4000 atoms Performance: 1.749 ns/day, 13.720 hours/ns, 20.246 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.238 | 49.238 | 49.238 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022166 | 0.022166 | 0.022166 | 0.0 | 0.04 Output | 8.5761e-05 | 8.5761e-05 | 8.5761e-05 | 0.0 | 0.00 Modify | 0.1207 | 0.1207 | 0.1207 | 0.0 | 0.24 Other | | 0.01182 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331260 ave 331260 max 331260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331260 Ave neighs/atom = 82.815 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13096.71 -13096.71 -13258.431 -13258.431 312.86193 312.86193 67712.541 67712.541 -60.136282 -60.136282 5000 -13100.728 -13100.728 -13262.064 -13262.064 312.11648 312.11648 67632.318 67632.318 557.8753 557.8753 Loop time of 49.1615 on 1 procs for 1000 steps with 4000 atoms Performance: 1.757 ns/day, 13.656 hours/ns, 20.341 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 | 49.004 | 49.004 | 49.004 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022329 | 0.022329 | 0.022329 | 0.0 | 0.05 Output | 6.0554e-05 | 6.0554e-05 | 6.0554e-05 | 0.0 | 0.00 Modify | 0.12308 | 0.12308 | 0.12308 | 0.0 | 0.25 Other | | 0.01231 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331168 ave 331168 max 331168 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331168 Ave neighs/atom = 82.792 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 = 312.457649911971, Press = -39.1557586418322 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13100.728 -13100.728 -13262.064 -13262.064 312.11648 312.11648 67632.318 67632.318 557.8753 557.8753 6000 -13096.134 -13096.134 -13258.362 -13258.362 313.84116 313.84116 67809.06 67809.06 -1105.7131 -1105.7131 Loop time of 49.3988 on 1 procs for 1000 steps with 4000 atoms Performance: 1.749 ns/day, 13.722 hours/ns, 20.243 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 | 49.236 | 49.236 | 49.236 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022347 | 0.022347 | 0.022347 | 0.0 | 0.05 Output | 6.4191e-05 | 6.4191e-05 | 6.4191e-05 | 0.0 | 0.00 Modify | 0.12786 | 0.12786 | 0.12786 | 0.0 | 0.26 Other | | 0.01241 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331626 ave 331626 max 331626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331626 Ave neighs/atom = 82.9065 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 = 312.531778633522, Press = 3.39031993411191 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13096.134 -13096.134 -13258.362 -13258.362 313.84116 313.84116 67809.06 67809.06 -1105.7131 -1105.7131 7000 -13100.458 -13100.458 -13262.8 -13262.8 314.06178 314.06178 67584.236 67584.236 1009.9421 1009.9421 Loop time of 49.1947 on 1 procs for 1000 steps with 4000 atoms Performance: 1.756 ns/day, 13.665 hours/ns, 20.327 timesteps/s 99.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 | 49.039 | 49.039 | 49.039 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021933 | 0.021933 | 0.021933 | 0.0 | 0.04 Output | 5.346e-05 | 5.346e-05 | 5.346e-05 | 0.0 | 0.00 Modify | 0.12317 | 0.12317 | 0.12317 | 0.0 | 0.25 Other | | 0.01067 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330892 ave 330892 max 330892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330892 Ave neighs/atom = 82.723 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.147236024636, Press = 22.7851154016939 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13100.458 -13100.458 -13262.8 -13262.8 314.06178 314.06178 67584.236 67584.236 1009.9421 1009.9421 8000 -13097.029 -13097.029 -13260.309 -13260.309 315.87557 315.87557 67702.868 67702.868 -100.58287 -100.58287 Loop time of 49.5508 on 1 procs for 1000 steps with 4000 atoms Performance: 1.744 ns/day, 13.764 hours/ns, 20.181 timesteps/s 99.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 | 49.396 | 49.396 | 49.396 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022055 | 0.022055 | 0.022055 | 0.0 | 0.04 Output | 5.1867e-05 | 5.1867e-05 | 5.1867e-05 | 0.0 | 0.00 Modify | 0.12264 | 0.12264 | 0.12264 | 0.0 | 0.25 Other | | 0.01047 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331536 ave 331536 max 331536 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331536 Ave neighs/atom = 82.884 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 = 312.936098044899, Press = -9.60272104769646 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13097.029 -13097.029 -13260.309 -13260.309 315.87557 315.87557 67702.868 67702.868 -100.58287 -100.58287 9000 -13102.025 -13102.025 -13262.112 -13262.112 309.69858 309.69858 67732.171 67732.171 -616.52257 -616.52257 Loop time of 49.3239 on 1 procs for 1000 steps with 4000 atoms Performance: 1.752 ns/day, 13.701 hours/ns, 20.274 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.165 | 49.165 | 49.165 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022253 | 0.022253 | 0.022253 | 0.0 | 0.05 Output | 6.0233e-05 | 6.0233e-05 | 6.0233e-05 | 0.0 | 0.00 Modify | 0.12507 | 0.12507 | 0.12507 | 0.0 | 0.25 Other | | 0.01178 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331240 ave 331240 max 331240 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331240 Ave neighs/atom = 82.81 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 = 312.612433589093, Press = 2.56762865279318 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13102.025 -13102.025 -13262.112 -13262.112 309.69858 309.69858 67732.171 67732.171 -616.52257 -616.52257 10000 -13097.366 -13097.366 -13261.546 -13261.546 317.61836 317.61836 67640.359 67640.359 499.40266 499.40266 Loop time of 49.6187 on 1 procs for 1000 steps with 4000 atoms Performance: 1.741 ns/day, 13.783 hours/ns, 20.154 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.46 | 49.46 | 49.46 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02283 | 0.02283 | 0.02283 | 0.0 | 0.05 Output | 4.6788e-05 | 4.6788e-05 | 4.6788e-05 | 0.0 | 0.00 Modify | 0.12448 | 0.12448 | 0.12448 | 0.0 | 0.25 Other | | 0.01088 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331158 ave 331158 max 331158 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331158 Ave neighs/atom = 82.7895 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 = 312.492643393853, Press = 1.15648501071686 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13097.366 -13097.366 -13261.546 -13261.546 317.61836 317.61836 67640.359 67640.359 499.40266 499.40266 11000 -13101.947 -13101.947 -13259.95 -13259.95 305.66781 305.66781 67723.145 67723.145 -367.40926 -367.40926 Loop time of 49.5425 on 1 procs for 1000 steps with 4000 atoms Performance: 1.744 ns/day, 13.762 hours/ns, 20.185 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.379 | 49.379 | 49.379 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022776 | 0.022776 | 0.022776 | 0.0 | 0.05 Output | 5.7388e-05 | 5.7388e-05 | 5.7388e-05 | 0.0 | 0.00 Modify | 0.1269 | 0.1269 | 0.1269 | 0.0 | 0.26 Other | | 0.01384 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331522 ave 331522 max 331522 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331522 Ave neighs/atom = 82.8805 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 = 312.409627395816, Press = -1.7401596363816 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13101.947 -13101.947 -13259.95 -13259.95 305.66781 305.66781 67723.145 67723.145 -367.40926 -367.40926 12000 -13098.037 -13098.037 -13262.365 -13262.365 317.90466 317.90466 67709.537 67709.537 -296.96621 -296.96621 Loop time of 49.4143 on 1 procs for 1000 steps with 4000 atoms Performance: 1.748 ns/day, 13.726 hours/ns, 20.237 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.259 | 49.259 | 49.259 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022285 | 0.022285 | 0.022285 | 0.0 | 0.05 Output | 5.2458e-05 | 5.2458e-05 | 5.2458e-05 | 0.0 | 0.00 Modify | 0.1225 | 0.1225 | 0.1225 | 0.0 | 0.25 Other | | 0.0105 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331160 ave 331160 max 331160 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331160 Ave neighs/atom = 82.79 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 = 312.475275023096, Press = 2.7373884707695 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13098.037 -13098.037 -13262.365 -13262.365 317.90466 317.90466 67709.537 67709.537 -296.96621 -296.96621 13000 -13107.782 -13107.782 -13269.734 -13269.734 313.30811 313.30811 67600.785 67600.785 278.85255 278.85255 Loop time of 49.3886 on 1 procs for 1000 steps with 4000 atoms Performance: 1.749 ns/day, 13.719 hours/ns, 20.248 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.234 | 49.234 | 49.234 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022142 | 0.022142 | 0.022142 | 0.0 | 0.04 Output | 3.9554e-05 | 3.9554e-05 | 3.9554e-05 | 0.0 | 0.00 Modify | 0.12213 | 0.12213 | 0.12213 | 0.0 | 0.25 Other | | 0.01043 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331274 ave 331274 max 331274 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331274 Ave neighs/atom = 82.8185 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 = 312.28687017715, Press = -3.00264574829132 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13107.782 -13107.782 -13269.734 -13269.734 313.30811 313.30811 67600.785 67600.785 278.85255 278.85255 14000 -13094.958 -13094.958 -13257.624 -13257.624 314.68862 314.68862 67830.405 67830.405 -1279.9677 -1279.9677 Loop time of 49.407 on 1 procs for 1000 steps with 4000 atoms Performance: 1.749 ns/day, 13.724 hours/ns, 20.240 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.24 | 49.24 | 49.24 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023525 | 0.023525 | 0.023525 | 0.0 | 0.05 Output | 6.3169e-05 | 6.3169e-05 | 6.3169e-05 | 0.0 | 0.00 Modify | 0.12802 | 0.12802 | 0.12802 | 0.0 | 0.26 Other | | 0.0149 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331656 ave 331656 max 331656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331656 Ave neighs/atom = 82.914 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 = 312.209602140183, Press = 0.64355124932212 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13094.958 -13094.958 -13257.624 -13257.624 314.68862 314.68862 67830.405 67830.405 -1279.9677 -1279.9677 15000 -13100.09 -13100.09 -13262.266 -13262.266 313.74186 313.74186 67600.455 67600.455 868.01976 868.01976 Loop time of 49.3624 on 1 procs for 1000 steps with 4000 atoms Performance: 1.750 ns/day, 13.712 hours/ns, 20.258 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.2 | 49.2 | 49.2 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023171 | 0.023171 | 0.023171 | 0.0 | 0.05 Output | 5.4111e-05 | 5.4111e-05 | 5.4111e-05 | 0.0 | 0.00 Modify | 0.12643 | 0.12643 | 0.12643 | 0.0 | 0.26 Other | | 0.01236 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330892 ave 330892 max 330892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330892 Ave neighs/atom = 82.723 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 = 312.321243697651, Press = 3.97836443996813 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13100.09 -13100.09 -13262.266 -13262.266 313.74186 313.74186 67600.455 67600.455 868.01976 868.01976 16000 -13101.538 -13101.538 -13263.024 -13263.024 312.40604 312.40604 67669.064 67669.064 -3.9238817 -3.9238817 Loop time of 49.2697 on 1 procs for 1000 steps with 4000 atoms Performance: 1.754 ns/day, 13.686 hours/ns, 20.296 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 | 49.116 | 49.116 | 49.116 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021645 | 0.021645 | 0.021645 | 0.0 | 0.04 Output | 7.0442e-05 | 7.0442e-05 | 7.0442e-05 | 0.0 | 0.00 Modify | 0.12129 | 0.12129 | 0.12129 | 0.0 | 0.25 Other | | 0.01054 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331314 ave 331314 max 331314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331314 Ave neighs/atom = 82.8285 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 = 312.31651382912, Press = -3.22477862347456 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13101.538 -13101.538 -13263.024 -13263.024 312.40604 312.40604 67669.064 67669.064 -3.9238817 -3.9238817 17000 -13098.263 -13098.263 -13258.042 -13258.042 309.10261 309.10261 67756.155 67756.155 -557.84069 -557.84069 Loop time of 49.2609 on 1 procs for 1000 steps with 4000 atoms Performance: 1.754 ns/day, 13.684 hours/ns, 20.300 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 | 49.108 | 49.108 | 49.108 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021668 | 0.021668 | 0.021668 | 0.0 | 0.04 Output | 3.8823e-05 | 3.8823e-05 | 3.8823e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.25 Other | | 0.01049 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331204 ave 331204 max 331204 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331204 Ave neighs/atom = 82.801 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 = 312.192628350765, Press = 1.12273230995674 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13098.263 -13098.263 -13258.042 -13258.042 309.10261 309.10261 67756.155 67756.155 -557.84069 -557.84069 18000 -13100.658 -13100.658 -13262.362 -13262.362 312.82753 312.82753 67580.217 67580.217 1050.0978 1050.0978 Loop time of 49.2941 on 1 procs for 1000 steps with 4000 atoms Performance: 1.753 ns/day, 13.693 hours/ns, 20.286 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 | 49.141 | 49.141 | 49.141 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021598 | 0.021598 | 0.021598 | 0.0 | 0.04 Output | 4.5625e-05 | 4.5625e-05 | 4.5625e-05 | 0.0 | 0.00 Modify | 0.12112 | 0.12112 | 0.12112 | 0.0 | 0.25 Other | | 0.01047 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331088 ave 331088 max 331088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331088 Ave neighs/atom = 82.772 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 = 312.256971189195, Press = 1.45068135881336 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13100.658 -13100.658 -13262.362 -13262.362 312.82753 312.82753 67580.217 67580.217 1050.0978 1050.0978 19000 -13091.51 -13091.51 -13254.989 -13254.989 316.26086 316.26086 67751.096 67751.096 -213.01973 -213.01973 Loop time of 49.1633 on 1 procs for 1000 steps with 4000 atoms Performance: 1.757 ns/day, 13.656 hours/ns, 20.340 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 | 49.01 | 49.01 | 49.01 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021679 | 0.021679 | 0.021679 | 0.0 | 0.04 Output | 3.9874e-05 | 3.9874e-05 | 3.9874e-05 | 0.0 | 0.00 Modify | 0.12113 | 0.12113 | 0.12113 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331532 ave 331532 max 331532 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331532 Ave neighs/atom = 82.883 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 = 312.437698868981, Press = -1.93133841735823 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13091.51 -13091.51 -13254.989 -13254.989 316.26086 316.26086 67751.096 67751.096 -213.01973 -213.01973 20000 -13102.554 -13102.554 -13263.255 -13263.255 310.88886 310.88886 67687.371 67687.371 -206.35879 -206.35879 Loop time of 49.0639 on 1 procs for 1000 steps with 4000 atoms Performance: 1.761 ns/day, 13.629 hours/ns, 20.382 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 | 48.911 | 48.911 | 48.911 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021621 | 0.021621 | 0.021621 | 0.0 | 0.04 Output | 4.7119e-05 | 4.7119e-05 | 4.7119e-05 | 0.0 | 0.00 Modify | 0.12094 | 0.12094 | 0.12094 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331020 ave 331020 max 331020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331020 Ave neighs/atom = 82.755 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 = 312.509581192302, Press = 0.926020779623727 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13102.554 -13102.554 -13263.255 -13263.255 310.88886 310.88886 67687.371 67687.371 -206.35879 -206.35879 21000 -13099.481 -13099.481 -13262.03 -13262.03 314.4623 314.4623 67640.55 67640.55 434.83623 434.83623 Loop time of 48.9985 on 1 procs for 1000 steps with 4000 atoms Performance: 1.763 ns/day, 13.611 hours/ns, 20.409 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 | 48.845 | 48.845 | 48.845 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021584 | 0.021584 | 0.021584 | 0.0 | 0.04 Output | 4.1468e-05 | 4.1468e-05 | 4.1468e-05 | 0.0 | 0.00 Modify | 0.12107 | 0.12107 | 0.12107 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331366 ave 331366 max 331366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331366 Ave neighs/atom = 82.8415 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 = 312.572162280235, Press = 0.477372144463245 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13099.481 -13099.481 -13262.03 -13262.03 314.4623 314.4623 67640.55 67640.55 434.83623 434.83623 22000 -13097.896 -13097.896 -13260.349 -13260.349 314.27704 314.27704 67715.89 67715.89 -256.1315 -256.1315 Loop time of 49.2019 on 1 procs for 1000 steps with 4000 atoms Performance: 1.756 ns/day, 13.667 hours/ns, 20.324 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 | 49.049 | 49.049 | 49.049 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021625 | 0.021625 | 0.021625 | 0.0 | 0.04 Output | 5.5895e-05 | 5.5895e-05 | 5.5895e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.25 Other | | 0.01044 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331410 ave 331410 max 331410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331410 Ave neighs/atom = 82.8525 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 = 312.496929403547, Press = -1.4288519804472 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13097.896 -13097.896 -13260.349 -13260.349 314.27704 314.27704 67715.89 67715.89 -256.1315 -256.1315 23000 -13100.046 -13100.046 -13260.294 -13260.294 310.01212 310.01212 67700.814 67700.814 -126.9357 -126.9357 Loop time of 49.1808 on 1 procs for 1000 steps with 4000 atoms Performance: 1.757 ns/day, 13.661 hours/ns, 20.333 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 | 49.028 | 49.028 | 49.028 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021617 | 0.021617 | 0.021617 | 0.0 | 0.04 Output | 3.8452e-05 | 3.8452e-05 | 3.8452e-05 | 0.0 | 0.00 Modify | 0.12086 | 0.12086 | 0.12086 | 0.0 | 0.25 Other | | 0.01044 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331162 ave 331162 max 331162 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331162 Ave neighs/atom = 82.7905 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 = 312.475249446997, Press = 2.37929867919321 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13100.046 -13100.046 -13260.294 -13260.294 310.01212 310.01212 67700.814 67700.814 -126.9357 -126.9357 24000 -13094.764 -13094.764 -13258.08 -13258.08 315.94483 315.94483 67613.969 67613.969 1082.1269 1082.1269 Loop time of 49.0854 on 1 procs for 1000 steps with 4000 atoms Performance: 1.760 ns/day, 13.635 hours/ns, 20.373 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 | 48.932 | 48.932 | 48.932 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021703 | 0.021703 | 0.021703 | 0.0 | 0.04 Output | 3.3593e-05 | 3.3593e-05 | 3.3593e-05 | 0.0 | 0.00 Modify | 0.12078 | 0.12078 | 0.12078 | 0.0 | 0.25 Other | | 0.01047 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331276 ave 331276 max 331276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331276 Ave neighs/atom = 82.819 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 = 312.520476600677, Press = -1.31252907924816 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13094.764 -13094.764 -13258.08 -13258.08 315.94483 315.94483 67613.969 67613.969 1082.1269 1082.1269 25000 -13100.887 -13100.887 -13260.355 -13260.355 308.50209 308.50209 67765.002 67765.002 -821.48179 -821.48179 Loop time of 49.141 on 1 procs for 1000 steps with 4000 atoms Performance: 1.758 ns/day, 13.650 hours/ns, 20.350 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 | 48.988 | 48.988 | 48.988 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021609 | 0.021609 | 0.021609 | 0.0 | 0.04 Output | 3.8312e-05 | 3.8312e-05 | 3.8312e-05 | 0.0 | 0.00 Modify | 0.12093 | 0.12093 | 0.12093 | 0.0 | 0.25 Other | | 0.01043 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331548 ave 331548 max 331548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331548 Ave neighs/atom = 82.887 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 = 312.593938477697, Press = -0.306783926923057 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13100.887 -13100.887 -13260.355 -13260.355 308.50209 308.50209 67765.002 67765.002 -821.48179 -821.48179 26000 -13097.116 -13097.116 -13260.491 -13260.491 316.06035 316.06035 67701.511 67701.511 -89.12851 -89.12851 Loop time of 49.1355 on 1 procs for 1000 steps with 4000 atoms Performance: 1.758 ns/day, 13.649 hours/ns, 20.352 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 | 48.983 | 48.983 | 48.983 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021496 | 0.021496 | 0.021496 | 0.0 | 0.04 Output | 4.835e-05 | 4.835e-05 | 4.835e-05 | 0.0 | 0.00 Modify | 0.12089 | 0.12089 | 0.12089 | 0.0 | 0.25 Other | | 0.01051 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331054 ave 331054 max 331054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331054 Ave neighs/atom = 82.7635 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 = 312.653430702983, Press = 0.46558102584232 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13097.116 -13097.116 -13260.491 -13260.491 316.06035 316.06035 67701.511 67701.511 -89.12851 -89.12851 27000 -13098.401 -13098.401 -13259.583 -13259.583 311.81729 311.81729 67673.937 67673.937 277.55315 277.55315 Loop time of 49.1468 on 1 procs for 1000 steps with 4000 atoms Performance: 1.758 ns/day, 13.652 hours/ns, 20.347 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 | 48.994 | 48.994 | 48.994 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021504 | 0.021504 | 0.021504 | 0.0 | 0.04 Output | 4.0606e-05 | 4.0606e-05 | 4.0606e-05 | 0.0 | 0.00 Modify | 0.12093 | 0.12093 | 0.12093 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331332 ave 331332 max 331332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331332 Ave neighs/atom = 82.833 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 = 312.656892970928, Press = -0.00194342621223887 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13098.401 -13098.401 -13259.583 -13259.583 311.81729 311.81729 67673.937 67673.937 277.55315 277.55315 28000 -13099.195 -13099.195 -13260.457 -13260.457 311.97293 311.97293 67728.57 67728.57 -420.52864 -420.52864 Loop time of 49.0712 on 1 procs for 1000 steps with 4000 atoms Performance: 1.761 ns/day, 13.631 hours/ns, 20.379 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 | 48.918 | 48.918 | 48.918 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021619 | 0.021619 | 0.021619 | 0.0 | 0.04 Output | 3.757e-05 | 3.757e-05 | 3.757e-05 | 0.0 | 0.00 Modify | 0.12094 | 0.12094 | 0.12094 | 0.0 | 0.25 Other | | 0.01049 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331170 ave 331170 max 331170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331170 Ave neighs/atom = 82.7925 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 = 312.673576416019, Press = -0.202991247239117 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13099.195 -13099.195 -13260.457 -13260.457 311.97293 311.97293 67728.57 67728.57 -420.52864 -420.52864 29000 -13098.328 -13098.328 -13259.355 -13259.355 311.51732 311.51732 67639.506 67639.506 629.9525 629.9525 Loop time of 49.1695 on 1 procs for 1000 steps with 4000 atoms Performance: 1.757 ns/day, 13.658 hours/ns, 20.338 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 | 49.017 | 49.017 | 49.017 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021535 | 0.021535 | 0.021535 | 0.0 | 0.04 Output | 3.0408e-05 | 3.0408e-05 | 3.0408e-05 | 0.0 | 0.00 Modify | 0.12089 | 0.12089 | 0.12089 | 0.0 | 0.25 Other | | 0.01047 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331098 ave 331098 max 331098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331098 Ave neighs/atom = 82.7745 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 = 312.682458348386, Press = 1.53806132637451 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13098.328 -13098.328 -13259.355 -13259.355 311.51732 311.51732 67639.506 67639.506 629.9525 629.9525 30000 -13097.685 -13097.685 -13259.96 -13259.96 313.9332 313.9332 67664.223 67664.223 361.25008 361.25008 Loop time of 49.0487 on 1 procs for 1000 steps with 4000 atoms Performance: 1.762 ns/day, 13.625 hours/ns, 20.388 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 | 48.896 | 48.896 | 48.896 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021583 | 0.021583 | 0.021583 | 0.0 | 0.04 Output | 4.3752e-05 | 4.3752e-05 | 4.3752e-05 | 0.0 | 0.00 Modify | 0.12094 | 0.12094 | 0.12094 | 0.0 | 0.25 Other | | 0.01042 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331336 ave 331336 max 331336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331336 Ave neighs/atom = 82.834 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 = 312.713210111264, Press = -1.81460071153949 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13097.685 -13097.685 -13259.96 -13259.96 313.9332 313.9332 67664.223 67664.223 361.25008 361.25008 31000 -13100.888 -13100.888 -13263.074 -13263.074 313.76055 313.76055 67738.428 67738.428 -691.11664 -691.11664 Loop time of 49.0898 on 1 procs for 1000 steps with 4000 atoms Performance: 1.760 ns/day, 13.636 hours/ns, 20.371 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 | 48.937 | 48.937 | 48.937 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021758 | 0.021758 | 0.021758 | 0.0 | 0.04 Output | 3.9844e-05 | 3.9844e-05 | 3.9844e-05 | 0.0 | 0.00 Modify | 0.12084 | 0.12084 | 0.12084 | 0.0 | 0.25 Other | | 0.01048 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331378 ave 331378 max 331378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331378 Ave neighs/atom = 82.8445 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 = 312.76653018978, Press = 0.961613387676936 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13100.888 -13100.888 -13263.074 -13263.074 313.76055 313.76055 67738.428 67738.428 -691.11664 -691.11664 32000 -13099.794 -13099.794 -13263.381 -13263.381 316.47121 316.47121 67659.926 67659.926 155.23815 155.23815 Loop time of 49.0508 on 1 procs for 1000 steps with 4000 atoms Performance: 1.761 ns/day, 13.625 hours/ns, 20.387 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 | 48.898 | 48.898 | 48.898 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021868 | 0.021868 | 0.021868 | 0.0 | 0.04 Output | 4.7609e-05 | 4.7609e-05 | 4.7609e-05 | 0.0 | 0.00 Modify | 0.12092 | 0.12092 | 0.12092 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331140 ave 331140 max 331140 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331140 Ave neighs/atom = 82.785 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 = 312.821307794766, Press = 0.160421268381436 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13099.794 -13099.794 -13263.381 -13263.381 316.47121 316.47121 67659.926 67659.926 155.23815 155.23815 33000 -13096.205 -13096.205 -13261.323 -13261.323 319.43226 319.43226 67726.545 67726.545 -380.53151 -380.53151 Loop time of 49.356 on 1 procs for 1000 steps with 4000 atoms Performance: 1.751 ns/day, 13.710 hours/ns, 20.261 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 | 49.191 | 49.191 | 49.191 | 0.0 | 99.67 Neigh | 0.01178 | 0.01178 | 0.01178 | 0.0 | 0.02 Comm | 0.021969 | 0.021969 | 0.021969 | 0.0 | 0.04 Output | 3.9955e-05 | 3.9955e-05 | 3.9955e-05 | 0.0 | 0.00 Modify | 0.1208 | 0.1208 | 0.1208 | 0.0 | 0.24 Other | | 0.01043 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331076 ave 331076 max 331076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331076 Ave neighs/atom = 82.769 Neighbor list builds = 1 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 = 312.841091739668, Press = -0.535703819014352 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13096.205 -13096.205 -13261.323 -13261.323 319.43226 319.43226 67726.545 67726.545 -380.53151 -380.53151 34000 -13103.861 -13103.861 -13263.762 -13263.762 309.33971 309.33971 67601.907 67601.907 670.69579 670.69579 Loop time of 49.1509 on 1 procs for 1000 steps with 4000 atoms Performance: 1.758 ns/day, 13.653 hours/ns, 20.346 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 | 48.998 | 48.998 | 48.998 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021586 | 0.021586 | 0.021586 | 0.0 | 0.04 Output | 3.8542e-05 | 3.8542e-05 | 3.8542e-05 | 0.0 | 0.00 Modify | 0.12092 | 0.12092 | 0.12092 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331242 ave 331242 max 331242 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331242 Ave neighs/atom = 82.8105 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 = 312.842417474265, Press = 0.212738336794315 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13103.861 -13103.861 -13263.762 -13263.762 309.33971 309.33971 67601.907 67601.907 670.69579 670.69579 35000 -13098.77 -13098.77 -13259.705 -13259.705 311.33978 311.33978 67760.419 67760.419 -710.5225 -710.5225 Loop time of 49.175 on 1 procs for 1000 steps with 4000 atoms Performance: 1.757 ns/day, 13.660 hours/ns, 20.336 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 | 49.022 | 49.022 | 49.022 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021565 | 0.021565 | 0.021565 | 0.0 | 0.04 Output | 3.0938e-05 | 3.0938e-05 | 3.0938e-05 | 0.0 | 0.00 Modify | 0.12074 | 0.12074 | 0.12074 | 0.0 | 0.25 Other | | 0.01039 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331612 ave 331612 max 331612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331612 Ave neighs/atom = 82.903 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 = 312.780025235351, Press = -1.09239026009997 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13098.77 -13098.77 -13259.705 -13259.705 311.33978 311.33978 67760.419 67760.419 -710.5225 -710.5225 36000 -13097.985 -13097.985 -13260.321 -13260.321 314.0503 314.0503 67712.201 67712.201 -204.35678 -204.35678 Loop time of 49.0359 on 1 procs for 1000 steps with 4000 atoms Performance: 1.762 ns/day, 13.621 hours/ns, 20.393 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 | 48.883 | 48.883 | 48.883 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021514 | 0.021514 | 0.021514 | 0.0 | 0.04 Output | 4.1658e-05 | 4.1658e-05 | 4.1658e-05 | 0.0 | 0.00 Modify | 0.12078 | 0.12078 | 0.12078 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330972 ave 330972 max 330972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330972 Ave neighs/atom = 82.743 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 = 312.831448666536, Press = 1.51050929225042 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13097.985 -13097.985 -13260.321 -13260.321 314.0503 314.0503 67712.201 67712.201 -204.35678 -204.35678 37000 -13095.558 -13095.558 -13257.735 -13257.735 313.74297 313.74297 67667.573 67667.573 474.76077 474.76077 Loop time of 49.0971 on 1 procs for 1000 steps with 4000 atoms Performance: 1.760 ns/day, 13.638 hours/ns, 20.368 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 | 48.944 | 48.944 | 48.944 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021689 | 0.021689 | 0.021689 | 0.0 | 0.04 Output | 4.0035e-05 | 4.0035e-05 | 4.0035e-05 | 0.0 | 0.00 Modify | 0.12078 | 0.12078 | 0.12078 | 0.0 | 0.25 Other | | 0.01043 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331228 ave 331228 max 331228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331228 Ave neighs/atom = 82.807 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 = 312.859284190822, Press = -0.56054821468531 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13095.558 -13095.558 -13257.735 -13257.735 313.74297 313.74297 67667.573 67667.573 474.76077 474.76077 38000 -13102.909 -13102.909 -13261.103 -13261.103 306.03817 306.03817 67665.249 67665.249 166.73374 166.73374 Loop time of 49.1713 on 1 procs for 1000 steps with 4000 atoms Performance: 1.757 ns/day, 13.659 hours/ns, 20.337 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 | 49.018 | 49.018 | 49.018 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021595 | 0.021595 | 0.021595 | 0.0 | 0.04 Output | 5.1336e-05 | 5.1336e-05 | 5.1336e-05 | 0.0 | 0.00 Modify | 0.12088 | 0.12088 | 0.12088 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331196 ave 331196 max 331196 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331196 Ave neighs/atom = 82.799 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 = 312.858053286891, Press = -0.425240018164476 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13102.909 -13102.909 -13261.103 -13261.103 306.03817 306.03817 67665.249 67665.249 166.73374 166.73374 39000 -13096.523 -13096.523 -13260.091 -13260.091 316.43355 316.43355 67712.715 67712.715 -182.01771 -182.01771 Loop time of 49.1266 on 1 procs for 1000 steps with 4000 atoms Performance: 1.759 ns/day, 13.646 hours/ns, 20.356 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 | 48.974 | 48.974 | 48.974 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021558 | 0.021558 | 0.021558 | 0.0 | 0.04 Output | 4.0006e-05 | 4.0006e-05 | 4.0006e-05 | 0.0 | 0.00 Modify | 0.12071 | 0.12071 | 0.12071 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331322 ave 331322 max 331322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331322 Ave neighs/atom = 82.8305 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 = 312.819067566023, Press = 0.443198195322829 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13096.523 -13096.523 -13260.091 -13260.091 316.43355 316.43355 67712.715 67712.715 -182.01771 -182.01771 40000 -13098.809 -13098.809 -13262.597 -13262.597 316.85924 316.85924 67618.44 67618.44 630.20616 630.20616 Loop time of 49.0573 on 1 procs for 1000 steps with 4000 atoms Performance: 1.761 ns/day, 13.627 hours/ns, 20.384 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 | 48.904 | 48.904 | 48.904 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022049 | 0.022049 | 0.022049 | 0.0 | 0.04 Output | 2.9866e-05 | 2.9866e-05 | 2.9866e-05 | 0.0 | 0.00 Modify | 0.1208 | 0.1208 | 0.1208 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331148 ave 331148 max 331148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331148 Ave neighs/atom = 82.787 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 = 312.827685155026, Press = -0.431784502087097 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13098.809 -13098.809 -13262.597 -13262.597 316.85924 316.85924 67618.44 67618.44 630.20616 630.20616 41000 -13094.952 -13094.952 -13256.729 -13256.729 312.96835 312.96835 67864.075 67864.075 -1604.6832 -1604.6832 Loop time of 49.3747 on 1 procs for 1000 steps with 4000 atoms Performance: 1.750 ns/day, 13.715 hours/ns, 20.253 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 | 49.209 | 49.209 | 49.209 | 0.0 | 99.67 Neigh | 0.01171 | 0.01171 | 0.01171 | 0.0 | 0.02 Comm | 0.022146 | 0.022146 | 0.022146 | 0.0 | 0.04 Output | 4.3502e-05 | 4.3502e-05 | 4.3502e-05 | 0.0 | 0.00 Modify | 0.12087 | 0.12087 | 0.12087 | 0.0 | 0.24 Other | | 0.01042 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330992 ave 330992 max 330992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330992 Ave neighs/atom = 82.748 Neighbor list builds = 1 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 = 312.868953753715, Press = -0.902099891480969 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13094.952 -13094.952 -13256.729 -13256.729 312.96835 312.96835 67864.075 67864.075 -1604.6832 -1604.6832 42000 -13099.347 -13099.347 -13260.118 -13260.118 311.02299 311.02299 67664.567 67664.567 325.88184 325.88184 Loop time of 48.8922 on 1 procs for 1000 steps with 4000 atoms Performance: 1.767 ns/day, 13.581 hours/ns, 20.453 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 | 48.739 | 48.739 | 48.739 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021625 | 0.021625 | 0.021625 | 0.0 | 0.04 Output | 4.2319e-05 | 4.2319e-05 | 4.2319e-05 | 0.0 | 0.00 Modify | 0.12083 | 0.12083 | 0.12083 | 0.0 | 0.25 Other | | 0.01043 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330734 ave 330734 max 330734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330734 Ave neighs/atom = 82.6835 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 = 312.899873122938, Press = 1.10850706318266 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13099.347 -13099.347 -13260.118 -13260.118 311.02299 311.02299 67664.567 67664.567 325.88184 325.88184 43000 -13094.411 -13094.411 -13257.525 -13257.525 315.55533 315.55533 67651.382 67651.382 765.70606 765.70606 Loop time of 48.9661 on 1 procs for 1000 steps with 4000 atoms Performance: 1.764 ns/day, 13.602 hours/ns, 20.422 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 | 48.813 | 48.813 | 48.813 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02161 | 0.02161 | 0.02161 | 0.0 | 0.04 Output | 3.9774e-05 | 3.9774e-05 | 3.9774e-05 | 0.0 | 0.00 Modify | 0.12077 | 0.12077 | 0.12077 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331348 ave 331348 max 331348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331348 Ave neighs/atom = 82.837 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 = 312.961332487375, Press = -0.230894071223554 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13094.411 -13094.411 -13257.525 -13257.525 315.55533 315.55533 67651.382 67651.382 765.70606 765.70606 44000 -13100.391 -13100.391 -13262.037 -13262.037 312.71553 312.71553 67722.695 67722.695 -497.65439 -497.65439 Loop time of 48.9858 on 1 procs for 1000 steps with 4000 atoms Performance: 1.764 ns/day, 13.607 hours/ns, 20.414 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 | 48.833 | 48.833 | 48.833 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02154 | 0.02154 | 0.02154 | 0.0 | 0.04 Output | 4.8461e-05 | 4.8461e-05 | 4.8461e-05 | 0.0 | 0.00 Modify | 0.12085 | 0.12085 | 0.12085 | 0.0 | 0.25 Other | | 0.01047 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331412 ave 331412 max 331412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331412 Ave neighs/atom = 82.853 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 = 312.997971722878, Press = -0.56733867357806 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13100.391 -13100.391 -13262.037 -13262.037 312.71553 312.71553 67722.695 67722.695 -497.65439 -497.65439 45000 -13097.182 -13097.182 -13259.591 -13259.591 314.19038 314.19038 67678.226 67678.226 224.41348 224.41348 Loop time of 49.1245 on 1 procs for 1000 steps with 4000 atoms Performance: 1.759 ns/day, 13.646 hours/ns, 20.356 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 | 48.971 | 48.971 | 48.971 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021741 | 0.021741 | 0.021741 | 0.0 | 0.04 Output | 3.9584e-05 | 3.9584e-05 | 3.9584e-05 | 0.0 | 0.00 Modify | 0.12093 | 0.12093 | 0.12093 | 0.0 | 0.25 Other | | 0.01043 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331186 ave 331186 max 331186 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331186 Ave neighs/atom = 82.7965 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 = 312.995414415181, Press = 0.893469103659993 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13097.182 -13097.182 -13259.591 -13259.591 314.19038 314.19038 67678.226 67678.226 224.41348 224.41348 46000 -13098.385 -13098.385 -13260.094 -13260.094 312.83803 312.83803 67662.165 67662.165 376.56127 376.56127 Loop time of 48.9679 on 1 procs for 1000 steps with 4000 atoms Performance: 1.764 ns/day, 13.602 hours/ns, 20.422 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 | 48.815 | 48.815 | 48.815 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021599 | 0.021599 | 0.021599 | 0.0 | 0.04 Output | 3.1068e-05 | 3.1068e-05 | 3.1068e-05 | 0.0 | 0.00 Modify | 0.12072 | 0.12072 | 0.12072 | 0.0 | 0.25 Other | | 0.01044 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331236 ave 331236 max 331236 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331236 Ave neighs/atom = 82.809 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.011440955369, Press = -0.932795543254204 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -13098.385 -13098.385 -13260.094 -13260.094 312.83803 312.83803 67662.165 67662.165 376.56127 376.56127 47000 -13101.131 -13101.131 -13262.4 -13262.4 311.98533 311.98533 67793.739 67793.739 -1291.1929 -1291.1929 Loop time of 49.0557 on 1 procs for 1000 steps with 4000 atoms Performance: 1.761 ns/day, 13.627 hours/ns, 20.385 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 | 48.903 | 48.903 | 48.903 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021726 | 0.021726 | 0.021726 | 0.0 | 0.04 Output | 3.9104e-05 | 3.9104e-05 | 3.9104e-05 | 0.0 | 0.00 Modify | 0.12082 | 0.12082 | 0.12082 | 0.0 | 0.25 Other | | 0.01044 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331516 ave 331516 max 331516 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331516 Ave neighs/atom = 82.879 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.033794166981, Press = 0.24602051530535 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -13101.131 -13101.131 -13262.4 -13262.4 311.98533 311.98533 67793.739 67793.739 -1291.1929 -1291.1929 48000 -13091.418 -13091.418 -13257.635 -13257.635 321.55834 321.55834 67604.783 67604.783 1272.4895 1272.4895 Loop time of 48.9721 on 1 procs for 1000 steps with 4000 atoms Performance: 1.764 ns/day, 13.603 hours/ns, 20.420 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 | 48.819 | 48.819 | 48.819 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022071 | 0.022071 | 0.022071 | 0.0 | 0.05 Output | 7.5271e-05 | 7.5271e-05 | 7.5271e-05 | 0.0 | 0.00 Modify | 0.12089 | 0.12089 | 0.12089 | 0.0 | 0.25 Other | | 0.01047 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 330880 ave 330880 max 330880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 330880 Ave neighs/atom = 82.72 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.077251718244, Press = 0.823879372220121 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -13091.418 -13091.418 -13257.635 -13257.635 321.55834 321.55834 67604.783 67604.783 1272.4895 1272.4895 49000 -13100.297 -13100.297 -13258.627 -13258.627 306.30041 306.30041 67693.138 67693.138 44.065207 44.065207 Loop time of 48.9743 on 1 procs for 1000 steps with 4000 atoms Performance: 1.764 ns/day, 13.604 hours/ns, 20.419 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 | 48.821 | 48.821 | 48.821 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021601 | 0.021601 | 0.021601 | 0.0 | 0.04 Output | 4.237e-05 | 4.237e-05 | 4.237e-05 | 0.0 | 0.00 Modify | 0.12077 | 0.12077 | 0.12077 | 0.0 | 0.25 Other | | 0.01045 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331500 ave 331500 max 331500 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331500 Ave neighs/atom = 82.875 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.122833412991, Press = -0.58796713830353 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -13100.297 -13100.297 -13258.627 -13258.627 306.30041 306.30041 67693.138 67693.138 44.065207 44.065207 50000 -13098.587 -13098.587 -13258.36 -13258.36 309.09153 309.09153 67723.9 67723.9 -182.62229 -182.62229 Loop time of 49.0809 on 1 procs for 1000 steps with 4000 atoms Performance: 1.760 ns/day, 13.634 hours/ns, 20.375 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 | 48.928 | 48.928 | 48.928 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021578 | 0.021578 | 0.021578 | 0.0 | 0.04 Output | 4.0676e-05 | 4.0676e-05 | 4.0676e-05 | 0.0 | 0.00 Modify | 0.12083 | 0.12083 | 0.12083 | 0.0 | 0.25 Other | | 0.01048 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331212 ave 331212 max 331212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331212 Ave neighs/atom = 82.803 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.097592872386, Press = 0.232646733001363 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.1 ghost atom cutoff = 7.1 binsize = 3.55, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.1 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -13098.587 -13098.587 -13258.36 -13258.36 309.09153 309.09153 67723.9 67723.9 -182.62229 -182.62229 51000 -13102.679 -13102.679 -13263.053 -13263.053 310.25496 310.25496 67647.065 67647.065 261.40521 261.40521 Loop time of 49.058 on 1 procs for 1000 steps with 4000 atoms Performance: 1.761 ns/day, 13.627 hours/ns, 20.384 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 | 48.905 | 48.905 | 48.905 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021574 | 0.021574 | 0.021574 | 0.0 | 0.04 Output | 3.5005e-05 | 3.5005e-05 | 3.5005e-05 | 0.0 | 0.00 Modify | 0.12086 | 0.12086 | 0.12086 | 0.0 | 0.25 Other | | 0.01044 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 331244 ave 331244 max 331244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 331244 Ave neighs/atom = 82.811 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 67690.9763925639 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0