# 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.521391749382019*${_u_distance} variable latticeconst_converted equal 3.521391749382019*1 lattice fcc ${latticeconst_converted} lattice fcc 3.52139174938202 Lattice spacing in x,y,z = 3.5213917 3.5213917 3.5213917 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (35.213917 35.213917 35.213917) 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.213917 35.213917 35.213917) 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_ShimKoKim_2013_NiVH__MO_612225165948_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.9614516893 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 43665.9614516893*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 43665.9614516893 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_612225165948_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 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.961 43665.961 4212.41 4212.41 1000 -17443.869 -17443.869 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.81293 -853.81293 Loop time of 106.853 on 1 procs for 1000 steps with 4000 atoms Performance: 0.809 ns/day, 29.681 hours/ns, 9.359 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 | 106.7 | 106.7 | 106.7 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021739 | 0.021739 | 0.021739 | 0.0 | 0.02 Output | 0.00017965 | 0.00017965 | 0.00017965 | 0.0 | 0.00 Modify | 0.12024 | 0.12024 | 0.12024 | 0.0 | 0.11 Other | | 0.01151 | | | 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: 536000 ave 536000 max 536000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 536000 Ave neighs/atom = 134 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -17443.869 -17443.869 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.81293 -853.81293 2000 -17454.609 -17454.609 -17623.77 -17623.77 327.25301 327.25301 44222.94 44222.94 -887.66441 -887.66441 Loop time of 111.504 on 1 procs for 1000 steps with 4000 atoms Performance: 0.775 ns/day, 30.973 hours/ns, 8.968 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 | 111.35 | 111.35 | 111.35 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022504 | 0.022504 | 0.022504 | 0.0 | 0.02 Output | 8.7985e-05 | 8.7985e-05 | 8.7985e-05 | 0.0 | 0.00 Modify | 0.119 | 0.119 | 0.119 | 0.0 | 0.11 Other | | 0.01115 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6144 ave 6144 max 6144 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: 540854 ave 540854 max 540854 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540854 Ave neighs/atom = 135.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 = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.66441 -887.66441 3000 -17453.858 -17453.858 -17622.126 -17622.126 325.52599 325.52599 44191.003 44191.003 523.13224 523.13224 Loop time of 111.265 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.907 hours/ns, 8.988 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 | 111.11 | 111.11 | 111.11 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022503 | 0.022503 | 0.022503 | 0.0 | 0.02 Output | 9.0611e-05 | 9.0611e-05 | 9.0611e-05 | 0.0 | 0.00 Modify | 0.11888 | 0.11888 | 0.11888 | 0.0 | 0.11 Other | | 0.0113 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6115 ave 6115 max 6115 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: 540764 ave 540764 max 540764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540764 Ave neighs/atom = 135.191 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.13224 523.13224 4000 -17450.643 -17450.643 -17625.437 -17625.437 338.15071 338.15071 44188.212 44188.212 514.12747 514.12747 Loop time of 111.283 on 1 procs for 1000 steps with 4000 atoms Performance: 0.776 ns/day, 30.912 hours/ns, 8.986 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 | 111.13 | 111.13 | 111.13 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022364 | 0.022364 | 0.022364 | 0.0 | 0.02 Output | 7.2827e-05 | 7.2827e-05 | 7.2827e-05 | 0.0 | 0.00 Modify | 0.1189 | 0.1189 | 0.1189 | 0.0 | 0.11 Other | | 0.01121 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6097 ave 6097 max 6097 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: 541060 ave 541060 max 541060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541060 Ave neighs/atom = 135.265 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.12747 514.12747 5000 -17455.811 -17455.811 -17624.511 -17624.511 326.36331 326.36331 44199.096 44199.096 24.891951 24.891951 Loop time of 111.085 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.857 hours/ns, 9.002 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 | 110.93 | 110.93 | 110.93 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022597 | 0.022597 | 0.022597 | 0.0 | 0.02 Output | 6.2999e-05 | 6.2999e-05 | 6.2999e-05 | 0.0 | 0.00 Modify | 0.1194 | 0.1194 | 0.1194 | 0.0 | 0.11 Other | | 0.01128 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6176 ave 6176 max 6176 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: 540982 ave 540982 max 540982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540982 Ave neighs/atom = 135.2455 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.186925160816, Press = -457.136316443472 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.36331 326.36331 44199.096 44199.096 24.891951 24.891951 6000 -17449.586 -17449.586 -17623.112 -17623.112 335.69746 335.69746 44248.817 44248.817 -1803.0247 -1803.0247 Loop time of 111.193 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.887 hours/ns, 8.993 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 | 111.04 | 111.04 | 111.04 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022384 | 0.022384 | 0.022384 | 0.0 | 0.02 Output | 5.7418e-05 | 5.7418e-05 | 5.7418e-05 | 0.0 | 0.00 Modify | 0.12315 | 0.12315 | 0.12315 | 0.0 | 0.11 Other | | 0.01138 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6134 ave 6134 max 6134 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: 540800 ave 540800 max 540800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540800 Ave neighs/atom = 135.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.693656187708, Press = -17.2364965908816 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.69746 335.69746 44248.817 44248.817 -1803.0247 -1803.0247 7000 -17455.624 -17455.624 -17627.618 -17627.618 332.73397 332.73397 44179.77 44179.77 565.99716 565.99716 Loop time of 110.863 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.795 hours/ns, 9.020 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 | 110.71 | 110.71 | 110.71 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022544 | 0.022544 | 0.022544 | 0.0 | 0.02 Output | 6.4632e-05 | 6.4632e-05 | 6.4632e-05 | 0.0 | 0.00 Modify | 0.12311 | 0.12311 | 0.12311 | 0.0 | 0.11 Other | | 0.0113 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6133 ave 6133 max 6133 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: 540782 ave 540782 max 540782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540782 Ave neighs/atom = 135.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.97938237994, Press = 29.8156627471718 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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 565.99716 565.99716 8000 -17451.898 -17451.898 -17625.065 -17625.065 335.00257 335.00257 44135.688 44135.688 2684.7642 2684.7642 Loop time of 111.001 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.834 hours/ns, 9.009 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 | 110.84 | 110.84 | 110.84 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022446 | 0.022446 | 0.022446 | 0.0 | 0.02 Output | 6.6475e-05 | 6.6475e-05 | 6.6475e-05 | 0.0 | 0.00 Modify | 0.12303 | 0.12303 | 0.12303 | 0.0 | 0.11 Other | | 0.01133 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6149 ave 6149 max 6149 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: 540834 ave 540834 max 540834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540834 Ave neighs/atom = 135.2085 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.926839444849, Press = -9.08733096534861 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.00257 335.00257 44135.688 44135.688 2684.7642 2684.7642 9000 -17456.684 -17456.684 -17628.358 -17628.358 332.11505 332.11505 44195.006 44195.006 -156.43516 -156.43516 Loop time of 111.193 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.887 hours/ns, 8.993 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 | 111.04 | 111.04 | 111.04 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022609 | 0.022609 | 0.022609 | 0.0 | 0.02 Output | 5.4553e-05 | 5.4553e-05 | 5.4553e-05 | 0.0 | 0.00 Modify | 0.1231 | 0.1231 | 0.1231 | 0.0 | 0.11 Other | | 0.0113 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6159 ave 6159 max 6159 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: 541142 ave 541142 max 541142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541142 Ave neighs/atom = 135.2855 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.605833662888, Press = -14.2747805866756 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.11505 332.11505 44195.006 44195.006 -156.43516 -156.43516 10000 -17452.312 -17452.312 -17623.316 -17623.316 330.81866 330.81866 44217.769 44217.769 -676.64567 -676.64567 Loop time of 111.165 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.879 hours/ns, 8.996 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 | 111.01 | 111.01 | 111.01 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022363 | 0.022363 | 0.022363 | 0.0 | 0.02 Output | 5.0175e-05 | 5.0175e-05 | 5.0175e-05 | 0.0 | 0.00 Modify | 0.12293 | 0.12293 | 0.12293 | 0.0 | 0.11 Other | | 0.01121 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6117 ave 6117 max 6117 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: 540796 ave 540796 max 540796 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540796 Ave neighs/atom = 135.199 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.757072517219, Press = -3.6913631019264 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 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.81866 330.81866 44217.769 44217.769 -676.64567 -676.64567 11000 -17457.389 -17457.389 -17627.562 -17627.562 329.2113 329.2113 44188.626 44188.626 59.220163 59.220163 Loop time of 111.083 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.856 hours/ns, 9.002 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 | 110.93 | 110.93 | 110.93 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022544 | 0.022544 | 0.022544 | 0.0 | 0.02 Output | 5.5965e-05 | 5.5965e-05 | 5.5965e-05 | 0.0 | 0.00 Modify | 0.123 | 0.123 | 0.123 | 0.0 | 0.11 Other | | 0.01137 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6160 ave 6160 max 6160 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: 540960 ave 540960 max 540960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540960 Ave neighs/atom = 135.24 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.000114606216, Press = -1.13015758836767 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17457.389 -17457.389 -17627.562 -17627.562 329.2113 329.2113 44188.626 44188.626 59.220163 59.220163 12000 -17454.023 -17454.023 -17626.767 -17626.767 334.18495 334.18495 44156.71 44156.71 1604.4536 1604.4536 Loop time of 111.066 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.852 hours/ns, 9.004 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 | 110.91 | 110.91 | 110.91 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022445 | 0.022445 | 0.022445 | 0.0 | 0.02 Output | 6.5243e-05 | 6.5243e-05 | 6.5243e-05 | 0.0 | 0.00 Modify | 0.12293 | 0.12293 | 0.12293 | 0.0 | 0.11 Other | | 0.01133 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6133 ave 6133 max 6133 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: 541068 ave 541068 max 541068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541068 Ave neighs/atom = 135.267 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.948518984904, Press = -2.28746150898797 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -17454.023 -17454.023 -17626.767 -17626.767 334.18495 334.18495 44156.71 44156.71 1604.4536 1604.4536 13000 -17452.455 -17452.455 -17620.794 -17620.794 325.66177 325.66177 44201.931 44201.931 281.15814 281.15814 Loop time of 110.864 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.796 hours/ns, 9.020 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 | 110.71 | 110.71 | 110.71 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022501 | 0.022501 | 0.022501 | 0.0 | 0.02 Output | 6.4932e-05 | 6.4932e-05 | 6.4932e-05 | 0.0 | 0.00 Modify | 0.12293 | 0.12293 | 0.12293 | 0.0 | 0.11 Other | | 0.01124 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6180 ave 6180 max 6180 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: 541162 ave 541162 max 541162 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541162 Ave neighs/atom = 135.2905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.693875001055, Press = -11.5215016406449 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17452.455 -17452.455 -17620.794 -17620.794 325.66177 325.66177 44201.931 44201.931 281.15814 281.15814 14000 -17458.594 -17458.594 -17626.778 -17626.778 325.36398 325.36398 44248.167 44248.167 -2250.8049 -2250.8049 Loop time of 111.107 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.863 hours/ns, 9.000 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 | 110.95 | 110.95 | 110.95 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022621 | 0.022621 | 0.022621 | 0.0 | 0.02 Output | 0.00011791 | 0.00011791 | 0.00011791 | 0.0 | 0.00 Modify | 0.12292 | 0.12292 | 0.12292 | 0.0 | 0.11 Other | | 0.01121 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6140 ave 6140 max 6140 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: 540904 ave 540904 max 540904 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540904 Ave neighs/atom = 135.226 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.651273895615, Press = -1.23678819118656 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17458.594 -17458.594 -17626.778 -17626.778 325.36398 325.36398 44248.167 44248.167 -2250.8049 -2250.8049 15000 -17451.531 -17451.531 -17623.064 -17623.064 331.84179 331.84179 44186.346 44186.346 781.89353 781.89353 Loop time of 111.095 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.860 hours/ns, 9.001 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 | 110.94 | 110.94 | 110.94 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02237 | 0.02237 | 0.02237 | 0.0 | 0.02 Output | 6.4611e-05 | 6.4611e-05 | 6.4611e-05 | 0.0 | 0.00 Modify | 0.12298 | 0.12298 | 0.12298 | 0.0 | 0.11 Other | | 0.0113 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6101 ave 6101 max 6101 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: 540728 ave 540728 max 540728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540728 Ave neighs/atom = 135.182 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.669913895767, Press = 1.76218200415569 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17451.531 -17451.531 -17623.064 -17623.064 331.84179 331.84179 44186.346 44186.346 781.89353 781.89353 16000 -17448.833 -17448.833 -17623.798 -17623.798 338.48134 338.48134 44197.004 44197.004 366.14584 366.14584 Loop time of 111.164 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.879 hours/ns, 8.996 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 | 111.01 | 111.01 | 111.01 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022422 | 0.022422 | 0.022422 | 0.0 | 0.02 Output | 5.4833e-05 | 5.4833e-05 | 5.4833e-05 | 0.0 | 0.00 Modify | 0.12291 | 0.12291 | 0.12291 | 0.0 | 0.11 Other | | 0.01116 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6128 ave 6128 max 6128 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: 541040 ave 541040 max 541040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541040 Ave neighs/atom = 135.26 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.697523010992, Press = -2.51367570270294 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17448.833 -17448.833 -17623.798 -17623.798 338.48134 338.48134 44197.004 44197.004 366.14584 366.14584 17000 -17451.371 -17451.371 -17623.6 -17623.6 333.18801 333.18801 44203.56 44203.56 -2.2357016 -2.2357016 Loop time of 111.152 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.876 hours/ns, 8.997 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 | 111 | 111 | 111 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022561 | 0.022561 | 0.022561 | 0.0 | 0.02 Output | 5.1807e-05 | 5.1807e-05 | 5.1807e-05 | 0.0 | 0.00 Modify | 0.12268 | 0.12268 | 0.12268 | 0.0 | 0.11 Other | | 0.01121 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6157 ave 6157 max 6157 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: 540996 ave 540996 max 540996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540996 Ave neighs/atom = 135.249 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.634718603455, Press = -1.51009367083045 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17451.371 -17451.371 -17623.6 -17623.6 333.18801 333.18801 44203.56 44203.56 -2.2357016 -2.2357016 18000 -17459.899 -17459.899 -17627.105 -17627.105 323.47277 323.47277 44179.506 44179.506 521.805 521.805 Loop time of 111.051 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.848 hours/ns, 9.005 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 | 110.89 | 110.89 | 110.89 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022326 | 0.022326 | 0.022326 | 0.0 | 0.02 Output | 6.6224e-05 | 6.6224e-05 | 6.6224e-05 | 0.0 | 0.00 Modify | 0.12303 | 0.12303 | 0.12303 | 0.0 | 0.11 Other | | 0.01118 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6106 ave 6106 max 6106 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: 541058 ave 541058 max 541058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541058 Ave neighs/atom = 135.2645 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.534647247182, Press = -1.94115854427655 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17459.899 -17459.899 -17627.105 -17627.105 323.47277 323.47277 44179.506 44179.506 521.805 521.805 19000 -17454.072 -17454.072 -17623.374 -17623.374 327.5266 327.5266 44197.743 44197.743 131.30476 131.30476 Loop time of 110.89 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.803 hours/ns, 9.018 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 | 110.73 | 110.73 | 110.73 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022535 | 0.022535 | 0.022535 | 0.0 | 0.02 Output | 5.4532e-05 | 5.4532e-05 | 5.4532e-05 | 0.0 | 0.00 Modify | 0.12313 | 0.12313 | 0.12313 | 0.0 | 0.11 Other | | 0.0112 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6176 ave 6176 max 6176 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: 540992 ave 540992 max 540992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540992 Ave neighs/atom = 135.248 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.531040994525, Press = -2.03776970642276 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17454.072 -17454.072 -17623.374 -17623.374 327.5266 327.5266 44197.743 44197.743 131.30476 131.30476 20000 -17452.669 -17452.669 -17625.247 -17625.247 333.86345 333.86345 44197.33 44197.33 82.31515 82.31515 Loop time of 110.863 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.795 hours/ns, 9.020 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 | 110.71 | 110.71 | 110.71 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022421 | 0.022421 | 0.022421 | 0.0 | 0.02 Output | 6.8198e-05 | 6.8198e-05 | 6.8198e-05 | 0.0 | 0.00 Modify | 0.12319 | 0.12319 | 0.12319 | 0.0 | 0.11 Other | | 0.01128 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6145 ave 6145 max 6145 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: 541016 ave 541016 max 541016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541016 Ave neighs/atom = 135.254 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.57361616304, Press = -2.22093254971093 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -17452.669 -17452.669 -17625.247 -17625.247 333.86345 333.86345 44197.33 44197.33 82.31515 82.31515 21000 -17452.219 -17452.219 -17625.762 -17625.762 335.73088 335.73088 44220.099 44220.099 -970.17792 -970.17792 Loop time of 110.684 on 1 procs for 1000 steps with 4000 atoms Performance: 0.781 ns/day, 30.746 hours/ns, 9.035 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 | 110.53 | 110.53 | 110.53 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022405 | 0.022405 | 0.022405 | 0.0 | 0.02 Output | 6.2227e-05 | 6.2227e-05 | 6.2227e-05 | 0.0 | 0.00 Modify | 0.12306 | 0.12306 | 0.12306 | 0.0 | 0.11 Other | | 0.01122 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6129 ave 6129 max 6129 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: 541042 ave 541042 max 541042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541042 Ave neighs/atom = 135.2605 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.672220495387, Press = -2.57987767211887 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -17452.219 -17452.219 -17625.762 -17625.762 335.73088 335.73088 44220.099 44220.099 -970.17792 -970.17792 22000 -17451.502 -17451.502 -17621.609 -17621.609 329.08355 329.08355 44233.958 44233.958 -1177.6555 -1177.6555 Loop time of 111.027 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.841 hours/ns, 9.007 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 | 110.87 | 110.87 | 110.87 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022454 | 0.022454 | 0.022454 | 0.0 | 0.02 Output | 5.3361e-05 | 5.3361e-05 | 5.3361e-05 | 0.0 | 0.00 Modify | 0.123 | 0.123 | 0.123 | 0.0 | 0.11 Other | | 0.0113 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6102 ave 6102 max 6102 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: 540858 ave 540858 max 540858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540858 Ave neighs/atom = 135.2145 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.765509941614, Press = 1.13796463295599 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -17451.502 -17451.502 -17621.609 -17621.609 329.08355 329.08355 44233.958 44233.958 -1177.6555 -1177.6555 23000 -17456.799 -17456.799 -17626.629 -17626.629 328.54634 328.54634 44148.86 44148.86 1860.7122 1860.7122 Loop time of 110.834 on 1 procs for 1000 steps with 4000 atoms Performance: 0.780 ns/day, 30.787 hours/ns, 9.023 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 | 110.68 | 110.68 | 110.68 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022384 | 0.022384 | 0.022384 | 0.0 | 0.02 Output | 4.794e-05 | 4.794e-05 | 4.794e-05 | 0.0 | 0.00 Modify | 0.12292 | 0.12292 | 0.12292 | 0.0 | 0.11 Other | | 0.0113 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6110 ave 6110 max 6110 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: 540910 ave 540910 max 540910 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540910 Ave neighs/atom = 135.2275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.862094221479, Press = 0.590530126332705 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -17456.799 -17456.799 -17626.629 -17626.629 328.54634 328.54634 44148.86 44148.86 1860.7122 1860.7122 24000 -17450.344 -17450.344 -17622.765 -17622.765 333.56171 333.56171 44176.562 44176.562 1140.4357 1140.4357 Loop time of 110.913 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.809 hours/ns, 9.016 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 | 110.76 | 110.76 | 110.76 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022556 | 0.022556 | 0.022556 | 0.0 | 0.02 Output | 7.991e-05 | 7.991e-05 | 7.991e-05 | 0.0 | 0.00 Modify | 0.12285 | 0.12285 | 0.12285 | 0.0 | 0.11 Other | | 0.01122 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6171 ave 6171 max 6171 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: 541194 ave 541194 max 541194 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541194 Ave neighs/atom = 135.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.918522442121, Press = -3.64702354224623 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -17450.344 -17450.344 -17622.765 -17622.765 333.56171 333.56171 44176.562 44176.562 1140.4357 1140.4357 25000 -17447.01 -17447.01 -17624.355 -17624.355 343.08494 343.08494 44244.829 44244.829 -1743.4635 -1743.4635 Loop time of 110.926 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.813 hours/ns, 9.015 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 | 110.77 | 110.77 | 110.77 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022438 | 0.022438 | 0.022438 | 0.0 | 0.02 Output | 5.1637e-05 | 5.1637e-05 | 5.1637e-05 | 0.0 | 0.00 Modify | 0.12297 | 0.12297 | 0.12297 | 0.0 | 0.11 Other | | 0.01131 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6111 ave 6111 max 6111 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: 541010 ave 541010 max 541010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541010 Ave neighs/atom = 135.2525 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.95617625573, Press = -2.77833921852176 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -17447.01 -17447.01 -17624.355 -17624.355 343.08494 343.08494 44244.829 44244.829 -1743.4635 -1743.4635 26000 -17453.376 -17453.376 -17628.623 -17628.623 339.02878 339.02878 44213.524 44213.524 -954.06656 -954.06656 Loop time of 110.809 on 1 procs for 1000 steps with 4000 atoms Performance: 0.780 ns/day, 30.780 hours/ns, 9.025 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 | 110.65 | 110.65 | 110.65 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02236 | 0.02236 | 0.02236 | 0.0 | 0.02 Output | 5.3059e-05 | 5.3059e-05 | 5.3059e-05 | 0.0 | 0.00 Modify | 0.12295 | 0.12295 | 0.12295 | 0.0 | 0.11 Other | | 0.01142 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6106 ave 6106 max 6106 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: 540654 ave 540654 max 540654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540654 Ave neighs/atom = 135.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 = 333.071189011359, Press = -0.36791814672091 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -17453.376 -17453.376 -17628.623 -17628.623 339.02878 339.02878 44213.524 44213.524 -954.06656 -954.06656 27000 -17446.112 -17446.112 -17620.723 -17620.723 337.79728 337.79728 44200.261 44200.261 511.26168 511.26168 Loop time of 110.783 on 1 procs for 1000 steps with 4000 atoms Performance: 0.780 ns/day, 30.773 hours/ns, 9.027 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 | 110.63 | 110.63 | 110.63 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022581 | 0.022581 | 0.022581 | 0.0 | 0.02 Output | 5.287e-05 | 5.287e-05 | 5.287e-05 | 0.0 | 0.00 Modify | 0.12289 | 0.12289 | 0.12289 | 0.0 | 0.11 Other | | 0.01115 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6147 ave 6147 max 6147 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: 540714 ave 540714 max 540714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540714 Ave neighs/atom = 135.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 = 333.135514780243, Press = -0.825809457455193 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -17446.112 -17446.112 -17620.723 -17620.723 337.79728 337.79728 44200.261 44200.261 511.26168 511.26168 28000 -17452.249 -17452.249 -17626.491 -17626.491 337.0839 337.0839 44200.466 44200.466 -95.922517 -95.922517 Loop time of 110.96 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.822 hours/ns, 9.012 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 | 110.8 | 110.8 | 110.8 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022266 | 0.022266 | 0.022266 | 0.0 | 0.02 Output | 5.2609e-05 | 5.2609e-05 | 5.2609e-05 | 0.0 | 0.00 Modify | 0.12296 | 0.12296 | 0.12296 | 0.0 | 0.11 Other | | 0.01132 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6087 ave 6087 max 6087 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: 540984 ave 540984 max 540984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540984 Ave neighs/atom = 135.246 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.15820757873, Press = -1.53959676773263 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -17452.249 -17452.249 -17626.491 -17626.491 337.0839 337.0839 44200.466 44200.466 -95.922517 -95.922517 29000 -17456.473 -17456.473 -17627.688 -17627.688 331.22724 331.22724 44198.727 44198.727 -257.4352 -257.4352 Loop time of 110.871 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.797 hours/ns, 9.020 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 | 110.71 | 110.71 | 110.71 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02253 | 0.02253 | 0.02253 | 0.0 | 0.02 Output | 6.0645e-05 | 6.0645e-05 | 6.0645e-05 | 0.0 | 0.00 Modify | 0.12294 | 0.12294 | 0.12294 | 0.0 | 0.11 Other | | 0.01128 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6149 ave 6149 max 6149 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: 540852 ave 540852 max 540852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540852 Ave neighs/atom = 135.213 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.172550309423, Press = -1.37742431583652 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -17456.473 -17456.473 -17627.688 -17627.688 331.22724 331.22724 44198.727 44198.727 -257.4352 -257.4352 30000 -17450.31 -17450.31 -17623.709 -17623.709 335.45126 335.45126 44210.369 44210.369 -314.04238 -314.04238 Loop time of 111.068 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.852 hours/ns, 9.004 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 | 110.91 | 110.91 | 110.91 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022216 | 0.022216 | 0.022216 | 0.0 | 0.02 Output | 5.6356e-05 | 5.6356e-05 | 5.6356e-05 | 0.0 | 0.00 Modify | 0.12284 | 0.12284 | 0.12284 | 0.0 | 0.11 Other | | 0.01119 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6081 ave 6081 max 6081 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: 540814 ave 540814 max 540814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540814 Ave neighs/atom = 135.2035 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.185107336345, Press = -1.47478048157995 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -17450.31 -17450.31 -17623.709 -17623.709 335.45126 335.45126 44210.369 44210.369 -314.04238 -314.04238 31000 -17456.261 -17456.261 -17627.613 -17627.613 331.4911 331.4911 44199.16 44199.16 -313.22199 -313.22199 Loop time of 110.95 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.819 hours/ns, 9.013 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 | 110.79 | 110.79 | 110.79 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022535 | 0.022535 | 0.022535 | 0.0 | 0.02 Output | 5.0825e-05 | 5.0825e-05 | 5.0825e-05 | 0.0 | 0.00 Modify | 0.12177 | 0.12177 | 0.12177 | 0.0 | 0.11 Other | | 0.01071 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6136 ave 6136 max 6136 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: 540886 ave 540886 max 540886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540886 Ave neighs/atom = 135.2215 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.24768092466, Press = -1.00761017468417 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -17456.261 -17456.261 -17627.613 -17627.613 331.4911 331.4911 44199.16 44199.16 -313.22199 -313.22199 32000 -17448.407 -17448.407 -17623.652 -17623.652 339.02271 339.02271 44199.105 44199.105 256.50932 256.50932 Loop time of 110.912 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.809 hours/ns, 9.016 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 | 110.76 | 110.76 | 110.76 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022191 | 0.022191 | 0.022191 | 0.0 | 0.02 Output | 4.9524e-05 | 4.9524e-05 | 4.9524e-05 | 0.0 | 0.00 Modify | 0.12106 | 0.12106 | 0.12106 | 0.0 | 0.11 Other | | 0.01035 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6100 ave 6100 max 6100 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: 540880 ave 540880 max 540880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540880 Ave neighs/atom = 135.22 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.28037156022, Press = -0.481419041483102 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -17448.407 -17448.407 -17623.652 -17623.652 339.02271 339.02271 44199.105 44199.105 256.50932 256.50932 33000 -17456.366 -17456.366 -17627.264 -17627.264 330.61292 330.61292 44164.209 44164.209 1165.9042 1165.9042 Loop time of 110.873 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.798 hours/ns, 9.019 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 | 110.72 | 110.72 | 110.72 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022641 | 0.022641 | 0.022641 | 0.0 | 0.02 Output | 7.0773e-05 | 7.0773e-05 | 7.0773e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.11 Other | | 0.01049 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6175 ave 6175 max 6175 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: 541002 ave 541002 max 541002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541002 Ave neighs/atom = 135.2505 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.276934837847, Press = -1.83105963282369 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.371 | 5.371 | 5.371 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -17456.366 -17456.366 -17627.264 -17627.264 330.61292 330.61292 44164.209 44164.209 1165.9042 1165.9042 34000 -17449.889 -17449.889 -17620.598 -17620.598 330.24827 330.24827 44231.592 44231.592 -879.8264 -879.8264 Loop time of 111.191 on 1 procs for 1000 steps with 4000 atoms Performance: 0.777 ns/day, 30.886 hours/ns, 8.994 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 | 111.04 | 111.04 | 111.04 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022089 | 0.022089 | 0.022089 | 0.0 | 0.02 Output | 4.7479e-05 | 4.7479e-05 | 4.7479e-05 | 0.0 | 0.00 Modify | 0.12109 | 0.12109 | 0.12109 | 0.0 | 0.11 Other | | 0.01034 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6035 ave 6035 max 6035 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: 541024 ave 541024 max 541024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 541024 Ave neighs/atom = 135.256 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.252355558297, Press = -3.24629997163178 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.372 | 5.372 | 5.372 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -17449.889 -17449.889 -17620.598 -17620.598 330.24827 330.24827 44231.592 44231.592 -879.8264 -879.8264 35000 -17461.598 -17461.598 -17628.859 -17628.859 323.57658 323.57658 44232.822 44232.822 -1931.3113 -1931.3113 Loop time of 111.003 on 1 procs for 1000 steps with 4000 atoms Performance: 0.778 ns/day, 30.834 hours/ns, 9.009 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 | 110.85 | 110.85 | 110.85 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022446 | 0.022446 | 0.022446 | 0.0 | 0.02 Output | 4.6628e-05 | 4.6628e-05 | 4.6628e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.11 Other | | 0.01044 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6164 ave 6164 max 6164 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: 540756 ave 540756 max 540756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540756 Ave neighs/atom = 135.189 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.209501377093, Press = -0.248678231978186 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.371 | 5.371 | 5.371 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -17461.598 -17461.598 -17628.859 -17628.859 323.57658 323.57658 44232.822 44232.822 -1931.3113 -1931.3113 36000 -17449.906 -17449.906 -17624.743 -17624.743 338.23387 338.23387 44183.371 44183.371 650.89163 650.89163 Loop time of 110.979 on 1 procs for 1000 steps with 4000 atoms Performance: 0.779 ns/day, 30.827 hours/ns, 9.011 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 | 110.82 | 110.82 | 110.82 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022137 | 0.022137 | 0.022137 | 0.0 | 0.02 Output | 4.5946e-05 | 4.5946e-05 | 4.5946e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.11 Other | | 0.0105 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6040 ave 6040 max 6040 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: 540676 ave 540676 max 540676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 540676 Ave neighs/atom = 135.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" 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.7305441204 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0