# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.521391771733761*${_u_distance} variable latticeconst_converted equal 3.521391771733761*1 lattice fcc ${latticeconst_converted} lattice fcc 3.52139177173376 Lattice spacing in x,y,z = 3.5213918 3.5213918 3.5213918 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (35.213918 35.213918 35.213918) 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 (35.213918 35.213918 35.213918) create_atoms CPU = 0.001 seconds variable mass_converted equal 58.6934*${_u_mass} variable mass_converted equal 58.6934*1 kim_interactions Ni WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ni #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_ShimParkCho_2003_NiW__MO_500937681860_002 pair_coeff * * Ni #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 58.6934 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 43665.9622831874 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9622831874/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9622831874/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9622831874/(1*1*${_u_distance}) variable V0_metal equal 43665.9622831874/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 43665.9622831874*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 43665.9622831874 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.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_500937681860_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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -17627.791 -17627.791 -17800 -17800 333.15 333.15 43665.962 43665.962 4212.4284 4212.4284 1000 -17443.87 -17443.87 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.81279 -853.81279 Loop time of 69.4199 on 1 procs for 1000 steps with 4000 atoms Performance: 1.245 ns/day, 19.283 hours/ns, 14.405 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 | 69.269 | 69.269 | 69.269 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021714 | 0.021714 | 0.021714 | 0.0 | 0.03 Output | 0.00015585 | 0.00015585 | 0.00015585 | 0.0 | 0.00 Modify | 0.1183 | 0.1183 | 0.1183 | 0.0 | 0.17 Other | | 0.01071 | | | 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: 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -17443.87 -17443.87 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.81279 -853.81279 2000 -17454.609 -17454.609 -17623.77 -17623.77 327.25301 327.25301 44222.94 44222.94 -887.66682 -887.66682 Loop time of 87.1513 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.209 hours/ns, 11.474 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 | 87.002 | 87.002 | 87.002 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021607 | 0.021607 | 0.021607 | 0.0 | 0.02 Output | 5.2599e-05 | 5.2599e-05 | 5.2599e-05 | 0.0 | 0.00 Modify | 0.11772 | 0.11772 | 0.11772 | 0.0 | 0.14 Other | | 0.01041 | | | 0.01 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: 360018 ave 360018 max 360018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360018 Ave neighs/atom = 90.0045 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -17454.609 -17454.609 -17623.77 -17623.77 327.25301 327.25301 44222.94 44222.94 -887.66682 -887.66682 3000 -17453.858 -17453.858 -17622.126 -17622.126 325.52599 325.52599 44191.003 44191.003 523.1326 523.1326 Loop time of 87.2605 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.239 hours/ns, 11.460 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 | 87.111 | 87.111 | 87.111 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021763 | 0.021763 | 0.021763 | 0.0 | 0.02 Output | 4.9653e-05 | 4.9653e-05 | 4.9653e-05 | 0.0 | 0.00 Modify | 0.11764 | 0.11764 | 0.11764 | 0.0 | 0.13 Other | | 0.01046 | | | 0.01 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: 360722 ave 360722 max 360722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360722 Ave neighs/atom = 90.1805 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -17453.858 -17453.858 -17622.126 -17622.126 325.52599 325.52599 44191.003 44191.003 523.1326 523.1326 4000 -17450.643 -17450.643 -17625.437 -17625.437 338.15071 338.15071 44188.212 44188.212 514.1288 514.1288 Loop time of 87.3233 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.256 hours/ns, 11.452 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 | 87.174 | 87.174 | 87.174 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021543 | 0.021543 | 0.021543 | 0.0 | 0.02 Output | 4.7309e-05 | 4.7309e-05 | 4.7309e-05 | 0.0 | 0.00 Modify | 0.11777 | 0.11777 | 0.11777 | 0.0 | 0.13 Other | | 0.01048 | | | 0.01 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: 361338 ave 361338 max 361338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361338 Ave neighs/atom = 90.3345 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -17450.643 -17450.643 -17625.437 -17625.437 338.15071 338.15071 44188.212 44188.212 514.1288 514.1288 5000 -17455.811 -17455.811 -17624.511 -17624.511 326.36332 326.36332 44199.096 44199.096 24.88976 24.88976 Loop time of 87.0563 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.182 hours/ns, 11.487 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 | 86.906 | 86.906 | 86.906 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02158 | 0.02158 | 0.02158 | 0.0 | 0.02 Output | 3.8021e-05 | 3.8021e-05 | 3.8021e-05 | 0.0 | 0.00 Modify | 0.118 | 0.118 | 0.118 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360932 ave 360932 max 360932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360932 Ave neighs/atom = 90.233 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 = 330.186923146528, Press = -457.137469656689 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -17455.811 -17455.811 -17624.511 -17624.511 326.36332 326.36332 44199.096 44199.096 24.88976 24.88976 6000 -17449.586 -17449.586 -17623.112 -17623.112 335.69747 335.69747 44248.817 44248.817 -1803.0277 -1803.0277 Loop time of 87.1082 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.197 hours/ns, 11.480 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 | 86.955 | 86.955 | 86.955 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021562 | 0.021562 | 0.021562 | 0.0 | 0.02 Output | 4.0115e-05 | 4.0115e-05 | 4.0115e-05 | 0.0 | 0.00 Modify | 0.12119 | 0.12119 | 0.12119 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 360782 ave 360782 max 360782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360782 Ave neighs/atom = 90.1955 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 = 332.69365635571, Press = -17.2364642035364 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -17449.586 -17449.586 -17623.112 -17623.112 335.69747 335.69747 44248.817 44248.817 -1803.0277 -1803.0277 7000 -17455.624 -17455.624 -17627.618 -17627.618 332.73397 332.73397 44179.77 44179.77 566.00074 566.00074 Loop time of 86.8307 on 1 procs for 1000 steps with 4000 atoms Performance: 0.995 ns/day, 24.120 hours/ns, 11.517 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 | 86.677 | 86.677 | 86.677 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021559 | 0.021559 | 0.021559 | 0.0 | 0.02 Output | 4.0937e-05 | 4.0937e-05 | 4.0937e-05 | 0.0 | 0.00 Modify | 0.12115 | 0.12115 | 0.12115 | 0.0 | 0.14 Other | | 0.01052 | | | 0.01 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: 360462 ave 360462 max 360462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360462 Ave neighs/atom = 90.1155 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 = 332.979382098492, Press = 29.8156375024114 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -17455.624 -17455.624 -17627.618 -17627.618 332.73397 332.73397 44179.77 44179.77 566.00074 566.00074 8000 -17451.898 -17451.898 -17625.065 -17625.065 335.00256 335.00256 44135.688 44135.688 2684.7596 2684.7596 Loop time of 86.9721 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.159 hours/ns, 11.498 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 | 86.819 | 86.819 | 86.819 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021697 | 0.021697 | 0.021697 | 0.0 | 0.02 Output | 3.8723e-05 | 3.8723e-05 | 3.8723e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 360356 ave 360356 max 360356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360356 Ave neighs/atom = 90.089 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 = 332.926839550775, Press = -9.08737093930227 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -17451.898 -17451.898 -17625.065 -17625.065 335.00256 335.00256 44135.688 44135.688 2684.7596 2684.7596 9000 -17456.684 -17456.684 -17628.358 -17628.358 332.11493 332.11493 44195.006 44195.006 -156.43447 -156.43447 Loop time of 87.1166 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.199 hours/ns, 11.479 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 | 86.963 | 86.963 | 86.963 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021748 | 0.021748 | 0.021748 | 0.0 | 0.02 Output | 4.5615e-05 | 4.5615e-05 | 4.5615e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.14 Other | | 0.01052 | | | 0.01 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: 361652 ave 361652 max 361652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361652 Ave neighs/atom = 90.413 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 = 332.605830468937, Press = -14.2747218672773 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -17456.684 -17456.684 -17628.358 -17628.358 332.11493 332.11493 44195.006 44195.006 -156.43447 -156.43447 10000 -17452.312 -17452.312 -17623.316 -17623.316 330.81853 330.81853 44217.769 44217.769 -676.64847 -676.64847 Loop time of 87.0826 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.190 hours/ns, 11.483 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 | 86.929 | 86.929 | 86.929 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021569 | 0.021569 | 0.021569 | 0.0 | 0.02 Output | 4.0066e-05 | 4.0066e-05 | 4.0066e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.14 Other | | 0.01056 | | | 0.01 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: 360156 ave 360156 max 360156 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360156 Ave neighs/atom = 90.039 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 = 332.757070315499, Press = -3.69148437530515 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -17452.312 -17452.312 -17623.316 -17623.316 330.81853 330.81853 44217.769 44217.769 -676.64847 -676.64847 11000 -17457.39 -17457.39 -17627.562 -17627.562 329.21111 329.21111 44188.626 44188.626 59.213 59.213 Loop time of 87.1343 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.204 hours/ns, 11.477 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 | 86.981 | 86.981 | 86.981 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021631 | 0.021631 | 0.021631 | 0.0 | 0.02 Output | 4.4173e-05 | 4.4173e-05 | 4.4173e-05 | 0.0 | 0.00 Modify | 0.12133 | 0.12133 | 0.12133 | 0.0 | 0.14 Other | | 0.01056 | | | 0.01 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: 360652 ave 360652 max 360652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360652 Ave neighs/atom = 90.163 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 = 333.000102902527, Press = -1.13025835046405 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17457.39 -17457.39 -17627.562 -17627.562 329.21111 329.21111 44188.626 44188.626 59.213 59.213 12000 -17454.022 -17454.022 -17626.766 -17626.766 334.18562 334.18562 44156.712 44156.712 1604.3986 1604.3986 Loop time of 87.2326 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.231 hours/ns, 11.464 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 | 87.079 | 87.079 | 87.079 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021652 | 0.021652 | 0.021652 | 0.0 | 0.02 Output | 4.1608e-05 | 4.1608e-05 | 4.1608e-05 | 0.0 | 0.00 Modify | 0.12138 | 0.12138 | 0.12138 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 360940 ave 360940 max 360940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360940 Ave neighs/atom = 90.235 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 = 332.948494580832, Press = -2.28741960336848 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -17454.022 -17454.022 -17626.766 -17626.766 334.18562 334.18562 44156.712 44156.712 1604.3986 1604.3986 13000 -17452.457 -17452.457 -17620.794 -17620.794 325.66074 325.66074 44201.928 44201.928 281.2031 281.2031 Loop time of 87.1855 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.218 hours/ns, 11.470 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 | 87.032 | 87.032 | 87.032 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021647 | 0.021647 | 0.021647 | 0.0 | 0.02 Output | 4.1108e-05 | 4.1108e-05 | 4.1108e-05 | 0.0 | 0.00 Modify | 0.12155 | 0.12155 | 0.12155 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 361434 ave 361434 max 361434 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361434 Ave neighs/atom = 90.3585 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 = 332.693842375655, Press = -11.5212956672424 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17452.457 -17452.457 -17620.794 -17620.794 325.66074 325.66074 44201.928 44201.928 281.2031 281.2031 14000 -17458.589 -17458.589 -17626.775 -17626.775 325.36842 325.36842 44248.179 44248.179 -2250.902 -2250.902 Loop time of 87.3011 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.250 hours/ns, 11.455 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 | 87.147 | 87.147 | 87.147 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02158 | 0.02158 | 0.02158 | 0.0 | 0.02 Output | 3.9835e-05 | 3.9835e-05 | 3.9835e-05 | 0.0 | 0.00 Modify | 0.12156 | 0.12156 | 0.12156 | 0.0 | 0.14 Other | | 0.01057 | | | 0.01 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: 360986 ave 360986 max 360986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360986 Ave neighs/atom = 90.2465 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 = 332.651380907977, Press = -1.2358991358231 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17458.589 -17458.589 -17626.775 -17626.775 325.36842 325.36842 44248.179 44248.179 -2250.902 -2250.902 15000 -17451.53 -17451.53 -17623.066 -17623.066 331.84698 331.84698 44186.326 44186.326 782.63069 782.63069 Loop time of 87.2175 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.227 hours/ns, 11.466 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 | 87.064 | 87.064 | 87.064 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021688 | 0.021688 | 0.021688 | 0.0 | 0.02 Output | 4.2179e-05 | 4.2179e-05 | 4.2179e-05 | 0.0 | 0.00 Modify | 0.12155 | 0.12155 | 0.12155 | 0.0 | 0.14 Other | | 0.01054 | | | 0.01 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: 359642 ave 359642 max 359642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359642 Ave neighs/atom = 89.9105 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 = 332.669892397712, Press = 1.76254271929975 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17451.53 -17451.53 -17623.066 -17623.066 331.84698 331.84698 44186.326 44186.326 782.63069 782.63069 16000 -17448.809 -17448.809 -17623.782 -17623.782 338.49706 338.49706 44197.11 44197.11 363.66354 363.66354 Loop time of 87.4302 on 1 procs for 1000 steps with 4000 atoms Performance: 0.988 ns/day, 24.286 hours/ns, 11.438 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 | 87.276 | 87.276 | 87.276 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02154 | 0.02154 | 0.02154 | 0.0 | 0.02 Output | 3.9835e-05 | 3.9835e-05 | 3.9835e-05 | 0.0 | 0.00 Modify | 0.12173 | 0.12173 | 0.12173 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 361188 ave 361188 max 361188 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361188 Ave neighs/atom = 90.297 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 = 332.698131850126, Press = -2.49016333207227 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17448.809 -17448.809 -17623.782 -17623.782 338.49706 338.49706 44197.11 44197.11 363.66354 363.66354 17000 -17451.482 -17451.482 -17623.66 -17623.66 333.09109 333.09109 44202.87 44202.87 18.75473 18.75473 Loop time of 87.277 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.244 hours/ns, 11.458 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 | 87.123 | 87.123 | 87.123 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021607 | 0.021607 | 0.021607 | 0.0 | 0.02 Output | 3.9995e-05 | 3.9995e-05 | 3.9995e-05 | 0.0 | 0.00 Modify | 0.12169 | 0.12169 | 0.12169 | 0.0 | 0.14 Other | | 0.01057 | | | 0.01 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: 360684 ave 360684 max 360684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360684 Ave neighs/atom = 90.171 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 = 332.637464202358, Press = -1.51782125447269 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17451.482 -17451.482 -17623.66 -17623.66 333.09109 333.09109 44202.87 44202.87 18.75473 18.75473 18000 -17459.337 -17459.337 -17626.823 -17626.823 324.01365 324.01365 44179.975 44179.975 538.50831 538.50831 Loop time of 87.273 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.242 hours/ns, 11.458 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 | 87.119 | 87.119 | 87.119 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021588 | 0.021588 | 0.021588 | 0.0 | 0.02 Output | 3.9304e-05 | 3.9304e-05 | 3.9304e-05 | 0.0 | 0.00 Modify | 0.12156 | 0.12156 | 0.12156 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 360642 ave 360642 max 360642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360642 Ave neighs/atom = 90.1605 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 = 332.529166070648, Press = -1.92928535452834 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17459.337 -17459.337 -17626.823 -17626.823 324.01365 324.01365 44179.975 44179.975 538.50831 538.50831 19000 -17453.807 -17453.807 -17623.236 -17623.236 327.77135 327.77135 44198.594 44198.594 113.31878 113.31878 Loop time of 87.1678 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.213 hours/ns, 11.472 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 | 87.014 | 87.014 | 87.014 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02165 | 0.02165 | 0.02165 | 0.0 | 0.02 Output | 4.0647e-05 | 4.0647e-05 | 4.0647e-05 | 0.0 | 0.00 Modify | 0.12173 | 0.12173 | 0.12173 | 0.0 | 0.14 Other | | 0.01054 | | | 0.01 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: 360690 ave 360690 max 360690 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360690 Ave neighs/atom = 90.1725 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 = 332.528354946375, Press = -2.02250616324491 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17453.807 -17453.807 -17623.236 -17623.236 327.77135 327.77135 44198.594 44198.594 113.31878 113.31878 20000 -17452.861 -17452.861 -17625.362 -17625.362 333.71417 333.71417 44194.945 44194.945 167.87102 167.87102 Loop time of 87.2102 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.225 hours/ns, 11.467 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 | 87.056 | 87.056 | 87.056 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021619 | 0.021619 | 0.021619 | 0.0 | 0.02 Output | 4.1468e-05 | 4.1468e-05 | 4.1468e-05 | 0.0 | 0.00 Modify | 0.12167 | 0.12167 | 0.12167 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 361124 ave 361124 max 361124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361124 Ave neighs/atom = 90.281 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 = 332.584111848691, Press = -2.14336909896603 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -17452.861 -17452.861 -17625.362 -17625.362 333.71417 333.71417 44194.945 44194.945 167.87102 167.87102 21000 -17455.172 -17455.172 -17627.381 -17627.381 333.14996 333.14996 44205.584 44205.584 -567.68966 -567.68966 Loop time of 87.0585 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.183 hours/ns, 11.487 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 | 86.905 | 86.905 | 86.905 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021594 | 0.021594 | 0.021594 | 0.0 | 0.02 Output | 4.1538e-05 | 4.1538e-05 | 4.1538e-05 | 0.0 | 0.00 Modify | 0.12152 | 0.12152 | 0.12152 | 0.0 | 0.14 Other | | 0.01057 | | | 0.01 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: 360906 ave 360906 max 360906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360906 Ave neighs/atom = 90.2265 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 = 332.618021892192, Press = -2.66966795483289 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -17455.172 -17455.172 -17627.381 -17627.381 333.14996 333.14996 44205.584 44205.584 -567.68966 -567.68966 22000 -17449.974 -17449.974 -17620.7 -17620.7 330.28111 330.28111 44246.078 44246.078 -1566.5669 -1566.5669 Loop time of 87.2415 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.234 hours/ns, 11.462 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 | 87.088 | 87.088 | 87.088 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02173 | 0.02173 | 0.02173 | 0.0 | 0.02 Output | 4.1038e-05 | 4.1038e-05 | 4.1038e-05 | 0.0 | 0.00 Modify | 0.12157 | 0.12157 | 0.12157 | 0.0 | 0.14 Other | | 0.01058 | | | 0.01 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: 360654 ave 360654 max 360654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360654 Ave neighs/atom = 90.1635 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 = 332.647621864272, Press = -0.443814542732408 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -17449.974 -17449.974 -17620.7 -17620.7 330.28111 330.28111 44246.078 44246.078 -1566.5669 -1566.5669 23000 -17458.183 -17458.183 -17627.248 -17627.248 327.0673 327.0673 44164.947 44164.947 1113.8107 1113.8107 Loop time of 87.1317 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.203 hours/ns, 11.477 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 | 86.978 | 86.978 | 86.978 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021597 | 0.021597 | 0.021597 | 0.0 | 0.02 Output | 4.0687e-05 | 4.0687e-05 | 4.0687e-05 | 0.0 | 0.00 Modify | 0.1218 | 0.1218 | 0.1218 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 360342 ave 360342 max 360342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360342 Ave neighs/atom = 90.0855 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 = 332.614236069163, Press = 1.6108908322821 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -17458.183 -17458.183 -17627.248 -17627.248 327.0673 327.0673 44164.947 44164.947 1113.8107 1113.8107 24000 -17451.905 -17451.905 -17623.75 -17623.75 332.44677 332.44677 44156.203 44156.203 1871.83 1871.83 Loop time of 87.1794 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.217 hours/ns, 11.471 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 | 87.025 | 87.025 | 87.025 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02166 | 0.02166 | 0.02166 | 0.0 | 0.02 Output | 4.2951e-05 | 4.2951e-05 | 4.2951e-05 | 0.0 | 0.00 Modify | 0.12164 | 0.12164 | 0.12164 | 0.0 | 0.14 Other | | 0.01059 | | | 0.01 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: 360936 ave 360936 max 360936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360936 Ave neighs/atom = 90.234 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 = 332.52743417188, Press = -2.45281067120408 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -17451.905 -17451.905 -17623.75 -17623.75 332.44677 332.44677 44156.203 44156.203 1871.83 1871.83 25000 -17457.371 -17457.371 -17629.709 -17629.709 333.39956 333.39956 44217.902 44217.902 -1300.0084 -1300.0084 Loop time of 87.1914 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.220 hours/ns, 11.469 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 | 87.038 | 87.038 | 87.038 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021616 | 0.021616 | 0.021616 | 0.0 | 0.02 Output | 4.0466e-05 | 4.0466e-05 | 4.0466e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.01054 | | | 0.01 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: 361758 ave 361758 max 361758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361758 Ave neighs/atom = 90.4395 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 = 332.536044917412, Press = -3.93026353002441 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -17457.371 -17457.371 -17629.709 -17629.709 333.39956 333.39956 44217.902 44217.902 -1300.0084 -1300.0084 26000 -17449.978 -17449.978 -17626.816 -17626.816 342.10529 342.10529 44229.24 44229.24 -1379.1069 -1379.1069 Loop time of 87.0725 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.187 hours/ns, 11.485 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 | 86.918 | 86.918 | 86.918 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021636 | 0.021636 | 0.021636 | 0.0 | 0.02 Output | 4.1288e-05 | 4.1288e-05 | 4.1288e-05 | 0.0 | 0.00 Modify | 0.12186 | 0.12186 | 0.12186 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 359618 ave 359618 max 359618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359618 Ave neighs/atom = 89.9045 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 = 332.467728823262, Press = -0.724738843626491 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -17449.978 -17449.978 -17626.816 -17626.816 342.10529 342.10529 44229.24 44229.24 -1379.1069 -1379.1069 27000 -17451.917 -17451.917 -17623.82 -17623.82 332.55724 332.55724 44192.387 44192.387 455.09819 455.09819 Loop time of 87.0799 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.189 hours/ns, 11.484 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 | 86.926 | 86.926 | 86.926 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021653 | 0.021653 | 0.021653 | 0.0 | 0.02 Output | 3.9584e-05 | 3.9584e-05 | 3.9584e-05 | 0.0 | 0.00 Modify | 0.12168 | 0.12168 | 0.12168 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 360008 ave 360008 max 360008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360008 Ave neighs/atom = 90.002 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 = 332.478695288853, Press = -0.219305379555344 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -17451.917 -17451.917 -17623.82 -17623.82 332.55724 332.55724 44192.387 44192.387 455.09819 455.09819 28000 -17453.853 -17453.853 -17627.597 -17627.597 336.12065 336.12065 44189.733 44189.733 224.66625 224.66625 Loop time of 87.249 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.236 hours/ns, 11.461 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 | 87.095 | 87.095 | 87.095 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021658 | 0.021658 | 0.021658 | 0.0 | 0.02 Output | 3.7701e-05 | 3.7701e-05 | 3.7701e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.0106 | | | 0.01 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: 361128 ave 361128 max 361128 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361128 Ave neighs/atom = 90.282 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 = 332.591144485922, Press = -1.5421846633556 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -17453.853 -17453.853 -17627.597 -17627.597 336.12065 336.12065 44189.733 44189.733 224.66625 224.66625 29000 -17445.541 -17445.541 -17622.243 -17622.243 341.84166 341.84166 44217.858 44217.858 -350.76829 -350.76829 Loop time of 87.1528 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.209 hours/ns, 11.474 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 | 86.999 | 86.999 | 86.999 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021569 | 0.021569 | 0.021569 | 0.0 | 0.02 Output | 4.1277e-05 | 4.1277e-05 | 4.1277e-05 | 0.0 | 0.00 Modify | 0.12148 | 0.12148 | 0.12148 | 0.0 | 0.14 Other | | 0.01056 | | | 0.01 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: 360514 ave 360514 max 360514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360514 Ave neighs/atom = 90.1285 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 = 332.649274130387, Press = -1.38130076950395 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -17445.541 -17445.541 -17622.243 -17622.243 341.84166 341.84166 44217.858 44217.858 -350.76829 -350.76829 30000 -17456.816 -17456.816 -17627.179 -17627.179 329.57807 329.57807 44204.547 44204.547 -504.06819 -504.06819 Loop time of 87.1817 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.217 hours/ns, 11.470 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 | 87.028 | 87.028 | 87.028 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021666 | 0.021666 | 0.021666 | 0.0 | 0.02 Output | 4.0526e-05 | 4.0526e-05 | 4.0526e-05 | 0.0 | 0.00 Modify | 0.12179 | 0.12179 | 0.12179 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 360556 ave 360556 max 360556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360556 Ave neighs/atom = 90.139 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 = 332.755882639193, Press = -0.921658321821791 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -17456.816 -17456.816 -17627.179 -17627.179 329.57807 329.57807 44204.547 44204.547 -504.06819 -504.06819 31000 -17452.556 -17452.556 -17626.09 -17626.09 335.71351 335.71351 44190.426 44190.426 258.26433 258.26433 Loop time of 87.1129 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.198 hours/ns, 11.479 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 | 86.959 | 86.959 | 86.959 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021649 | 0.021649 | 0.021649 | 0.0 | 0.02 Output | 4.0085e-05 | 4.0085e-05 | 4.0085e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.01057 | | | 0.01 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: 360244 ave 360244 max 360244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360244 Ave neighs/atom = 90.061 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 = 332.747921800462, Press = -0.203781706618032 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -17452.556 -17452.556 -17626.09 -17626.09 335.71351 335.71351 44190.426 44190.426 258.26433 258.26433 32000 -17457.831 -17457.831 -17628.94 -17628.94 331.02228 331.02228 44157.139 44157.139 1346.1757 1346.1757 Loop time of 87.1605 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.211 hours/ns, 11.473 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 | 87.007 | 87.007 | 87.007 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021486 | 0.021486 | 0.021486 | 0.0 | 0.02 Output | 4.0887e-05 | 4.0887e-05 | 4.0887e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.14 Other | | 0.01052 | | | 0.01 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: 360712 ave 360712 max 360712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360712 Ave neighs/atom = 90.178 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 = 332.687899172376, Press = -1.35587851496262 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -17457.831 -17457.831 -17628.94 -17628.94 331.02228 331.02228 44157.139 44157.139 1346.1757 1346.1757 33000 -17450.845 -17450.845 -17623.825 -17623.825 334.64016 334.64016 44215.67 44215.67 -546.78833 -546.78833 Loop time of 87.0917 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.192 hours/ns, 11.482 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 | 86.938 | 86.938 | 86.938 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021573 | 0.021573 | 0.021573 | 0.0 | 0.02 Output | 4.1178e-05 | 4.1178e-05 | 4.1178e-05 | 0.0 | 0.00 Modify | 0.1216 | 0.1216 | 0.1216 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 360860 ave 360860 max 360860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360860 Ave neighs/atom = 90.215 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 = 332.640979921653, Press = -3.25391160490966 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -17450.845 -17450.845 -17623.825 -17623.825 334.64016 334.64016 44215.67 44215.67 -546.78833 -546.78833 34000 -17457.269 -17457.269 -17624.358 -17624.358 323.24647 323.24647 44248.54 44248.54 -2066.3599 -2066.3599 Loop time of 87.262 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.239 hours/ns, 11.460 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 | 87.108 | 87.108 | 87.108 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021555 | 0.021555 | 0.021555 | 0.0 | 0.02 Output | 4.1639e-05 | 4.1639e-05 | 4.1639e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 360402 ave 360402 max 360402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360402 Ave neighs/atom = 90.1005 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 = 332.614000937094, Press = -0.784827875877048 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -17457.269 -17457.269 -17624.358 -17624.358 323.24647 323.24647 44248.54 44248.54 -2066.3599 -2066.3599 35000 -17449.647 -17449.647 -17622.983 -17622.983 335.33013 335.33013 44194.204 44194.204 421.52106 421.52106 Loop time of 87.1138 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.198 hours/ns, 11.479 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 | 86.96 | 86.96 | 86.96 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021762 | 0.021762 | 0.021762 | 0.0 | 0.02 Output | 4.0977e-05 | 4.0977e-05 | 4.0977e-05 | 0.0 | 0.00 Modify | 0.12157 | 0.12157 | 0.12157 | 0.0 | 0.14 Other | | 0.01057 | | | 0.01 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: 359596 ave 359596 max 359596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359596 Ave neighs/atom = 89.899 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 = 332.639300849055, Press = 0.653086951341992 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -17449.647 -17449.647 -17622.983 -17622.983 335.33013 335.33013 44194.204 44194.204 421.52106 421.52106 36000 -17454.369 -17454.369 -17627.053 -17627.053 334.06809 334.06809 44176.857 44176.857 639.74646 639.74646 Loop time of 87.2032 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.223 hours/ns, 11.467 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 | 87.049 | 87.049 | 87.049 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021609 | 0.021609 | 0.021609 | 0.0 | 0.02 Output | 3.9304e-05 | 3.9304e-05 | 3.9304e-05 | 0.0 | 0.00 Modify | 0.12157 | 0.12157 | 0.12157 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 360828 ave 360828 max 360828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360828 Ave neighs/atom = 90.207 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 = 332.658871092073, Press = -0.964479953540471 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -17454.369 -17454.369 -17627.053 -17627.053 334.06809 334.06809 44176.857 44176.857 639.74646 639.74646 37000 -17453.892 -17453.892 -17625.959 -17625.959 332.87471 332.87471 44195.328 44195.328 -26.555934 -26.555934 Loop time of 87.1383 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.205 hours/ns, 11.476 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 | 86.984 | 86.984 | 86.984 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021704 | 0.021704 | 0.021704 | 0.0 | 0.02 Output | 3.8583e-05 | 3.8583e-05 | 3.8583e-05 | 0.0 | 0.00 Modify | 0.12165 | 0.12165 | 0.12165 | 0.0 | 0.14 Other | | 0.01056 | | | 0.01 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: 361148 ave 361148 max 361148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361148 Ave neighs/atom = 90.287 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 = 332.663289013546, Press = -1.56113181634412 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -17453.892 -17453.892 -17625.959 -17625.959 332.87471 332.87471 44195.328 44195.328 -26.555934 -26.555934 38000 -17456.079 -17456.079 -17626.666 -17626.666 330.01301 330.01301 44216.602 44216.602 -1069.8785 -1069.8785 Loop time of 87.1055 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.196 hours/ns, 11.480 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 | 86.952 | 86.952 | 86.952 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021678 | 0.021678 | 0.021678 | 0.0 | 0.02 Output | 6.7908e-05 | 6.7908e-05 | 6.7908e-05 | 0.0 | 0.00 Modify | 0.1214 | 0.1214 | 0.1214 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360820 ave 360820 max 360820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360820 Ave neighs/atom = 90.205 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 = 332.581908243958, Press = -1.07363477151777 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -17456.079 -17456.079 -17626.666 -17626.666 330.01301 330.01301 44216.602 44216.602 -1069.8785 -1069.8785 39000 -17449.676 -17449.676 -17622.615 -17622.615 334.56364 334.56364 44205.795 44205.795 -83.684906 -83.684906 Loop time of 87.1304 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.203 hours/ns, 11.477 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 | 86.977 | 86.977 | 86.977 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02168 | 0.02168 | 0.02168 | 0.0 | 0.02 Output | 4.0486e-05 | 4.0486e-05 | 4.0486e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360584 ave 360584 max 360584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360584 Ave neighs/atom = 90.146 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 = 332.605879239122, Press = 1.09573715072913 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -17449.676 -17449.676 -17622.615 -17622.615 334.56364 334.56364 44205.795 44205.795 -83.684906 -83.684906 40000 -17457.333 -17457.333 -17629.303 -17629.303 332.68778 332.68778 44116.894 44116.894 2909.4392 2909.4392 Loop time of 87.1762 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.216 hours/ns, 11.471 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 | 87.023 | 87.023 | 87.023 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021543 | 0.021543 | 0.021543 | 0.0 | 0.02 Output | 4.3843e-05 | 4.3843e-05 | 4.3843e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 361020 ave 361020 max 361020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361020 Ave neighs/atom = 90.255 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 = 332.600751041255, Press = -1.04664905231747 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -17457.333 -17457.333 -17629.303 -17629.303 332.68778 332.68778 44116.894 44116.894 2909.4392 2909.4392 41000 -17452.452 -17452.452 -17626.095 -17626.095 335.92435 335.92435 44198.53 44198.53 -139.06956 -139.06956 Loop time of 87.3282 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.258 hours/ns, 11.451 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 | 87.175 | 87.175 | 87.175 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021588 | 0.021588 | 0.021588 | 0.0 | 0.02 Output | 4.263e-05 | 4.263e-05 | 4.263e-05 | 0.0 | 0.00 Modify | 0.12136 | 0.12136 | 0.12136 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 361846 ave 361846 max 361846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361846 Ave neighs/atom = 90.4615 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 = 332.609714904338, Press = -2.60599344836161 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -17452.452 -17452.452 -17626.095 -17626.095 335.92435 335.92435 44198.53 44198.53 -139.06956 -139.06956 42000 -17453.046 -17453.046 -17624.507 -17624.507 331.70257 331.70257 44230.74 44230.74 -1292.6299 -1292.6299 Loop time of 87.245 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.235 hours/ns, 11.462 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 | 87.091 | 87.091 | 87.091 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021546 | 0.021546 | 0.021546 | 0.0 | 0.02 Output | 4.243e-05 | 4.243e-05 | 4.243e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360800 ave 360800 max 360800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360800 Ave neighs/atom = 90.2 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 = 332.556072288665, Press = -0.910761020851764 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -17453.046 -17453.046 -17624.507 -17624.507 331.70257 331.70257 44230.74 44230.74 -1292.6299 -1292.6299 43000 -17456.321 -17456.321 -17627.352 -17627.352 330.87146 330.87146 44188.214 44188.214 87.60051 87.60051 Loop time of 87.1496 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.208 hours/ns, 11.475 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 | 86.996 | 86.996 | 86.996 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021677 | 0.021677 | 0.021677 | 0.0 | 0.02 Output | 4.0637e-05 | 4.0637e-05 | 4.0637e-05 | 0.0 | 0.00 Modify | 0.1214 | 0.1214 | 0.1214 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 360262 ave 360262 max 360262 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360262 Ave neighs/atom = 90.0655 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 = 332.556215077002, Press = 0.154685862876892 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -17456.321 -17456.321 -17627.352 -17627.352 330.87146 330.87146 44188.214 44188.214 87.60051 87.60051 44000 -17452.124 -17452.124 -17624.671 -17624.671 333.80469 333.80469 44170.225 44170.225 1198.3238 1198.3238 Loop time of 87.1963 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.221 hours/ns, 11.468 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 | 87.043 | 87.043 | 87.043 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021614 | 0.021614 | 0.021614 | 0.0 | 0.02 Output | 4.3271e-05 | 4.3271e-05 | 4.3271e-05 | 0.0 | 0.00 Modify | 0.12143 | 0.12143 | 0.12143 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360596 ave 360596 max 360596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360596 Ave neighs/atom = 90.149 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 = 332.564678068786, Press = -0.837939741244383 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -17452.124 -17452.124 -17624.671 -17624.671 333.80469 333.80469 44170.225 44170.225 1198.3238 1198.3238 45000 -17454.115 -17454.115 -17623.461 -17623.461 327.61122 327.61122 44194.268 44194.268 267.95493 267.95493 Loop time of 87.3474 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.263 hours/ns, 11.449 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 | 87.194 | 87.194 | 87.194 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021667 | 0.021667 | 0.021667 | 0.0 | 0.02 Output | 4.1037e-05 | 4.1037e-05 | 4.1037e-05 | 0.0 | 0.00 Modify | 0.12152 | 0.12152 | 0.12152 | 0.0 | 0.14 Other | | 0.01047 | | | 0.01 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: 360854 ave 360854 max 360854 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360854 Ave neighs/atom = 90.2135 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 = 332.539396944058, Press = -1.31825419376952 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -17454.115 -17454.115 -17623.461 -17623.461 327.61122 327.61122 44194.268 44194.268 267.95493 267.95493 46000 -17456.679 -17456.679 -17627.155 -17627.155 329.79884 329.79884 44207.227 44207.227 -698.71206 -698.71206 Loop time of 87.1888 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.219 hours/ns, 11.469 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 | 87.035 | 87.035 | 87.035 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021591 | 0.021591 | 0.021591 | 0.0 | 0.02 Output | 3.9685e-05 | 3.9685e-05 | 3.9685e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 361032 ave 361032 max 361032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361032 Ave neighs/atom = 90.258 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 = 332.529557960385, Press = -0.797697806465913 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -17456.679 -17456.679 -17627.155 -17627.155 329.79884 329.79884 44207.227 44207.227 -698.71206 -698.71206 47000 -17449.875 -17449.875 -17621.931 -17621.931 332.85531 332.85531 44184.554 44184.554 802.13317 802.13317 Loop time of 87.1825 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.217 hours/ns, 11.470 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 | 87.029 | 87.029 | 87.029 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021612 | 0.021612 | 0.021612 | 0.0 | 0.02 Output | 4.4334e-05 | 4.4334e-05 | 4.4334e-05 | 0.0 | 0.00 Modify | 0.1216 | 0.1216 | 0.1216 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360436 ave 360436 max 360436 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360436 Ave neighs/atom = 90.109 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 = 332.507241171642, Press = -0.343462519507033 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -17449.875 -17449.875 -17621.931 -17621.931 332.85531 332.85531 44184.554 44184.554 802.13317 802.13317 48000 -17455.838 -17455.838 -17628.043 -17628.043 333.1424 333.1424 44157.849 44157.849 1330.2101 1330.2101 Loop time of 87.3159 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.254 hours/ns, 11.453 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 | 87.162 | 87.162 | 87.162 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02166 | 0.02166 | 0.02166 | 0.0 | 0.02 Output | 3.9595e-05 | 3.9595e-05 | 3.9595e-05 | 0.0 | 0.00 Modify | 0.12153 | 0.12153 | 0.12153 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 361554 ave 361554 max 361554 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361554 Ave neighs/atom = 90.3885 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 = 332.50578998775, Press = -1.76122722661257 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -17455.838 -17455.838 -17628.043 -17628.043 333.1424 333.1424 44157.849 44157.849 1330.2101 1330.2101 49000 -17452.194 -17452.194 -17623.375 -17623.375 331.16 331.16 44255.083 44255.083 -2200.7598 -2200.7598 Loop time of 87.2946 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.248 hours/ns, 11.455 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 | 87.141 | 87.141 | 87.141 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02165 | 0.02165 | 0.02165 | 0.0 | 0.02 Output | 3.9755e-05 | 3.9755e-05 | 3.9755e-05 | 0.0 | 0.00 Modify | 0.12162 | 0.12162 | 0.12162 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 361194 ave 361194 max 361194 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361194 Ave neighs/atom = 90.2985 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 = 332.515241826493, Press = -2.06972544913178 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -17452.194 -17452.194 -17623.375 -17623.375 331.16 331.16 44255.083 44255.083 -2200.7598 -2200.7598 50000 -17452.546 -17452.546 -17627.184 -17627.184 337.85088 337.85088 44232.792 44232.792 -1609.7978 -1609.7978 Loop time of 87.3193 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.255 hours/ns, 11.452 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 | 87.166 | 87.166 | 87.166 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021666 | 0.021666 | 0.021666 | 0.0 | 0.02 Output | 4.0306e-05 | 4.0306e-05 | 4.0306e-05 | 0.0 | 0.00 Modify | 0.12144 | 0.12144 | 0.12144 | 0.0 | 0.14 Other | | 0.01047 | | | 0.01 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: 360040 ave 360040 max 360040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360040 Ave neighs/atom = 90.01 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 = 332.480244442494, Press = 0.164028146615415 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -17452.546 -17452.546 -17627.184 -17627.184 337.85088 337.85088 44232.792 44232.792 -1609.7978 -1609.7978 51000 -17452.621 -17452.621 -17624.661 -17624.661 332.82414 332.82414 44176.818 44176.818 908.71573 908.71573 Loop time of 87.1754 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.215 hours/ns, 11.471 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 | 87.022 | 87.022 | 87.022 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021579 | 0.021579 | 0.021579 | 0.0 | 0.02 Output | 3.9284e-05 | 3.9284e-05 | 3.9284e-05 | 0.0 | 0.00 Modify | 0.1216 | 0.1216 | 0.1216 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 360234 ave 360234 max 360234 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360234 Ave neighs/atom = 90.0585 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 = 332.468560090369, Press = -0.101311809170173 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -17452.621 -17452.621 -17624.661 -17624.661 332.82414 332.82414 44176.818 44176.818 908.71573 908.71573 52000 -17449.485 -17449.485 -17621.832 -17621.832 333.41796 333.41796 44192.865 44192.865 595.88887 595.88887 Loop time of 87.2739 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.243 hours/ns, 11.458 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 | 87.12 | 87.12 | 87.12 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021576 | 0.021576 | 0.021576 | 0.0 | 0.02 Output | 4.0847e-05 | 4.0847e-05 | 4.0847e-05 | 0.0 | 0.00 Modify | 0.12166 | 0.12166 | 0.12166 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 361590 ave 361590 max 361590 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361590 Ave neighs/atom = 90.3975 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 = 332.457375443837, Press = -0.953777763814973 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -17449.485 -17449.485 -17621.832 -17621.832 333.41796 333.41796 44192.865 44192.865 595.88887 595.88887 53000 -17453.704 -17453.704 -17623.386 -17623.386 328.26068 328.26068 44204.667 44204.667 -111.5714 -111.5714 Loop time of 87.371 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.270 hours/ns, 11.445 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 | 87.217 | 87.217 | 87.217 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02163 | 0.02163 | 0.02163 | 0.0 | 0.02 Output | 3.9314e-05 | 3.9314e-05 | 3.9314e-05 | 0.0 | 0.00 Modify | 0.12168 | 0.12168 | 0.12168 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 361078 ave 361078 max 361078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361078 Ave neighs/atom = 90.2695 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 = 332.481412759787, Press = -0.92250670026593 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -17453.704 -17453.704 -17623.386 -17623.386 328.26068 328.26068 44204.667 44204.667 -111.5714 -111.5714 54000 -17446.781 -17446.781 -17618.626 -17618.626 332.44546 332.44546 44223.804 44223.804 -412.25066 -412.25066 Loop time of 87.067 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.185 hours/ns, 11.485 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 | 86.913 | 86.913 | 86.913 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021599 | 0.021599 | 0.021599 | 0.0 | 0.02 Output | 4.0136e-05 | 4.0136e-05 | 4.0136e-05 | 0.0 | 0.00 Modify | 0.12164 | 0.12164 | 0.12164 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360656 ave 360656 max 360656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360656 Ave neighs/atom = 90.164 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 = 332.518115134938, Press = -0.554854365133658 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -17446.781 -17446.781 -17618.626 -17618.626 332.44546 332.44546 44223.804 44223.804 -412.25066 -412.25066 55000 -17454.659 -17454.659 -17626.355 -17626.355 332.15813 332.15813 44174.83 44174.83 847.59379 847.59379 Loop time of 86.9871 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.163 hours/ns, 11.496 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 | 86.833 | 86.833 | 86.833 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021548 | 0.021548 | 0.021548 | 0.0 | 0.02 Output | 4.0496e-05 | 4.0496e-05 | 4.0496e-05 | 0.0 | 0.00 Modify | 0.12173 | 0.12173 | 0.12173 | 0.0 | 0.14 Other | | 0.01052 | | | 0.01 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: 361116 ave 361116 max 361116 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361116 Ave neighs/atom = 90.279 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 = 332.558942309395, Press = -0.132801876480294 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -17454.659 -17454.659 -17626.355 -17626.355 332.15813 332.15813 44174.83 44174.83 847.59379 847.59379 56000 -17450.732 -17450.732 -17623.795 -17623.795 334.80118 334.80118 44151.33 44151.33 2108.0636 2108.0636 Loop time of 87.2104 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.225 hours/ns, 11.467 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 | 87.057 | 87.057 | 87.057 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021557 | 0.021557 | 0.021557 | 0.0 | 0.02 Output | 4.4674e-05 | 4.4674e-05 | 4.4674e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 360958 ave 360958 max 360958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360958 Ave neighs/atom = 90.2395 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 = 332.609643212073, Press = -1.24719387111252 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -17450.732 -17450.732 -17623.795 -17623.795 334.80118 334.80118 44151.33 44151.33 2108.0636 2108.0636 57000 -17450.545 -17450.545 -17624.491 -17624.491 336.51022 336.51022 44236.878 44236.878 -1511.1604 -1511.1604 Loop time of 87.4227 on 1 procs for 1000 steps with 4000 atoms Performance: 0.988 ns/day, 24.284 hours/ns, 11.439 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 | 87.269 | 87.269 | 87.269 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021656 | 0.021656 | 0.021656 | 0.0 | 0.02 Output | 4.0056e-05 | 4.0056e-05 | 4.0056e-05 | 0.0 | 0.00 Modify | 0.12148 | 0.12148 | 0.12148 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 362040 ave 362040 max 362040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 362040 Ave neighs/atom = 90.51 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 = 332.630925672115, Press = -2.07964128120205 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -17450.545 -17450.545 -17624.491 -17624.491 336.51022 336.51022 44236.878 44236.878 -1511.1604 -1511.1604 58000 -17458.045 -17458.045 -17631.244 -17631.244 335.06446 335.06446 44216.207 44216.207 -1342.3929 -1342.3929 Loop time of 87.1668 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.213 hours/ns, 11.472 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 | 87.013 | 87.013 | 87.013 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021616 | 0.021616 | 0.021616 | 0.0 | 0.02 Output | 3.9895e-05 | 3.9895e-05 | 3.9895e-05 | 0.0 | 0.00 Modify | 0.12148 | 0.12148 | 0.12148 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 359914 ave 359914 max 359914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359914 Ave neighs/atom = 89.9785 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 = 332.626098398502, Press = -0.366837834678447 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -17458.045 -17458.045 -17631.244 -17631.244 335.06446 335.06446 44216.207 44216.207 -1342.3929 -1342.3929 59000 -17453.012 -17453.012 -17626.358 -17626.358 335.34987 335.34987 44192.196 44192.196 165.44112 165.44112 Loop time of 87.0707 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.186 hours/ns, 11.485 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 | 86.917 | 86.917 | 86.917 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021649 | 0.021649 | 0.021649 | 0.0 | 0.02 Output | 3.6699e-05 | 3.6699e-05 | 3.6699e-05 | 0.0 | 0.00 Modify | 0.12158 | 0.12158 | 0.12158 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 359574 ave 359574 max 359574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359574 Ave neighs/atom = 89.8935 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 = 332.618062563249, Press = -0.598930437644673 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -17453.012 -17453.012 -17626.358 -17626.358 335.34987 335.34987 44192.196 44192.196 165.44112 165.44112 60000 -17451.684 -17451.684 -17624.332 -17624.332 333.99921 333.99921 44195.192 44195.192 209.52069 209.52069 Loop time of 87.1523 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.209 hours/ns, 11.474 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 | 86.999 | 86.999 | 86.999 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021594 | 0.021594 | 0.021594 | 0.0 | 0.02 Output | 3.8733e-05 | 3.8733e-05 | 3.8733e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360812 ave 360812 max 360812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360812 Ave neighs/atom = 90.203 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 = 332.586325610209, Press = -0.72815253898377 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -17451.684 -17451.684 -17624.332 -17624.332 333.99921 333.99921 44195.192 44195.192 209.52069 209.52069 61000 -17455.873 -17455.873 -17624.651 -17624.651 326.51303 326.51303 44198.861 44198.861 -97.655648 -97.655648 Loop time of 87.2307 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.231 hours/ns, 11.464 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 | 87.077 | 87.077 | 87.077 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021513 | 0.021513 | 0.021513 | 0.0 | 0.02 Output | 4.1488e-05 | 4.1488e-05 | 4.1488e-05 | 0.0 | 0.00 Modify | 0.12138 | 0.12138 | 0.12138 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 361044 ave 361044 max 361044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361044 Ave neighs/atom = 90.261 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 = 332.592659030091, Press = -0.879675945438293 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -17455.873 -17455.873 -17624.651 -17624.651 326.51303 326.51303 44198.861 44198.861 -97.655648 -97.655648 62000 -17449.083 -17449.083 -17622.014 -17622.014 334.54703 334.54703 44214.542 44214.542 -317.53501 -317.53501 Loop time of 87.2774 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.244 hours/ns, 11.458 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 | 87.124 | 87.124 | 87.124 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021647 | 0.021647 | 0.021647 | 0.0 | 0.02 Output | 3.9194e-05 | 3.9194e-05 | 3.9194e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 361406 ave 361406 max 361406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361406 Ave neighs/atom = 90.3515 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 = 332.596570568074, Press = -0.333365636329988 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -17449.083 -17449.083 -17622.014 -17622.014 334.54703 334.54703 44214.542 44214.542 -317.53501 -317.53501 63000 -17453.485 -17453.485 -17624.527 -17624.527 330.89311 330.89311 44177.826 44177.826 775.31002 775.31002 Loop time of 87.2439 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.234 hours/ns, 11.462 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 | 87.091 | 87.091 | 87.091 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021533 | 0.021533 | 0.021533 | 0.0 | 0.02 Output | 4.0376e-05 | 4.0376e-05 | 4.0376e-05 | 0.0 | 0.00 Modify | 0.12135 | 0.12135 | 0.12135 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360958 ave 360958 max 360958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360958 Ave neighs/atom = 90.2395 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 = 332.607158779572, Press = -0.34467241720244 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -17453.485 -17453.485 -17624.527 -17624.527 330.89311 330.89311 44177.826 44177.826 775.31002 775.31002 64000 -17453.682 -17453.682 -17627.621 -17627.621 336.49593 336.49593 44173.444 44173.444 825.64042 825.64042 Loop time of 87.2969 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.249 hours/ns, 11.455 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 | 87.143 | 87.143 | 87.143 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021542 | 0.021542 | 0.021542 | 0.0 | 0.02 Output | 4.0126e-05 | 4.0126e-05 | 4.0126e-05 | 0.0 | 0.00 Modify | 0.1215 | 0.1215 | 0.1215 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 361766 ave 361766 max 361766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361766 Ave neighs/atom = 90.4415 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 = 332.620082330659, Press = -1.3907877069266 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -17453.682 -17453.682 -17627.621 -17627.621 336.49593 336.49593 44173.444 44173.444 825.64042 825.64042 65000 -17452.769 -17452.769 -17626.735 -17626.735 336.54854 336.54854 44250.918 44250.918 -2227.3531 -2227.3531 Loop time of 87.3041 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.251 hours/ns, 11.454 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 | 87.151 | 87.151 | 87.151 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02156 | 0.02156 | 0.02156 | 0.0 | 0.02 Output | 4.4084e-05 | 4.4084e-05 | 4.4084e-05 | 0.0 | 0.00 Modify | 0.12149 | 0.12149 | 0.12149 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360974 ave 360974 max 360974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360974 Ave neighs/atom = 90.2435 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 = 332.610814659049, Press = -1.43134513516575 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -17452.769 -17452.769 -17626.735 -17626.735 336.54854 336.54854 44250.918 44250.918 -2227.3531 -2227.3531 66000 -17452.694 -17452.694 -17623.045 -17623.045 329.55463 329.55463 44224.837 44224.837 -906.57962 -906.57962 Loop time of 86.9698 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.158 hours/ns, 11.498 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 | 86.816 | 86.816 | 86.816 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021572 | 0.021572 | 0.021572 | 0.0 | 0.02 Output | 3.8953e-05 | 3.8953e-05 | 3.8953e-05 | 0.0 | 0.00 Modify | 0.12145 | 0.12145 | 0.12145 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 359576 ave 359576 max 359576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359576 Ave neighs/atom = 89.894 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 = 332.63965593376, Press = 0.213022395975525 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -17452.694 -17452.694 -17623.045 -17623.045 329.55463 329.55463 44224.837 44224.837 -906.57962 -906.57962 67000 -17446.923 -17446.923 -17622.374 -17622.374 339.42177 339.42177 44183.654 44183.654 1014.2551 1014.2551 Loop time of 87.0097 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.169 hours/ns, 11.493 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 | 86.856 | 86.856 | 86.856 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021576 | 0.021576 | 0.021576 | 0.0 | 0.02 Output | 4.0246e-05 | 4.0246e-05 | 4.0246e-05 | 0.0 | 0.00 Modify | 0.12138 | 0.12138 | 0.12138 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 360426 ave 360426 max 360426 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360426 Ave neighs/atom = 90.1065 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 = 332.663275684822, Press = -0.278545259452413 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -17446.923 -17446.923 -17622.374 -17622.374 339.42177 339.42177 44183.654 44183.654 1014.2551 1014.2551 68000 -17455.839 -17455.839 -17623.886 -17623.886 325.09937 325.09937 44186.791 44186.791 575.66048 575.66048 Loop time of 87.2653 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.240 hours/ns, 11.459 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 | 87.112 | 87.112 | 87.112 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021565 | 0.021565 | 0.021565 | 0.0 | 0.02 Output | 3.8242e-05 | 3.8242e-05 | 3.8242e-05 | 0.0 | 0.00 Modify | 0.12152 | 0.12152 | 0.12152 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 361470 ave 361470 max 361470 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361470 Ave neighs/atom = 90.3675 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 = 332.696962490953, Press = -0.706973030206134 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -17455.839 -17455.839 -17623.886 -17623.886 325.09937 325.09937 44186.791 44186.791 575.66048 575.66048 69000 -17450.117 -17450.117 -17622.659 -17622.659 333.79395 333.79395 44208.662 44208.662 -173.60004 -173.60004 Loop time of 87.1141 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.198 hours/ns, 11.479 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 | 86.961 | 86.961 | 86.961 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021583 | 0.021583 | 0.021583 | 0.0 | 0.02 Output | 4.0637e-05 | 4.0637e-05 | 4.0637e-05 | 0.0 | 0.00 Modify | 0.12144 | 0.12144 | 0.12144 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360920 ave 360920 max 360920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360920 Ave neighs/atom = 90.23 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 = 332.719848749083, Press = -0.864972208663976 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -17450.117 -17450.117 -17622.659 -17622.659 333.79395 333.79395 44208.662 44208.662 -173.60004 -173.60004 70000 -17458.202 -17458.202 -17627.299 -17627.299 327.12914 327.12914 44215.704 44215.704 -982.33097 -982.33097 Loop time of 87.1832 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.218 hours/ns, 11.470 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 | 87.03 | 87.03 | 87.03 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021555 | 0.021555 | 0.021555 | 0.0 | 0.02 Output | 3.9454e-05 | 3.9454e-05 | 3.9454e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 360932 ave 360932 max 360932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360932 Ave neighs/atom = 90.233 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 = 332.725898372717, Press = -0.525614329134748 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -17458.202 -17458.202 -17627.299 -17627.299 327.12914 327.12914 44215.704 44215.704 -982.33097 -982.33097 71000 -17453.588 -17453.588 -17624.128 -17624.128 329.92047 329.92047 44160.179 44160.179 1687.665 1687.665 Loop time of 87.2486 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.236 hours/ns, 11.461 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 | 87.095 | 87.095 | 87.095 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021582 | 0.021582 | 0.021582 | 0.0 | 0.02 Output | 4.0386e-05 | 4.0386e-05 | 4.0386e-05 | 0.0 | 0.00 Modify | 0.12156 | 0.12156 | 0.12156 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 360040 ave 360040 max 360040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360040 Ave neighs/atom = 90.01 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 = 332.741631325264, Press = 0.0169919425734633 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -17453.588 -17453.588 -17624.128 -17624.128 329.92047 329.92047 44160.179 44160.179 1687.665 1687.665 72000 -17453.423 -17453.423 -17629.184 -17629.184 340.0209 340.0209 44163.453 44163.453 1066.4113 1066.4113 Loop time of 87.2287 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.230 hours/ns, 11.464 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 | 87.075 | 87.075 | 87.075 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021532 | 0.021532 | 0.021532 | 0.0 | 0.02 Output | 4.0918e-05 | 4.0918e-05 | 4.0918e-05 | 0.0 | 0.00 Modify | 0.12147 | 0.12147 | 0.12147 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 361248 ave 361248 max 361248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361248 Ave neighs/atom = 90.312 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 = 332.765518344145, Press = -1.36997235266784 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -17453.423 -17453.423 -17629.184 -17629.184 340.0209 340.0209 44163.453 44163.453 1066.4113 1066.4113 73000 -17456.924 -17456.924 -17625.13 -17625.13 325.40585 325.40585 44233.983 44233.983 -1632.1403 -1632.1403 Loop time of 87.1763 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.216 hours/ns, 11.471 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 | 87.023 | 87.023 | 87.023 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021613 | 0.021613 | 0.021613 | 0.0 | 0.02 Output | 4.0477e-05 | 4.0477e-05 | 4.0477e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360646 ave 360646 max 360646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360646 Ave neighs/atom = 90.1615 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 = 332.791048626632, Press = -1.05884203990987 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -17456.924 -17456.924 -17625.13 -17625.13 325.40585 325.40585 44233.983 44233.983 -1632.1403 -1632.1403 74000 -17450.542 -17450.542 -17624.197 -17624.197 335.94604 335.94604 44214.939 44214.939 -600.97262 -600.97262 Loop time of 87.1854 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.218 hours/ns, 11.470 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 | 87.032 | 87.032 | 87.032 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021543 | 0.021543 | 0.021543 | 0.0 | 0.02 Output | 4.0787e-05 | 4.0787e-05 | 4.0787e-05 | 0.0 | 0.00 Modify | 0.1214 | 0.1214 | 0.1214 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360098 ave 360098 max 360098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360098 Ave neighs/atom = 90.0245 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 = 332.786997573072, Press = -0.19447960003801 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -17450.542 -17450.542 -17624.197 -17624.197 335.94604 335.94604 44214.939 44214.939 -600.97262 -600.97262 75000 -17456.576 -17456.576 -17627.187 -17627.187 330.05866 330.05866 44181.274 44181.274 511.85155 511.85155 Loop time of 87.3332 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.259 hours/ns, 11.450 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 | 87.18 | 87.18 | 87.18 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021564 | 0.021564 | 0.021564 | 0.0 | 0.02 Output | 3.9655e-05 | 3.9655e-05 | 3.9655e-05 | 0.0 | 0.00 Modify | 0.12156 | 0.12156 | 0.12156 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360538 ave 360538 max 360538 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360538 Ave neighs/atom = 90.1345 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 = 332.77031793334, Press = -0.436315845837543 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -17456.576 -17456.576 -17627.187 -17627.187 330.05866 330.05866 44181.274 44181.274 511.85155 511.85155 76000 -17451.584 -17451.584 -17625.881 -17625.881 337.18978 337.18978 44186.229 44186.229 510.54221 510.54221 Loop time of 87.2203 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.228 hours/ns, 11.465 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 | 87.067 | 87.067 | 87.067 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021572 | 0.021572 | 0.021572 | 0.0 | 0.02 Output | 3.9795e-05 | 3.9795e-05 | 3.9795e-05 | 0.0 | 0.00 Modify | 0.12147 | 0.12147 | 0.12147 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360844 ave 360844 max 360844 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360844 Ave neighs/atom = 90.211 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 = 332.769486105518, Press = -0.757357040317624 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -17451.584 -17451.584 -17625.881 -17625.881 337.18978 337.18978 44186.229 44186.229 510.54221 510.54221 77000 -17454.645 -17454.645 -17624.381 -17624.381 328.3671 328.3671 44198.223 44198.223 -31.728916 -31.728916 Loop time of 87.2009 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.222 hours/ns, 11.468 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 | 87.047 | 87.047 | 87.047 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02169 | 0.02169 | 0.02169 | 0.0 | 0.02 Output | 4.1298e-05 | 4.1298e-05 | 4.1298e-05 | 0.0 | 0.00 Modify | 0.12156 | 0.12156 | 0.12156 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360692 ave 360692 max 360692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360692 Ave neighs/atom = 90.173 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 = 332.750031311769, Press = -0.863789523094136 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -17454.645 -17454.645 -17624.381 -17624.381 328.3671 328.3671 44198.223 44198.223 -31.728916 -31.728916 78000 -17450.852 -17450.852 -17623.306 -17623.306 333.62342 333.62342 44229.096 44229.096 -1113.2269 -1113.2269 Loop time of 87.0656 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.185 hours/ns, 11.486 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 | 86.912 | 86.912 | 86.912 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021605 | 0.021605 | 0.021605 | 0.0 | 0.02 Output | 4.1478e-05 | 4.1478e-05 | 4.1478e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.14 Other | | 0.01046 | | | 0.01 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: 360802 ave 360802 max 360802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360802 Ave neighs/atom = 90.2005 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 = 332.772488330158, Press = -0.350076787196282 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -17450.852 -17450.852 -17623.306 -17623.306 333.62342 333.62342 44229.096 44229.096 -1113.2269 -1113.2269 79000 -17451.622 -17451.622 -17626.176 -17626.176 337.68536 337.68536 44167.799 44167.799 1211.195 1211.195 Loop time of 87.102 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.195 hours/ns, 11.481 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 | 86.948 | 86.948 | 86.948 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021608 | 0.021608 | 0.021608 | 0.0 | 0.02 Output | 3.718e-05 | 3.718e-05 | 3.718e-05 | 0.0 | 0.00 Modify | 0.12159 | 0.12159 | 0.12159 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 360552 ave 360552 max 360552 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360552 Ave neighs/atom = 90.138 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 = 332.784922504152, Press = 0.166672257670855 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -17451.622 -17451.622 -17626.176 -17626.176 337.68536 337.68536 44167.799 44167.799 1211.195 1211.195 80000 -17454.976 -17454.976 -17627.985 -17627.985 334.69624 334.69624 44157.414 44157.414 1459.5954 1459.5954 Loop time of 86.9395 on 1 procs for 1000 steps with 4000 atoms Performance: 0.994 ns/day, 24.150 hours/ns, 11.502 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 | 86.786 | 86.786 | 86.786 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021625 | 0.021625 | 0.021625 | 0.0 | 0.02 Output | 3.9144e-05 | 3.9144e-05 | 3.9144e-05 | 0.0 | 0.00 Modify | 0.12147 | 0.12147 | 0.12147 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 361052 ave 361052 max 361052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361052 Ave neighs/atom = 90.263 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 = 332.817457824757, Press = -1.12134877376965 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -17454.976 -17454.976 -17627.985 -17627.985 334.69624 334.69624 44157.414 44157.414 1459.5954 1459.5954 81000 -17448.523 -17448.523 -17620.998 -17620.998 333.66509 333.66509 44252.876 44252.876 -1718.6233 -1718.6233 Loop time of 87.0477 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.180 hours/ns, 11.488 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 | 86.894 | 86.894 | 86.894 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021689 | 0.021689 | 0.021689 | 0.0 | 0.02 Output | 4.0105e-05 | 4.0105e-05 | 4.0105e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.14 Other | | 0.01045 | | | 0.01 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: 360952 ave 360952 max 360952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360952 Ave neighs/atom = 90.238 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 = 332.841626610629, Press = -0.993314107045093 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -17448.523 -17448.523 -17620.998 -17620.998 333.66509 333.66509 44252.876 44252.876 -1718.6233 -1718.6233 82000 -17452.185 -17452.185 -17622.097 -17622.097 328.7073 328.7073 44218.89 44218.89 -516.45886 -516.45886 Loop time of 87.0964 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.193 hours/ns, 11.482 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 | 86.943 | 86.943 | 86.943 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021616 | 0.021616 | 0.021616 | 0.0 | 0.02 Output | 4.3352e-05 | 4.3352e-05 | 4.3352e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360094 ave 360094 max 360094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360094 Ave neighs/atom = 90.0235 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 = 332.842253915329, Press = 0.26214981440763 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -17452.185 -17452.185 -17622.097 -17622.097 328.7073 328.7073 44218.89 44218.89 -516.45886 -516.45886 83000 -17457.116 -17457.116 -17629.071 -17629.071 332.65893 332.65893 44147.833 44147.833 1706.2904 1706.2904 Loop time of 87.3013 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.250 hours/ns, 11.455 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 | 87.148 | 87.148 | 87.148 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021597 | 0.021597 | 0.021597 | 0.0 | 0.02 Output | 4.25e-05 | 4.25e-05 | 4.25e-05 | 0.0 | 0.00 Modify | 0.12138 | 0.12138 | 0.12138 | 0.0 | 0.14 Other | | 0.01052 | | | 0.01 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: 360726 ave 360726 max 360726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360726 Ave neighs/atom = 90.1815 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 = 332.831275851951, Press = -0.432854305014307 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -17457.116 -17457.116 -17629.071 -17629.071 332.65893 332.65893 44147.833 44147.833 1706.2904 1706.2904 84000 -17451.626 -17451.626 -17623.963 -17623.963 333.39729 333.39729 44185.713 44185.713 708.80873 708.80873 Loop time of 87.1964 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.221 hours/ns, 11.468 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 | 87.043 | 87.043 | 87.043 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021689 | 0.021689 | 0.021689 | 0.0 | 0.02 Output | 4.0436e-05 | 4.0436e-05 | 4.0436e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 361090 ave 361090 max 361090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361090 Ave neighs/atom = 90.2725 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 = 332.809600526559, Press = -1.109428453569 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -17451.626 -17451.626 -17623.963 -17623.963 333.39729 333.39729 44185.713 44185.713 708.80873 708.80873 85000 -17457.06 -17457.06 -17628.457 -17628.457 331.58101 331.58101 44226.811 44226.811 -1512.9852 -1512.9852 Loop time of 87.3045 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.251 hours/ns, 11.454 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 | 87.151 | 87.151 | 87.151 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021573 | 0.021573 | 0.021573 | 0.0 | 0.02 Output | 4.0636e-05 | 4.0636e-05 | 4.0636e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 361224 ave 361224 max 361224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361224 Ave neighs/atom = 90.306 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 = 332.799058358741, Press = -0.864157512959277 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -17457.06 -17457.06 -17628.457 -17628.457 331.58101 331.58101 44226.811 44226.811 -1512.9852 -1512.9852 86000 -17450.464 -17450.464 -17622.009 -17622.009 331.86459 331.86459 44227.796 44227.796 -911.70734 -911.70734 Loop time of 87.2003 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.222 hours/ns, 11.468 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 | 87.047 | 87.047 | 87.047 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021529 | 0.021529 | 0.021529 | 0.0 | 0.02 Output | 3.8893e-05 | 3.8893e-05 | 3.8893e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.14 Other | | 0.01053 | | | 0.01 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: 360024 ave 360024 max 360024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360024 Ave neighs/atom = 90.006 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 = 332.799812209181, Press = 0.408062309398485 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -17450.464 -17450.464 -17622.009 -17622.009 331.86459 331.86459 44227.796 44227.796 -911.70734 -911.70734 87000 -17455.278 -17455.278 -17627.551 -17627.551 333.274 333.274 44098.027 44098.027 3962.2505 3962.2505 Loop time of 87.2506 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.236 hours/ns, 11.461 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 | 87.097 | 87.097 | 87.097 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021586 | 0.021586 | 0.021586 | 0.0 | 0.02 Output | 4.0225e-05 | 4.0225e-05 | 4.0225e-05 | 0.0 | 0.00 Modify | 0.12147 | 0.12147 | 0.12147 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 360652 ave 360652 max 360652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360652 Ave neighs/atom = 90.163 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 = 332.80440727841, Press = -0.194742914419414 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -17455.278 -17455.278 -17627.551 -17627.551 333.274 333.274 44098.027 44098.027 3962.2505 3962.2505 88000 -17449.52 -17449.52 -17624.63 -17624.63 338.7609 338.7609 44198.043 44198.043 170.41508 170.41508 Loop time of 87.2958 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.249 hours/ns, 11.455 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 | 87.142 | 87.142 | 87.142 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021551 | 0.021551 | 0.021551 | 0.0 | 0.02 Output | 4.247e-05 | 4.247e-05 | 4.247e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 0.14 Other | | 0.01051 | | | 0.01 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: 362236 ave 362236 max 362236 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 362236 Ave neighs/atom = 90.559 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 = 332.808705772625, Press = -0.955779667597984 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -17449.52 -17449.52 -17624.63 -17624.63 338.7609 338.7609 44198.043 44198.043 170.41508 170.41508 89000 -17455.873 -17455.873 -17625.78 -17625.78 328.69581 328.69581 44231.696 44231.696 -1462.3594 -1462.3594 Loop time of 87.2201 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.228 hours/ns, 11.465 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 | 87.066 | 87.066 | 87.066 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021616 | 0.021616 | 0.021616 | 0.0 | 0.02 Output | 4.0777e-05 | 4.0777e-05 | 4.0777e-05 | 0.0 | 0.00 Modify | 0.12144 | 0.12144 | 0.12144 | 0.0 | 0.14 Other | | 0.01055 | | | 0.01 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: 361046 ave 361046 max 361046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361046 Ave neighs/atom = 90.2615 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 = 332.836833348861, Press = -0.469079260811669 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -17455.873 -17455.873 -17625.78 -17625.78 328.69581 328.69581 44231.696 44231.696 -1462.3594 -1462.3594 90000 -17449.227 -17449.227 -17624.089 -17624.089 338.28344 338.28344 44204.733 44204.733 -72.673163 -72.673163 Loop time of 87.139 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.205 hours/ns, 11.476 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 | 86.985 | 86.985 | 86.985 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021618 | 0.021618 | 0.021618 | 0.0 | 0.02 Output | 3.9805e-05 | 3.9805e-05 | 3.9805e-05 | 0.0 | 0.00 Modify | 0.12153 | 0.12153 | 0.12153 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 359840 ave 359840 max 359840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359840 Ave neighs/atom = 89.96 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 = 332.855527979835, Press = -0.0734946689530873 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -17449.227 -17449.227 -17624.089 -17624.089 338.28344 338.28344 44204.733 44204.733 -72.673163 -72.673163 91000 -17453.082 -17453.082 -17624.413 -17624.413 331.45265 331.45265 44163.907 44163.907 1471.7837 1471.7837 Loop time of 87.2093 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.225 hours/ns, 11.467 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 | 87.056 | 87.056 | 87.056 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02158 | 0.02158 | 0.02158 | 0.0 | 0.02 Output | 4.2641e-05 | 4.2641e-05 | 4.2641e-05 | 0.0 | 0.00 Modify | 0.12153 | 0.12153 | 0.12153 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360450 ave 360450 max 360450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360450 Ave neighs/atom = 90.1125 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 = 332.842941931116, Press = -0.514692049442087 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -17453.082 -17453.082 -17624.413 -17624.413 331.45265 331.45265 44163.907 44163.907 1471.7837 1471.7837 92000 -17459.649 -17459.649 -17630.653 -17630.653 330.81911 330.81911 44208.531 44208.531 -978.89292 -978.89292 Loop time of 87.2236 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.229 hours/ns, 11.465 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 | 87.07 | 87.07 | 87.07 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021619 | 0.021619 | 0.021619 | 0.0 | 0.02 Output | 4.0437e-05 | 4.0437e-05 | 4.0437e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.14 Other | | 0.01047 | | | 0.01 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: 361438 ave 361438 max 361438 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361438 Ave neighs/atom = 90.3595 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 = 332.8305125557, Press = -1.45544545223305 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -17459.649 -17459.649 -17630.653 -17630.653 330.81911 330.81911 44208.531 44208.531 -978.89292 -978.89292 93000 -17450.109 -17450.109 -17622.124 -17622.124 332.77347 332.77347 44265.849 44265.849 -2462.6889 -2462.6889 Loop time of 87.1107 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.197 hours/ns, 11.480 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 | 86.957 | 86.957 | 86.957 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021505 | 0.021505 | 0.021505 | 0.0 | 0.02 Output | 4.4694e-05 | 4.4694e-05 | 4.4694e-05 | 0.0 | 0.00 Modify | 0.12155 | 0.12155 | 0.12155 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 359500 ave 359500 max 359500 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359500 Ave neighs/atom = 89.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 = 332.81767469345, Press = -0.246480320469421 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -17450.109 -17450.109 -17622.124 -17622.124 332.77347 332.77347 44265.849 44265.849 -2462.6889 -2462.6889 94000 -17451.918 -17451.918 -17625.34 -17625.34 335.49674 335.49674 44190.609 44190.609 308.00696 308.00696 Loop time of 87.0166 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.171 hours/ns, 11.492 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 | 86.863 | 86.863 | 86.863 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021624 | 0.021624 | 0.021624 | 0.0 | 0.02 Output | 4.3091e-05 | 4.3091e-05 | 4.3091e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.14 Other | | 0.01046 | | | 0.01 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: 359974 ave 359974 max 359974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359974 Ave neighs/atom = 89.9935 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 = 332.820198204248, Press = 0.0506346808870831 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -17451.918 -17451.918 -17625.34 -17625.34 335.49674 335.49674 44190.609 44190.609 308.00696 308.00696 95000 -17453.012 -17453.012 -17626.596 -17626.596 335.81094 335.81094 44166.074 44166.074 1203.1788 1203.1788 Loop time of 87.2132 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.226 hours/ns, 11.466 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 | 87.06 | 87.06 | 87.06 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02156 | 0.02156 | 0.02156 | 0.0 | 0.02 Output | 3.9745e-05 | 3.9745e-05 | 3.9745e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.01052 | | | 0.01 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: 360778 ave 360778 max 360778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360778 Ave neighs/atom = 90.1945 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 = 332.844858878226, Press = -0.565088935428631 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -17453.012 -17453.012 -17626.596 -17626.596 335.81094 335.81094 44166.074 44166.074 1203.1788 1203.1788 96000 -17446.544 -17446.544 -17620.712 -17620.712 336.94048 336.94048 44226.575 44226.575 -640.9446 -640.9446 Loop time of 87.2448 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.235 hours/ns, 11.462 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 | 87.091 | 87.091 | 87.091 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02159 | 0.02159 | 0.02159 | 0.0 | 0.02 Output | 4.0646e-05 | 4.0646e-05 | 4.0646e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.14 Other | | 0.01048 | | | 0.01 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: 361238 ave 361238 max 361238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361238 Ave neighs/atom = 90.3095 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 = 332.859378208027, Press = -0.762725385083399 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -17446.544 -17446.544 -17620.712 -17620.712 336.94048 336.94048 44226.575 44226.575 -640.9446 -640.9446 97000 -17453.919 -17453.919 -17627.375 -17627.375 335.56386 335.56386 44244.506 44244.506 -2123.0771 -2123.0771 Loop time of 87.2006 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.222 hours/ns, 11.468 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 | 87.047 | 87.047 | 87.047 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021584 | 0.021584 | 0.021584 | 0.0 | 0.02 Output | 4.0286e-05 | 4.0286e-05 | 4.0286e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 360946 ave 360946 max 360946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360946 Ave neighs/atom = 90.2365 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 = 332.878738475387, Press = 0.168539882103722 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -17453.919 -17453.919 -17627.375 -17627.375 335.56386 335.56386 44244.506 44244.506 -2123.0771 -2123.0771 98000 -17449.36 -17449.36 -17625.15 -17625.15 340.07838 340.07838 44124.28 44124.28 3086.2717 3086.2717 Loop time of 87.0504 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.181 hours/ns, 11.488 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 | 86.897 | 86.897 | 86.897 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021588 | 0.021588 | 0.021588 | 0.0 | 0.02 Output | 3.9805e-05 | 3.9805e-05 | 3.9805e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.14 Other | | 0.01049 | | | 0.01 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: 359638 ave 359638 max 359638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359638 Ave neighs/atom = 89.9095 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 = 332.894689560091, Press = 0.48811084467533 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -17449.36 -17449.36 -17625.15 -17625.15 340.07838 340.07838 44124.28 44124.28 3086.2717 3086.2717 99000 -17454.041 -17454.041 -17625.238 -17625.238 331.19268 331.19268 44169.211 44169.211 1139.0936 1139.0936 Loop time of 87.1289 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.202 hours/ns, 11.477 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 | 86.975 | 86.975 | 86.975 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021581 | 0.021581 | 0.021581 | 0.0 | 0.02 Output | 3.9805e-05 | 3.9805e-05 | 3.9805e-05 | 0.0 | 0.00 Modify | 0.12149 | 0.12149 | 0.12149 | 0.0 | 0.14 Other | | 0.0105 | | | 0.01 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: 362440 ave 362440 max 362440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 362440 Ave neighs/atom = 90.61 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 = 332.910296701516, Press = -0.80391656974669 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -17454.041 -17454.041 -17625.238 -17625.238 331.19268 331.19268 44169.211 44169.211 1139.0936 1139.0936 100000 -17454.962 -17454.962 -17627.962 -17627.962 334.68133 334.68133 44221.619 44221.619 -1278.9838 -1278.9838 Loop time of 87.2495 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.236 hours/ns, 11.461 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 | 87.096 | 87.096 | 87.096 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021651 | 0.021651 | 0.021651 | 0.0 | 0.02 Output | 4.1007e-05 | 4.1007e-05 | 4.1007e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 0.14 Other | | 0.01047 | | | 0.01 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: 361056 ave 361056 max 361056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361056 Ave neighs/atom = 90.264 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 = 332.891873671922, Press = -0.582618129513814 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -17454.962 -17454.962 -17627.962 -17627.962 334.68133 334.68133 44221.619 44221.619 -1278.9838 -1278.9838 101000 -17449.829 -17449.829 -17620.939 -17620.939 331.02272 331.02272 44213.116 44213.116 -247.59328 -247.59328 Loop time of 87.0244 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.173 hours/ns, 11.491 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 | 86.871 | 86.871 | 86.871 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021564 | 0.021564 | 0.021564 | 0.0 | 0.02 Output | 4.3823e-05 | 4.3823e-05 | 4.3823e-05 | 0.0 | 0.00 Modify | 0.12131 | 0.12131 | 0.12131 | 0.0 | 0.14 Other | | 0.01043 | | | 0.01 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: 360128 ave 360128 max 360128 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360128 Ave neighs/atom = 90.032 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 = 332.90412596158, Press = -0.0604501812105648 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -17449.829 -17449.829 -17620.939 -17620.939 331.02272 331.02272 44213.116 44213.116 -247.59328 -247.59328 102000 -17451.412 -17451.412 -17626.78 -17626.78 339.26199 339.26199 44168.309 44168.309 1210.6129 1210.6129 Loop time of 87.116 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.199 hours/ns, 11.479 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 | 86.963 | 86.963 | 86.963 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021377 | 0.021377 | 0.021377 | 0.0 | 0.02 Output | 3.7441e-05 | 3.7441e-05 | 3.7441e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.14 Other | | 0.01034 | | | 0.01 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: 360688 ave 360688 max 360688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360688 Ave neighs/atom = 90.172 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 = 332.917097191564, Press = -0.20587529734434 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -17451.412 -17451.412 -17626.78 -17626.78 339.26199 339.26199 44168.309 44168.309 1210.6129 1210.6129 103000 -17455.508 -17455.508 -17623.749 -17623.749 325.47424 325.47424 44176.861 44176.861 917.41747 917.41747 Loop time of 87.167 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.213 hours/ns, 11.472 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 | 87.014 | 87.014 | 87.014 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021184 | 0.021184 | 0.021184 | 0.0 | 0.02 Output | 3.5717e-05 | 3.5717e-05 | 3.5717e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.14 Other | | 0.0103 | | | 0.01 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: 360888 ave 360888 max 360888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360888 Ave neighs/atom = 90.222 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 = 332.942295756103, Press = -1.18435019786209 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -17455.508 -17455.508 -17623.749 -17623.749 325.47424 325.47424 44176.861 44176.861 917.41747 917.41747 104000 -17452.735 -17452.735 -17625.356 -17625.356 333.94737 333.94737 44282.782 44282.782 -3507.688 -3507.688 Loop time of 87.1468 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.207 hours/ns, 11.475 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 | 86.994 | 86.994 | 86.994 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021327 | 0.021327 | 0.021327 | 0.0 | 0.02 Output | 3.5697e-05 | 3.5697e-05 | 3.5697e-05 | 0.0 | 0.00 Modify | 0.12138 | 0.12138 | 0.12138 | 0.0 | 0.14 Other | | 0.01027 | | | 0.01 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: 361100 ave 361100 max 361100 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361100 Ave neighs/atom = 90.275 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 = 332.944509127023, Press = -0.563109669009325 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 104000 -17452.735 -17452.735 -17625.356 -17625.356 333.94737 333.94737 44282.782 44282.782 -3507.688 -3507.688 105000 -17452.26 -17452.26 -17624.099 -17624.099 332.43293 332.43293 44203.272 44203.272 -107.21022 -107.21022 Loop time of 86.9699 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.158 hours/ns, 11.498 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.817 | 86.817 | 86.817 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021368 | 0.021368 | 0.021368 | 0.0 | 0.02 Output | 3.5818e-05 | 3.5818e-05 | 3.5818e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 0.14 Other | | 0.01014 | | | 0.01 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: 359192 ave 359192 max 359192 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359192 Ave neighs/atom = 89.798 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 = 332.924914484099, Press = 0.229266588441936 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 105000 -17452.26 -17452.26 -17624.099 -17624.099 332.43293 332.43293 44203.272 44203.272 -107.21022 -107.21022 106000 -17457.96 -17457.96 -17625.877 -17625.877 324.84767 324.84767 44145.566 44145.566 1972.8906 1972.8906 Loop time of 87.0478 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.180 hours/ns, 11.488 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 | 86.895 | 86.895 | 86.895 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021324 | 0.021324 | 0.021324 | 0.0 | 0.02 Output | 3.4355e-05 | 3.4355e-05 | 3.4355e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.14 Other | | 0.01015 | | | 0.01 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: 360676 ave 360676 max 360676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360676 Ave neighs/atom = 90.169 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 = 332.91559491411, Press = -0.276813516288136 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 106000 -17457.96 -17457.96 -17625.877 -17625.877 324.84767 324.84767 44145.566 44145.566 1972.8906 1972.8906 107000 -17450.655 -17450.655 -17626.505 -17626.505 340.19447 340.19447 44207.127 44207.127 -332.05165 -332.05165 Loop time of 87.2667 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.241 hours/ns, 11.459 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 | 87.114 | 87.114 | 87.114 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021401 | 0.021401 | 0.021401 | 0.0 | 0.02 Output | 3.7681e-05 | 3.7681e-05 | 3.7681e-05 | 0.0 | 0.00 Modify | 0.12157 | 0.12157 | 0.12157 | 0.0 | 0.14 Other | | 0.01015 | | | 0.01 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: 361256 ave 361256 max 361256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361256 Ave neighs/atom = 90.314 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 = 332.90275624097, Press = -0.760730085538975 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 107000 -17450.655 -17450.655 -17626.505 -17626.505 340.19447 340.19447 44207.127 44207.127 -332.05165 -332.05165 108000 -17451.965 -17451.965 -17625.187 -17625.187 335.11092 335.11092 44249.191 44249.191 -2007.4792 -2007.4792 Loop time of 87.1025 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.195 hours/ns, 11.481 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.949 | 86.949 | 86.949 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021346 | 0.021346 | 0.021346 | 0.0 | 0.02 Output | 3.5286e-05 | 3.5286e-05 | 3.5286e-05 | 0.0 | 0.00 Modify | 0.12158 | 0.12158 | 0.12158 | 0.0 | 0.14 Other | | 0.01016 | | | 0.01 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: 359940 ave 359940 max 359940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359940 Ave neighs/atom = 89.985 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 = 332.906997046553, Press = -0.385231543791787 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 108000 -17451.965 -17451.965 -17625.187 -17625.187 335.11092 335.11092 44249.191 44249.191 -2007.4792 -2007.4792 109000 -17453.998 -17453.998 -17624.597 -17624.597 330.03604 330.03604 44196.175 44196.175 103.22104 103.22104 Loop time of 87.1558 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.210 hours/ns, 11.474 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 | 87.003 | 87.003 | 87.003 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021321 | 0.021321 | 0.021321 | 0.0 | 0.02 Output | 3.5257e-05 | 3.5257e-05 | 3.5257e-05 | 0.0 | 0.00 Modify | 0.12166 | 0.12166 | 0.12166 | 0.0 | 0.14 Other | | 0.01015 | | | 0.01 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: 359512 ave 359512 max 359512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359512 Ave neighs/atom = 89.878 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 = 332.932080554083, Press = 0.622419190225735 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 109000 -17453.998 -17453.998 -17624.597 -17624.597 330.03604 330.03604 44196.175 44196.175 103.22104 103.22104 110000 -17449.893 -17449.893 -17620.869 -17620.869 330.76382 330.76382 44119.956 44119.956 3707.6737 3707.6737 Loop time of 87.2379 on 1 procs for 1000 steps with 4000 atoms Performance: 0.990 ns/day, 24.233 hours/ns, 11.463 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 | 87.085 | 87.085 | 87.085 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021431 | 0.021431 | 0.021431 | 0.0 | 0.02 Output | 3.5868e-05 | 3.5868e-05 | 3.5868e-05 | 0.0 | 0.00 Modify | 0.12144 | 0.12144 | 0.12144 | 0.0 | 0.14 Other | | 0.01015 | | | 0.01 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: 360772 ave 360772 max 360772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360772 Ave neighs/atom = 90.193 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 = 332.935169462759, Press = -0.24246440947903 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 110000 -17449.893 -17449.893 -17620.869 -17620.869 330.76382 330.76382 44119.956 44119.956 3707.6737 3707.6737 111000 -17454.038 -17454.038 -17627.991 -17627.991 336.52528 336.52528 44208.172 44208.172 -648.42181 -648.42181 Loop time of 87.3414 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.261 hours/ns, 11.449 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 | 87.188 | 87.188 | 87.188 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021354 | 0.021354 | 0.021354 | 0.0 | 0.02 Output | 4.0055e-05 | 4.0055e-05 | 4.0055e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.14 Other | | 0.01016 | | | 0.01 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: 362734 ave 362734 max 362734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 362734 Ave neighs/atom = 90.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 = 332.927676044988, Press = -0.677025587140706 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 111000 -17454.038 -17454.038 -17627.991 -17627.991 336.52528 336.52528 44208.172 44208.172 -648.42181 -648.42181 112000 -17449.012 -17449.012 -17621.977 -17621.977 334.61257 334.61257 44241.041 44241.041 -1330.3759 -1330.3759 Loop time of 87.1563 on 1 procs for 1000 steps with 4000 atoms Performance: 0.991 ns/day, 24.210 hours/ns, 11.474 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 | 87.004 | 87.004 | 87.004 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02115 | 0.02115 | 0.02115 | 0.0 | 0.02 Output | 3.6729e-05 | 3.6729e-05 | 3.6729e-05 | 0.0 | 0.00 Modify | 0.12132 | 0.12132 | 0.12132 | 0.0 | 0.14 Other | | 0.01025 | | | 0.01 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: 360382 ave 360382 max 360382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360382 Ave neighs/atom = 90.0955 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 = 332.91760187599, Press = -0.199358808658773 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 112000 -17449.012 -17449.012 -17621.977 -17621.977 334.61257 334.61257 44241.041 44241.041 -1330.3759 -1330.3759 113000 -17452.155 -17452.155 -17626.717 -17626.717 337.70227 337.70227 44186.83 44186.83 422.16899 422.16899 Loop time of 87.071 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.186 hours/ns, 11.485 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 | 86.918 | 86.918 | 86.918 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021328 | 0.021328 | 0.021328 | 0.0 | 0.02 Output | 3.4746e-05 | 3.4746e-05 | 3.4746e-05 | 0.0 | 0.00 Modify | 0.12144 | 0.12144 | 0.12144 | 0.0 | 0.14 Other | | 0.01014 | | | 0.01 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: 360452 ave 360452 max 360452 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360452 Ave neighs/atom = 90.113 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 = 332.9278967713, Press = 0.0019562484818605 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 113000 -17452.155 -17452.155 -17626.717 -17626.717 337.70227 337.70227 44186.83 44186.83 422.16899 422.16899 114000 -17455.034 -17455.034 -17625.854 -17625.854 330.46361 330.46361 44145.72 44145.72 2084.1971 2084.1971 Loop time of 87.0371 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.177 hours/ns, 11.489 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 | 86.884 | 86.884 | 86.884 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021427 | 0.021427 | 0.021427 | 0.0 | 0.02 Output | 3.4685e-05 | 3.4685e-05 | 3.4685e-05 | 0.0 | 0.00 Modify | 0.12149 | 0.12149 | 0.12149 | 0.0 | 0.14 Other | | 0.01022 | | | 0.01 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: 360714 ave 360714 max 360714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360714 Ave neighs/atom = 90.1785 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 = 332.942447090296, Press = -0.559431690924863 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 114000 -17455.034 -17455.034 -17625.854 -17625.854 330.46361 330.46361 44145.72 44145.72 2084.1971 2084.1971 115000 -17453.236 -17453.236 -17627.011 -17627.011 336.18077 336.18077 44259.05 44259.05 -2652.61 -2652.61 Loop time of 87.1386 on 1 procs for 1000 steps with 4000 atoms Performance: 0.992 ns/day, 24.205 hours/ns, 11.476 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.986 | 86.986 | 86.986 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021287 | 0.021287 | 0.021287 | 0.0 | 0.02 Output | 3.6439e-05 | 3.6439e-05 | 3.6439e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 0.14 Other | | 0.01024 | | | 0.01 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: 361996 ave 361996 max 361996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361996 Ave neighs/atom = 90.499 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 = 332.957939972989, Press = -1.14431890790137 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 115000 -17453.236 -17453.236 -17627.011 -17627.011 336.18077 336.18077 44259.05 44259.05 -2652.61 -2652.61 116000 -17448.258 -17448.258 -17622.928 -17622.928 337.91077 337.91077 44249.052 44249.052 -1750.9577 -1750.9577 Loop time of 86.9793 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.161 hours/ns, 11.497 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 | 86.826 | 86.826 | 86.826 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021323 | 0.021323 | 0.021323 | 0.0 | 0.02 Output | 3.6299e-05 | 3.6299e-05 | 3.6299e-05 | 0.0 | 0.00 Modify | 0.12159 | 0.12159 | 0.12159 | 0.0 | 0.14 Other | | 0.01013 | | | 0.01 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: 359790 ave 359790 max 359790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359790 Ave neighs/atom = 89.9475 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_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 44198.0005267686 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0