# 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 2.8809780031442638*${_u_distance} variable latticeconst_converted equal 2.8809780031442638*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097800314426 Lattice spacing in x,y,z = 2.880978 2.880978 2.880978 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.80978 28.80978 28.80978) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0 0 0) to (28.80978 28.80978 28.80978) create_atoms CPU = 0.000 seconds variable mass_converted equal 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cr #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_WuLeeSu_2017_NiCrFe__MO_912636107108_002 pair_coeff * * Cr #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23912.2161128496 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2161128496/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2161128496/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2161128496/(1*1*${_u_distance}) variable V0_metal equal 23912.2161128496/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2161128496*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2161128496 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_912636107108_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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8119.0849 -8119.0849 -8200 -8200 313.15 313.15 23912.216 23912.216 3614.3597 3614.3597 1000 -8034.7316 -8034.7316 -8116.9191 -8116.9191 318.07431 318.07431 24192.555 24192.555 -939.11698 -939.11698 Loop time of 15.3457 on 1 procs for 1000 steps with 2000 atoms Performance: 5.630 ns/day, 4.263 hours/ns, 65.165 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 15.264 | 15.264 | 15.264 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015523 | 0.015523 | 0.015523 | 0.0 | 0.10 Output | 0.00013465 | 0.00013465 | 0.00013465 | 0.0 | 0.00 Modify | 0.060316 | 0.060316 | 0.060316 | 0.0 | 0.39 Other | | 0.005464 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128000 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8034.7316 -8034.7316 -8116.9191 -8116.9191 318.07431 318.07431 24192.555 24192.555 -939.11698 -939.11698 2000 -8034.3447 -8034.3447 -8118.9608 -8118.9608 327.47303 327.47303 24196.98 24196.98 -1582.3714 -1582.3714 Loop time of 17.5142 on 1 procs for 1000 steps with 2000 atoms Performance: 4.933 ns/day, 4.865 hours/ns, 57.097 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 | 17.434 | 17.434 | 17.434 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014966 | 0.014966 | 0.014966 | 0.0 | 0.09 Output | 3.4174e-05 | 3.4174e-05 | 3.4174e-05 | 0.0 | 0.00 Modify | 0.059504 | 0.059504 | 0.059504 | 0.0 | 0.34 Other | | 0.005278 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8034.3447 -8034.3447 -8118.9608 -8118.9608 327.47303 327.47303 24196.98 24196.98 -1582.3714 -1582.3714 3000 -8036.7986 -8036.7986 -8119.7713 -8119.7713 321.11318 321.11318 24178.976 24178.976 -506.69188 -506.69188 Loop time of 17.6594 on 1 procs for 1000 steps with 2000 atoms Performance: 4.893 ns/day, 4.905 hours/ns, 56.627 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 | 17.58 | 17.58 | 17.58 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015083 | 0.015083 | 0.015083 | 0.0 | 0.09 Output | 3.5557e-05 | 3.5557e-05 | 3.5557e-05 | 0.0 | 0.00 Modify | 0.059463 | 0.059463 | 0.059463 | 0.0 | 0.34 Other | | 0.005183 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8036.7986 -8036.7986 -8119.7713 -8119.7713 321.11318 321.11318 24178.976 24178.976 -506.69188 -506.69188 4000 -8033.2416 -8033.2416 -8119.0169 -8119.0169 331.95952 331.95952 24178.751 24178.751 -451.01328 -451.01328 Loop time of 17.7417 on 1 procs for 1000 steps with 2000 atoms Performance: 4.870 ns/day, 4.928 hours/ns, 56.364 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 | 17.662 | 17.662 | 17.662 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01502 | 0.01502 | 0.01502 | 0.0 | 0.08 Output | 3.3323e-05 | 3.3323e-05 | 3.3323e-05 | 0.0 | 0.00 Modify | 0.059471 | 0.059471 | 0.059471 | 0.0 | 0.34 Other | | 0.005172 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 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: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8033.2416 -8033.2416 -8119.0169 -8119.0169 331.95952 331.95952 24178.751 24178.751 -451.01328 -451.01328 5000 -8037.8415 -8037.8415 -8116.7136 -8116.7136 305.24302 305.24302 24165.256 24165.256 1124.7736 1124.7736 Loop time of 17.7854 on 1 procs for 1000 steps with 2000 atoms Performance: 4.858 ns/day, 4.940 hours/ns, 56.226 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 | 17.705 | 17.705 | 17.705 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015009 | 0.015009 | 0.015009 | 0.0 | 0.08 Output | 2.3424e-05 | 2.3424e-05 | 2.3424e-05 | 0.0 | 0.00 Modify | 0.059805 | 0.059805 | 0.059805 | 0.0 | 0.34 Other | | 0.005152 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.786245484846, Press = 62.1598437978139 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8037.8415 -8037.8415 -8116.7136 -8116.7136 305.24302 305.24302 24165.256 24165.256 1124.7736 1124.7736 6000 -8034.5199 -8034.5199 -8117.4716 -8117.4716 321.03156 321.03156 24203.412 24203.412 -2259.4135 -2259.4135 Loop time of 17.7715 on 1 procs for 1000 steps with 2000 atoms Performance: 4.862 ns/day, 4.937 hours/ns, 56.270 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 | 17.689 | 17.689 | 17.689 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015007 | 0.015007 | 0.015007 | 0.0 | 0.08 Output | 2.8414e-05 | 2.8414e-05 | 2.8414e-05 | 0.0 | 0.00 Modify | 0.061799 | 0.061799 | 0.061799 | 0.0 | 0.35 Other | | 0.005234 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.542314972842, Press = -2.22742391933764 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8034.5199 -8034.5199 -8117.4716 -8117.4716 321.03156 321.03156 24203.412 24203.412 -2259.4135 -2259.4135 7000 -8036.1811 -8036.1811 -8114.7359 -8114.7359 304.0151 304.0151 24184.276 24184.276 -252.3501 -252.3501 Loop time of 17.7928 on 1 procs for 1000 steps with 2000 atoms Performance: 4.856 ns/day, 4.942 hours/ns, 56.203 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 | 17.711 | 17.711 | 17.711 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015007 | 0.015007 | 0.015007 | 0.0 | 0.08 Output | 2.2232e-05 | 2.2232e-05 | 2.2232e-05 | 0.0 | 0.00 Modify | 0.061828 | 0.061828 | 0.061828 | 0.0 | 0.35 Other | | 0.005221 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127938 ave 127938 max 127938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127938 Ave neighs/atom = 63.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.244196516634, Press = -11.3937681037194 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8036.1811 -8036.1811 -8114.7359 -8114.7359 304.0151 304.0151 24184.276 24184.276 -252.3501 -252.3501 8000 -8036.5389 -8036.5389 -8117.083 -8117.083 311.71397 311.71397 24156.753 24156.753 1349.9264 1349.9264 Loop time of 17.81 on 1 procs for 1000 steps with 2000 atoms Performance: 4.851 ns/day, 4.947 hours/ns, 56.148 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 | 17.728 | 17.728 | 17.728 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015064 | 0.015064 | 0.015064 | 0.0 | 0.08 Output | 2.1841e-05 | 2.1841e-05 | 2.1841e-05 | 0.0 | 0.00 Modify | 0.061801 | 0.061801 | 0.061801 | 0.0 | 0.35 Other | | 0.005217 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115 ave 4115 max 4115 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: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.940475313318, Press = -11.1928561385211 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8036.5389 -8036.5389 -8117.083 -8117.083 311.71397 311.71397 24156.753 24156.753 1349.9264 1349.9264 9000 -8034.8399 -8034.8399 -8115.7997 -8115.7997 313.32304 313.32304 24183.118 24183.118 -350.25033 -350.25033 Loop time of 17.7989 on 1 procs for 1000 steps with 2000 atoms Performance: 4.854 ns/day, 4.944 hours/ns, 56.183 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 | 17.717 | 17.717 | 17.717 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014971 | 0.014971 | 0.014971 | 0.0 | 0.08 Output | 2.1741e-05 | 2.1741e-05 | 2.1741e-05 | 0.0 | 0.00 Modify | 0.061754 | 0.061754 | 0.061754 | 0.0 | 0.35 Other | | 0.00522 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127938 ave 127938 max 127938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127938 Ave neighs/atom = 63.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.753921428103, Press = 10.4977790398705 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8034.8399 -8034.8399 -8115.7997 -8115.7997 313.32304 313.32304 24183.118 24183.118 -350.25033 -350.25033 10000 -8038.726 -8038.726 -8120.7643 -8120.7643 317.49679 317.49679 24205.292 24205.292 -3030.5878 -3030.5878 Loop time of 17.806 on 1 procs for 1000 steps with 2000 atoms Performance: 4.852 ns/day, 4.946 hours/ns, 56.161 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 | 17.724 | 17.724 | 17.724 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015036 | 0.015036 | 0.015036 | 0.0 | 0.08 Output | 2.8403e-05 | 2.8403e-05 | 2.8403e-05 | 0.0 | 0.00 Modify | 0.061734 | 0.061734 | 0.061734 | 0.0 | 0.35 Other | | 0.005224 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127914 ave 127914 max 127914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127914 Ave neighs/atom = 63.957 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.667486862632, Press = -13.0149117007301 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8038.726 -8038.726 -8120.7643 -8120.7643 317.49679 317.49679 24205.292 24205.292 -3030.5878 -3030.5878 11000 -8034.7544 -8034.7544 -8114.2766 -8114.2766 307.7592 307.7592 24147.339 24147.339 2870.2598 2870.2598 Loop time of 17.797 on 1 procs for 1000 steps with 2000 atoms Performance: 4.855 ns/day, 4.944 hours/ns, 56.189 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 | 17.715 | 17.715 | 17.715 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015035 | 0.015035 | 0.015035 | 0.0 | 0.08 Output | 2.1561e-05 | 2.1561e-05 | 2.1561e-05 | 0.0 | 0.00 Modify | 0.06171 | 0.06171 | 0.06171 | 0.0 | 0.35 Other | | 0.005237 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127932 ave 127932 max 127932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127932 Ave neighs/atom = 63.966 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.588696725501, Press = -8.96187169260354 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8034.7544 -8034.7544 -8114.2766 -8114.2766 307.7592 307.7592 24147.339 24147.339 2870.2598 2870.2598 12000 -8034.9578 -8034.9578 -8116.526 -8116.526 315.67741 315.67741 24165.225 24165.225 1281.7654 1281.7654 Loop time of 17.8362 on 1 procs for 1000 steps with 2000 atoms Performance: 4.844 ns/day, 4.955 hours/ns, 56.066 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 | 17.754 | 17.754 | 17.754 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015025 | 0.015025 | 0.015025 | 0.0 | 0.08 Output | 2.1731e-05 | 2.1731e-05 | 2.1731e-05 | 0.0 | 0.00 Modify | 0.061708 | 0.061708 | 0.061708 | 0.0 | 0.35 Other | | 0.005217 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127924 ave 127924 max 127924 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127924 Ave neighs/atom = 63.962 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.746852352115, Press = 6.20548838630914 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8034.9578 -8034.9578 -8116.526 -8116.526 315.67741 315.67741 24165.225 24165.225 1281.7654 1281.7654 13000 -8034.6784 -8034.6784 -8115.5146 -8115.5146 312.84444 312.84444 24195.568 24195.568 -1232.5928 -1232.5928 Loop time of 17.8315 on 1 procs for 1000 steps with 2000 atoms Performance: 4.845 ns/day, 4.953 hours/ns, 56.080 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 | 17.749 | 17.749 | 17.749 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015027 | 0.015027 | 0.015027 | 0.0 | 0.08 Output | 2.8303e-05 | 2.8303e-05 | 2.8303e-05 | 0.0 | 0.00 Modify | 0.061839 | 0.061839 | 0.061839 | 0.0 | 0.35 Other | | 0.005234 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127930 ave 127930 max 127930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127930 Ave neighs/atom = 63.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.213177863812, Press = -2.94367345738283 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8034.6784 -8034.6784 -8115.5146 -8115.5146 312.84444 312.84444 24195.568 24195.568 -1232.5928 -1232.5928 14000 -8035.2467 -8035.2467 -8116.1635 -8116.1635 313.15642 313.15642 24170.808 24170.808 790.50639 790.50639 Loop time of 17.84 on 1 procs for 1000 steps with 2000 atoms Performance: 4.843 ns/day, 4.956 hours/ns, 56.054 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 | 17.758 | 17.758 | 17.758 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015025 | 0.015025 | 0.015025 | 0.0 | 0.08 Output | 4.0216e-05 | 4.0216e-05 | 4.0216e-05 | 0.0 | 0.00 Modify | 0.061857 | 0.061857 | 0.061857 | 0.0 | 0.35 Other | | 0.005225 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127920 ave 127920 max 127920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127920 Ave neighs/atom = 63.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 = 312.300661774943, Press = -2.60519005296372 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8035.2467 -8035.2467 -8116.1635 -8116.1635 313.15642 313.15642 24170.808 24170.808 790.50639 790.50639 15000 -8034.909 -8034.909 -8113.5298 -8113.5298 304.27095 304.27095 24173.569 24173.569 885.01555 885.01555 Loop time of 17.8039 on 1 procs for 1000 steps with 2000 atoms Performance: 4.853 ns/day, 4.946 hours/ns, 56.167 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 | 17.722 | 17.722 | 17.722 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015064 | 0.015064 | 0.015064 | 0.0 | 0.08 Output | 2.1841e-05 | 2.1841e-05 | 2.1841e-05 | 0.0 | 0.00 Modify | 0.061754 | 0.061754 | 0.061754 | 0.0 | 0.35 Other | | 0.00523 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127938 ave 127938 max 127938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127938 Ave neighs/atom = 63.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.365438638454, Press = -0.802014421305032 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8034.909 -8034.909 -8113.5298 -8113.5298 304.27095 304.27095 24173.569 24173.569 885.01555 885.01555 16000 -8035.1986 -8035.1986 -8116.6472 -8116.6472 315.21442 315.21442 24205.732 24205.732 -2244.709 -2244.709 Loop time of 17.8296 on 1 procs for 1000 steps with 2000 atoms Performance: 4.846 ns/day, 4.953 hours/ns, 56.087 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 | 17.747 | 17.747 | 17.747 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015077 | 0.015077 | 0.015077 | 0.0 | 0.08 Output | 2.8353e-05 | 2.8353e-05 | 2.8353e-05 | 0.0 | 0.00 Modify | 0.061802 | 0.061802 | 0.061802 | 0.0 | 0.35 Other | | 0.005214 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.420211065811, Press = -2.29089615164309 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8035.1986 -8035.1986 -8116.6472 -8116.6472 315.21442 315.21442 24205.732 24205.732 -2244.709 -2244.709 17000 -8036.4131 -8036.4131 -8115.2186 -8115.2186 304.9853 304.9853 24168.599 24168.599 972.96275 972.96275 Loop time of 17.8413 on 1 procs for 1000 steps with 2000 atoms Performance: 4.843 ns/day, 4.956 hours/ns, 56.050 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 | 17.759 | 17.759 | 17.759 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01502 | 0.01502 | 0.01502 | 0.0 | 0.08 Output | 2.4416e-05 | 2.4416e-05 | 2.4416e-05 | 0.0 | 0.00 Modify | 0.0617 | 0.0617 | 0.0617 | 0.0 | 0.35 Other | | 0.005223 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.630088597418, Press = -6.87775799413898 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8036.4131 -8036.4131 -8115.2186 -8115.2186 304.9853 304.9853 24168.599 24168.599 972.96275 972.96275 18000 -8031.9367 -8031.9367 -8116.9927 -8116.9927 329.17561 329.17561 24148.788 24148.788 2266.3764 2266.3764 Loop time of 17.8938 on 1 procs for 1000 steps with 2000 atoms Performance: 4.828 ns/day, 4.970 hours/ns, 55.885 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 | 17.812 | 17.812 | 17.812 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015026 | 0.015026 | 0.015026 | 0.0 | 0.08 Output | 2.16e-05 | 2.16e-05 | 2.16e-05 | 0.0 | 0.00 Modify | 0.061661 | 0.061661 | 0.061661 | 0.0 | 0.34 Other | | 0.0052 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 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: 127938 ave 127938 max 127938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127938 Ave neighs/atom = 63.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.824199619069, Press = 1.11607796262356 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8031.9367 -8031.9367 -8116.9927 -8116.9927 329.17561 329.17561 24148.788 24148.788 2266.3764 2266.3764 19000 -8035.561 -8035.561 -8115.7232 -8115.7232 310.2362 310.2362 24207.085 24207.085 -2094.0337 -2094.0337 Loop time of 17.8959 on 1 procs for 1000 steps with 2000 atoms Performance: 4.828 ns/day, 4.971 hours/ns, 55.879 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 | 17.814 | 17.814 | 17.814 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015021 | 0.015021 | 0.015021 | 0.0 | 0.08 Output | 2.2052e-05 | 2.2052e-05 | 2.2052e-05 | 0.0 | 0.00 Modify | 0.061731 | 0.061731 | 0.061731 | 0.0 | 0.34 Other | | 0.005207 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.056198388753, Press = 1.20180944721401 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8035.561 -8035.561 -8115.7232 -8115.7232 310.2362 310.2362 24207.085 24207.085 -2094.0337 -2094.0337 20000 -8033.1735 -8033.1735 -8115.8285 -8115.8285 319.88355 319.88355 24185.836 24185.836 -517.69454 -517.69454 Loop time of 17.809 on 1 procs for 1000 steps with 2000 atoms Performance: 4.851 ns/day, 4.947 hours/ns, 56.151 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 | 17.727 | 17.727 | 17.727 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015042 | 0.015042 | 0.015042 | 0.0 | 0.08 Output | 2.8323e-05 | 2.8323e-05 | 2.8323e-05 | 0.0 | 0.00 Modify | 0.061735 | 0.061735 | 0.061735 | 0.0 | 0.35 Other | | 0.005218 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127926 ave 127926 max 127926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127926 Ave neighs/atom = 63.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.06428520316, Press = -3.93650366370903 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8033.1735 -8033.1735 -8115.8285 -8115.8285 319.88355 319.88355 24185.836 24185.836 -517.69454 -517.69454 21000 -8036.9316 -8036.9316 -8117.6712 -8117.6712 312.47084 312.47084 24158.624 24158.624 1141.3259 1141.3259 Loop time of 17.8174 on 1 procs for 1000 steps with 2000 atoms Performance: 4.849 ns/day, 4.949 hours/ns, 56.125 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 | 17.735 | 17.735 | 17.735 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0151 | 0.0151 | 0.0151 | 0.0 | 0.08 Output | 2.1721e-05 | 2.1721e-05 | 2.1721e-05 | 0.0 | 0.00 Modify | 0.061655 | 0.061655 | 0.061655 | 0.0 | 0.35 Other | | 0.0052 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127926 ave 127926 max 127926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127926 Ave neighs/atom = 63.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.945629400949, Press = -1.46376480048566 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8036.9316 -8036.9316 -8117.6712 -8117.6712 312.47084 312.47084 24158.624 24158.624 1141.3259 1141.3259 22000 -8035.7872 -8035.7872 -8118.1586 -8118.1586 318.78603 318.78603 24189.883 24189.883 -1258.0677 -1258.0677 Loop time of 17.9393 on 1 procs for 1000 steps with 2000 atoms Performance: 4.816 ns/day, 4.983 hours/ns, 55.744 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 | 17.857 | 17.857 | 17.857 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015062 | 0.015062 | 0.015062 | 0.0 | 0.08 Output | 2.168e-05 | 2.168e-05 | 2.168e-05 | 0.0 | 0.00 Modify | 0.061756 | 0.061756 | 0.061756 | 0.0 | 0.34 Other | | 0.005186 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127936 ave 127936 max 127936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127936 Ave neighs/atom = 63.968 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.942807276953, Press = -0.294750113533588 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8035.7872 -8035.7872 -8118.1586 -8118.1586 318.78603 318.78603 24189.883 24189.883 -1258.0677 -1258.0677 23000 -8036.7467 -8036.7467 -8117.6267 -8117.6267 313.01369 313.01369 24180.414 24180.414 -488.74606 -488.74606 Loop time of 17.8338 on 1 procs for 1000 steps with 2000 atoms Performance: 4.845 ns/day, 4.954 hours/ns, 56.073 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 | 17.752 | 17.752 | 17.752 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015035 | 0.015035 | 0.015035 | 0.0 | 0.08 Output | 2.8073e-05 | 2.8073e-05 | 2.8073e-05 | 0.0 | 0.00 Modify | 0.061683 | 0.061683 | 0.061683 | 0.0 | 0.35 Other | | 0.005218 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127918 ave 127918 max 127918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127918 Ave neighs/atom = 63.959 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.775626865994, Press = -3.22207157508424 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8036.7467 -8036.7467 -8117.6267 -8117.6267 313.01369 313.01369 24180.414 24180.414 -488.74606 -488.74606 24000 -8033.2031 -8033.2031 -8114.8114 -8114.8114 315.83291 315.83291 24134.052 24134.052 3834.9023 3834.9023 Loop time of 17.8806 on 1 procs for 1000 steps with 2000 atoms Performance: 4.832 ns/day, 4.967 hours/ns, 55.926 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 | 17.799 | 17.799 | 17.799 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014985 | 0.014985 | 0.014985 | 0.0 | 0.08 Output | 2.1761e-05 | 2.1761e-05 | 2.1761e-05 | 0.0 | 0.00 Modify | 0.061743 | 0.061743 | 0.061743 | 0.0 | 0.35 Other | | 0.005201 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127938 ave 127938 max 127938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127938 Ave neighs/atom = 63.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.794392386098, Press = 0.0474579311091209 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8033.2031 -8033.2031 -8114.8114 -8114.8114 315.83291 315.83291 24134.052 24134.052 3834.9023 3834.9023 25000 -8036.8901 -8036.8901 -8115.4347 -8115.4347 303.97584 303.97584 24202.871 24202.871 -1809.448 -1809.448 Loop time of 17.9401 on 1 procs for 1000 steps with 2000 atoms Performance: 4.816 ns/day, 4.983 hours/ns, 55.741 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 | 17.858 | 17.858 | 17.858 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015036 | 0.015036 | 0.015036 | 0.0 | 0.08 Output | 2.1751e-05 | 2.1751e-05 | 2.1751e-05 | 0.0 | 0.00 Modify | 0.061789 | 0.061789 | 0.061789 | 0.0 | 0.34 Other | | 0.005193 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.866790291227, Press = 3.57853010811419 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8036.8901 -8036.8901 -8115.4347 -8115.4347 303.97584 303.97584 24202.871 24202.871 -1809.448 -1809.448 26000 -8038.5763 -8038.5763 -8116.984 -8116.984 303.44579 303.44579 24188.947 24188.947 -1310.1415 -1310.1415 Loop time of 17.9245 on 1 procs for 1000 steps with 2000 atoms Performance: 4.820 ns/day, 4.979 hours/ns, 55.790 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 | 17.842 | 17.842 | 17.842 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015107 | 0.015107 | 0.015107 | 0.0 | 0.08 Output | 2.7792e-05 | 2.7792e-05 | 2.7792e-05 | 0.0 | 0.00 Modify | 0.061808 | 0.061808 | 0.061808 | 0.0 | 0.34 Other | | 0.005206 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127918 ave 127918 max 127918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127918 Ave neighs/atom = 63.959 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.920362319854, Press = -3.47345212626325 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8038.5763 -8038.5763 -8116.984 -8116.984 303.44579 303.44579 24188.947 24188.947 -1310.1415 -1310.1415 27000 -8034.4255 -8034.4255 -8115.2918 -8115.2918 312.96126 312.96126 24165.465 24165.465 1096.3949 1096.3949 Loop time of 17.8914 on 1 procs for 1000 steps with 2000 atoms Performance: 4.829 ns/day, 4.970 hours/ns, 55.893 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 | 17.809 | 17.809 | 17.809 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015041 | 0.015041 | 0.015041 | 0.0 | 0.08 Output | 2.1882e-05 | 2.1882e-05 | 2.1882e-05 | 0.0 | 0.00 Modify | 0.061788 | 0.061788 | 0.061788 | 0.0 | 0.35 Other | | 0.005193 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.843364682599, Press = -1.00998965833534 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8034.4255 -8034.4255 -8115.2918 -8115.2918 312.96126 312.96126 24165.465 24165.465 1096.3949 1096.3949 28000 -8037.8576 -8037.8576 -8119.7684 -8119.7684 317.00331 317.00331 24179.482 24179.482 -742.18254 -742.18254 Loop time of 17.8558 on 1 procs for 1000 steps with 2000 atoms Performance: 4.839 ns/day, 4.960 hours/ns, 56.004 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 | 17.774 | 17.774 | 17.774 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014964 | 0.014964 | 0.014964 | 0.0 | 0.08 Output | 2.152e-05 | 2.152e-05 | 2.152e-05 | 0.0 | 0.00 Modify | 0.06168 | 0.06168 | 0.06168 | 0.0 | 0.35 Other | | 0.005172 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127930 ave 127930 max 127930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127930 Ave neighs/atom = 63.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.733839622051, Press = -0.187990573354892 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8037.8576 -8037.8576 -8119.7684 -8119.7684 317.00331 317.00331 24179.482 24179.482 -742.18254 -742.18254 29000 -8035.3084 -8035.3084 -8118.0664 -8118.0664 320.2821 320.2821 24180.905 24180.905 -446.25627 -446.25627 Loop time of 17.8532 on 1 procs for 1000 steps with 2000 atoms Performance: 4.839 ns/day, 4.959 hours/ns, 56.012 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 | 17.771 | 17.771 | 17.771 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014931 | 0.014931 | 0.014931 | 0.0 | 0.08 Output | 2.1971e-05 | 2.1971e-05 | 2.1971e-05 | 0.0 | 0.00 Modify | 0.061783 | 0.061783 | 0.061783 | 0.0 | 0.35 Other | | 0.005177 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.718776466516, Press = -1.60695821001336 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8035.3084 -8035.3084 -8118.0664 -8118.0664 320.2821 320.2821 24180.905 24180.905 -446.25627 -446.25627 30000 -8036.7775 -8036.7775 -8117.1497 -8117.1497 311.04854 311.04854 24157.623 24157.623 1353.572 1353.572 Loop time of 17.9425 on 1 procs for 1000 steps with 2000 atoms Performance: 4.815 ns/day, 4.984 hours/ns, 55.734 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 | 17.86 | 17.86 | 17.86 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015104 | 0.015104 | 0.015104 | 0.0 | 0.08 Output | 2.8764e-05 | 2.8764e-05 | 2.8764e-05 | 0.0 | 0.00 Modify | 0.061759 | 0.061759 | 0.061759 | 0.0 | 0.34 Other | | 0.005203 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127926 ave 127926 max 127926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127926 Ave neighs/atom = 63.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.640425970988, Press = -0.349788861276382 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8036.7775 -8036.7775 -8117.1497 -8117.1497 311.04854 311.04854 24157.623 24157.623 1353.572 1353.572 31000 -8030.9808 -8030.9808 -8113.1579 -8113.1579 318.03382 318.03382 24201.396 24201.396 -1179.6618 -1179.6618 Loop time of 17.9328 on 1 procs for 1000 steps with 2000 atoms Performance: 4.818 ns/day, 4.981 hours/ns, 55.764 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 | 17.851 | 17.851 | 17.851 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014979 | 0.014979 | 0.014979 | 0.0 | 0.08 Output | 2.156e-05 | 2.156e-05 | 2.156e-05 | 0.0 | 0.00 Modify | 0.061758 | 0.061758 | 0.061758 | 0.0 | 0.34 Other | | 0.005191 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 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: 127934 ave 127934 max 127934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127934 Ave neighs/atom = 63.967 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.714203470042, Press = 0.5707392257692 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8030.9808 -8030.9808 -8113.1579 -8113.1579 318.03382 318.03382 24201.396 24201.396 -1179.6618 -1179.6618 32000 -8036.3456 -8036.3456 -8116.8113 -8116.8113 311.4104 311.4104 24191.731 24191.731 -1207.4658 -1207.4658 Loop time of 17.9105 on 1 procs for 1000 steps with 2000 atoms Performance: 4.824 ns/day, 4.975 hours/ns, 55.833 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 | 17.829 | 17.829 | 17.829 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015018 | 0.015018 | 0.015018 | 0.0 | 0.08 Output | 2.1711e-05 | 2.1711e-05 | 2.1711e-05 | 0.0 | 0.00 Modify | 0.061704 | 0.061704 | 0.061704 | 0.0 | 0.34 Other | | 0.005209 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115 ave 4115 max 4115 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: 127922 ave 127922 max 127922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127922 Ave neighs/atom = 63.961 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799660368065, Press = -3.66794276201663 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8036.3456 -8036.3456 -8116.8113 -8116.8113 311.4104 311.4104 24191.731 24191.731 -1207.4658 -1207.4658 33000 -8032.3253 -8032.3253 -8115.6936 -8115.6936 322.64404 322.64404 24129.991 24129.991 4055.9991 4055.9991 Loop time of 17.9547 on 1 procs for 1000 steps with 2000 atoms Performance: 4.812 ns/day, 4.987 hours/ns, 55.696 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 | 17.873 | 17.873 | 17.873 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015049 | 0.015049 | 0.015049 | 0.0 | 0.08 Output | 2.8283e-05 | 2.8283e-05 | 2.8283e-05 | 0.0 | 0.00 Modify | 0.061749 | 0.061749 | 0.061749 | 0.0 | 0.34 Other | | 0.005188 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.907235212758, Press = -0.618723454646319 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8032.3253 -8032.3253 -8115.6936 -8115.6936 322.64404 322.64404 24129.991 24129.991 4055.9991 4055.9991 34000 -8038.3316 -8038.3316 -8120.4039 -8120.4039 317.62858 317.62858 24195.408 24195.408 -2103.728 -2103.728 Loop time of 17.9254 on 1 procs for 1000 steps with 2000 atoms Performance: 4.820 ns/day, 4.979 hours/ns, 55.787 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 | 17.843 | 17.843 | 17.843 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014983 | 0.014983 | 0.014983 | 0.0 | 0.08 Output | 2.166e-05 | 2.166e-05 | 2.166e-05 | 0.0 | 0.00 Modify | 0.06175 | 0.06175 | 0.06175 | 0.0 | 0.34 Other | | 0.005197 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127954 ave 127954 max 127954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127954 Ave neighs/atom = 63.977 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.906972047088, Press = 1.99954766787151 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8038.3316 -8038.3316 -8120.4039 -8120.4039 317.62858 317.62858 24195.408 24195.408 -2103.728 -2103.728 35000 -8034.3902 -8034.3902 -8114.8176 -8114.8176 311.26215 311.26215 24188.254 24188.254 -503.0605 -503.0605 Loop time of 17.8869 on 1 procs for 1000 steps with 2000 atoms Performance: 4.830 ns/day, 4.969 hours/ns, 55.907 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 | 17.805 | 17.805 | 17.805 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015031 | 0.015031 | 0.015031 | 0.0 | 0.08 Output | 2.1932e-05 | 2.1932e-05 | 2.1932e-05 | 0.0 | 0.00 Modify | 0.061833 | 0.061833 | 0.061833 | 0.0 | 0.35 Other | | 0.005201 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127956 ave 127956 max 127956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127956 Ave neighs/atom = 63.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.825792679493, Press = -1.31060378949093 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8034.3902 -8034.3902 -8114.8176 -8114.8176 311.26215 311.26215 24188.254 24188.254 -503.0605 -503.0605 36000 -8035.9292 -8035.9292 -8117.0171 -8117.0171 313.81842 313.81842 24160.508 24160.508 1252.5754 1252.5754 Loop time of 17.931 on 1 procs for 1000 steps with 2000 atoms Performance: 4.818 ns/day, 4.981 hours/ns, 55.769 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 | 17.849 | 17.849 | 17.849 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015036 | 0.015036 | 0.015036 | 0.0 | 0.08 Output | 2.1671e-05 | 2.1671e-05 | 2.1671e-05 | 0.0 | 0.00 Modify | 0.061705 | 0.061705 | 0.061705 | 0.0 | 0.34 Other | | 0.005182 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127928 ave 127928 max 127928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127928 Ave neighs/atom = 63.964 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.837196910968, Press = -0.891222153946346 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8035.9292 -8035.9292 -8117.0171 -8117.0171 313.81842 313.81842 24160.508 24160.508 1252.5754 1252.5754 37000 -8034.7648 -8034.7648 -8115.4449 -8115.4449 312.24035 312.24035 24187.214 24187.214 -546.42443 -546.42443 Loop time of 17.8633 on 1 procs for 1000 steps with 2000 atoms Performance: 4.837 ns/day, 4.962 hours/ns, 55.981 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 | 17.781 | 17.781 | 17.781 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015145 | 0.015145 | 0.015145 | 0.0 | 0.08 Output | 2.9295e-05 | 2.9295e-05 | 2.9295e-05 | 0.0 | 0.00 Modify | 0.061779 | 0.061779 | 0.061779 | 0.0 | 0.35 Other | | 0.005219 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.927369360141, Press = 0.724389363402147 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8034.7648 -8034.7648 -8115.4449 -8115.4449 312.24035 312.24035 24187.214 24187.214 -546.42443 -546.42443 38000 -8036.5592 -8036.5592 -8116.6406 -8116.6406 309.92293 309.92293 24225.227 24225.227 -3605.9255 -3605.9255 Loop time of 17.9336 on 1 procs for 1000 steps with 2000 atoms Performance: 4.818 ns/day, 4.982 hours/ns, 55.761 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 | 17.852 | 17.852 | 17.852 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015034 | 0.015034 | 0.015034 | 0.0 | 0.08 Output | 2.1611e-05 | 2.1611e-05 | 2.1611e-05 | 0.0 | 0.00 Modify | 0.061722 | 0.061722 | 0.061722 | 0.0 | 0.34 Other | | 0.005187 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.916950367441, Press = -3.50591348206031 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8036.5592 -8036.5592 -8116.6406 -8116.6406 309.92293 309.92293 24225.227 24225.227 -3605.9255 -3605.9255 39000 -8032.3674 -8032.3674 -8115.0649 -8115.0649 320.04779 320.04779 24138.086 24138.086 3673.0619 3673.0619 Loop time of 17.8816 on 1 procs for 1000 steps with 2000 atoms Performance: 4.832 ns/day, 4.967 hours/ns, 55.923 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 | 17.8 | 17.8 | 17.8 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015034 | 0.015034 | 0.015034 | 0.0 | 0.08 Output | 2.1731e-05 | 2.1731e-05 | 2.1731e-05 | 0.0 | 0.00 Modify | 0.061728 | 0.061728 | 0.061728 | 0.0 | 0.35 Other | | 0.005209 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127930 ave 127930 max 127930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127930 Ave neighs/atom = 63.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.934880129111, Press = -1.95179951681156 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8032.3674 -8032.3674 -8115.0649 -8115.0649 320.04779 320.04779 24138.086 24138.086 3673.0619 3673.0619 40000 -8035.7137 -8035.7137 -8117.5436 -8117.5436 316.69021 316.69021 24175.19 24175.19 31.046208 31.046208 Loop time of 17.998 on 1 procs for 1000 steps with 2000 atoms Performance: 4.801 ns/day, 4.999 hours/ns, 55.562 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 | 17.916 | 17.916 | 17.916 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015065 | 0.015065 | 0.015065 | 0.0 | 0.08 Output | 2.8182e-05 | 2.8182e-05 | 2.8182e-05 | 0.0 | 0.00 Modify | 0.061763 | 0.061763 | 0.061763 | 0.0 | 0.34 Other | | 0.005215 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.96588434549, Press = 1.3277081610127 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8035.7137 -8035.7137 -8117.5436 -8117.5436 316.69021 316.69021 24175.19 24175.19 31.046208 31.046208 41000 -8034.956 -8034.956 -8116.6608 -8116.6608 316.20634 316.20634 24207.997 24207.997 -2179.3338 -2179.3338 Loop time of 17.942 on 1 procs for 1000 steps with 2000 atoms Performance: 4.816 ns/day, 4.984 hours/ns, 55.735 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 | 17.86 | 17.86 | 17.86 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015184 | 0.015184 | 0.015184 | 0.0 | 0.08 Output | 2.151e-05 | 2.151e-05 | 2.151e-05 | 0.0 | 0.00 Modify | 0.061767 | 0.061767 | 0.061767 | 0.0 | 0.34 Other | | 0.005205 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127962 ave 127962 max 127962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127962 Ave neighs/atom = 63.981 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.964112004804, Press = -0.936546556238185 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8034.956 -8034.956 -8116.6608 -8116.6608 316.20634 316.20634 24207.997 24207.997 -2179.3338 -2179.3338 42000 -8036.3434 -8036.3434 -8117.8382 -8117.8382 315.39364 315.39364 24157.77 24157.77 1275.2629 1275.2629 Loop time of 17.9042 on 1 procs for 1000 steps with 2000 atoms Performance: 4.826 ns/day, 4.973 hours/ns, 55.853 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 | 17.822 | 17.822 | 17.822 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015076 | 0.015076 | 0.015076 | 0.0 | 0.08 Output | 2.149e-05 | 2.149e-05 | 2.149e-05 | 0.0 | 0.00 Modify | 0.061786 | 0.061786 | 0.061786 | 0.0 | 0.35 Other | | 0.005197 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115 ave 4115 max 4115 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: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.046296793502, Press = -1.42371711746687 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8036.3434 -8036.3434 -8117.8382 -8117.8382 315.39364 315.39364 24157.77 24157.77 1275.2629 1275.2629 43000 -8034.2306 -8034.2306 -8115.2721 -8115.2721 313.63907 313.63907 24170.498 24170.498 978.34908 978.34908 Loop time of 17.9037 on 1 procs for 1000 steps with 2000 atoms Performance: 4.826 ns/day, 4.973 hours/ns, 55.854 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 | 17.821 | 17.821 | 17.821 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015294 | 0.015294 | 0.015294 | 0.0 | 0.09 Output | 2.9545e-05 | 2.9545e-05 | 2.9545e-05 | 0.0 | 0.00 Modify | 0.06176 | 0.06176 | 0.06176 | 0.0 | 0.34 Other | | 0.005208 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127970 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.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 = 313.04634178185, Press = 1.00090965972172 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8034.2306 -8034.2306 -8115.2721 -8115.2721 313.63907 313.63907 24170.498 24170.498 978.34908 978.34908 44000 -8038.572 -8038.572 -8119.7338 -8119.7338 314.10434 314.10434 24228.045 24228.045 -4467.3425 -4467.3425 Loop time of 17.8777 on 1 procs for 1000 steps with 2000 atoms Performance: 4.833 ns/day, 4.966 hours/ns, 55.936 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 | 17.796 | 17.796 | 17.796 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015107 | 0.015107 | 0.015107 | 0.0 | 0.08 Output | 2.1811e-05 | 2.1811e-05 | 2.1811e-05 | 0.0 | 0.00 Modify | 0.061806 | 0.061806 | 0.061806 | 0.0 | 0.35 Other | | 0.005206 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.989633517672, Press = -0.684762266944441 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8038.572 -8038.572 -8119.7338 -8119.7338 314.10434 314.10434 24228.045 24228.045 -4467.3425 -4467.3425 45000 -8035.0081 -8035.0081 -8115.9974 -8115.9974 313.43702 313.43702 24154.937 24154.937 1969.137 1969.137 Loop time of 17.9319 on 1 procs for 1000 steps with 2000 atoms Performance: 4.818 ns/day, 4.981 hours/ns, 55.766 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 | 17.85 | 17.85 | 17.85 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015038 | 0.015038 | 0.015038 | 0.0 | 0.08 Output | 2.1781e-05 | 2.1781e-05 | 2.1781e-05 | 0.0 | 0.00 Modify | 0.06184 | 0.06184 | 0.06184 | 0.0 | 0.34 Other | | 0.005214 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 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: 127940 ave 127940 max 127940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127940 Ave neighs/atom = 63.97 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.005873167279, Press = -2.97864389960673 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8035.0081 -8035.0081 -8115.9974 -8115.9974 313.43702 313.43702 24154.937 24154.937 1969.137 1969.137 46000 -8036.9478 -8036.9478 -8117.6086 -8117.6086 312.16599 312.16599 24162.377 24162.377 1021.3636 1021.3636 Loop time of 17.974 on 1 procs for 1000 steps with 2000 atoms Performance: 4.807 ns/day, 4.993 hours/ns, 55.636 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 | 17.892 | 17.892 | 17.892 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015084 | 0.015084 | 0.015084 | 0.0 | 0.08 Output | 2.163e-05 | 2.163e-05 | 2.163e-05 | 0.0 | 0.00 Modify | 0.061744 | 0.061744 | 0.061744 | 0.0 | 0.34 Other | | 0.005214 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 127952 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.048396498919, Press = 0.667140289277877 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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8036.9478 -8036.9478 -8117.6086 -8117.6086 312.16599 312.16599 24162.377 24162.377 1021.3636 1021.3636 47000 -8033.2548 -8033.2548 -8115.2919 -8115.2919 317.49193 317.49193 24203.695 24203.695 -1590.6381 -1590.6381 Loop time of 17.8955 on 1 procs for 1000 steps with 2000 atoms Performance: 4.828 ns/day, 4.971 hours/ns, 55.880 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 | 17.813 | 17.813 | 17.813 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01505 | 0.01505 | 0.01505 | 0.0 | 0.08 Output | 2.8904e-05 | 2.8904e-05 | 2.8904e-05 | 0.0 | 0.00 Modify | 0.061773 | 0.061773 | 0.061773 | 0.0 | 0.35 Other | | 0.005189 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 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: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 24178.2373565615 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0