# 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 5.430949792265892*${_u_distance} variable latticeconst_converted equal 5.430949792265892*1 lattice diamond ${latticeconst_converted} lattice diamond 5.43094979226589 Lattice spacing in x,y,z = 5.4309498 5.4309498 5.4309498 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (54.309498 54.309498 54.309498) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 28.0855*${_u_mass} variable mass_converted equal 28.0855*1 kim_interactions Si WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Si #=== BEGIN kim interactions ================================== pair_style kim SW_BalamaneHauchShi_2017Brittle_Si__MO_381114941873_003 pair_coeff * * Si #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 28.0855 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 160187.035286095 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160187.035286095/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160187.035286095/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 160187.035286095/(1*1*${_u_distance}) variable V0_metal equal 160187.035286095/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 160187.035286095*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 160187.035286095 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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_381114941873_003#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.307 | 4.307 | 4.307 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36778.253 -36778.253 -37039.998 -37039.998 253.15 253.15 160187.04 160187.04 1745.2914 1745.2914 1000 -36495.451 -36495.451 -36771.876 -36771.876 267.34794 267.34794 160776.84 160776.84 537.73823 537.73823 Loop time of 8.47684 on 1 procs for 1000 steps with 8000 atoms Performance: 10.192 ns/day, 2.355 hours/ns, 117.968 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1142 | 8.1142 | 8.1142 | 0.0 | 95.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042608 | 0.042608 | 0.042608 | 0.0 | 0.50 Output | 4.54e-05 | 4.54e-05 | 4.54e-05 | 0.0 | 0.00 Modify | 0.28939 | 0.28939 | 0.28939 | 0.0 | 3.41 Other | | 0.0306 | | | 0.36 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272000.0 ave 272000 max 272000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272000 Ave neighs/atom = 34.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36495.451 -36495.451 -36771.876 -36771.876 267.34794 267.34794 160776.84 160776.84 537.73823 537.73823 2000 -36522.532 -36522.532 -36774.953 -36774.953 244.13177 244.13177 160839.55 160839.55 -93.01272 -93.01272 Loop time of 9.10448 on 1 procs for 1000 steps with 8000 atoms Performance: 9.490 ns/day, 2.529 hours/ns, 109.836 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.7482 | 8.7482 | 8.7482 | 0.0 | 96.09 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042144 | 0.042144 | 0.042144 | 0.0 | 0.46 Output | 7e-05 | 7e-05 | 7e-05 | 0.0 | 0.00 Modify | 0.28375 | 0.28375 | 0.28375 | 0.0 | 3.12 Other | | 0.03036 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272322.0 ave 272322 max 272322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272322 Ave neighs/atom = 34.040250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36522.532 -36522.532 -36774.953 -36774.953 244.13177 244.13177 160839.55 160839.55 -93.01272 -93.01272 3000 -36510.063 -36510.063 -36780.204 -36780.204 261.27054 261.27054 160902.28 160902.28 -438.55495 -438.55495 Loop time of 9.07102 on 1 procs for 1000 steps with 8000 atoms Performance: 9.525 ns/day, 2.520 hours/ns, 110.241 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 | 8.7166 | 8.7166 | 8.7166 | 0.0 | 96.09 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041981 | 0.041981 | 0.041981 | 0.0 | 0.46 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.28253 | 0.28253 | 0.28253 | 0.0 | 3.11 Other | | 0.02987 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272370.0 ave 272370 max 272370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272370 Ave neighs/atom = 34.046250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36510.063 -36510.063 -36780.204 -36780.204 261.27054 261.27054 160902.28 160902.28 -438.55495 -438.55495 4000 -36514.452 -36514.452 -36772.43 -36772.43 249.50621 249.50621 160902.8 160902.8 -477.03811 -477.03811 Loop time of 8.85122 on 1 procs for 1000 steps with 8000 atoms Performance: 9.761 ns/day, 2.459 hours/ns, 112.979 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5035 | 8.5035 | 8.5035 | 0.0 | 96.07 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041268 | 0.041268 | 0.041268 | 0.0 | 0.47 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.27711 | 0.27711 | 0.27711 | 0.0 | 3.13 Other | | 0.02926 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272278.0 ave 272278 max 272278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272278 Ave neighs/atom = 34.034750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36514.452 -36514.452 -36772.43 -36772.43 249.50621 249.50621 160902.8 160902.8 -477.03811 -477.03811 5000 -36516.629 -36516.629 -36782.428 -36782.428 257.07093 257.07093 160874.34 160874.34 -309.28973 -309.28973 Loop time of 8.90015 on 1 procs for 1000 steps with 8000 atoms Performance: 9.708 ns/day, 2.472 hours/ns, 112.358 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5502 | 8.5502 | 8.5502 | 0.0 | 96.07 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040791 | 0.040791 | 0.040791 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.27856 | 0.27856 | 0.27856 | 0.0 | 3.13 Other | | 0.03061 | | | 0.34 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272394.0 ave 272394 max 272394 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272394 Ave neighs/atom = 34.049250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.634128381014, Press = 261.926961171249 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36516.629 -36516.629 -36782.428 -36782.428 257.07093 257.07093 160874.34 160874.34 -309.28973 -309.28973 6000 -36509.838 -36509.838 -36770.514 -36770.514 252.1168 252.1168 160763.58 160763.58 520.50133 520.50133 Loop time of 8.51205 on 1 procs for 1000 steps with 8000 atoms Performance: 10.150 ns/day, 2.364 hours/ns, 117.480 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1689 | 8.1689 | 8.1689 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039388 | 0.039388 | 0.039388 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.27574 | 0.27574 | 0.27574 | 0.0 | 3.24 Other | | 0.02804 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272294.0 ave 272294 max 272294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272294 Ave neighs/atom = 34.036750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.903329027676, Press = 37.676839095036 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36509.838 -36509.838 -36770.514 -36770.514 252.1168 252.1168 160763.58 160763.58 520.50133 520.50133 7000 -36518.61 -36518.61 -36792.797 -36792.797 265.18364 265.18364 160710.05 160710.05 752.18786 752.18786 Loop time of 8.62844 on 1 procs for 1000 steps with 8000 atoms Performance: 10.013 ns/day, 2.397 hours/ns, 115.896 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.2805 | 8.2805 | 8.2805 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040156 | 0.040156 | 0.040156 | 0.0 | 0.47 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.27904 | 0.27904 | 0.27904 | 0.0 | 3.23 Other | | 0.02872 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272354.0 ave 272354 max 272354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272354 Ave neighs/atom = 34.044250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.060944459389, Press = 9.68513172744254 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36518.61 -36518.61 -36792.797 -36792.797 265.18364 265.18364 160710.05 160710.05 752.18786 752.18786 8000 -36510.386 -36510.386 -36759.551 -36759.551 240.98323 240.98323 160788.47 160788.47 375.47348 375.47348 Loop time of 8.61871 on 1 procs for 1000 steps with 8000 atoms Performance: 10.025 ns/day, 2.394 hours/ns, 116.027 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.2734 | 8.2734 | 8.2734 | 0.0 | 95.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039704 | 0.039704 | 0.039704 | 0.0 | 0.46 Output | 5.81e-05 | 5.81e-05 | 5.81e-05 | 0.0 | 0.00 Modify | 0.27734 | 0.27734 | 0.27734 | 0.0 | 3.22 Other | | 0.02823 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272246.0 ave 272246 max 272246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272246 Ave neighs/atom = 34.030750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.097522583607, Press = 2.89886386044053 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36510.386 -36510.386 -36759.551 -36759.551 240.98323 240.98323 160788.47 160788.47 375.47348 375.47348 9000 -36516.017 -36516.017 -36776.383 -36776.383 251.81649 251.81649 160824.86 160824.86 49.095855 49.095855 Loop time of 8.6874 on 1 procs for 1000 steps with 8000 atoms Performance: 9.945 ns/day, 2.413 hours/ns, 115.109 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.341 | 8.341 | 8.341 | 0.0 | 96.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039647 | 0.039647 | 0.039647 | 0.0 | 0.46 Output | 4.42e-05 | 4.42e-05 | 4.42e-05 | 0.0 | 0.00 Modify | 0.27805 | 0.27805 | 0.27805 | 0.0 | 3.20 Other | | 0.02863 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272490.0 ave 272490 max 272490 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272490 Ave neighs/atom = 34.061250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.073711383579, Press = 0.981064016956411 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36516.017 -36516.017 -36776.383 -36776.383 251.81649 251.81649 160824.86 160824.86 49.095855 49.095855 10000 -36515.801 -36515.801 -36782.221 -36782.221 257.67162 257.67162 160889.91 160889.91 -427.77376 -427.77376 Loop time of 8.87187 on 1 procs for 1000 steps with 8000 atoms Performance: 9.739 ns/day, 2.464 hours/ns, 112.716 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5197 | 8.5197 | 8.5197 | 0.0 | 96.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040307 | 0.040307 | 0.040307 | 0.0 | 0.45 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.28278 | 0.28278 | 0.28278 | 0.0 | 3.19 Other | | 0.02905 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272366.0 ave 272366 max 272366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272366 Ave neighs/atom = 34.045750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.152686713371, Press = 0.350543029873755 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36515.801 -36515.801 -36782.221 -36782.221 257.67162 257.67162 160889.91 160889.91 -427.77376 -427.77376 11000 -36507.706 -36507.706 -36771.331 -36771.331 254.96785 254.96785 160985.13 160985.13 -967.25156 -967.25156 Loop time of 8.87405 on 1 procs for 1000 steps with 8000 atoms Performance: 9.736 ns/day, 2.465 hours/ns, 112.688 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5221 | 8.5221 | 8.5221 | 0.0 | 96.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040581 | 0.040581 | 0.040581 | 0.0 | 0.46 Output | 3.67e-05 | 3.67e-05 | 3.67e-05 | 0.0 | 0.00 Modify | 0.28233 | 0.28233 | 0.28233 | 0.0 | 3.18 Other | | 0.02903 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272344.0 ave 272344 max 272344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272344 Ave neighs/atom = 34.043000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.226849275716, Press = 1.75016729726109 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36507.706 -36507.706 -36771.331 -36771.331 254.96785 254.96785 160985.13 160985.13 -967.25156 -967.25156 12000 -36514.39 -36514.39 -36775.144 -36775.144 252.19177 252.19177 160951.3 160951.3 -780.77433 -780.77433 Loop time of 8.68666 on 1 procs for 1000 steps with 8000 atoms Performance: 9.946 ns/day, 2.413 hours/ns, 115.119 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.3395 | 8.3395 | 8.3395 | 0.0 | 96.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039714 | 0.039714 | 0.039714 | 0.0 | 0.46 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.27888 | 0.27888 | 0.27888 | 0.0 | 3.21 Other | | 0.02853 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272354.0 ave 272354 max 272354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272354 Ave neighs/atom = 34.044250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.3196569041, Press = 4.58136624419365 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36514.39 -36514.39 -36775.144 -36775.144 252.19177 252.19177 160951.3 160951.3 -780.77433 -780.77433 13000 -36516.348 -36516.348 -36778.928 -36778.928 253.9578 253.9578 160817.25 160817.25 104.67885 104.67885 Loop time of 8.41222 on 1 procs for 1000 steps with 8000 atoms Performance: 10.271 ns/day, 2.337 hours/ns, 118.875 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.074 | 8.074 | 8.074 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03856 | 0.03856 | 0.03856 | 0.0 | 0.46 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.27208 | 0.27208 | 0.27208 | 0.0 | 3.23 Other | | 0.0275 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272270.0 ave 272270 max 272270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272270 Ave neighs/atom = 34.033750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.403111332456, Press = 2.90234615504527 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36516.348 -36516.348 -36778.928 -36778.928 253.9578 253.9578 160817.25 160817.25 104.67885 104.67885 14000 -36508.761 -36508.761 -36781.593 -36781.593 263.87283 263.87283 160806.72 160806.72 214.16283 214.16283 Loop time of 8.19039 on 1 procs for 1000 steps with 8000 atoms Performance: 10.549 ns/day, 2.275 hours/ns, 122.094 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8583 | 7.8583 | 7.8583 | 0.0 | 95.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037846 | 0.037846 | 0.037846 | 0.0 | 0.46 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.26719 | 0.26719 | 0.26719 | 0.0 | 3.26 Other | | 0.02703 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272342.0 ave 272342 max 272342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272342 Ave neighs/atom = 34.042750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.389022280855, Press = 1.89486769057654 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36508.761 -36508.761 -36781.593 -36781.593 263.87283 263.87283 160806.72 160806.72 214.16283 214.16283 15000 -36513.948 -36513.948 -36777.672 -36777.672 255.0644 255.0644 160795.95 160795.95 253.07893 253.07893 Loop time of 8.57889 on 1 procs for 1000 steps with 8000 atoms Performance: 10.071 ns/day, 2.383 hours/ns, 116.565 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.2364 | 8.2364 | 8.2364 | 0.0 | 96.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039007 | 0.039007 | 0.039007 | 0.0 | 0.45 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.27548 | 0.27548 | 0.27548 | 0.0 | 3.21 Other | | 0.02797 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272294.0 ave 272294 max 272294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272294 Ave neighs/atom = 34.036750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.393802655439, Press = 1.21444178843868 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36513.948 -36513.948 -36777.672 -36777.672 255.0644 255.0644 160795.95 160795.95 253.07893 253.07893 16000 -36509.902 -36509.902 -36772.025 -36772.025 253.51569 253.51569 160802.59 160802.59 221.8712 221.8712 Loop time of 8.4814 on 1 procs for 1000 steps with 8000 atoms Performance: 10.187 ns/day, 2.356 hours/ns, 117.905 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1417 | 8.1417 | 8.1417 | 0.0 | 95.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038644 | 0.038644 | 0.038644 | 0.0 | 0.46 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.27318 | 0.27318 | 0.27318 | 0.0 | 3.22 Other | | 0.02785 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272346.0 ave 272346 max 272346 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272346 Ave neighs/atom = 34.043250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.394691036857, Press = 0.269170807159539 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -36509.902 -36509.902 -36772.025 -36772.025 253.51569 253.51569 160802.59 160802.59 221.8712 221.8712 17000 -36513.111 -36513.111 -36776.009 -36776.009 254.2653 254.2653 160883.52 160883.52 -317.60365 -317.60365 Loop time of 8.24761 on 1 procs for 1000 steps with 8000 atoms Performance: 10.476 ns/day, 2.291 hours/ns, 121.247 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.9145 | 7.9145 | 7.9145 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03812 | 0.03812 | 0.03812 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.26792 | 0.26792 | 0.26792 | 0.0 | 3.25 Other | | 0.027 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272352.0 ave 272352 max 272352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272352 Ave neighs/atom = 34.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.414052386972, Press = -0.638459978226125 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -36513.111 -36513.111 -36776.009 -36776.009 254.2653 254.2653 160883.52 160883.52 -317.60365 -317.60365 18000 -36516.194 -36516.194 -36777.393 -36777.393 252.62122 252.62122 160952.14 160952.14 -809.54743 -809.54743 Loop time of 8.45361 on 1 procs for 1000 steps with 8000 atoms Performance: 10.220 ns/day, 2.348 hours/ns, 118.293 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1151 | 8.1151 | 8.1151 | 0.0 | 96.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038413 | 0.038413 | 0.038413 | 0.0 | 0.45 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.2723 | 0.2723 | 0.2723 | 0.0 | 3.22 Other | | 0.02778 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272312.0 ave 272312 max 272312 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272312 Ave neighs/atom = 34.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.486206795788, Press = 0.319290568113688 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -36516.194 -36516.194 -36777.393 -36777.393 252.62122 252.62122 160952.14 160952.14 -809.54743 -809.54743 19000 -36510.743 -36510.743 -36772.327 -36772.327 252.99388 252.99388 160920.79 160920.79 -550.13042 -550.13042 Loop time of 8.72064 on 1 procs for 1000 steps with 8000 atoms Performance: 9.908 ns/day, 2.422 hours/ns, 114.670 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.3741 | 8.3741 | 8.3741 | 0.0 | 96.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039243 | 0.039243 | 0.039243 | 0.0 | 0.45 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.27871 | 0.27871 | 0.27871 | 0.0 | 3.20 Other | | 0.02853 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272268.0 ave 272268 max 272268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272268 Ave neighs/atom = 34.033500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.488072819701, Press = 1.32572155777592 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -36510.743 -36510.743 -36772.327 -36772.327 252.99388 252.99388 160920.79 160920.79 -550.13042 -550.13042 20000 -36516.57 -36516.57 -36775.6 -36775.6 250.52434 250.52434 160844.37 160844.37 -70.654027 -70.654027 Loop time of 8.2497 on 1 procs for 1000 steps with 8000 atoms Performance: 10.473 ns/day, 2.292 hours/ns, 121.216 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.9154 | 7.9154 | 7.9154 | 0.0 | 95.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0382 | 0.0382 | 0.0382 | 0.0 | 0.46 Output | 6.19e-05 | 6.19e-05 | 6.19e-05 | 0.0 | 0.00 Modify | 0.26895 | 0.26895 | 0.26895 | 0.0 | 3.26 Other | | 0.02714 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272374.0 ave 272374 max 272374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272374 Ave neighs/atom = 34.046750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.465773549192, Press = 1.50498412965155 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -36516.57 -36516.57 -36775.6 -36775.6 250.52434 250.52434 160844.37 160844.37 -70.654027 -70.654027 21000 -36519.138 -36519.138 -36780.062 -36780.062 252.35671 252.35671 160815.8 160815.8 80.311328 80.311328 Loop time of 8.4467 on 1 procs for 1000 steps with 8000 atoms Performance: 10.229 ns/day, 2.346 hours/ns, 118.389 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1072 | 8.1072 | 8.1072 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03878 | 0.03878 | 0.03878 | 0.0 | 0.46 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.27302 | 0.27302 | 0.27302 | 0.0 | 3.23 Other | | 0.02764 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272316.0 ave 272316 max 272316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272316 Ave neighs/atom = 34.039500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.432717934182, Press = 1.0008516922089 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -36519.138 -36519.138 -36780.062 -36780.062 252.35671 252.35671 160815.8 160815.8 80.311328 80.311328 22000 -36514.38 -36514.38 -36767.224 -36767.224 244.54121 244.54121 160820.85 160820.85 107.39881 107.39881 Loop time of 8.38987 on 1 procs for 1000 steps with 8000 atoms Performance: 10.298 ns/day, 2.331 hours/ns, 119.191 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0528 | 8.0528 | 8.0528 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038532 | 0.038532 | 0.038532 | 0.0 | 0.46 Output | 4.43e-05 | 4.43e-05 | 4.43e-05 | 0.0 | 0.00 Modify | 0.27095 | 0.27095 | 0.27095 | 0.0 | 3.23 Other | | 0.02752 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272324.0 ave 272324 max 272324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272324 Ave neighs/atom = 34.040500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.372785250236, Press = 0.830022234983073 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -36514.38 -36514.38 -36767.224 -36767.224 244.54121 244.54121 160820.85 160820.85 107.39881 107.39881 23000 -36515.247 -36515.247 -36781.54 -36781.54 257.54806 257.54806 160817.9 160817.9 95.084726 95.084726 Loop time of 8.41774 on 1 procs for 1000 steps with 8000 atoms Performance: 10.264 ns/day, 2.338 hours/ns, 118.797 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0796 | 8.0796 | 8.0796 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038592 | 0.038592 | 0.038592 | 0.0 | 0.46 Output | 4.89e-05 | 4.89e-05 | 4.89e-05 | 0.0 | 0.00 Modify | 0.2719 | 0.2719 | 0.2719 | 0.0 | 3.23 Other | | 0.02758 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272382.0 ave 272382 max 272382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272382 Ave neighs/atom = 34.047750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.36313478885, Press = 0.639925779654523 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -36515.247 -36515.247 -36781.54 -36781.54 257.54806 257.54806 160817.9 160817.9 95.084726 95.084726 24000 -36509.419 -36509.419 -36774.343 -36774.343 256.22507 256.22507 160836.83 160836.83 37.650897 37.650897 Loop time of 8.37636 on 1 procs for 1000 steps with 8000 atoms Performance: 10.315 ns/day, 2.327 hours/ns, 119.384 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0388 | 8.0388 | 8.0388 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038544 | 0.038544 | 0.038544 | 0.0 | 0.46 Output | 4.31e-05 | 4.31e-05 | 4.31e-05 | 0.0 | 0.00 Modify | 0.27141 | 0.27141 | 0.27141 | 0.0 | 3.24 Other | | 0.02752 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272326.0 ave 272326 max 272326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272326 Ave neighs/atom = 34.040750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.342427722874, Press = 0.374886990859674 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -36509.419 -36509.419 -36774.343 -36774.343 256.22507 256.22507 160836.83 160836.83 37.650897 37.650897 25000 -36513.842 -36513.842 -36769.906 -36769.906 247.65558 247.65558 160872.52 160872.52 -237.87524 -237.87524 Loop time of 8.54722 on 1 procs for 1000 steps with 8000 atoms Performance: 10.109 ns/day, 2.374 hours/ns, 116.997 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.206 | 8.206 | 8.206 | 0.0 | 96.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039088 | 0.039088 | 0.039088 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.27436 | 0.27436 | 0.27436 | 0.0 | 3.21 Other | | 0.02773 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272282.0 ave 272282 max 272282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272282 Ave neighs/atom = 34.035250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.412206758883, Press = 0.310114556685133 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -36513.842 -36513.842 -36769.906 -36769.906 247.65558 247.65558 160872.52 160872.52 -237.87524 -237.87524 26000 -36510.975 -36510.975 -36771.618 -36771.618 252.08406 252.08406 160911.89 160911.89 -476.04131 -476.04131 Loop time of 8.59478 on 1 procs for 1000 steps with 8000 atoms Performance: 10.053 ns/day, 2.387 hours/ns, 116.350 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.2525 | 8.2525 | 8.2525 | 0.0 | 96.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038947 | 0.038947 | 0.038947 | 0.0 | 0.45 Output | 6.14e-05 | 6.14e-05 | 6.14e-05 | 0.0 | 0.00 Modify | 0.27536 | 0.27536 | 0.27536 | 0.0 | 3.20 Other | | 0.02789 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272402.0 ave 272402 max 272402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272402 Ave neighs/atom = 34.050250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.416398935007, Press = 0.587685347068569 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -36510.975 -36510.975 -36771.618 -36771.618 252.08406 252.08406 160911.89 160911.89 -476.04131 -476.04131 27000 -36521.993 -36521.993 -36778.895 -36778.895 248.46656 248.46656 160900.88 160900.88 -497.20774 -497.20774 Loop time of 8.53215 on 1 procs for 1000 steps with 8000 atoms Performance: 10.126 ns/day, 2.370 hours/ns, 117.204 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1918 | 8.1918 | 8.1918 | 0.0 | 96.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038737 | 0.038737 | 0.038737 | 0.0 | 0.45 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.27377 | 0.27377 | 0.27377 | 0.0 | 3.21 Other | | 0.02782 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272332.0 ave 272332 max 272332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272332 Ave neighs/atom = 34.041500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.395153946893, Press = 1.19550468141233 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -36521.993 -36521.993 -36778.895 -36778.895 248.46656 248.46656 160900.88 160900.88 -497.20774 -497.20774 28000 -36514.124 -36514.124 -36775.893 -36775.893 253.17313 253.17313 160800.39 160800.39 240.28204 240.28204 Loop time of 8.22136 on 1 procs for 1000 steps with 8000 atoms Performance: 10.509 ns/day, 2.284 hours/ns, 121.634 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8907 | 7.8907 | 7.8907 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037497 | 0.037497 | 0.037497 | 0.0 | 0.46 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.2665 | 0.2665 | 0.2665 | 0.0 | 3.24 Other | | 0.02659 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272268.0 ave 272268 max 272268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272268 Ave neighs/atom = 34.033500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.383879801962, Press = 1.54674441887745 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -36514.124 -36514.124 -36775.893 -36775.893 253.17313 253.17313 160800.39 160800.39 240.28204 240.28204 29000 -36506.809 -36506.809 -36767.215 -36767.215 251.85482 251.85482 160771.28 160771.28 491.23624 491.23624 Loop time of 8.19238 on 1 procs for 1000 steps with 8000 atoms Performance: 10.546 ns/day, 2.276 hours/ns, 122.065 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8638 | 7.8638 | 7.8638 | 0.0 | 95.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037026 | 0.037026 | 0.037026 | 0.0 | 0.45 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.26511 | 0.26511 | 0.26511 | 0.0 | 3.24 Other | | 0.02636 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272348.0 ave 272348 max 272348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272348 Ave neighs/atom = 34.043500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.391324504499, Press = 0.782750075709587 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -36506.809 -36506.809 -36767.215 -36767.215 251.85482 251.85482 160771.28 160771.28 491.23624 491.23624 30000 -36514.554 -36514.554 -36778.389 -36778.389 255.17136 255.17136 160802.74 160802.74 217.06882 217.06882 Loop time of 8.16876 on 1 procs for 1000 steps with 8000 atoms Performance: 10.577 ns/day, 2.269 hours/ns, 122.418 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8411 | 7.8411 | 7.8411 | 0.0 | 95.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036836 | 0.036836 | 0.036836 | 0.0 | 0.45 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.26461 | 0.26461 | 0.26461 | 0.0 | 3.24 Other | | 0.02615 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272434.0 ave 272434 max 272434 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272434 Ave neighs/atom = 34.054250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.420464477142, Press = 0.427023320337673 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -36514.554 -36514.554 -36778.389 -36778.389 255.17136 255.17136 160802.74 160802.74 217.06882 217.06882 31000 -36501.78 -36501.78 -36768.72 -36768.72 258.17527 258.17527 160839.34 160839.34 74.101218 74.101218 Loop time of 8.00002 on 1 procs for 1000 steps with 8000 atoms Performance: 10.800 ns/day, 2.222 hours/ns, 125.000 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6767 | 7.6767 | 7.6767 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036479 | 0.036479 | 0.036479 | 0.0 | 0.46 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.26083 | 0.26083 | 0.26083 | 0.0 | 3.26 Other | | 0.02603 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272292.0 ave 272292 max 272292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272292 Ave neighs/atom = 34.036500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.44245165819, Press = 0.26330266533657 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -36501.78 -36501.78 -36768.72 -36768.72 258.17527 258.17527 160839.34 160839.34 74.101218 74.101218 32000 -36515.301 -36515.301 -36777.565 -36777.565 253.6521 253.6521 160874.16 160874.16 -288.88877 -288.88877 Loop time of 8.40499 on 1 procs for 1000 steps with 8000 atoms Performance: 10.280 ns/day, 2.335 hours/ns, 118.977 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0702 | 8.0702 | 8.0702 | 0.0 | 96.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037759 | 0.037759 | 0.037759 | 0.0 | 0.45 Output | 4.45e-05 | 4.45e-05 | 4.45e-05 | 0.0 | 0.00 Modify | 0.26997 | 0.26997 | 0.26997 | 0.0 | 3.21 Other | | 0.02698 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272392.0 ave 272392 max 272392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272392 Ave neighs/atom = 34.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.474757814331, Press = 0.0963645286246369 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -36515.301 -36515.301 -36777.565 -36777.565 253.6521 253.6521 160874.16 160874.16 -288.88877 -288.88877 33000 -36513.059 -36513.059 -36774.053 -36774.053 252.42388 252.42388 160957.7 160957.7 -817.40504 -817.40504 Loop time of 8.12679 on 1 procs for 1000 steps with 8000 atoms Performance: 10.632 ns/day, 2.257 hours/ns, 123.050 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8005 | 7.8005 | 7.8005 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036802 | 0.036802 | 0.036802 | 0.0 | 0.45 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.2632 | 0.2632 | 0.2632 | 0.0 | 3.24 Other | | 0.0263 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272324.0 ave 272324 max 272324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272324 Ave neighs/atom = 34.040500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.468640429022, Press = 0.258545078605078 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -36513.059 -36513.059 -36774.053 -36774.053 252.42388 252.42388 160957.7 160957.7 -817.40504 -817.40504 34000 -36517.471 -36517.471 -36775.498 -36775.498 249.55413 249.55413 160926.77 160926.77 -641.18635 -641.18635 Loop time of 8.20576 on 1 procs for 1000 steps with 8000 atoms Performance: 10.529 ns/day, 2.279 hours/ns, 121.866 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8775 | 7.8775 | 7.8775 | 0.0 | 96.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036881 | 0.036881 | 0.036881 | 0.0 | 0.45 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.26501 | 0.26501 | 0.26501 | 0.0 | 3.23 Other | | 0.02639 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272326.0 ave 272326 max 272326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272326 Ave neighs/atom = 34.040750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.463051489905, Press = 0.822367409895018 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -36517.471 -36517.471 -36775.498 -36775.498 249.55413 249.55413 160926.77 160926.77 -641.18635 -641.18635 35000 -36512.299 -36512.299 -36772.317 -36772.317 251.47967 251.47967 160832.67 160832.67 37.503203 37.503203 Loop time of 7.88657 on 1 procs for 1000 steps with 8000 atoms Performance: 10.955 ns/day, 2.191 hours/ns, 126.798 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.5679 | 7.5679 | 7.5679 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036134 | 0.036134 | 0.036134 | 0.0 | 0.46 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.25717 | 0.25717 | 0.25717 | 0.0 | 3.26 Other | | 0.02537 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272276.0 ave 272276 max 272276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272276 Ave neighs/atom = 34.034500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.485402257955, Press = 0.936936794377778 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -36512.299 -36512.299 -36772.317 -36772.317 251.47967 251.47967 160832.67 160832.67 37.503203 37.503203 36000 -36511.075 -36511.075 -36772.134 -36772.134 252.48649 252.48649 160774.16 160774.16 440.71182 440.71182 Loop time of 8.02919 on 1 procs for 1000 steps with 8000 atoms Performance: 10.761 ns/day, 2.230 hours/ns, 124.546 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.7046 | 7.7046 | 7.7046 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036565 | 0.036565 | 0.036565 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.26209 | 0.26209 | 0.26209 | 0.0 | 3.26 Other | | 0.02591 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272370.0 ave 272370 max 272370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272370 Ave neighs/atom = 34.046250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.483451713895, Press = 0.701297737950136 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -36511.075 -36511.075 -36772.134 -36772.134 252.48649 252.48649 160774.16 160774.16 440.71182 440.71182 37000 -36513.2 -36513.2 -36777.41 -36777.41 255.53356 255.53356 160788.95 160788.95 323.96763 323.96763 Loop time of 8.05812 on 1 procs for 1000 steps with 8000 atoms Performance: 10.722 ns/day, 2.238 hours/ns, 124.098 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.7333 | 7.7333 | 7.7333 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036662 | 0.036662 | 0.036662 | 0.0 | 0.45 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.26227 | 0.26227 | 0.26227 | 0.0 | 3.25 Other | | 0.02588 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272348.0 ave 272348 max 272348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272348 Ave neighs/atom = 34.043500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.51811743381, Press = 0.349000196475945 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -36513.2 -36513.2 -36777.41 -36777.41 255.53356 255.53356 160788.95 160788.95 323.96763 323.96763 38000 -36509.394 -36509.394 -36771.693 -36771.693 253.68583 253.68583 160832.88 160832.88 55.593879 55.593879 Loop time of 8.11203 on 1 procs for 1000 steps with 8000 atoms Performance: 10.651 ns/day, 2.253 hours/ns, 123.274 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.7861 | 7.7861 | 7.7861 | 0.0 | 95.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036764 | 0.036764 | 0.036764 | 0.0 | 0.45 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.26305 | 0.26305 | 0.26305 | 0.0 | 3.24 Other | | 0.02605 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272336.0 ave 272336 max 272336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272336 Ave neighs/atom = 34.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.506397929645, Press = 0.287345406343114 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -36509.394 -36509.394 -36771.693 -36771.693 253.68583 253.68583 160832.88 160832.88 55.593879 55.593879 39000 -36510.316 -36510.316 -36772.346 -36772.346 253.42584 253.42584 160845.14 160845.14 -30.147772 -30.147772 Loop time of 8.01638 on 1 procs for 1000 steps with 8000 atoms Performance: 10.778 ns/day, 2.227 hours/ns, 124.745 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6931 | 7.6931 | 7.6931 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036433 | 0.036433 | 0.036433 | 0.0 | 0.45 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.26097 | 0.26097 | 0.26097 | 0.0 | 3.26 Other | | 0.02588 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272350.0 ave 272350 max 272350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272350 Ave neighs/atom = 34.043750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.499213323124, Press = 0.281116311399153 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -36510.316 -36510.316 -36772.346 -36772.346 253.42584 253.42584 160845.14 160845.14 -30.147772 -30.147772 40000 -36516.974 -36516.974 -36774.273 -36774.273 248.84938 248.84938 160852.36 160852.36 -126.66144 -126.66144 Loop time of 7.98125 on 1 procs for 1000 steps with 8000 atoms Performance: 10.825 ns/day, 2.217 hours/ns, 125.294 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6585 | 7.6585 | 7.6585 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036484 | 0.036484 | 0.036484 | 0.0 | 0.46 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.26051 | 0.26051 | 0.26051 | 0.0 | 3.26 Other | | 0.02574 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272426.0 ave 272426 max 272426 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272426 Ave neighs/atom = 34.053250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.485557971608, Press = 0.286888809756699 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -36516.974 -36516.974 -36774.273 -36774.273 248.84938 248.84938 160852.36 160852.36 -126.66144 -126.66144 41000 -36521.024 -36521.024 -36777.292 -36777.292 247.853 247.853 160872.45 160872.45 -306.68072 -306.68072 Loop time of 8.25222 on 1 procs for 1000 steps with 8000 atoms Performance: 10.470 ns/day, 2.292 hours/ns, 121.180 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.9221 | 7.9221 | 7.9221 | 0.0 | 96.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037065 | 0.037065 | 0.037065 | 0.0 | 0.45 Output | 4.43e-05 | 4.43e-05 | 4.43e-05 | 0.0 | 0.00 Modify | 0.26665 | 0.26665 | 0.26665 | 0.0 | 3.23 Other | | 0.02639 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272350.0 ave 272350 max 272350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272350 Ave neighs/atom = 34.043750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.470314343709, Press = 0.396742719450116 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -36521.024 -36521.024 -36777.292 -36777.292 247.853 247.853 160872.45 160872.45 -306.68072 -306.68072 42000 -36511.292 -36511.292 -36772.72 -36772.72 252.84363 252.84363 160854.17 160854.17 -104.05505 -104.05505 Loop time of 7.93345 on 1 procs for 1000 steps with 8000 atoms Performance: 10.891 ns/day, 2.204 hours/ns, 126.049 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6125 | 7.6125 | 7.6125 | 0.0 | 95.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036153 | 0.036153 | 0.036153 | 0.0 | 0.46 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.2592 | 0.2592 | 0.2592 | 0.0 | 3.27 Other | | 0.02556 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272374.0 ave 272374 max 272374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272374 Ave neighs/atom = 34.046750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.440530584087, Press = 0.591683486923567 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -36511.292 -36511.292 -36772.72 -36772.72 252.84363 252.84363 160854.17 160854.17 -104.05505 -104.05505 43000 -36518.007 -36518.007 -36779.201 -36779.201 252.6175 252.6175 160759.33 160759.33 467.60228 467.60228 Loop time of 7.99246 on 1 procs for 1000 steps with 8000 atoms Performance: 10.810 ns/day, 2.220 hours/ns, 125.118 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6697 | 7.6697 | 7.6697 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036439 | 0.036439 | 0.036439 | 0.0 | 0.46 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.26067 | 0.26067 | 0.26067 | 0.0 | 3.26 Other | | 0.02565 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272360.0 ave 272360 max 272360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272360 Ave neighs/atom = 34.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.439347279622, Press = 0.724180129560875 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -36518.007 -36518.007 -36779.201 -36779.201 252.6175 252.6175 160759.33 160759.33 467.60228 467.60228 44000 -36509.89 -36509.89 -36774.683 -36774.683 256.09817 256.09817 160684.41 160684.41 1044.8535 1044.8535 Loop time of 8.15282 on 1 procs for 1000 steps with 8000 atoms Performance: 10.598 ns/day, 2.265 hours/ns, 122.657 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8244 | 7.8244 | 7.8244 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037014 | 0.037014 | 0.037014 | 0.0 | 0.45 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.26513 | 0.26513 | 0.26513 | 0.0 | 3.25 Other | | 0.02623 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272306.0 ave 272306 max 272306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272306 Ave neighs/atom = 34.038250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.464230902951, Press = 0.417878899947087 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -36509.89 -36509.89 -36774.683 -36774.683 256.09817 256.09817 160684.41 160684.41 1044.8535 1044.8535 45000 -36513.232 -36513.232 -36774.909 -36774.909 253.0842 253.0842 160756.9 160756.9 532.50133 532.50133 Loop time of 8.02054 on 1 procs for 1000 steps with 8000 atoms Performance: 10.772 ns/day, 2.228 hours/ns, 124.680 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6961 | 7.6961 | 7.6961 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03668 | 0.03668 | 0.03668 | 0.0 | 0.46 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.26161 | 0.26161 | 0.26161 | 0.0 | 3.26 Other | | 0.02607 | | | 0.33 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272356.0 ave 272356 max 272356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272356 Ave neighs/atom = 34.044500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.462215884267, Press = 0.0410420671472293 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -36513.232 -36513.232 -36774.909 -36774.909 253.0842 253.0842 160756.9 160756.9 532.50133 532.50133 46000 -36512.861 -36512.861 -36775.066 -36775.066 253.59539 253.59539 160835.01 160835.01 3.2459273 3.2459273 Loop time of 7.88021 on 1 procs for 1000 steps with 8000 atoms Performance: 10.964 ns/day, 2.189 hours/ns, 126.900 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.5616 | 7.5616 | 7.5616 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0361 | 0.0361 | 0.0361 | 0.0 | 0.46 Output | 3.45e-05 | 3.45e-05 | 3.45e-05 | 0.0 | 0.00 Modify | 0.25731 | 0.25731 | 0.25731 | 0.0 | 3.27 Other | | 0.02512 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272364.0 ave 272364 max 272364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272364 Ave neighs/atom = 34.045500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.483563427156, Press = 0.109193577547724 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -36512.861 -36512.861 -36775.066 -36775.066 253.59539 253.59539 160835.01 160835.01 3.2459273 3.2459273 47000 -36514.839 -36514.839 -36774.832 -36774.832 251.45613 251.45613 160862.18 160862.18 -177.96979 -177.96979 Loop time of 7.76622 on 1 procs for 1000 steps with 8000 atoms Performance: 11.125 ns/day, 2.157 hours/ns, 128.763 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4514 | 7.4514 | 7.4514 | 0.0 | 95.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035503 | 0.035503 | 0.035503 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.25482 | 0.25482 | 0.25482 | 0.0 | 3.28 Other | | 0.02445 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272354.0 ave 272354 max 272354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272354 Ave neighs/atom = 34.044250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.470674345792, Press = 0.159681508755723 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -36514.839 -36514.839 -36774.832 -36774.832 251.45613 251.45613 160862.18 160862.18 -177.96979 -177.96979 48000 -36515.312 -36515.312 -36773.326 -36773.326 249.54183 249.54183 160879.22 160879.22 -294.66305 -294.66305 Loop time of 7.59221 on 1 procs for 1000 steps with 8000 atoms Performance: 11.380 ns/day, 2.109 hours/ns, 131.714 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2806 | 7.2806 | 7.2806 | 0.0 | 95.90 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035077 | 0.035077 | 0.035077 | 0.0 | 0.46 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.25193 | 0.25193 | 0.25193 | 0.0 | 3.32 Other | | 0.02459 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272356.0 ave 272356 max 272356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272356 Ave neighs/atom = 34.044500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.448282563678, Press = 0.262343212321959 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -36515.312 -36515.312 -36773.326 -36773.326 249.54183 249.54183 160879.22 160879.22 -294.66305 -294.66305 49000 -36514.41 -36514.41 -36777.624 -36777.624 254.57022 254.57022 160877.33 160877.33 -285.77967 -285.77967 Loop time of 7.57182 on 1 procs for 1000 steps with 8000 atoms Performance: 11.411 ns/day, 2.103 hours/ns, 132.069 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2614 | 7.2614 | 7.2614 | 0.0 | 95.90 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035307 | 0.035307 | 0.035307 | 0.0 | 0.47 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.25106 | 0.25106 | 0.25106 | 0.0 | 3.32 Other | | 0.02406 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272322.0 ave 272322 max 272322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272322 Ave neighs/atom = 34.040250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.429544459922, Press = 0.449512201800509 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -36514.41 -36514.41 -36777.624 -36777.624 254.57022 254.57022 160877.33 160877.33 -285.77967 -285.77967 50000 -36510.341 -36510.341 -36774.095 -36774.095 255.09284 255.09284 160808.29 160808.29 201.70789 201.70789 Loop time of 7.5641 on 1 procs for 1000 steps with 8000 atoms Performance: 11.422 ns/day, 2.101 hours/ns, 132.204 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2544 | 7.2544 | 7.2544 | 0.0 | 95.91 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034917 | 0.034917 | 0.034917 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.25087 | 0.25087 | 0.25087 | 0.0 | 3.32 Other | | 0.02391 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272332.0 ave 272332 max 272332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272332 Ave neighs/atom = 34.041500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.411057213885, Press = 0.575728836205644 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -36510.341 -36510.341 -36774.095 -36774.095 255.09284 255.09284 160808.29 160808.29 201.70789 201.70789 51000 -36517.361 -36517.361 -36781.99 -36781.99 255.93905 255.93905 160732.78 160732.78 642.71022 642.71022 Loop time of 7.62497 on 1 procs for 1000 steps with 8000 atoms Performance: 11.331 ns/day, 2.118 hours/ns, 131.148 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3132 | 7.3132 | 7.3132 | 0.0 | 95.91 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035501 | 0.035501 | 0.035501 | 0.0 | 0.47 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.25189 | 0.25189 | 0.25189 | 0.0 | 3.30 Other | | 0.0243 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272380.0 ave 272380 max 272380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272380 Ave neighs/atom = 34.047500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.404146702795, Press = 0.408251215533377 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -36517.361 -36517.361 -36781.99 -36781.99 255.93905 255.93905 160732.78 160732.78 642.71022 642.71022 52000 -36512.719 -36512.719 -36774.23 -36774.23 252.92306 252.92306 160740.81 160740.81 634.86989 634.86989 Loop time of 7.63017 on 1 procs for 1000 steps with 8000 atoms Performance: 11.323 ns/day, 2.119 hours/ns, 131.059 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3192 | 7.3192 | 7.3192 | 0.0 | 95.92 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035242 | 0.035242 | 0.035242 | 0.0 | 0.46 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.2516 | 0.2516 | 0.2516 | 0.0 | 3.30 Other | | 0.02407 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272362.0 ave 272362 max 272362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272362 Ave neighs/atom = 34.045250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.401933157897, Press = 0.100444823532628 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -36512.719 -36512.719 -36774.23 -36774.23 252.92306 252.92306 160740.81 160740.81 634.86989 634.86989 53000 -36507.379 -36507.379 -36770.661 -36770.661 254.63671 254.63671 160820.75 160820.75 145.72882 145.72882 Loop time of 7.89108 on 1 procs for 1000 steps with 8000 atoms Performance: 10.949 ns/day, 2.192 hours/ns, 126.725 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.5729 | 7.5729 | 7.5729 | 0.0 | 95.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035717 | 0.035717 | 0.035717 | 0.0 | 0.45 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.2576 | 0.2576 | 0.2576 | 0.0 | 3.26 Other | | 0.02486 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272342.0 ave 272342 max 272342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272342 Ave neighs/atom = 34.042750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.397510192382, Press = -0.0874249755628937 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -36507.379 -36507.379 -36770.661 -36770.661 254.63671 254.63671 160820.75 160820.75 145.72882 145.72882 54000 -36515.482 -36515.482 -36775.122 -36775.122 251.1142 251.1142 160881.15 160881.15 -311.99552 -311.99552 Loop time of 7.75481 on 1 procs for 1000 steps with 8000 atoms Performance: 11.141 ns/day, 2.154 hours/ns, 128.952 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4406 | 7.4406 | 7.4406 | 0.0 | 95.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035353 | 0.035353 | 0.035353 | 0.0 | 0.46 Output | 4.38e-05 | 4.38e-05 | 4.38e-05 | 0.0 | 0.00 Modify | 0.25444 | 0.25444 | 0.25444 | 0.0 | 3.28 Other | | 0.02442 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272436.0 ave 272436 max 272436 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272436 Ave neighs/atom = 34.054500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.409676070688, Press = -0.00285027734631912 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -36515.482 -36515.482 -36775.122 -36775.122 251.1142 251.1142 160881.15 160881.15 -311.99552 -311.99552 55000 -36514.273 -36514.273 -36775.384 -36775.384 252.53665 252.53665 160896.64 160896.64 -419.89194 -419.89194 Loop time of 7.80129 on 1 procs for 1000 steps with 8000 atoms Performance: 11.075 ns/day, 2.167 hours/ns, 128.184 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4848 | 7.4848 | 7.4848 | 0.0 | 95.94 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035788 | 0.035788 | 0.035788 | 0.0 | 0.46 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.25599 | 0.25599 | 0.25599 | 0.0 | 3.28 Other | | 0.0247 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272326.0 ave 272326 max 272326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272326 Ave neighs/atom = 34.040750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.413852998851, Press = 0.173929698841005 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -36514.273 -36514.273 -36775.384 -36775.384 252.53665 252.53665 160896.64 160896.64 -419.89194 -419.89194 56000 -36517.772 -36517.772 -36775.816 -36775.816 249.57005 249.57005 160869.18 160869.18 -251.48929 -251.48929 Loop time of 7.66966 on 1 procs for 1000 steps with 8000 atoms Performance: 11.265 ns/day, 2.130 hours/ns, 130.384 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3576 | 7.3576 | 7.3576 | 0.0 | 95.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035215 | 0.035215 | 0.035215 | 0.0 | 0.46 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.25272 | 0.25272 | 0.25272 | 0.0 | 3.30 Other | | 0.02412 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272320.0 ave 272320 max 272320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272320 Ave neighs/atom = 34.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.411752124542, Press = 0.319119204452293 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -36517.772 -36517.772 -36775.816 -36775.816 249.57005 249.57005 160869.18 160869.18 -251.48929 -251.48929 57000 -36509.021 -36509.021 -36774.707 -36774.707 256.96162 256.96162 160833.72 160833.72 45.752997 45.752997 Loop time of 7.76196 on 1 procs for 1000 steps with 8000 atoms Performance: 11.131 ns/day, 2.156 hours/ns, 128.833 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4471 | 7.4471 | 7.4471 | 0.0 | 95.94 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035764 | 0.035764 | 0.035764 | 0.0 | 0.46 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.25453 | 0.25453 | 0.25453 | 0.0 | 3.28 Other | | 0.02448 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272338.0 ave 272338 max 272338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272338 Ave neighs/atom = 34.042250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.413813158928, Press = 0.465098627590308 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -36509.021 -36509.021 -36774.707 -36774.707 256.96162 256.96162 160833.72 160833.72 45.752997 45.752997 58000 -36514.768 -36514.768 -36773.62 -36773.62 250.35272 250.35272 160692.93 160692.93 957.30537 957.30537 Loop time of 7.61609 on 1 procs for 1000 steps with 8000 atoms Performance: 11.344 ns/day, 2.116 hours/ns, 131.301 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.305 | 7.305 | 7.305 | 0.0 | 95.91 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035221 | 0.035221 | 0.035221 | 0.0 | 0.46 Output | 4.56e-05 | 4.56e-05 | 4.56e-05 | 0.0 | 0.00 Modify | 0.25179 | 0.25179 | 0.25179 | 0.0 | 3.31 Other | | 0.02407 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272350.0 ave 272350 max 272350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272350 Ave neighs/atom = 34.043750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.426771184613, Press = 0.53388920989261 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -36514.768 -36514.768 -36773.62 -36773.62 250.35272 250.35272 160692.93 160692.93 957.30537 957.30537 59000 -36510.614 -36510.614 -36773.398 -36773.398 254.15461 254.15461 160705.23 160705.23 904.70764 904.70764 Loop time of 7.73038 on 1 procs for 1000 steps with 8000 atoms Performance: 11.177 ns/day, 2.147 hours/ns, 129.360 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4158 | 7.4158 | 7.4158 | 0.0 | 95.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035433 | 0.035433 | 0.035433 | 0.0 | 0.46 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.2546 | 0.2546 | 0.2546 | 0.0 | 3.29 Other | | 0.02452 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272394.0 ave 272394 max 272394 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272394 Ave neighs/atom = 34.049250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.424408620159, Press = 0.138853814334461 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -36510.614 -36510.614 -36773.398 -36773.398 254.15461 254.15461 160705.23 160705.23 904.70764 904.70764 60000 -36517.443 -36517.443 -36779.139 -36779.139 253.10272 253.10272 160801.12 160801.12 193.79547 193.79547 Loop time of 7.75089 on 1 procs for 1000 steps with 8000 atoms Performance: 11.147 ns/day, 2.153 hours/ns, 129.017 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4353 | 7.4353 | 7.4353 | 0.0 | 95.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035548 | 0.035548 | 0.035548 | 0.0 | 0.46 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.25551 | 0.25551 | 0.25551 | 0.0 | 3.30 Other | | 0.02451 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272362.0 ave 272362 max 272362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272362 Ave neighs/atom = 34.045250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.397136206583, Press = 0.0233031872136405 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -36517.443 -36517.443 -36779.139 -36779.139 253.10272 253.10272 160801.12 160801.12 193.79547 193.79547 61000 -36514.418 -36514.418 -36776.697 -36776.697 253.66657 253.66657 160860.39 160860.39 -183.30042 -183.30042 Loop time of 7.78302 on 1 procs for 1000 steps with 8000 atoms Performance: 11.101 ns/day, 2.162 hours/ns, 128.485 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4681 | 7.4681 | 7.4681 | 0.0 | 95.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03538 | 0.03538 | 0.03538 | 0.0 | 0.45 Output | 5.79e-05 | 5.79e-05 | 5.79e-05 | 0.0 | 0.00 Modify | 0.25482 | 0.25482 | 0.25482 | 0.0 | 3.27 Other | | 0.02465 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272350.0 ave 272350 max 272350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272350 Ave neighs/atom = 34.043750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.387870693962, Press = 0.0255749534186418 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -36514.418 -36514.418 -36776.697 -36776.697 253.66657 253.66657 160860.39 160860.39 -183.30042 -183.30042 62000 -36509.689 -36509.689 -36771.829 -36771.829 253.53147 253.53147 160910.47 160910.47 -464.49854 -464.49854 Loop time of 7.7132 on 1 procs for 1000 steps with 8000 atoms Performance: 11.202 ns/day, 2.143 hours/ns, 129.648 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3989 | 7.3989 | 7.3989 | 0.0 | 95.92 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035596 | 0.035596 | 0.035596 | 0.0 | 0.46 Output | 3.45e-05 | 3.45e-05 | 3.45e-05 | 0.0 | 0.00 Modify | 0.25419 | 0.25419 | 0.25419 | 0.0 | 3.30 Other | | 0.02451 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272358.0 ave 272358 max 272358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272358 Ave neighs/atom = 34.044750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.368287140725, Press = 0.101254081396433 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -36509.689 -36509.689 -36771.829 -36771.829 253.53147 253.53147 160910.47 160910.47 -464.49854 -464.49854 63000 -36516.832 -36516.832 -36777.492 -36777.492 252.1005 252.1005 160917.66 160917.66 -586.56733 -586.56733 Loop time of 7.81944 on 1 procs for 1000 steps with 8000 atoms Performance: 11.049 ns/day, 2.172 hours/ns, 127.886 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.5034 | 7.5034 | 7.5034 | 0.0 | 95.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035551 | 0.035551 | 0.035551 | 0.0 | 0.45 Output | 3.6e-05 | 3.6e-05 | 3.6e-05 | 0.0 | 0.00 Modify | 0.25574 | 0.25574 | 0.25574 | 0.0 | 3.27 Other | | 0.0247 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272318.0 ave 272318 max 272318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272318 Ave neighs/atom = 34.039750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.374477502129, Press = 0.30139237346435 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -36516.832 -36516.832 -36777.492 -36777.492 252.1005 252.1005 160917.66 160917.66 -586.56733 -586.56733 64000 -36511.629 -36511.629 -36774.846 -36774.846 254.57343 254.57343 160862.66 160862.66 -168.75617 -168.75617 Loop time of 7.69232 on 1 procs for 1000 steps with 8000 atoms Performance: 11.232 ns/day, 2.137 hours/ns, 130.000 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3798 | 7.3798 | 7.3798 | 0.0 | 95.94 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035374 | 0.035374 | 0.035374 | 0.0 | 0.46 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.25277 | 0.25277 | 0.25277 | 0.0 | 3.29 Other | | 0.02435 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272308.0 ave 272308 max 272308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272308 Ave neighs/atom = 34.038500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.384224762745, Press = 0.588510473602526 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -36511.629 -36511.629 -36774.846 -36774.846 254.57343 254.57343 160862.66 160862.66 -168.75617 -168.75617 65000 -36514.148 -36514.148 -36776.578 -36776.578 253.81281 253.81281 160732.42 160732.42 688.19619 688.19619 Loop time of 7.6704 on 1 procs for 1000 steps with 8000 atoms Performance: 11.264 ns/day, 2.131 hours/ns, 130.371 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3576 | 7.3576 | 7.3576 | 0.0 | 95.92 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035433 | 0.035433 | 0.035433 | 0.0 | 0.46 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.25312 | 0.25312 | 0.25312 | 0.0 | 3.30 Other | | 0.02424 | | | 0.32 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272340.0 ave 272340 max 272340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272340 Ave neighs/atom = 34.042500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.368947250616, Press = 0.511790179839456 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -36514.148 -36514.148 -36776.578 -36776.578 253.81281 253.81281 160732.42 160732.42 688.19619 688.19619 66000 -36520.037 -36520.037 -36777.652 -36777.652 249.15619 249.15619 160769.81 160769.81 384.63595 384.63595 Loop time of 7.64025 on 1 procs for 1000 steps with 8000 atoms Performance: 11.309 ns/day, 2.122 hours/ns, 130.886 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3293 | 7.3293 | 7.3293 | 0.0 | 95.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035328 | 0.035328 | 0.035328 | 0.0 | 0.46 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.25238 | 0.25238 | 0.25238 | 0.0 | 3.30 Other | | 0.02321 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272332.0 ave 272332 max 272332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272332 Ave neighs/atom = 34.041500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.362729978765, Press = 0.200051671255064 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -36520.037 -36520.037 -36777.652 -36777.652 249.15619 249.15619 160769.81 160769.81 384.63595 384.63595 67000 -36511.472 -36511.472 -36776.771 -36776.771 256.5876 256.5876 160810.2 160810.2 178.81002 178.81002 Loop time of 7.37902 on 1 procs for 1000 steps with 8000 atoms Performance: 11.709 ns/day, 2.050 hours/ns, 135.519 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0756 | 7.0756 | 7.0756 | 0.0 | 95.89 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034379 | 0.034379 | 0.034379 | 0.0 | 0.47 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.2472 | 0.2472 | 0.2472 | 0.0 | 3.35 Other | | 0.02177 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272330.0 ave 272330 max 272330 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272330 Ave neighs/atom = 34.041250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 160835.217258819 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0