# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.618837259709835*${_u_distance} variable latticeconst_converted equal 3.618837259709835*1 lattice diamond ${latticeconst_converted} lattice diamond 3.61883725970984 Lattice spacing in x,y,z = 3.61884 3.61884 3.61884 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (36.1884 36.1884 36.1884) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms create_atoms CPU = 0.00138402 secs variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C #=== BEGIN kim_interactions ================================== pair_style reax/c /tmp/kim-simulator-model-parameter-file-directory-XXXXXXighSEt/lmp_control safezone 2.0 mincap 100 pair_coeff * * /tmp/kim-simulator-model-parameter-file-directory-XXXXXXighSEt/ffield.reax.V_O_C_H C Reading potential file /tmp/kim-simulator-model-parameter-file-directory-XXXXXXighSEt/ffield.reax.V_O_C_H with DATE: 2011-02-18 WARNING: Changed valency_val to valency_boc for X (src/USER-REAXC/reaxc_ffield.cpp:315) fix reaxqeq all qeq/reax 1 0.0 10.0 1.0e-6 reax/c #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 47392.2316391926 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47392.2316391926/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47392.2316391926/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 47392.2316391926/(1*1*${_u_distance}) variable V0_metal equal 47392.2316391926/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 47392.2316391926*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 47392.2316391926 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1000 timestep ${timestep_converted} timestep 1 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1000 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*0.986923266716013 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1000 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 100 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 100 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 100 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 100 iso 0 0 1000 # 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/23.0605480120695 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/23.0605480120695 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/0.986923266716013 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 4000, page size: 100000 master list distance cutoff = 12 ghost atom cutoff = 12 binsize = 6, bins = 7 7 7 2 neighbor lists, perpetual/occasional/extra = 2 0 0 (1) pair reax/c, perpetual attributes: half, newton off, ghost pair build: half/bin/newtoff/ghost stencil: half/ghost/bin/3d/newtoff bin: standard (2) fix qeq/reax, perpetual, copy from (1) attributes: half, newton off, ghost pair build: copy stencil: none bin: none Per MPI rank memory allocation (min/avg/max) = 1627 | 1627 | 1627 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -1584064.3 -68691.53 -1592007.8 -69035.992 333.15 333.15 47392.232 47392.232 7662.4947 7764.0228 1000 -1572799.5 -68203.039 -1581343.6 -68573.549 358.34407 358.34407 47424.556 47424.556 32357.88 32786.622 Loop time of 2766.09 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 768.358 hours/ns, 0.362 timesteps/s 67.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 | 1948.8 | 1948.8 | 1948.8 | 0.0 | 70.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37621 | 0.37621 | 0.37621 | 0.0 | 0.01 Output | 0.0061002 | 0.0061002 | 0.0061002 | 0.0 | 0.00 Modify | 816.64 | 816.64 | 816.64 | 0.0 | 29.52 Other | | 0.2684 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.42028e+06 ave 6.42028e+06 max 6.42028e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6420279 Ave neighs/atom = 802.535 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -1572799.5 -68203.039 -1581343.6 -68573.549 358.34407 358.34407 47424.556 47424.556 32357.88 32786.622 2000 -1573150 -68218.24 -1581397.7 -68575.896 345.91183 345.91183 47439.317 47439.317 -11872.584 -12029.896 Loop time of 2797.77 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 777.159 hours/ns, 0.357 timesteps/s 67.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2001.8 | 2001.8 | 2001.8 | 0.0 | 71.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33937 | 0.33937 | 0.33937 | 0.0 | 0.01 Output | 0.0049212 | 0.0049212 | 0.0049212 | 0.0 | 0.00 Modify | 795.41 | 795.41 | 795.41 | 0.0 | 28.43 Other | | 0.2186 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.49225e+06 ave 6.49225e+06 max 6.49225e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6492247 Ave neighs/atom = 811.531 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -1573150 -68218.24 -1581397.7 -68575.896 345.91183 345.91183 47439.317 47439.317 -11872.584 -12029.896 3000 -1572756.2 -68201.162 -1581220.7 -68568.218 355.00346 355.00346 47449.528 47449.528 -11404.565 -11555.675 Loop time of 2809.11 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 780.309 hours/ns, 0.356 timesteps/s 67.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2011.6 | 2011.6 | 2011.6 | 0.0 | 71.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.34082 | 0.34082 | 0.34082 | 0.0 | 0.01 Output | 0.0066481 | 0.0066481 | 0.0066481 | 0.0 | 0.00 Modify | 796.87 | 796.87 | 796.87 | 0.0 | 28.37 Other | | 0.2805 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48997e+06 ave 6.48997e+06 max 6.48997e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489974 Ave neighs/atom = 811.247 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -1572756.2 -68201.162 -1581220.7 -68568.218 355.00346 355.00346 47449.528 47449.528 -11404.565 -11555.675 4000 -1572701.4 -68198.787 -1581129.2 -68564.253 353.46496 353.46496 47449.878 47449.878 -15109.54 -15309.741 Loop time of 3036.44 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 843.457 hours/ns, 0.329 timesteps/s 61.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 | 2167 | 2167 | 2167 | 0.0 | 71.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.41713 | 0.41713 | 0.41713 | 0.0 | 0.01 Output | 0.013602 | 0.013602 | 0.013602 | 0.0 | 0.00 Modify | 868.83 | 868.83 | 868.83 | 0.0 | 28.61 Other | | 0.2329 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48729e+06 ave 6.48729e+06 max 6.48729e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487287 Ave neighs/atom = 810.911 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -1572701.4 -68198.787 -1581129.2 -68564.253 353.46496 353.46496 47449.878 47449.878 -15109.54 -15309.741 5000 -1572679.5 -68197.836 -1581220.7 -68568.221 358.22218 358.22218 47430.766 47430.766 30084.545 30483.165 Loop time of 3211.65 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 892.124 hours/ns, 0.311 timesteps/s 58.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2286.8 | 2286.8 | 2286.8 | 0.0 | 71.20 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36214 | 0.36214 | 0.36214 | 0.0 | 0.01 Output | 0.013068 | 0.013068 | 0.013068 | 0.0 | 0.00 Modify | 924.26 | 924.26 | 924.26 | 0.0 | 28.78 Other | | 0.2358 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48743e+06 ave 6.48743e+06 max 6.48743e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487427 Ave neighs/atom = 810.928 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.989965982099, Press = 1670.02339697746 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -1572679.5 -68197.836 -1581220.7 -68568.221 358.22218 358.22218 47430.766 47430.766 30084.545 30483.165 6000 -1572813.4 -68203.644 -1581235 -68568.837 353.20082 353.20082 47436.315 47436.315 3718.3064 3767.5739 Loop time of 3225.99 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 896.109 hours/ns, 0.310 timesteps/s 57.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2286.5 | 2286.5 | 2286.5 | 0.0 | 70.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.39764 | 0.39764 | 0.39764 | 0.0 | 0.01 Output | 0.004297 | 0.004297 | 0.004297 | 0.0 | 0.00 Modify | 938.77 | 938.77 | 938.77 | 0.0 | 29.10 Other | | 0.3601 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48977e+06 ave 6.48977e+06 max 6.48977e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489769 Ave neighs/atom = 811.221 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 352.917780439641, Press = -323.222289559889 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -1572813.4 -68203.644 -1581235 -68568.837 353.20082 353.20082 47436.315 47436.315 3718.3064 3767.5739 7000 -1572579.4 -68193.498 -1581000.3 -68558.662 353.17352 353.17352 47447.214 47447.214 -2248.5475 -2278.3407 Loop time of 3244.27 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 901.187 hours/ns, 0.308 timesteps/s 57.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 | 2297.2 | 2297.2 | 2297.2 | 0.0 | 70.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42725 | 0.42725 | 0.42725 | 0.0 | 0.01 Output | 0.0048132 | 0.0048132 | 0.0048132 | 0.0 | 0.00 Modify | 946.36 | 946.36 | 946.36 | 0.0 | 29.17 Other | | 0.3112 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48938e+06 ave 6.48938e+06 max 6.48938e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489380 Ave neighs/atom = 811.173 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.092343403877, Press = -200.138275968072 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -1572579.4 -68193.498 -1581000.3 -68558.662 353.17352 353.17352 47447.214 47447.214 -2248.5475 -2278.3407 8000 -1572579.2 -68193.486 -1581003.6 -68558.804 353.32188 353.32188 47461.674 47461.674 -1772.8978 -1796.3887 Loop time of 3249.1 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 902.527 hours/ns, 0.308 timesteps/s 57.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 | 2314.8 | 2314.8 | 2314.8 | 0.0 | 71.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40947 | 0.40947 | 0.40947 | 0.0 | 0.01 Output | 0.0042491 | 0.0042491 | 0.0042491 | 0.0 | 0.00 Modify | 933.64 | 933.64 | 933.64 | 0.0 | 28.74 Other | | 0.2548 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48764e+06 ave 6.48764e+06 max 6.48764e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487635 Ave neighs/atom = 810.954 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.998275378743, Press = -289.174905269171 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -1572579.2 -68193.486 -1581003.6 -68558.804 353.32188 353.32188 47461.674 47461.674 -1772.8978 -1796.3887 9000 -1572707.8 -68199.063 -1581114.4 -68563.611 352.57668 352.57668 47445.79 47445.79 -10491.906 -10630.923 Loop time of 3204.44 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 890.121 hours/ns, 0.312 timesteps/s 58.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2263.4 | 2263.4 | 2263.4 | 0.0 | 70.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40719 | 0.40719 | 0.40719 | 0.0 | 0.01 Output | 0.005491 | 0.005491 | 0.005491 | 0.0 | 0.00 Modify | 940.26 | 940.26 | 940.26 | 0.0 | 29.34 Other | | 0.3494 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48666e+06 ave 6.48666e+06 max 6.48666e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486661 Ave neighs/atom = 810.833 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.129171900738, Press = -538.425293209899 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -1572707.8 -68199.063 -1581114.4 -68563.611 352.57668 352.57668 47445.79 47445.79 -10491.906 -10630.923 10000 -1572508.5 -68190.423 -1581010.9 -68559.123 356.59307 356.59307 47447.915 47447.915 21275.444 21557.344 Loop time of 3168.62 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 880.172 hours/ns, 0.316 timesteps/s 59.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 | 2228.1 | 2228.1 | 2228.1 | 0.0 | 70.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38236 | 0.38236 | 0.38236 | 0.0 | 0.01 Output | 0.023674 | 0.023674 | 0.023674 | 0.0 | 0.00 Modify | 939.88 | 939.88 | 939.88 | 0.0 | 29.66 Other | | 0.1859 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48794e+06 ave 6.48794e+06 max 6.48794e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487943 Ave neighs/atom = 810.993 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.427036485111, Press = -332.967542447287 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -1572508.5 -68190.423 -1581010.9 -68559.123 356.59307 356.59307 47447.915 47447.915 21275.444 21557.344 11000 -1572715.3 -68199.391 -1581127.6 -68564.181 352.812 352.812 47443.716 47443.716 19154.507 19408.304 Loop time of 3187.58 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 885.439 hours/ns, 0.314 timesteps/s 58.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 | 2246.9 | 2246.9 | 2246.9 | 0.0 | 70.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42971 | 0.42971 | 0.42971 | 0.0 | 0.01 Output | 0.011076 | 0.011076 | 0.011076 | 0.0 | 0.00 Modify | 940.01 | 940.01 | 940.01 | 0.0 | 29.49 Other | | 0.2548 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48718e+06 ave 6.48718e+06 max 6.48718e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487179 Ave neighs/atom = 810.897 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.279762450991, Press = -284.474975892615 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -1572715.3 -68199.391 -1581127.6 -68564.181 352.812 352.812 47443.716 47443.716 19154.507 19408.304 12000 -1572713.3 -68199.302 -1581139.6 -68564.7 353.39926 353.39926 47445.888 47445.888 7171.3264 7266.3465 Loop time of 3174.2 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 881.722 hours/ns, 0.315 timesteps/s 58.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2236.9 | 2236.9 | 2236.9 | 0.0 | 70.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3928 | 0.3928 | 0.3928 | 0.0 | 0.01 Output | 0.0073721 | 0.0073721 | 0.0073721 | 0.0 | 0.00 Modify | 936.68 | 936.68 | 936.68 | 0.0 | 29.51 Other | | 0.1883 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48801e+06 ave 6.48801e+06 max 6.48801e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488009 Ave neighs/atom = 811.001 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.203425974367, Press = -337.526514996656 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -1572713.3 -68199.302 -1581139.6 -68564.7 353.39926 353.39926 47445.888 47445.888 7171.3264 7266.3465 13000 -1572577.4 -68193.411 -1581159.5 -68565.563 359.93205 359.93205 47453.628 47453.628 -15396.144 -15600.143 Loop time of 3164.06 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 878.906 hours/ns, 0.316 timesteps/s 59.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2230.7 | 2230.7 | 2230.7 | 0.0 | 70.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.43973 | 0.43973 | 0.43973 | 0.0 | 0.01 Output | 0.0025029 | 0.0025029 | 0.0025029 | 0.0 | 0.00 Modify | 932.62 | 932.62 | 932.62 | 0.0 | 29.48 Other | | 0.2786 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48811e+06 ave 6.48811e+06 max 6.48811e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488107 Ave neighs/atom = 811.013 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.360508789432, Press = -235.305699892603 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -1572577.4 -68193.411 -1581159.5 -68565.563 359.93205 359.93205 47453.628 47453.628 -15396.144 -15600.143 14000 -1572689.2 -68198.258 -1581160.2 -68565.596 355.27599 355.27599 47448.179 47448.179 -7430.3795 -7528.832 Loop time of 3189.07 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 885.854 hours/ns, 0.314 timesteps/s 58.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 | 2257.3 | 2257.3 | 2257.3 | 0.0 | 70.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40775 | 0.40775 | 0.40775 | 0.0 | 0.01 Output | 0.003469 | 0.003469 | 0.003469 | 0.0 | 0.00 Modify | 931.06 | 931.06 | 931.06 | 0.0 | 29.20 Other | | 0.2785 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48716e+06 ave 6.48716e+06 max 6.48716e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487163 Ave neighs/atom = 810.895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.512769795535, Press = -167.452857189742 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -1572689.2 -68198.258 -1581160.2 -68565.596 355.27599 355.27599 47448.179 47448.179 -7430.3795 -7528.832 15000 -1572716.7 -68199.449 -1581093.2 -68562.691 351.3138 351.3138 47428.308 47428.308 41887.55 42442.56 Loop time of 3206.82 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 890.784 hours/ns, 0.312 timesteps/s 58.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2270 | 2270 | 2270 | 0.0 | 70.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.41211 | 0.41211 | 0.41211 | 0.0 | 0.01 Output | 0.0052161 | 0.0052161 | 0.0052161 | 0.0 | 0.00 Modify | 936.13 | 936.13 | 936.13 | 0.0 | 29.19 Other | | 0.2412 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48746e+06 ave 6.48746e+06 max 6.48746e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487464 Ave neighs/atom = 810.933 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.322483180599, Press = -125.640045817654 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -1572716.7 -68199.449 -1581093.2 -68562.691 351.3138 351.3138 47428.308 47428.308 41887.55 42442.56 16000 -1572731.9 -68200.108 -1581034 -68560.124 348.1942 348.1942 47448.463 47448.463 8504.1709 8616.8512 Loop time of 3211.72 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 892.144 hours/ns, 0.311 timesteps/s 58.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2270.1 | 2270.1 | 2270.1 | 0.0 | 70.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40187 | 0.40187 | 0.40187 | 0.0 | 0.01 Output | 0.0048249 | 0.0048249 | 0.0048249 | 0.0 | 0.00 Modify | 941.02 | 941.02 | 941.02 | 0.0 | 29.30 Other | | 0.1699 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.49002e+06 ave 6.49002e+06 max 6.49002e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6490019 Ave neighs/atom = 811.252 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.236670218415, Press = -109.336905140083 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -1572731.9 -68200.108 -1581034 -68560.124 348.1942 348.1942 47448.463 47448.463 8504.1709 8616.8512 17000 -1572791.4 -68202.691 -1581214.8 -68567.962 353.27664 353.27664 47444.115 47444.115 -16297.721 -16513.666 Loop time of 3239.28 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 899.801 hours/ns, 0.309 timesteps/s 57.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2292.6 | 2292.6 | 2292.6 | 0.0 | 70.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3818 | 0.3818 | 0.3818 | 0.0 | 0.01 Output | 0.009485 | 0.009485 | 0.009485 | 0.0 | 0.00 Modify | 946.04 | 946.04 | 946.04 | 0.0 | 29.21 Other | | 0.2528 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48724e+06 ave 6.48724e+06 max 6.48724e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487240 Ave neighs/atom = 810.905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.999412770388, Press = -115.025450339602 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -1572791.4 -68202.691 -1581214.8 -68567.962 353.27664 353.27664 47444.115 47444.115 -16297.721 -16513.666 18000 -1572807.9 -68203.405 -1581236.5 -68568.902 353.49503 353.49503 47439.548 47439.548 8489.2102 8601.6923 Loop time of 3168.84 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 880.232 hours/ns, 0.316 timesteps/s 59.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2230.2 | 2230.2 | 2230.2 | 0.0 | 70.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38526 | 0.38526 | 0.38526 | 0.0 | 0.01 Output | 0.004606 | 0.004606 | 0.004606 | 0.0 | 0.00 Modify | 938 | 938 | 938 | 0.0 | 29.60 Other | | 0.2287 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48767e+06 ave 6.48767e+06 max 6.48767e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487667 Ave neighs/atom = 810.958 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.84351421821, Press = -111.254779660162 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -1572807.9 -68203.405 -1581236.5 -68568.902 353.49503 353.49503 47439.548 47439.548 8489.2102 8601.6923 19000 -1572758.3 -68201.252 -1581246 -68569.317 355.97827 355.97827 47446.566 47446.566 13269.081 13444.896 Loop time of 3116.09 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 865.580 hours/ns, 0.321 timesteps/s 60.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2186.4 | 2186.4 | 2186.4 | 0.0 | 70.16 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37075 | 0.37075 | 0.37075 | 0.0 | 0.01 Output | 0.031075 | 0.031075 | 0.031075 | 0.0 | 0.00 Modify | 929.15 | 929.15 | 929.15 | 0.0 | 29.82 Other | | 0.1732 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48817e+06 ave 6.48817e+06 max 6.48817e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488171 Ave neighs/atom = 811.021 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.790749360686, Press = -53.7100314073448 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -1572758.3 -68201.252 -1581246 -68569.317 355.97827 355.97827 47446.566 47446.566 13269.081 13444.896 20000 -1572617.7 -68195.159 -1581025.4 -68559.75 352.61897 352.61897 47446.857 47446.857 -1569.1221 -1589.913 Loop time of 3185.31 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 884.809 hours/ns, 0.314 timesteps/s 58.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 | 2236.5 | 2236.5 | 2236.5 | 0.0 | 70.21 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36904 | 0.36904 | 0.36904 | 0.0 | 0.01 Output | 0.0093009 | 0.0093009 | 0.0093009 | 0.0 | 0.00 Modify | 948.26 | 948.26 | 948.26 | 0.0 | 29.77 Other | | 0.1481 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48703e+06 ave 6.48703e+06 max 6.48703e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487028 Ave neighs/atom = 810.879 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.771091797027, Press = -84.7880047441437 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -1572617.7 -68195.159 -1581025.4 -68559.75 352.61897 352.61897 47446.857 47446.857 -1569.1221 -1589.913 21000 -1572655.9 -68196.816 -1581206.6 -68567.608 358.6163 358.6163 47443.174 47443.174 -4358.2191 -4415.9655 Loop time of 3172.5 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 881.250 hours/ns, 0.315 timesteps/s 59.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 | 2226.5 | 2226.5 | 2226.5 | 0.0 | 70.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37913 | 0.37913 | 0.37913 | 0.0 | 0.01 Output | 0.016049 | 0.016049 | 0.016049 | 0.0 | 0.00 Modify | 945.28 | 945.28 | 945.28 | 0.0 | 29.80 Other | | 0.3039 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48712e+06 ave 6.48712e+06 max 6.48712e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487124 Ave neighs/atom = 810.89 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.830589907787, Press = -70.0431335322219 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -1572655.9 -68196.816 -1581206.6 -68567.608 358.6163 358.6163 47443.174 47443.174 -4358.2191 -4415.9655 22000 -1572769 -68201.717 -1581250.8 -68569.522 355.72791 355.72791 47442.634 47442.634 -5992.0489 -6071.4435 Loop time of 3172.91 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 881.365 hours/ns, 0.315 timesteps/s 59.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 | 2225.9 | 2225.9 | 2225.9 | 0.0 | 70.15 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37931 | 0.37931 | 0.37931 | 0.0 | 0.01 Output | 0.007792 | 0.007792 | 0.007792 | 0.0 | 0.00 Modify | 946.41 | 946.41 | 946.41 | 0.0 | 29.83 Other | | 0.246 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48806e+06 ave 6.48806e+06 max 6.48806e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488058 Ave neighs/atom = 811.007 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.819021811809, Press = -75.7664808479388 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -1572769 -68201.717 -1581250.8 -68569.522 355.72791 355.72791 47442.634 47442.634 -5992.0489 -6071.4435 23000 -1572520.4 -68190.936 -1580960.4 -68556.932 353.97723 353.97723 47449.244 47449.244 2913.0651 2951.6633 Loop time of 3184.66 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 884.626 hours/ns, 0.314 timesteps/s 58.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 | 2238.2 | 2238.2 | 2238.2 | 0.0 | 70.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42683 | 0.42683 | 0.42683 | 0.0 | 0.01 Output | 0.0087371 | 0.0087371 | 0.0087371 | 0.0 | 0.00 Modify | 945.81 | 945.81 | 945.81 | 0.0 | 29.70 Other | | 0.2153 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48848e+06 ave 6.48848e+06 max 6.48848e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488478 Ave neighs/atom = 811.06 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.922735392883, Press = -54.6908713899321 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -1572520.4 -68190.936 -1580960.4 -68556.932 353.97723 353.97723 47449.244 47449.244 2913.0651 2951.6633 24000 -1572618 -68195.17 -1581255.5 -68569.727 362.25689 362.25689 47444.923 47444.923 2489.5725 2522.5594 Loop time of 3175.75 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 882.154 hours/ns, 0.315 timesteps/s 58.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2229.9 | 2229.9 | 2229.9 | 0.0 | 70.22 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38144 | 0.38144 | 0.38144 | 0.0 | 0.01 Output | 0.002023 | 0.002023 | 0.002023 | 0.0 | 0.00 Modify | 945.28 | 945.28 | 945.28 | 0.0 | 29.77 Other | | 0.1669 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.487e+06 ave 6.487e+06 max 6.487e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487003 Ave neighs/atom = 810.875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.97896811833, Press = -37.277211297277 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -1572618 -68195.17 -1581255.5 -68569.727 362.25689 362.25689 47444.923 47444.923 2489.5725 2522.5594 25000 -1572651.2 -68196.609 -1581112.7 -68563.537 354.87918 354.87918 47439.422 47439.422 23054.076 23359.542 Loop time of 3164.69 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 879.081 hours/ns, 0.316 timesteps/s 59.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2220.9 | 2220.9 | 2220.9 | 0.0 | 70.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.46295 | 0.46295 | 0.46295 | 0.0 | 0.01 Output | 0.024254 | 0.024254 | 0.024254 | 0.0 | 0.00 Modify | 943.04 | 943.04 | 943.04 | 0.0 | 29.80 Other | | 0.2773 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48755e+06 ave 6.48755e+06 max 6.48755e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487546 Ave neighs/atom = 810.943 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.033749786913, Press = -65.9578820758498 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -1572651.2 -68196.609 -1581112.7 -68563.537 354.87918 354.87918 47439.422 47439.422 23054.076 23359.542 26000 -1572736.1 -68200.292 -1581071.8 -68561.76 349.59916 349.59916 47436.264 47436.264 48332.976 48973.387 Loop time of 3167.76 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 879.932 hours/ns, 0.316 timesteps/s 59.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2228.8 | 2228.8 | 2228.8 | 0.0 | 70.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.47209 | 0.47209 | 0.47209 | 0.0 | 0.01 Output | 0.008642 | 0.008642 | 0.008642 | 0.0 | 0.00 Modify | 938.25 | 938.25 | 938.25 | 0.0 | 29.62 Other | | 0.2005 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48787e+06 ave 6.48787e+06 max 6.48787e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487868 Ave neighs/atom = 810.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.052725677355, Press = -53.1252859257643 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -1572736.1 -68200.292 -1581071.8 -68561.76 349.59916 349.59916 47436.264 47436.264 48332.976 48973.387 27000 -1572591.1 -68194.003 -1580966.3 -68557.188 351.259 351.259 47450.912 47450.912 7702.2833 7804.3385 Loop time of 3157.33 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 877.036 hours/ns, 0.317 timesteps/s 59.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2212.3 | 2212.3 | 2212.3 | 0.0 | 70.07 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42362 | 0.42362 | 0.42362 | 0.0 | 0.01 Output | 0.014681 | 0.014681 | 0.014681 | 0.0 | 0.00 Modify | 944.45 | 944.45 | 944.45 | 0.0 | 29.91 Other | | 0.1961 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48872e+06 ave 6.48872e+06 max 6.48872e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488716 Ave neighs/atom = 811.09 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.054033553876, Press = -46.1875884265389 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -1572591.1 -68194.003 -1580966.3 -68557.188 351.259 351.259 47450.912 47450.912 7702.2833 7804.3385 28000 -1572716.3 -68199.433 -1581093 -68562.683 351.32186 351.32186 47454.45 47454.45 -17936.027 -18173.68 Loop time of 3160.7 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 877.973 hours/ns, 0.316 timesteps/s 59.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2225.8 | 2225.8 | 2225.8 | 0.0 | 70.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42068 | 0.42068 | 0.42068 | 0.0 | 0.01 Output | 0.028467 | 0.028467 | 0.028467 | 0.0 | 0.00 Modify | 934.22 | 934.22 | 934.22 | 0.0 | 29.56 Other | | 0.2617 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48691e+06 ave 6.48691e+06 max 6.48691e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486913 Ave neighs/atom = 810.864 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 354.029112234195, Press = -57.4156684570155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -1572716.3 -68199.433 -1581093 -68562.683 351.32186 351.32186 47454.45 47454.45 -17936.027 -18173.68 29000 -1572716.1 -68199.426 -1581155.8 -68565.406 353.96297 353.96297 47454.204 47454.204 -26873.483 -27229.556 Loop time of 3147.74 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 874.373 hours/ns, 0.318 timesteps/s 59.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2217.8 | 2217.8 | 2217.8 | 0.0 | 70.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.46022 | 0.46022 | 0.46022 | 0.0 | 0.01 Output | 0.012558 | 0.012558 | 0.012558 | 0.0 | 0.00 Modify | 929.23 | 929.23 | 929.23 | 0.0 | 29.52 Other | | 0.2455 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48618e+06 ave 6.48618e+06 max 6.48618e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486179 Ave neighs/atom = 810.772 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.957156114647, Press = -23.4003560946454 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -1572716.1 -68199.426 -1581155.8 -68565.406 353.96297 353.96297 47454.204 47454.204 -26873.483 -27229.556 30000 -1572820.3 -68203.945 -1581145.6 -68564.962 349.16217 349.16217 47449.794 47449.794 4257.4944 4313.9062 Loop time of 3164.91 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 879.142 hours/ns, 0.316 timesteps/s 59.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 | 2229.8 | 2229.8 | 2229.8 | 0.0 | 70.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.4054 | 0.4054 | 0.4054 | 0.0 | 0.01 Output | 0.0052109 | 0.0052109 | 0.0052109 | 0.0 | 0.00 Modify | 934.47 | 934.47 | 934.47 | 0.0 | 29.53 Other | | 0.2774 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48646e+06 ave 6.48646e+06 max 6.48646e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486465 Ave neighs/atom = 810.808 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.915317244429, Press = -6.29371189255939 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -1572820.3 -68203.945 -1581145.6 -68564.962 349.16217 349.16217 47449.794 47449.794 4257.4944 4313.9062 31000 -1572592.1 -68194.048 -1581011.1 -68559.129 353.09325 353.09325 47453.785 47453.785 -22634.264 -22934.168 Loop time of 3158.26 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 877.294 hours/ns, 0.317 timesteps/s 59.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2218.2 | 2218.2 | 2218.2 | 0.0 | 70.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40862 | 0.40862 | 0.40862 | 0.0 | 0.01 Output | 0.001719 | 0.001719 | 0.001719 | 0.0 | 0.00 Modify | 939.4 | 939.4 | 939.4 | 0.0 | 29.74 Other | | 0.2037 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48728e+06 ave 6.48728e+06 max 6.48728e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487276 Ave neighs/atom = 810.909 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.893999992855, Press = 14.9555426226648 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -1572592.1 -68194.048 -1581011.1 -68559.129 353.09325 353.09325 47453.785 47453.785 -22634.264 -22934.168 32000 -1572694.2 -68198.473 -1581084.9 -68562.33 351.90895 351.90895 47443.852 47443.852 -3797.6821 -3848.0014 Loop time of 3195.5 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 887.639 hours/ns, 0.313 timesteps/s 58.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2215.3 | 2215.3 | 2215.3 | 0.0 | 69.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.43389 | 0.43389 | 0.43389 | 0.0 | 0.01 Output | 0.008194 | 0.008194 | 0.008194 | 0.0 | 0.00 Modify | 979.59 | 979.59 | 979.59 | 0.0 | 30.66 Other | | 0.2162 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48729e+06 ave 6.48729e+06 max 6.48729e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487286 Ave neighs/atom = 810.911 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.869552024489, Press = -4.74974718095442 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -1572694.2 -68198.473 -1581084.9 -68562.33 351.90895 351.90895 47443.852 47443.852 -3797.6821 -3848.0014 33000 -1572799.9 -68203.056 -1581195.5 -68567.128 352.11624 352.11624 47442.266 47442.266 2321.7212 2352.484 Loop time of 3162.72 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 878.533 hours/ns, 0.316 timesteps/s 59.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 | 2185.2 | 2185.2 | 2185.2 | 0.0 | 69.09 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.43115 | 0.43115 | 0.43115 | 0.0 | 0.01 Output | 0.0086749 | 0.0086749 | 0.0086749 | 0.0 | 0.00 Modify | 976.94 | 976.94 | 976.94 | 0.0 | 30.89 Other | | 0.1718 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48783e+06 ave 6.48783e+06 max 6.48783e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487828 Ave neighs/atom = 810.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.827122455612, Press = 24.113772951204 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -1572799.9 -68203.056 -1581195.5 -68567.128 352.11624 352.11624 47442.266 47442.266 2321.7212 2352.484 34000 -1572601.9 -68194.472 -1581063.3 -68561.394 354.87349 354.87349 47449.235 47449.235 20290.475 20559.324 Loop time of 3046.52 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 846.254 hours/ns, 0.328 timesteps/s 61.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 | 2085.7 | 2085.7 | 2085.7 | 0.0 | 68.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40768 | 0.40768 | 0.40768 | 0.0 | 0.01 Output | 0.016835 | 0.016835 | 0.016835 | 0.0 | 0.00 Modify | 960.34 | 960.34 | 960.34 | 0.0 | 31.52 Other | | 0.09591 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4881e+06 ave 6.4881e+06 max 6.4881e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488098 Ave neighs/atom = 811.012 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.820564541948, Press = -20.1528048380931 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -1572601.9 -68194.472 -1581063.3 -68561.394 354.87349 354.87349 47449.235 47449.235 20290.475 20559.324 35000 -1572699.4 -68198.702 -1581108.6 -68563.359 352.6826 352.6826 47450.828 47450.828 388.38799 393.53413 Loop time of 3074.11 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 853.920 hours/ns, 0.325 timesteps/s 61.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2111.1 | 2111.1 | 2111.1 | 0.0 | 68.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.47196 | 0.47196 | 0.47196 | 0.0 | 0.02 Output | 0.0023839 | 0.0023839 | 0.0023839 | 0.0 | 0.00 Modify | 962.35 | 962.35 | 962.35 | 0.0 | 31.31 Other | | 0.1786 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48756e+06 ave 6.48756e+06 max 6.48756e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487560 Ave neighs/atom = 810.945 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.84266043155, Press = -26.3998434254375 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -1572699.4 -68198.702 -1581108.6 -68563.359 352.6826 352.6826 47450.828 47450.828 388.38799 393.53413 36000 -1572737.5 -68200.351 -1581127.6 -68564.181 351.88258 351.88258 47449.547 47449.547 8060.8729 8167.6795 Loop time of 3065.78 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 851.606 hours/ns, 0.326 timesteps/s 61.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2105.5 | 2105.5 | 2105.5 | 0.0 | 68.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.4656 | 0.4656 | 0.4656 | 0.0 | 0.02 Output | 0.005017 | 0.005017 | 0.005017 | 0.0 | 0.00 Modify | 959.64 | 959.64 | 959.64 | 0.0 | 31.30 Other | | 0.1441 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48718e+06 ave 6.48718e+06 max 6.48718e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487177 Ave neighs/atom = 810.897 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.809319119959, Press = -22.1970148994379 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -1572737.5 -68200.351 -1581127.6 -68564.181 351.88258 351.88258 47449.547 47449.547 8060.8729 8167.6795 37000 -1572666.6 -68197.276 -1581038.1 -68560.298 351.1019 351.1019 47450.634 47450.634 11272.212 11421.569 Loop time of 3032.4 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 842.333 hours/ns, 0.330 timesteps/s 61.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2076.7 | 2076.7 | 2076.7 | 0.0 | 68.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.4183 | 0.4183 | 0.4183 | 0.0 | 0.01 Output | 0.0054128 | 0.0054128 | 0.0054128 | 0.0 | 0.00 Modify | 955.13 | 955.13 | 955.13 | 0.0 | 31.50 Other | | 0.1751 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48713e+06 ave 6.48713e+06 max 6.48713e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487128 Ave neighs/atom = 810.891 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.814377054245, Press = -16.3741308009439 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -1572666.6 -68197.276 -1581038.1 -68560.298 351.1019 351.1019 47450.634 47450.634 11272.212 11421.569 38000 -1572589.7 -68193.941 -1581106.4 -68563.264 357.19535 357.19535 47448.772 47448.772 1083.2663 1097.6195 Loop time of 3061.1 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 850.305 hours/ns, 0.327 timesteps/s 61.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2102.3 | 2102.3 | 2102.3 | 0.0 | 68.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.45585 | 0.45585 | 0.45585 | 0.0 | 0.01 Output | 0.0058229 | 0.0058229 | 0.0058229 | 0.0 | 0.00 Modify | 958.26 | 958.26 | 958.26 | 0.0 | 31.30 Other | | 0.1207 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48739e+06 ave 6.48739e+06 max 6.48739e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487387 Ave neighs/atom = 810.923 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.848562512434, Press = -9.61449761731408 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -1572589.7 -68193.941 -1581106.4 -68563.264 357.19535 357.19535 47448.772 47448.772 1083.2663 1097.6195 39000 -1572610.5 -68194.846 -1581117.6 -68563.746 356.78595 356.78595 47462.521 47462.521 -21553.457 -21839.041 Loop time of 3074.15 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 853.932 hours/ns, 0.325 timesteps/s 61.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2114 | 2114 | 2114 | 0.0 | 68.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.45506 | 0.45506 | 0.45506 | 0.0 | 0.01 Output | 0.011768 | 0.011768 | 0.011768 | 0.0 | 0.00 Modify | 959.57 | 959.57 | 959.57 | 0.0 | 31.21 Other | | 0.15 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48705e+06 ave 6.48705e+06 max 6.48705e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487054 Ave neighs/atom = 810.882 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.894158792501, Press = -7.16801710009277 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -1572610.5 -68194.846 -1581117.6 -68563.746 356.78595 356.78595 47462.521 47462.521 -21553.457 -21839.041 40000 -1572685.5 -68198.096 -1581137.6 -68564.615 354.48304 354.48304 47431.451 47431.451 40393.783 40929 Loop time of 3057.79 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 849.386 hours/ns, 0.327 timesteps/s 61.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2100.5 | 2100.5 | 2100.5 | 0.0 | 68.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42448 | 0.42448 | 0.42448 | 0.0 | 0.01 Output | 0.015731 | 0.015731 | 0.015731 | 0.0 | 0.00 Modify | 956.67 | 956.67 | 956.67 | 0.0 | 31.29 Other | | 0.1384 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48545e+06 ave 6.48545e+06 max 6.48545e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6485450 Ave neighs/atom = 810.681 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.891617159923, Press = -19.1097240286057 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -1572685.5 -68198.096 -1581137.6 -68564.615 354.48304 354.48304 47431.451 47431.451 40393.783 40929 41000 -1572641 -68196.169 -1581206.9 -68567.621 359.2545 359.2545 47438.331 47438.331 1714.201 1736.9141 Loop time of 3137.99 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 871.665 hours/ns, 0.319 timesteps/s 59.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2176.3 | 2176.3 | 2176.3 | 0.0 | 69.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38628 | 0.38628 | 0.38628 | 0.0 | 0.01 Output | 0.0063879 | 0.0063879 | 0.0063879 | 0.0 | 0.00 Modify | 961.12 | 961.12 | 961.12 | 0.0 | 30.63 Other | | 0.2285 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48949e+06 ave 6.48949e+06 max 6.48949e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489487 Ave neighs/atom = 811.186 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.895695188253, Press = -11.8949805542369 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -1572641 -68196.169 -1581206.9 -68567.621 359.2545 359.2545 47438.331 47438.331 1714.201 1736.9141 42000 -1572802.3 -68203.164 -1581237.1 -68568.928 353.75309 353.75309 47455.179 47455.179 -36994.946 -37485.129 Loop time of 3146.94 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 874.150 hours/ns, 0.318 timesteps/s 59.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 | 2177.8 | 2177.8 | 2177.8 | 0.0 | 69.20 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.4829 | 0.4829 | 0.4829 | 0.0 | 0.02 Output | 0.0072041 | 0.0072041 | 0.0072041 | 0.0 | 0.00 Modify | 968.41 | 968.41 | 968.41 | 0.0 | 30.77 Other | | 0.215 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48842e+06 ave 6.48842e+06 max 6.48842e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488425 Ave neighs/atom = 811.053 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.893862749277, Press = -21.3003310620091 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -1572802.3 -68203.164 -1581237.1 -68568.928 353.75309 353.75309 47455.179 47455.179 -36994.946 -37485.129 43000 -1572763 -68201.457 -1581168.1 -68565.936 352.51064 352.51064 47445.166 47445.166 -5866.9579 -5944.6951 Loop time of 3102.06 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 861.684 hours/ns, 0.322 timesteps/s 60.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 | 2145.7 | 2145.7 | 2145.7 | 0.0 | 69.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.41699 | 0.41699 | 0.41699 | 0.0 | 0.01 Output | 0.0091851 | 0.0091851 | 0.0091851 | 0.0 | 0.00 Modify | 955.74 | 955.74 | 955.74 | 0.0 | 30.81 Other | | 0.15 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48617e+06 ave 6.48617e+06 max 6.48617e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486167 Ave neighs/atom = 810.771 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.819191534991, Press = -16.1646153002109 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -1572763 -68201.457 -1581168.1 -68565.936 352.51064 352.51064 47445.166 47445.166 -5866.9579 -5944.6951 44000 -1572742.9 -68200.587 -1581260 -68569.922 357.20756 357.20756 47447.433 47447.433 20502.212 20773.866 Loop time of 3112.04 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 864.456 hours/ns, 0.321 timesteps/s 60.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2150.6 | 2150.6 | 2150.6 | 0.0 | 69.11 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.45876 | 0.45876 | 0.45876 | 0.0 | 0.01 Output | 0.003206 | 0.003206 | 0.003206 | 0.0 | 0.00 Modify | 960.83 | 960.83 | 960.83 | 0.0 | 30.87 Other | | 0.1248 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48803e+06 ave 6.48803e+06 max 6.48803e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488029 Ave neighs/atom = 811.004 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.802887028238, Press = 10.4003125852966 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -1572742.9 -68200.587 -1581260 -68569.922 357.20756 357.20756 47447.433 47447.433 20502.212 20773.866 45000 -1572587.7 -68193.856 -1581098.7 -68562.93 356.95499 356.95499 47456.003 47456.003 -31798.569 -32219.9 Loop time of 3096.11 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 860.032 hours/ns, 0.323 timesteps/s 60.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 | 2145.8 | 2145.8 | 2145.8 | 0.0 | 69.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.46026 | 0.46026 | 0.46026 | 0.0 | 0.01 Output | 0.005929 | 0.005929 | 0.005929 | 0.0 | 0.00 Modify | 949.64 | 949.64 | 949.64 | 0.0 | 30.67 Other | | 0.1753 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48727e+06 ave 6.48727e+06 max 6.48727e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487270 Ave neighs/atom = 810.909 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.821853124557, Press = 9.78770809959068 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -1572587.7 -68193.856 -1581098.7 -68562.93 356.95499 356.95499 47456.003 47456.003 -31798.569 -32219.9 46000 -1572668.7 -68197.37 -1581043.2 -68560.522 351.22781 351.22781 47454.718 47454.718 -19102.78 -19355.892 Loop time of 3099.87 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 861.075 hours/ns, 0.323 timesteps/s 60.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 | 2144.3 | 2144.3 | 2144.3 | 0.0 | 69.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.51165 | 0.51165 | 0.51165 | 0.0 | 0.02 Output | 0.015654 | 0.015654 | 0.015654 | 0.0 | 0.00 Modify | 954.73 | 954.73 | 954.73 | 0.0 | 30.80 Other | | 0.3553 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48606e+06 ave 6.48606e+06 max 6.48606e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486061 Ave neighs/atom = 810.758 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.805760101819, Press = -10.1122582323046 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -1572668.7 -68197.37 -1581043.2 -68560.522 351.22781 351.22781 47454.718 47454.718 -19102.78 -19355.892 47000 -1572740.4 -68200.479 -1581202.1 -68567.414 354.88557 354.88557 47444.589 47444.589 -10968.846 -11114.184 Loop time of 3160.3 on 1 procs for 1000 steps with 8000 atoms Performance: 0.027 ns/day, 877.861 hours/ns, 0.316 timesteps/s 59.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 | 2201.7 | 2201.7 | 2201.7 | 0.0 | 69.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.45561 | 0.45561 | 0.45561 | 0.0 | 0.01 Output | 0.0060921 | 0.0060921 | 0.0060921 | 0.0 | 0.00 Modify | 957.87 | 957.87 | 957.87 | 0.0 | 30.31 Other | | 0.2409 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48659e+06 ave 6.48659e+06 max 6.48659e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486588 Ave neighs/atom = 810.823 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.819183864297, Press = -19.0946788047921 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -1572740.4 -68200.479 -1581202.1 -68567.414 354.88557 354.88557 47444.589 47444.589 -10968.846 -11114.184 48000 -1572671.1 -68197.475 -1581013.3 -68559.227 349.87341 349.87341 47447.211 47447.211 -4703.3974 -4765.7174 Loop time of 3049.89 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 847.192 hours/ns, 0.328 timesteps/s 61.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 | 2138 | 2138 | 2138 | 0.0 | 70.10 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.39222 | 0.39222 | 0.39222 | 0.0 | 0.01 Output | 0.0090501 | 0.0090501 | 0.0090501 | 0.0 | 0.00 Modify | 911.21 | 911.21 | 911.21 | 0.0 | 29.88 Other | | 0.2674 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.488e+06 ave 6.488e+06 max 6.488e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487998 Ave neighs/atom = 811 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.788310441789, Press = -20.1914133168644 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -1572671.1 -68197.475 -1581013.3 -68559.227 349.87341 349.87341 47447.211 47447.211 -4703.3974 -4765.7174 49000 -1572693.8 -68198.459 -1581157.2 -68565.467 354.95641 354.95641 47445.374 47445.374 8356.5007 8467.2243 Loop time of 2919.54 on 1 procs for 1000 steps with 8000 atoms Performance: 0.030 ns/day, 810.984 hours/ns, 0.343 timesteps/s 63.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2038.7 | 2038.7 | 2038.7 | 0.0 | 69.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.4166 | 0.4166 | 0.4166 | 0.0 | 0.01 Output | 0.019443 | 0.019443 | 0.019443 | 0.0 | 0.00 Modify | 880.17 | 880.17 | 880.17 | 0.0 | 30.15 Other | | 0.2228 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48784e+06 ave 6.48784e+06 max 6.48784e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487836 Ave neighs/atom = 810.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.787178813208, Press = -40.2986192718833 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -1572693.8 -68198.459 -1581157.2 -68565.467 354.95641 354.95641 47445.374 47445.374 8356.5007 8467.2243 50000 -1572682.5 -68197.967 -1581133.6 -68564.444 354.44287 354.44287 47441.565 47441.565 11812.907 11969.428 Loop time of 2914.58 on 1 procs for 1000 steps with 8000 atoms Performance: 0.030 ns/day, 809.606 hours/ns, 0.343 timesteps/s 64.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 | 2039.2 | 2039.2 | 2039.2 | 0.0 | 69.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42339 | 0.42339 | 0.42339 | 0.0 | 0.01 Output | 0.0089972 | 0.0089972 | 0.0089972 | 0.0 | 0.00 Modify | 874.77 | 874.77 | 874.77 | 0.0 | 30.01 Other | | 0.1498 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48787e+06 ave 6.48787e+06 max 6.48787e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487867 Ave neighs/atom = 810.983 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.822188765392, Press = -47.7118770283647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -1572682.5 -68197.967 -1581133.6 -68564.444 354.44287 354.44287 47441.565 47441.565 11812.907 11969.428 51000 -1572674.6 -68197.627 -1581019.4 -68559.491 349.98166 349.98166 47438.489 47438.489 12525.486 12691.449 Loop time of 3123.39 on 1 procs for 1000 steps with 8000 atoms Performance: 0.028 ns/day, 867.609 hours/ns, 0.320 timesteps/s 67.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2146.7 | 2146.7 | 2146.7 | 0.0 | 68.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.44369 | 0.44369 | 0.44369 | 0.0 | 0.01 Output | 0.0020771 | 0.0020771 | 0.0020771 | 0.0 | 0.00 Modify | 976.09 | 976.09 | 976.09 | 0.0 | 31.25 Other | | 0.1939 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48833e+06 ave 6.48833e+06 max 6.48833e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488326 Ave neighs/atom = 811.041 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.8050166722, Press = -42.4045748963572 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -1572674.6 -68197.627 -1581019.4 -68559.491 349.98166 349.98166 47438.489 47438.489 12525.486 12691.449 52000 -1572713.8 -68199.326 -1581094.5 -68562.745 351.48558 351.48558 47455.496 47455.496 -13717.023 -13898.774 Loop time of 3260.53 on 1 procs for 1000 steps with 8000 atoms Performance: 0.026 ns/day, 905.702 hours/ns, 0.307 timesteps/s 69.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2208.7 | 2208.7 | 2208.7 | 0.0 | 67.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.54624 | 0.54624 | 0.54624 | 0.0 | 0.02 Output | 0.0089512 | 0.0089512 | 0.0089512 | 0.0 | 0.00 Modify | 1051.1 | 1051.1 | 1051.1 | 0.0 | 32.24 Other | | 0.1476 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4889e+06 ave 6.4889e+06 max 6.4889e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488904 Ave neighs/atom = 811.113 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.790376059293, Press = -38.9604659546061 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -1572713.8 -68199.326 -1581094.5 -68562.745 351.48558 351.48558 47455.496 47455.496 -13717.023 -13898.774 53000 -1572600.7 -68194.419 -1581178 -68566.368 359.73513 359.73513 47444.997 47444.997 -12746.669 -12915.562 Loop time of 2873.38 on 1 procs for 1000 steps with 8000 atoms Performance: 0.030 ns/day, 798.161 hours/ns, 0.348 timesteps/s 65.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 2012.6 | 2012.6 | 2012.6 | 0.0 | 70.04 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40968 | 0.40968 | 0.40968 | 0.0 | 0.01 Output | 0.015845 | 0.015845 | 0.015845 | 0.0 | 0.00 Modify | 860.11 | 860.11 | 860.11 | 0.0 | 29.93 Other | | 0.2053 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48678e+06 ave 6.48678e+06 max 6.48678e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486777 Ave neighs/atom = 810.847 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.819809000621, Press = -45.4270224208619 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -1572600.7 -68194.419 -1581178 -68566.368 359.73513 359.73513 47444.997 47444.997 -12746.669 -12915.562 54000 -1572730.7 -68200.058 -1581158.4 -68565.519 353.46062 353.46062 47449.169 47449.169 -12787.47 -12956.904 Loop time of 2787.08 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 774.188 hours/ns, 0.359 timesteps/s 67.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1947 | 1947 | 1947 | 0.0 | 69.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36619 | 0.36619 | 0.36619 | 0.0 | 0.01 Output | 0.012033 | 0.012033 | 0.012033 | 0.0 | 0.00 Modify | 839.47 | 839.47 | 839.47 | 0.0 | 30.12 Other | | 0.1967 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48811e+06 ave 6.48811e+06 max 6.48811e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488112 Ave neighs/atom = 811.014 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.81776400868, Press = -39.9509343260926 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -1572730.7 -68200.058 -1581158.4 -68565.519 353.46062 353.46062 47449.169 47449.169 -12787.47 -12956.904 55000 -1572699.6 -68198.71 -1581202.2 -68567.417 356.59933 356.59933 47442.292 47442.292 27687.834 28054.698 Loop time of 2787.6 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 774.334 hours/ns, 0.359 timesteps/s 67.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1950.3 | 1950.3 | 1950.3 | 0.0 | 69.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38154 | 0.38154 | 0.38154 | 0.0 | 0.01 Output | 0.005218 | 0.005218 | 0.005218 | 0.0 | 0.00 Modify | 836.81 | 836.81 | 836.81 | 0.0 | 30.02 Other | | 0.154 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48776e+06 ave 6.48776e+06 max 6.48776e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487756 Ave neighs/atom = 810.97 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.824944484615, Press = -15.526112972063 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -1572699.6 -68198.71 -1581202.2 -68567.417 356.59933 356.59933 47442.292 47442.292 27687.834 28054.698 56000 -1572667.4 -68197.31 -1581187.5 -68566.779 357.33676 357.33676 47443.986 47443.986 23459.161 23769.995 Loop time of 2812.55 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 781.265 hours/ns, 0.356 timesteps/s 66.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 | 1968.7 | 1968.7 | 1968.7 | 0.0 | 70.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.42571 | 0.42571 | 0.42571 | 0.0 | 0.02 Output | 0.007494 | 0.007494 | 0.007494 | 0.0 | 0.00 Modify | 843.26 | 843.26 | 843.26 | 0.0 | 29.98 Other | | 0.151 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48798e+06 ave 6.48798e+06 max 6.48798e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487984 Ave neighs/atom = 810.998 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.845284570426, Press = -30.506358875658 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -1572667.4 -68197.31 -1581187.5 -68566.779 357.33676 357.33676 47443.986 47443.986 23459.161 23769.995 57000 -1572631.6 -68195.759 -1581130.9 -68564.324 356.46256 356.46256 47448.565 47448.565 -26239.057 -26586.725 Loop time of 2804.41 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 779.003 hours/ns, 0.357 timesteps/s 67.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 | 1959.3 | 1959.3 | 1959.3 | 0.0 | 69.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.41543 | 0.41543 | 0.41543 | 0.0 | 0.01 Output | 0.0090079 | 0.0090079 | 0.0090079 | 0.0 | 0.00 Modify | 844.57 | 844.57 | 844.57 | 0.0 | 30.12 Other | | 0.1375 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48796e+06 ave 6.48796e+06 max 6.48796e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487965 Ave neighs/atom = 810.996 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.859243641419, Press = -26.4446095537784 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -1572631.6 -68195.759 -1581130.9 -68564.324 356.46256 356.46256 47448.565 47448.565 -26239.057 -26586.725 58000 -1572794.5 -68202.822 -1581139.8 -68564.71 350.00486 350.00486 47443.044 47443.044 -9695.2635 -9823.7257 Loop time of 2779.76 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 772.155 hours/ns, 0.360 timesteps/s 67.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 | 1947.5 | 1947.5 | 1947.5 | 0.0 | 70.06 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37233 | 0.37233 | 0.37233 | 0.0 | 0.01 Output | 0.016136 | 0.016136 | 0.016136 | 0.0 | 0.00 Modify | 831.71 | 831.71 | 831.71 | 0.0 | 29.92 Other | | 0.145 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48741e+06 ave 6.48741e+06 max 6.48741e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487407 Ave neighs/atom = 810.926 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.838799516972, Press = -4.52185914030596 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -1572794.5 -68202.822 -1581139.8 -68564.71 350.00486 350.00486 47443.044 47443.044 -9695.2635 -9823.7257 59000 -1572681.3 -68197.915 -1581100.7 -68563.016 353.11233 353.11233 47447.052 47447.052 12088.118 12248.285 Loop time of 2762.7 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 767.416 hours/ns, 0.362 timesteps/s 68.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 | 1934.2 | 1934.2 | 1934.2 | 0.0 | 70.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37407 | 0.37407 | 0.37407 | 0.0 | 0.01 Output | 0.0060551 | 0.0060551 | 0.0060551 | 0.0 | 0.00 Modify | 827.95 | 827.95 | 827.95 | 0.0 | 29.97 Other | | 0.1881 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48813e+06 ave 6.48813e+06 max 6.48813e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488128 Ave neighs/atom = 811.016 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.814635759443, Press = 6.25617866239751 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -1572681.3 -68197.915 -1581100.7 -68563.016 353.11233 353.11233 47447.052 47447.052 12088.118 12248.285 60000 -1572778.2 -68202.119 -1581161.8 -68565.665 351.60848 351.60848 47461.427 47461.427 -31422.046 -31838.388 Loop time of 2826.94 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 785.262 hours/ns, 0.354 timesteps/s 66.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 | 1985.5 | 1985.5 | 1985.5 | 0.0 | 70.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37421 | 0.37421 | 0.37421 | 0.0 | 0.01 Output | 0.0080941 | 0.0080941 | 0.0080941 | 0.0 | 0.00 Modify | 840.9 | 840.9 | 840.9 | 0.0 | 29.75 Other | | 0.1521 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48758e+06 ave 6.48758e+06 max 6.48758e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487583 Ave neighs/atom = 810.948 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.814494080632, Press = 4.9481802838349 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -1572778.2 -68202.119 -1581161.8 -68565.665 351.60848 351.60848 47461.427 47461.427 -31422.046 -31838.388 61000 -1572821.2 -68203.981 -1581226.4 -68568.466 352.51674 352.51674 47440.364 47440.364 10157.583 10292.171 Loop time of 2816.77 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 782.437 hours/ns, 0.355 timesteps/s 66.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 | 1975.9 | 1975.9 | 1975.9 | 0.0 | 70.15 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33934 | 0.33934 | 0.33934 | 0.0 | 0.01 Output | 0.014822 | 0.014822 | 0.014822 | 0.0 | 0.00 Modify | 840.23 | 840.23 | 840.23 | 0.0 | 29.83 Other | | 0.2531 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48587e+06 ave 6.48587e+06 max 6.48587e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6485869 Ave neighs/atom = 810.734 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.783521715228, Press = 10.3012011236056 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -1572821.2 -68203.981 -1581226.4 -68568.466 352.51674 352.51674 47440.364 47440.364 10157.583 10292.171 62000 -1572578.1 -68193.439 -1581086.7 -68562.409 356.85392 356.85392 47429.094 47429.094 22347.837 22643.945 Loop time of 2781.55 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 772.652 hours/ns, 0.360 timesteps/s 67.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 | 1939.1 | 1939.1 | 1939.1 | 0.0 | 69.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40133 | 0.40133 | 0.40133 | 0.0 | 0.01 Output | 0.0049851 | 0.0049851 | 0.0049851 | 0.0 | 0.00 Modify | 841.9 | 841.9 | 841.9 | 0.0 | 30.27 Other | | 0.1847 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48809e+06 ave 6.48809e+06 max 6.48809e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488092 Ave neighs/atom = 811.011 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.776637845888, Press = 12.2934885034801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -1572578.1 -68193.439 -1581086.7 -68562.409 356.85392 356.85392 47429.094 47429.094 22347.837 22643.945 63000 -1572506.5 -68190.336 -1580956 -68556.74 354.37249 354.37249 47446.143 47446.143 12874.349 13044.934 Loop time of 2776.7 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 771.306 hours/ns, 0.360 timesteps/s 67.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1932.1 | 1932.1 | 1932.1 | 0.0 | 69.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33691 | 0.33691 | 0.33691 | 0.0 | 0.01 Output | 0.006784 | 0.006784 | 0.006784 | 0.0 | 0.00 Modify | 844.14 | 844.14 | 844.14 | 0.0 | 30.40 Other | | 0.1235 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48963e+06 ave 6.48963e+06 max 6.48963e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489626 Ave neighs/atom = 811.203 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.817215913372, Press = 1.04917539103116 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -1572506.5 -68190.336 -1580956 -68556.74 354.37249 354.37249 47446.143 47446.143 12874.349 13044.934 64000 -1572721.5 -68199.66 -1581155.8 -68565.404 353.73426 353.73426 47451.482 47451.482 -23047.605 -23352.986 Loop time of 2791.2 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 775.333 hours/ns, 0.358 timesteps/s 67.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1937.5 | 1937.5 | 1937.5 | 0.0 | 69.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36627 | 0.36627 | 0.36627 | 0.0 | 0.01 Output | 0.018421 | 0.018421 | 0.018421 | 0.0 | 0.00 Modify | 853.24 | 853.24 | 853.24 | 0.0 | 30.57 Other | | 0.09856 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48811e+06 ave 6.48811e+06 max 6.48811e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488112 Ave neighs/atom = 811.014 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.811369678961, Press = 15.7377814701225 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -1572721.5 -68199.66 -1581155.8 -68565.404 353.73426 353.73426 47451.482 47451.482 -23047.605 -23352.986 65000 -1572672.9 -68197.55 -1581153.3 -68565.295 355.66977 355.66977 47442.123 47442.123 20889.722 21166.51 Loop time of 2807.55 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 779.876 hours/ns, 0.356 timesteps/s 67.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1956.1 | 1956.1 | 1956.1 | 0.0 | 69.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37821 | 0.37821 | 0.37821 | 0.0 | 0.01 Output | 0.00705 | 0.00705 | 0.00705 | 0.0 | 0.00 Modify | 850.88 | 850.88 | 850.88 | 0.0 | 30.31 Other | | 0.1912 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48681e+06 ave 6.48681e+06 max 6.48681e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486814 Ave neighs/atom = 810.852 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.817356948026, Press = 12.4789943725837 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -1572672.9 -68197.55 -1581153.3 -68565.295 355.66977 355.66977 47442.123 47442.123 20889.722 21166.51 66000 -1572623.7 -68195.42 -1581083.9 -68562.287 354.82049 354.82049 47448.497 47448.497 9441.811 9566.915 Loop time of 2777.62 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 771.562 hours/ns, 0.360 timesteps/s 68.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 | 1936.5 | 1936.5 | 1936.5 | 0.0 | 69.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.40202 | 0.40202 | 0.40202 | 0.0 | 0.01 Output | 0.006438 | 0.006438 | 0.006438 | 0.0 | 0.00 Modify | 840.56 | 840.56 | 840.56 | 0.0 | 30.26 Other | | 0.1108 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48804e+06 ave 6.48804e+06 max 6.48804e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488039 Ave neighs/atom = 811.005 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.817255920361, Press = 17.6420190190083 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -1572623.7 -68195.42 -1581083.9 -68562.287 354.82049 354.82049 47448.497 47448.497 9441.811 9566.915 67000 -1572529.8 -68191.347 -1581141.3 -68564.776 361.16648 361.16648 47434.86 47434.86 -5485.1245 -5557.8024 Loop time of 2806.38 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 779.550 hours/ns, 0.356 timesteps/s 67.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 | 1950.3 | 1950.3 | 1950.3 | 0.0 | 69.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.43637 | 0.43637 | 0.43637 | 0.0 | 0.02 Output | 0.0055211 | 0.0055211 | 0.0055211 | 0.0 | 0.00 Modify | 855.49 | 855.49 | 855.49 | 0.0 | 30.48 Other | | 0.1136 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48715e+06 ave 6.48715e+06 max 6.48715e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487151 Ave neighs/atom = 810.894 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.849580542058, Press = 19.8706136288116 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -1572529.8 -68191.347 -1581141.3 -68564.776 361.16648 361.16648 47434.86 47434.86 -5485.1245 -5557.8023 68000 -1572656.5 -68196.842 -1580953.9 -68556.651 347.99351 347.99351 47454.548 47454.548 -13188.429 -13363.175 Loop time of 2803.23 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 778.676 hours/ns, 0.357 timesteps/s 67.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 | 1954.7 | 1954.7 | 1954.7 | 0.0 | 69.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.39517 | 0.39517 | 0.39517 | 0.0 | 0.01 Output | 0.0054829 | 0.0054829 | 0.0054829 | 0.0 | 0.00 Modify | 848.08 | 848.08 | 848.08 | 0.0 | 30.25 Other | | 0.1003 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4888e+06 ave 6.4888e+06 max 6.4888e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488803 Ave neighs/atom = 811.1 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.871816248073, Press = 28.2872360546043 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -1572656.5 -68196.842 -1580953.9 -68556.651 347.99351 347.99351 47454.548 47454.548 -13188.429 -13363.175 69000 -1572659.7 -68196.981 -1581149.4 -68565.127 356.05738 356.05738 47438.981 47438.981 -3336.767 -3380.9791 Loop time of 2800.63 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 777.954 hours/ns, 0.357 timesteps/s 68.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 | 1946.2 | 1946.2 | 1946.2 | 0.0 | 69.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36717 | 0.36717 | 0.36717 | 0.0 | 0.01 Output | 0.0055549 | 0.0055549 | 0.0055549 | 0.0 | 0.00 Modify | 853.84 | 853.84 | 853.84 | 0.0 | 30.49 Other | | 0.2042 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48657e+06 ave 6.48657e+06 max 6.48657e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486567 Ave neighs/atom = 810.821 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.902001400548, Press = 28.014769552496 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -1572659.7 -68196.981 -1581149.4 -68565.127 356.05738 356.05738 47438.981 47438.981 -3336.767 -3380.9791 70000 -1572763.2 -68201.468 -1581272.5 -68570.464 356.87907 356.87907 47446.172 47446.172 18327.703 18570.545 Loop time of 2790.59 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 775.163 hours/ns, 0.358 timesteps/s 68.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 | 1943 | 1943 | 1943 | 0.0 | 69.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.41624 | 0.41624 | 0.41624 | 0.0 | 0.01 Output | 0.0058451 | 0.0058451 | 0.0058451 | 0.0 | 0.00 Modify | 847.08 | 847.08 | 847.08 | 0.0 | 30.35 Other | | 0.1319 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48881e+06 ave 6.48881e+06 max 6.48881e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488807 Ave neighs/atom = 811.101 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.898744457735, Press = 41.7831358154507 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -1572763.2 -68201.468 -1581272.5 -68570.464 356.87907 356.87907 47446.172 47446.172 18327.703 18570.545 71000 -1572803.4 -68203.21 -1581231.2 -68568.672 353.46111 353.46111 47452.474 47452.474 -3221.2323 -3263.9136 Loop time of 2794.82 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 776.339 hours/ns, 0.358 timesteps/s 68.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1938.3 | 1938.3 | 1938.3 | 0.0 | 69.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.41773 | 0.41773 | 0.41773 | 0.0 | 0.01 Output | 0.0058491 | 0.0058491 | 0.0058491 | 0.0 | 0.00 Modify | 856 | 856 | 856 | 0.0 | 30.63 Other | | 0.1079 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48748e+06 ave 6.48748e+06 max 6.48748e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487484 Ave neighs/atom = 810.936 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.873616282021, Press = 32.6092712652895 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -1572803.4 -68203.21 -1581231.2 -68568.672 353.46111 353.46111 47452.474 47452.474 -3221.2323 -3263.9136 72000 -1572576.8 -68193.384 -1581165.1 -68565.809 360.19506 360.19506 47448.136 47448.136 -5594.9084 -5669.0409 Loop time of 2806.16 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 779.489 hours/ns, 0.356 timesteps/s 68.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1944.5 | 1944.5 | 1944.5 | 0.0 | 69.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3909 | 0.3909 | 0.3909 | 0.0 | 0.01 Output | 0.004679 | 0.004679 | 0.004679 | 0.0 | 0.00 Modify | 861.09 | 861.09 | 861.09 | 0.0 | 30.69 Other | | 0.1927 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48685e+06 ave 6.48685e+06 max 6.48685e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486853 Ave neighs/atom = 810.857 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.87390711955, Press = 37.5686246160284 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -1572576.8 -68193.384 -1581165.1 -68565.809 360.19506 360.19506 47448.136 47448.136 -5594.9084 -5669.0409 73000 -1572681.4 -68197.919 -1581066.6 -68561.535 351.67554 351.67554 47442.197 47442.197 22973.61 23278.01 Loop time of 2733.12 on 1 procs for 1000 steps with 8000 atoms Performance: 0.032 ns/day, 759.199 hours/ns, 0.366 timesteps/s 69.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1848.2 | 1848.2 | 1848.2 | 0.0 | 67.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.35438 | 0.35438 | 0.35438 | 0.0 | 0.01 Output | 0.0069389 | 0.0069389 | 0.0069389 | 0.0 | 0.00 Modify | 884.43 | 884.43 | 884.43 | 0.0 | 32.36 Other | | 0.1037 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48712e+06 ave 6.48712e+06 max 6.48712e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487116 Ave neighs/atom = 810.889 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.880478115649, Press = 31.4500869201576 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -1572681.4 -68197.919 -1581066.6 -68561.535 351.67554 351.67554 47442.197 47442.197 22973.61 23278.01 74000 -1572739.5 -68200.441 -1581212.2 -68567.848 355.34308 355.34308 47438.854 47438.854 5220.4779 5289.6492 Loop time of 2746.74 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 762.983 hours/ns, 0.364 timesteps/s 69.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 | 1847.1 | 1847.1 | 1847.1 | 0.0 | 67.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.47482 | 0.47482 | 0.47482 | 0.0 | 0.02 Output | 0.006083 | 0.006083 | 0.006083 | 0.0 | 0.00 Modify | 899.01 | 899.01 | 899.01 | 0.0 | 32.73 Other | | 0.1585 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48814e+06 ave 6.48814e+06 max 6.48814e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488135 Ave neighs/atom = 811.017 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.870830101639, Press = 34.892687008968 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -1572739.5 -68200.441 -1581212.2 -68567.848 355.34308 355.34308 47438.854 47438.854 5220.4779 5289.6492 75000 -1572741.6 -68200.529 -1581252.5 -68569.599 356.95108 356.95108 47445.948 47445.948 8045.0698 8151.667 Loop time of 2760.69 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 766.858 hours/ns, 0.362 timesteps/s 69.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 | 1854.3 | 1854.3 | 1854.3 | 0.0 | 67.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.44783 | 0.44783 | 0.44783 | 0.0 | 0.02 Output | 0.0057328 | 0.0057328 | 0.0057328 | 0.0 | 0.00 Modify | 905.85 | 905.85 | 905.85 | 0.0 | 32.81 Other | | 0.1374 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4891e+06 ave 6.4891e+06 max 6.4891e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489099 Ave neighs/atom = 811.137 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.862359020016, Press = 38.3009353334399 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -1572741.6 -68200.529 -1581252.5 -68569.599 356.95108 356.95108 47445.948 47445.948 8045.0698 8151.667 76000 -1572761.1 -68201.375 -1581123.6 -68564.007 350.72385 350.72385 47452.637 47452.637 -21057.571 -21336.584 Loop time of 2768.81 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 769.113 hours/ns, 0.361 timesteps/s 69.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1861.2 | 1861.2 | 1861.2 | 0.0 | 67.22 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.46518 | 0.46518 | 0.46518 | 0.0 | 0.02 Output | 0.00583 | 0.00583 | 0.00583 | 0.0 | 0.00 Modify | 906.93 | 906.93 | 906.93 | 0.0 | 32.76 Other | | 0.1653 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48784e+06 ave 6.48784e+06 max 6.48784e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487842 Ave neighs/atom = 810.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.831350807455, Press = 37.7208579634099 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -1572761.1 -68201.375 -1581123.6 -68564.007 350.72385 350.72385 47452.637 47452.637 -21057.571 -21336.584 77000 -1572785.4 -68202.431 -1581162.6 -68565.701 351.34063 351.34063 47444.599 47444.599 -50.372474 -51.03991 Loop time of 2766.63 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 768.508 hours/ns, 0.361 timesteps/s 69.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 | 1849.7 | 1849.7 | 1849.7 | 0.0 | 66.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.49721 | 0.49721 | 0.49721 | 0.0 | 0.02 Output | 0.0073102 | 0.0073102 | 0.0073102 | 0.0 | 0.00 Modify | 916.28 | 916.28 | 916.28 | 0.0 | 33.12 Other | | 0.1817 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48685e+06 ave 6.48685e+06 max 6.48685e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486851 Ave neighs/atom = 810.856 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.812465530359, Press = 39.5576836234171 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -1572785.4 -68202.431 -1581162.6 -68565.701 351.34063 351.34063 47444.599 47444.599 -50.372472 -51.039907 78000 -1572674.6 -68197.624 -1581239.1 -68569.017 359.19811 359.19811 47448.744 47448.744 1565.2728 1586.0127 Loop time of 2759.56 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 766.545 hours/ns, 0.362 timesteps/s 69.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 | 1852.7 | 1852.7 | 1852.7 | 0.0 | 67.14 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.39463 | 0.39463 | 0.39463 | 0.0 | 0.01 Output | 0.0061929 | 0.0061929 | 0.0061929 | 0.0 | 0.00 Modify | 906.33 | 906.33 | 906.33 | 0.0 | 32.84 Other | | 0.1192 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48826e+06 ave 6.48826e+06 max 6.48826e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488257 Ave neighs/atom = 811.032 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.817964189791, Press = 45.0672965989427 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -1572674.6 -68197.624 -1581239.1 -68569.017 359.19811 359.19811 47448.744 47448.744 1565.2728 1586.0127 79000 -1572690 -68198.294 -1581101.5 -68563.051 352.7791 352.7791 47455.915 47455.915 -14160.768 -14348.398 Loop time of 2809.2 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 780.332 hours/ns, 0.356 timesteps/s 68.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1893.5 | 1893.5 | 1893.5 | 0.0 | 67.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.45128 | 0.45128 | 0.45128 | 0.0 | 0.02 Output | 0.0071108 | 0.0071108 | 0.0071108 | 0.0 | 0.00 Modify | 915.13 | 915.13 | 915.13 | 0.0 | 32.58 Other | | 0.1455 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4873e+06 ave 6.4873e+06 max 6.4873e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487299 Ave neighs/atom = 810.912 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.829433224409, Press = 40.5133570451374 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -1572690 -68198.294 -1581101.5 -68563.051 352.7791 352.7791 47455.915 47455.915 -14160.768 -14348.398 80000 -1572831 -68204.408 -1581262.9 -68570.047 353.63336 353.63336 47450.751 47450.751 -13304.977 -13481.268 Loop time of 2824.24 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 784.512 hours/ns, 0.354 timesteps/s 68.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 | 1906.6 | 1906.6 | 1906.6 | 0.0 | 67.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.32262 | 0.32262 | 0.32262 | 0.0 | 0.01 Output | 0.0078719 | 0.0078719 | 0.0078719 | 0.0 | 0.00 Modify | 917.17 | 917.17 | 917.17 | 0.0 | 32.47 Other | | 0.187 | | | 0.01 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48701e+06 ave 6.48701e+06 max 6.48701e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487014 Ave neighs/atom = 810.877 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.824559988392, Press = 45.7465791056021 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -1572831 -68204.408 -1581262.9 -68570.047 353.63336 353.63336 47450.751 47450.751 -13304.977 -13481.268 81000 -1572618.7 -68195.199 -1581132.5 -68564.393 357.07056 357.07056 47454.928 47454.928 -16924.83 -17149.084 Loop time of 2801.32 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 778.144 hours/ns, 0.357 timesteps/s 69.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1885 | 1885 | 1885 | 0.0 | 67.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38882 | 0.38882 | 0.38882 | 0.0 | 0.01 Output | 0.018134 | 0.018134 | 0.018134 | 0.0 | 0.00 Modify | 915.84 | 915.84 | 915.84 | 0.0 | 32.69 Other | | 0.07599 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48697e+06 ave 6.48697e+06 max 6.48697e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486967 Ave neighs/atom = 810.871 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.803467087371, Press = 48.2985309328824 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -1572618.7 -68195.199 -1581132.5 -68564.393 357.07056 357.07056 47454.928 47454.928 -16924.83 -17149.084 82000 -1572773 -68201.894 -1581164.1 -68565.763 351.92045 351.92045 47448.971 47448.971 -23564.58 -23876.81 Loop time of 2819.26 on 1 procs for 1000 steps with 8000 atoms Performance: 0.031 ns/day, 783.128 hours/ns, 0.355 timesteps/s 69.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 | 1898.6 | 1898.6 | 1898.6 | 0.0 | 67.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.38916 | 0.38916 | 0.38916 | 0.0 | 0.01 Output | 0.018434 | 0.018434 | 0.018434 | 0.0 | 0.00 Modify | 920.17 | 920.17 | 920.17 | 0.0 | 32.64 Other | | 0.1216 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48669e+06 ave 6.48669e+06 max 6.48669e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486692 Ave neighs/atom = 810.837 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.794306944959, Press = 45.5623107624926 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -1572773 -68201.894 -1581164.1 -68565.763 351.92045 351.92045 47448.971 47448.971 -23564.58 -23876.81 83000 -1572641 -68196.167 -1581133.1 -68564.421 356.16128 356.16128 47450.54 47450.54 6230.3523 6312.9045 Loop time of 2554.9 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 709.693 hours/ns, 0.391 timesteps/s 76.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 | 1699.8 | 1699.8 | 1699.8 | 0.0 | 66.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33107 | 0.33107 | 0.33107 | 0.0 | 0.01 Output | 0.019492 | 0.019492 | 0.019492 | 0.0 | 0.00 Modify | 854.63 | 854.63 | 854.63 | 0.0 | 33.45 Other | | 0.1231 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48752e+06 ave 6.48752e+06 max 6.48752e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487518 Ave neighs/atom = 810.94 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.801969776502, Press = 51.3203875374411 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -1572641 -68196.167 -1581133.1 -68564.421 356.16128 356.16128 47450.54 47450.54 6230.3523 6312.9045 84000 -1572686.5 -68198.141 -1581048.4 -68560.748 350.70028 350.70028 47446.79 47446.79 4793.7971 4857.3149 Loop time of 2315.69 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 643.247 hours/ns, 0.432 timesteps/s 83.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 | 1528 | 1528 | 1528 | 0.0 | 65.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3209 | 0.3209 | 0.3209 | 0.0 | 0.01 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 787.28 | 787.28 | 787.28 | 0.0 | 34.00 Other | | 0.07717 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48713e+06 ave 6.48713e+06 max 6.48713e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487127 Ave neighs/atom = 810.891 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.802392433718, Press = 49.7094748696912 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -1572686.5 -68198.141 -1581048.4 -68560.748 350.70028 350.70028 47446.79 47446.79 4793.7971 4857.3149 85000 -1572747.2 -68200.772 -1581114 -68563.594 350.90739 350.90739 47437.825 47437.825 12473.683 12638.959 Loop time of 2354.48 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 654.023 hours/ns, 0.425 timesteps/s 83.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 | 1549.5 | 1549.5 | 1549.5 | 0.0 | 65.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30958 | 0.30958 | 0.30958 | 0.0 | 0.01 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 804.56 | 804.56 | 804.56 | 0.0 | 34.17 Other | | 0.06532 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48764e+06 ave 6.48764e+06 max 6.48764e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487636 Ave neighs/atom = 810.955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.796254400419, Press = 49.09077175459 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -1572747.2 -68200.772 -1581114 -68563.594 350.90739 350.90739 47437.825 47437.825 12473.683 12638.959 86000 -1572484.1 -68189.364 -1581033.2 -68560.087 358.54899 358.54899 47441.46 47441.46 -840.43514 -851.5709 Loop time of 2316.56 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 643.488 hours/ns, 0.432 timesteps/s 84.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1527.4 | 1527.4 | 1527.4 | 0.0 | 65.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.32005 | 0.32005 | 0.32005 | 0.0 | 0.01 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 788.8 | 788.8 | 788.8 | 0.0 | 34.05 Other | | 0.06648 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48936e+06 ave 6.48936e+06 max 6.48936e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489360 Ave neighs/atom = 811.17 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.801411157088, Press = 45.8926889354409 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -1572484.1 -68189.364 -1581033.2 -68560.087 358.54899 358.54899 47441.46 47441.46 -840.43514 -851.5709 87000 -1572703.1 -68198.859 -1581156.4 -68565.431 354.53511 354.53511 47435.638 47435.638 3827.7272 3878.4445 Loop time of 2353.59 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 653.776 hours/ns, 0.425 timesteps/s 83.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 | 1550.5 | 1550.5 | 1550.5 | 0.0 | 65.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.32646 | 0.32646 | 0.32646 | 0.0 | 0.01 Output | 7.1049e-05 | 7.1049e-05 | 7.1049e-05 | 0.0 | 0.00 Modify | 802.72 | 802.72 | 802.72 | 0.0 | 34.11 Other | | 0.0661 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48807e+06 ave 6.48807e+06 max 6.48807e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488070 Ave neighs/atom = 811.009 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.806473620775, Press = 44.8240533286899 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -1572703.1 -68198.859 -1581156.4 -68565.431 354.53511 354.53511 47435.638 47435.638 3827.7272 3878.4446 88000 -1572615.9 -68195.08 -1581032.3 -68560.048 352.98281 352.98281 47437.312 47437.312 12721.506 12890.066 Loop time of 2333.41 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 648.168 hours/ns, 0.429 timesteps/s 84.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1537.3 | 1537.3 | 1537.3 | 0.0 | 65.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33096 | 0.33096 | 0.33096 | 0.0 | 0.01 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 795.68 | 795.68 | 795.68 | 0.0 | 34.10 Other | | 0.06481 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48895e+06 ave 6.48895e+06 max 6.48895e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488948 Ave neighs/atom = 811.119 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.823981039938, Press = 45.7949446836976 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -1572615.9 -68195.08 -1581032.3 -68560.048 352.98281 352.98281 47437.312 47437.312 12721.506 12890.066 89000 -1572678.2 -68197.781 -1581231.2 -68568.675 358.71544 358.71544 47449.794 47449.794 -13900.639 -14084.822 Loop time of 2368.53 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 657.926 hours/ns, 0.422 timesteps/s 83.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 | 1561.8 | 1561.8 | 1561.8 | 0.0 | 65.94 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.35288 | 0.35288 | 0.35288 | 0.0 | 0.01 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 806.34 | 806.34 | 806.34 | 0.0 | 34.04 Other | | 0.07886 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48893e+06 ave 6.48893e+06 max 6.48893e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488926 Ave neighs/atom = 811.116 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.835073619131, Press = 37.0642006926512 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -1572678.2 -68197.781 -1581231.2 -68568.675 358.71544 358.71544 47449.794 47449.794 -13900.639 -14084.822 90000 -1572736.8 -68200.32 -1581094.7 -68562.755 350.53333 350.53333 47446.509 47446.509 -9245.1064 -9367.604 Loop time of 2332.66 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 647.961 hours/ns, 0.429 timesteps/s 84.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1534 | 1534 | 1534 | 0.0 | 65.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33012 | 0.33012 | 0.33012 | 0.0 | 0.01 Output | 5.2929e-05 | 5.2929e-05 | 5.2929e-05 | 0.0 | 0.00 Modify | 798.31 | 798.31 | 798.31 | 0.0 | 34.22 Other | | 0.06472 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48694e+06 ave 6.48694e+06 max 6.48694e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486942 Ave neighs/atom = 810.868 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.847804857177, Press = 35.8756386726927 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -1572736.8 -68200.32 -1581094.7 -68562.755 350.53333 350.53333 47446.509 47446.509 -9245.1064 -9367.604 91000 -1572540.9 -68191.829 -1581023.7 -68559.677 355.76947 355.76947 47454.206 47454.206 -35206.785 -35673.275 Loop time of 2402.68 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 667.411 hours/ns, 0.416 timesteps/s 82.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1582.5 | 1582.5 | 1582.5 | 0.0 | 65.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3492 | 0.3492 | 0.3492 | 0.0 | 0.01 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 819.76 | 819.76 | 819.76 | 0.0 | 34.12 Other | | 0.0915 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48793e+06 ave 6.48793e+06 max 6.48793e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487931 Ave neighs/atom = 810.991 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.854665194085, Press = 31.1911938728499 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -1572540.9 -68191.829 -1581023.7 -68559.677 355.76947 355.76947 47454.206 47454.206 -35206.785 -35673.275 92000 -1572695.1 -68198.513 -1581169.4 -68565.993 355.41382 355.41382 47450.833 47450.833 -27501.655 -27866.052 Loop time of 2386.44 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 662.900 hours/ns, 0.419 timesteps/s 83.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1571.1 | 1571.1 | 1571.1 | 0.0 | 65.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31919 | 0.31919 | 0.31919 | 0.0 | 0.01 Output | 5.6028e-05 | 5.6028e-05 | 5.6028e-05 | 0.0 | 0.00 Modify | 814.97 | 814.97 | 814.97 | 0.0 | 34.15 Other | | 0.06505 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48698e+06 ave 6.48698e+06 max 6.48698e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486977 Ave neighs/atom = 810.872 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.854745162665, Press = 36.9383261917655 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -1572695.1 -68198.513 -1581169.4 -68565.993 355.41382 355.41382 47450.833 47450.833 -27501.655 -27866.052 93000 -1572762.6 -68201.443 -1581125.4 -68564.085 350.73399 350.73399 47443.252 47443.252 4906.5898 4971.6021 Loop time of 2414.83 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 670.786 hours/ns, 0.414 timesteps/s 82.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 | 1585.8 | 1585.8 | 1585.8 | 0.0 | 65.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.32924 | 0.32924 | 0.32924 | 0.0 | 0.01 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 828.57 | 828.57 | 828.57 | 0.0 | 34.31 Other | | 0.1048 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48682e+06 ave 6.48682e+06 max 6.48682e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486825 Ave neighs/atom = 810.853 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.842421722851, Press = 41.7994856283816 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -1572762.6 -68201.443 -1581125.4 -68564.085 350.73399 350.73399 47443.252 47443.252 4906.5898 4971.6021 94000 -1572570.2 -68193.096 -1580988.7 -68558.156 353.07257 353.07257 47447.58 47447.58 17332.966 17562.627 Loop time of 2411.22 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 669.783 hours/ns, 0.415 timesteps/s 82.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1580.5 | 1580.5 | 1580.5 | 0.0 | 65.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.32039 | 0.32039 | 0.32039 | 0.0 | 0.01 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 830.27 | 830.27 | 830.27 | 0.0 | 34.43 Other | | 0.07862 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48795e+06 ave 6.48795e+06 max 6.48795e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487949 Ave neighs/atom = 810.994 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.85233496935, Press = 41.0729414466516 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -1572570.2 -68193.096 -1580988.7 -68558.156 353.07257 353.07257 47447.58 47447.58 17332.966 17562.627 95000 -1572730.6 -68200.051 -1581121.7 -68563.927 351.92686 351.92686 47457.836 47457.836 -18696.052 -18943.775 Loop time of 2369.67 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 658.240 hours/ns, 0.422 timesteps/s 84.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1560.7 | 1560.7 | 1560.7 | 0.0 | 65.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33083 | 0.33083 | 0.33083 | 0.0 | 0.01 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 808.52 | 808.52 | 808.52 | 0.0 | 34.12 Other | | 0.09916 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48756e+06 ave 6.48756e+06 max 6.48756e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487556 Ave neighs/atom = 810.944 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.867641600032, Press = 32.2867913339832 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -1572730.6 -68200.051 -1581121.7 -68563.927 351.92686 351.92686 47457.836 47457.836 -18696.052 -18943.775 96000 -1572574.7 -68193.292 -1581100.8 -68563.02 357.58753 357.58753 47448.255 47448.255 2828.3784 2865.8544 Loop time of 2436.58 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 676.828 hours/ns, 0.410 timesteps/s 82.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1595.2 | 1595.2 | 1595.2 | 0.0 | 65.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33144 | 0.33144 | 0.33144 | 0.0 | 0.01 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 841.03 | 841.03 | 841.03 | 0.0 | 34.52 Other | | 0.06548 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48642e+06 ave 6.48642e+06 max 6.48642e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486421 Ave neighs/atom = 810.803 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.881544642885, Press = 22.2019339729216 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -1572574.7 -68193.292 -1581100.8 -68563.02 357.58753 357.58753 47448.255 47448.255 2828.3784 2865.8544 97000 -1572747 -68200.764 -1581081.4 -68562.179 349.5478 349.5478 47435.237 47435.237 23978.864 24296.584 Loop time of 2436.77 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 676.882 hours/ns, 0.410 timesteps/s 82.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 | 1604.8 | 1604.8 | 1604.8 | 0.0 | 65.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29254 | 0.29254 | 0.29254 | 0.0 | 0.01 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 831.61 | 831.61 | 831.61 | 0.0 | 34.13 Other | | 0.0996 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48736e+06 ave 6.48736e+06 max 6.48736e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487359 Ave neighs/atom = 810.92 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.880374197747, Press = 28.4902219071156 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -1572747 -68200.764 -1581081.4 -68562.179 349.5478 349.5478 47435.237 47435.237 23978.864 24296.584 98000 -1572645.8 -68196.377 -1581192.8 -68567.01 358.46266 358.46266 47446.581 47446.581 -3993.6846 -4046.601 Loop time of 2422.69 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 672.970 hours/ns, 0.413 timesteps/s 83.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1592.1 | 1592.1 | 1592.1 | 0.0 | 65.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30394 | 0.30394 | 0.30394 | 0.0 | 0.01 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 830.19 | 830.19 | 830.19 | 0.0 | 34.27 Other | | 0.0657 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48923e+06 ave 6.48923e+06 max 6.48923e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489232 Ave neighs/atom = 811.154 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.885623411805, Press = 22.2242830789695 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -1572645.8 -68196.377 -1581192.8 -68567.01 358.46266 358.46266 47446.581 47446.581 -3993.6846 -4046.6009 99000 -1572725.5 -68199.831 -1581101.4 -68563.044 351.2866 351.2866 47441.987 47441.987 25482.118 25819.756 Loop time of 2398.57 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 666.269 hours/ns, 0.417 timesteps/s 84.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 | 1579.4 | 1579.4 | 1579.4 | 0.0 | 65.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30416 | 0.30416 | 0.30416 | 0.0 | 0.01 Output | 5.3167e-05 | 5.3167e-05 | 5.3167e-05 | 0.0 | 0.00 Modify | 818.8 | 818.8 | 818.8 | 0.0 | 34.14 Other | | 0.09258 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4879e+06 ave 6.4879e+06 max 6.4879e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487905 Ave neighs/atom = 810.988 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.874736577941, Press = 15.5783557251359 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -1572725.5 -68199.831 -1581101.4 -68563.044 351.2866 351.2866 47441.987 47441.987 25482.118 25819.756 100000 -1572553 -68192.354 -1581090.1 -68562.553 358.04349 358.04349 47445.056 47445.056 -10337.673 -10474.647 Loop time of 2429.67 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 674.908 hours/ns, 0.412 timesteps/s 83.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 | 1596.6 | 1596.6 | 1596.6 | 0.0 | 65.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.35229 | 0.35229 | 0.35229 | 0.0 | 0.01 Output | 5.2929e-05 | 5.2929e-05 | 5.2929e-05 | 0.0 | 0.00 Modify | 832.62 | 832.62 | 832.62 | 0.0 | 34.27 Other | | 0.07895 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48786e+06 ave 6.48786e+06 max 6.48786e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487858 Ave neighs/atom = 810.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.877865251496, Press = 15.4189109153779 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -1572553 -68192.354 -1581090.1 -68562.553 358.04349 358.04349 47445.056 47445.056 -10337.673 -10474.647 101000 -1572659.2 -68196.957 -1581124 -68564.025 355.01433 355.01433 47445.191 47445.191 7473.7842 7572.8118 Loop time of 2401.38 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 667.051 hours/ns, 0.416 timesteps/s 84.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1582.8 | 1582.8 | 1582.8 | 0.0 | 65.91 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.34281 | 0.34281 | 0.34281 | 0.0 | 0.01 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 818.15 | 818.15 | 818.15 | 0.0 | 34.07 Other | | 0.0785 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48794e+06 ave 6.48794e+06 max 6.48794e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487938 Ave neighs/atom = 810.992 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.884557281505, Press = 14.864138351443 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -1572659.2 -68196.957 -1581124 -68564.025 355.01433 355.01433 47445.191 47445.191 7473.7842 7572.8118 102000 -1572657.9 -68196.899 -1581124 -68564.025 355.07032 355.07032 47450.039 47450.039 1445.7322 1464.8882 Loop time of 2476.86 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 688.017 hours/ns, 0.404 timesteps/s 82.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1626.8 | 1626.8 | 1626.8 | 0.0 | 65.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.34365 | 0.34365 | 0.34365 | 0.0 | 0.01 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 849.61 | 849.61 | 849.61 | 0.0 | 34.30 Other | | 0.08468 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48774e+06 ave 6.48774e+06 max 6.48774e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487742 Ave neighs/atom = 810.968 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.883345784821, Press = 9.73749836201139 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -1572657.9 -68196.899 -1581124 -68564.025 355.07032 355.07032 47450.039 47450.039 1445.7322 1464.8882 103000 -1572765.7 -68201.574 -1581269.5 -68570.333 356.65014 356.65014 47441.348 47441.348 -2436.0639 -2468.3417 Loop time of 2458.25 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 682.847 hours/ns, 0.407 timesteps/s 83.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 | 1618.5 | 1618.5 | 1618.5 | 0.0 | 65.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29264 | 0.29264 | 0.29264 | 0.0 | 0.01 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 839.36 | 839.36 | 839.36 | 0.0 | 34.14 Other | | 0.09471 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48666e+06 ave 6.48666e+06 max 6.48666e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486656 Ave neighs/atom = 810.832 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.88537694316, Press = 8.94909820279685 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -1572765.7 -68201.574 -1581269.5 -68570.333 356.65014 356.65014 47441.348 47441.348 -2436.0639 -2468.3417 104000 -1572666.8 -68197.288 -1581103.5 -68563.135 353.83329 353.83329 47438.872 47438.872 -14852.336 -15049.13 Loop time of 2443 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 678.612 hours/ns, 0.409 timesteps/s 83.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 | 1607.6 | 1607.6 | 1607.6 | 0.0 | 65.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.363 | 0.363 | 0.363 | 0.0 | 0.01 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 834.96 | 834.96 | 834.96 | 0.0 | 34.18 Other | | 0.09136 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48839e+06 ave 6.48839e+06 max 6.48839e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488391 Ave neighs/atom = 811.049 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.88127454504, Press = 8.71556514138298 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 104000 -1572666.8 -68197.288 -1581103.5 -68563.135 353.83329 353.83329 47438.872 47438.872 -14852.336 -15049.13 105000 -1572630.1 -68195.695 -1581051.6 -68560.887 353.20021 353.20021 47453.138 47453.138 -21778.138 -22066.698 Loop time of 2499.52 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 694.312 hours/ns, 0.400 timesteps/s 82.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1646.1 | 1646.1 | 1646.1 | 0.0 | 65.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29055 | 0.29055 | 0.29055 | 0.0 | 0.01 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 853.06 | 853.06 | 853.06 | 0.0 | 34.13 Other | | 0.06598 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48838e+06 ave 6.48838e+06 max 6.48838e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488377 Ave neighs/atom = 811.047 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.886033198434, Press = 10.2850849570897 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 105000 -1572630.1 -68195.695 -1581051.6 -68560.887 353.20021 353.20021 47453.138 47453.138 -21778.138 -22066.698 106000 -1572780.4 -68202.214 -1581134.2 -68564.467 350.35759 350.35759 47450.635 47450.635 11624.455 11778.479 Loop time of 2485.68 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 690.468 hours/ns, 0.402 timesteps/s 82.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 | 1631.9 | 1631.9 | 1631.9 | 0.0 | 65.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.32201 | 0.32201 | 0.32201 | 0.0 | 0.01 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 853.34 | 853.34 | 853.34 | 0.0 | 34.33 Other | | 0.07947 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48678e+06 ave 6.48678e+06 max 6.48678e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486779 Ave neighs/atom = 810.847 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.88701698227, Press = 12.6841732591623 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 106000 -1572780.4 -68202.214 -1581134.2 -68564.467 350.35759 350.35759 47450.635 47450.635 11624.455 11778.479 107000 -1572793.3 -68202.772 -1581183.8 -68566.619 351.8987 351.8987 47446.524 47446.524 -12634.827 -12802.239 Loop time of 2482.25 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 689.514 hours/ns, 0.403 timesteps/s 83.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 | 1631.8 | 1631.8 | 1631.8 | 0.0 | 65.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.35156 | 0.35156 | 0.35156 | 0.0 | 0.01 Output | 7.4148e-05 | 7.4148e-05 | 7.4148e-05 | 0.0 | 0.00 Modify | 850.06 | 850.06 | 850.06 | 0.0 | 34.25 Other | | 0.07945 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48664e+06 ave 6.48664e+06 max 6.48664e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486641 Ave neighs/atom = 810.83 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.873875589512, Press = 1.32158076275845 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 107000 -1572793.3 -68202.772 -1581183.8 -68566.619 351.8987 351.8987 47446.524 47446.524 -12634.827 -12802.239 108000 -1572553.7 -68192.383 -1581040.5 -68560.406 355.93814 355.93814 47452.272 47452.272 -15280.093 -15482.554 Loop time of 2488.59 on 1 procs for 1000 steps with 8000 atoms Performance: 0.035 ns/day, 691.275 hours/ns, 0.402 timesteps/s 83.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 | 1634.2 | 1634.2 | 1634.2 | 0.0 | 65.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26655 | 0.26655 | 0.26655 | 0.0 | 0.01 Output | 6.9141e-05 | 6.9141e-05 | 6.9141e-05 | 0.0 | 0.00 Modify | 854.08 | 854.08 | 854.08 | 0.0 | 34.32 Other | | 0.06643 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48753e+06 ave 6.48753e+06 max 6.48753e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487526 Ave neighs/atom = 810.941 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.872549371404, Press = 1.62880486301241 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 108000 -1572553.7 -68192.383 -1581040.5 -68560.406 355.93814 355.93814 47452.272 47452.272 -15280.093 -15482.554 109000 -1572789.1 -68202.592 -1581177.8 -68566.357 351.82073 351.82073 47446.565 47446.565 495.09004 501.64998 Loop time of 2525.01 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 701.390 hours/ns, 0.396 timesteps/s 82.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1659.2 | 1659.2 | 1659.2 | 0.0 | 65.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31877 | 0.31877 | 0.31877 | 0.0 | 0.01 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 865.47 | 865.47 | 865.47 | 0.0 | 34.28 Other | | 0.0669 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48745e+06 ave 6.48745e+06 max 6.48745e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487446 Ave neighs/atom = 810.931 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.881449031314, Press = 6.93434696680402 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 109000 -1572789.1 -68202.592 -1581177.8 -68566.357 351.82073 351.82073 47446.565 47446.565 495.09004 501.64998 110000 -1572767.8 -68201.666 -1581262.2 -68570.018 356.25598 356.25598 47452.093 47452.093 5934.0356 6012.6615 Loop time of 2526.95 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 701.929 hours/ns, 0.396 timesteps/s 82.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1661.4 | 1661.4 | 1661.4 | 0.0 | 65.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27356 | 0.27356 | 0.27356 | 0.0 | 0.01 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 865.13 | 865.13 | 865.13 | 0.0 | 34.24 Other | | 0.09838 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48778e+06 ave 6.48778e+06 max 6.48778e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487781 Ave neighs/atom = 810.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.88010919243, Press = 4.20941120636067 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 110000 -1572767.8 -68201.666 -1581262.2 -68570.018 356.25598 356.25598 47452.093 47452.093 5934.0356 6012.6616 111000 -1572527.1 -68191.228 -1581027.6 -68559.846 356.5139 356.5139 47440.332 47440.332 8577.0079 8690.6533 Loop time of 2509.06 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 696.960 hours/ns, 0.399 timesteps/s 83.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 | 1647 | 1647 | 1647 | 0.0 | 65.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30835 | 0.30835 | 0.30835 | 0.0 | 0.01 Output | 6.6996e-05 | 6.6996e-05 | 6.6996e-05 | 0.0 | 0.00 Modify | 861.63 | 861.63 | 861.63 | 0.0 | 34.34 Other | | 0.09269 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48686e+06 ave 6.48686e+06 max 6.48686e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486864 Ave neighs/atom = 810.858 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.877757015148, Press = 12.5900634355164 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 111000 -1572527.1 -68191.228 -1581027.6 -68559.846 356.5139 356.5139 47440.332 47440.332 8577.0079 8690.6533 112000 -1572732.5 -68200.134 -1581237 -68568.927 356.6829 356.6829 47444.263 47444.263 -5305.361 -5375.657 Loop time of 2517.65 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 699.347 hours/ns, 0.397 timesteps/s 83.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 | 1649.7 | 1649.7 | 1649.7 | 0.0 | 65.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31964 | 0.31964 | 0.31964 | 0.0 | 0.01 Output | 5.3883e-05 | 5.3883e-05 | 5.3883e-05 | 0.0 | 0.00 Modify | 867.58 | 867.58 | 867.58 | 0.0 | 34.46 Other | | 0.06741 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48845e+06 ave 6.48845e+06 max 6.48845e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488454 Ave neighs/atom = 811.057 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.890778216961, Press = 14.8211781894191 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 112000 -1572732.5 -68200.134 -1581237 -68568.927 356.6829 356.6829 47444.263 47444.263 -5305.361 -5375.657 113000 -1572556 -68192.481 -1581253.5 -68569.639 364.77339 364.77339 47441.44 47441.44 -24185.827 -24506.289 Loop time of 2532.34 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 703.428 hours/ns, 0.395 timesteps/s 83.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1659.6 | 1659.6 | 1659.6 | 0.0 | 65.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27212 | 0.27212 | 0.27212 | 0.0 | 0.01 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 872.37 | 872.37 | 872.37 | 0.0 | 34.45 Other | | 0.07992 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48795e+06 ave 6.48795e+06 max 6.48795e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487948 Ave neighs/atom = 810.994 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.894889956345, Press = 15.0471653109155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 113000 -1572556 -68192.481 -1581253.5 -68569.639 364.77339 364.77339 47441.44 47441.44 -24185.827 -24506.289 114000 -1572667.1 -68197.297 -1581140.3 -68564.733 355.36969 355.36969 47443.92 47443.92 13210.865 13385.909 Loop time of 2537.42 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 704.839 hours/ns, 0.394 timesteps/s 83.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1665.2 | 1665.2 | 1665.2 | 0.0 | 65.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2877 | 0.2877 | 0.2877 | 0.0 | 0.01 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 871.84 | 871.84 | 871.84 | 0.0 | 34.36 Other | | 0.06745 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4884e+06 ave 6.4884e+06 max 6.4884e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488398 Ave neighs/atom = 811.05 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.891273972974, Press = 17.4476866486034 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 114000 -1572667.1 -68197.297 -1581140.3 -68564.733 355.36969 355.36969 47443.92 47443.92 13210.865 13385.909 115000 -1572762.9 -68201.456 -1581060.7 -68561.28 348.00886 348.00886 47458.98 47458.98 -16001.662 -16213.684 Loop time of 2559.16 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 710.877 hours/ns, 0.391 timesteps/s 82.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1681.3 | 1681.3 | 1681.3 | 0.0 | 65.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36024 | 0.36024 | 0.36024 | 0.0 | 0.01 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 877.45 | 877.45 | 877.45 | 0.0 | 34.29 Other | | 0.09198 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48866e+06 ave 6.48866e+06 max 6.48866e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488663 Ave neighs/atom = 811.083 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.875541939823, Press = 18.9638984938545 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 115000 -1572762.9 -68201.456 -1581060.7 -68561.28 348.00886 348.00886 47458.98 47458.98 -16001.662 -16213.684 116000 -1572740.8 -68200.497 -1581114.8 -68563.626 351.20436 351.20436 47447.519 47447.519 -160.38757 -162.5127 Loop time of 2563.27 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 712.020 hours/ns, 0.390 timesteps/s 83.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 | 1678.8 | 1678.8 | 1678.8 | 0.0 | 65.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.35816 | 0.35816 | 0.35816 | 0.0 | 0.01 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 884.01 | 884.01 | 884.01 | 0.0 | 34.49 Other | | 0.06809 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48607e+06 ave 6.48607e+06 max 6.48607e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486066 Ave neighs/atom = 810.758 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.863942328832, Press = 18.276501012722 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 116000 -1572740.8 -68200.497 -1581114.8 -68563.626 351.20436 351.20436 47447.519 47447.519 -160.38757 -162.5127 117000 -1572653.3 -68196.701 -1581073.7 -68561.846 353.15533 353.15533 47444.179 47444.179 1673.2034 1695.3734 Loop time of 2557.22 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 710.338 hours/ns, 0.391 timesteps/s 83.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 | 1676.2 | 1676.2 | 1676.2 | 0.0 | 65.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30505 | 0.30505 | 0.30505 | 0.0 | 0.01 Output | 6.5088e-05 | 6.5088e-05 | 6.5088e-05 | 0.0 | 0.00 Modify | 880.68 | 880.68 | 880.68 | 0.0 | 34.44 Other | | 0.07824 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48765e+06 ave 6.48765e+06 max 6.48765e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487649 Ave neighs/atom = 810.956 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.870966252052, Press = 11.2894695464304 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 117000 -1572653.3 -68196.701 -1581073.7 -68561.846 353.15533 353.15533 47444.179 47444.179 1673.2034 1695.3734 118000 -1572715.2 -68199.384 -1581135 -68564.502 353.12864 353.12864 47456.518 47456.518 -9590.3869 -9717.4595 Loop time of 2602.2 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 722.834 hours/ns, 0.384 timesteps/s 82.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1708.4 | 1708.4 | 1708.4 | 0.0 | 65.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31622 | 0.31622 | 0.31622 | 0.0 | 0.01 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 893.41 | 893.41 | 893.41 | 0.0 | 34.33 Other | | 0.1132 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48867e+06 ave 6.48867e+06 max 6.48867e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488666 Ave neighs/atom = 811.083 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.873386298084, Press = 5.67767936897013 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 118000 -1572715.2 -68199.384 -1581135 -68564.502 353.12864 353.12864 47456.518 47456.518 -9590.3869 -9717.4595 119000 -1572685.6 -68198.102 -1581016.5 -68559.362 349.39794 349.39794 47446.466 47446.466 -4141.182 -4196.0527 Loop time of 2583.33 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 717.592 hours/ns, 0.387 timesteps/s 83.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1693.4 | 1693.4 | 1693.4 | 0.0 | 65.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.36253 | 0.36253 | 0.36253 | 0.0 | 0.01 Output | 6.6996e-05 | 6.6996e-05 | 6.6996e-05 | 0.0 | 0.00 Modify | 889.48 | 889.48 | 889.48 | 0.0 | 34.43 Other | | 0.0671 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48607e+06 ave 6.48607e+06 max 6.48607e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486069 Ave neighs/atom = 810.759 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.865749248303, Press = -11.5796145435991 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 119000 -1572685.6 -68198.102 -1581016.5 -68559.362 349.39794 349.39794 47446.466 47446.466 -4141.182 -4196.0527 120000 -1572647.4 -68196.445 -1581044.2 -68560.567 352.16459 352.16459 47453.998 47453.998 -11224.201 -11372.921 Loop time of 2597.53 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 721.537 hours/ns, 0.385 timesteps/s 83.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 | 1705.2 | 1705.2 | 1705.2 | 0.0 | 65.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30685 | 0.30685 | 0.30685 | 0.0 | 0.01 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 891.91 | 891.91 | 891.91 | 0.0 | 34.34 Other | | 0.09493 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4883e+06 ave 6.4883e+06 max 6.4883e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488304 Ave neighs/atom = 811.038 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.871156551452, Press = -9.38311715829329 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 120000 -1572647.4 -68196.445 -1581044.2 -68560.567 352.16459 352.16459 47453.998 47453.998 -11224.201 -11372.921 121000 -1572776.7 -68202.05 -1581109.8 -68563.412 349.4955 349.4955 47441.823 47441.823 30257.245 30658.154 Loop time of 2616.86 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 726.907 hours/ns, 0.382 timesteps/s 83.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1718.6 | 1718.6 | 1718.6 | 0.0 | 65.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3237 | 0.3237 | 0.3237 | 0.0 | 0.01 Output | 5.3883e-05 | 5.3883e-05 | 5.3883e-05 | 0.0 | 0.00 Modify | 897.89 | 897.89 | 897.89 | 0.0 | 34.31 Other | | 0.07457 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48624e+06 ave 6.48624e+06 max 6.48624e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486237 Ave neighs/atom = 810.78 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.86371711926, Press = -14.0054898488456 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 121000 -1572776.7 -68202.05 -1581109.8 -68563.412 349.4955 349.4955 47441.823 47441.823 30257.245 30658.154 122000 -1572619.7 -68195.245 -1581134.2 -68564.467 357.0982 357.0982 47453.818 47453.818 -19169.453 -19423.448 Loop time of 2670.01 on 1 procs for 1000 steps with 8000 atoms Performance: 0.032 ns/day, 741.668 hours/ns, 0.375 timesteps/s 81.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1749.6 | 1749.6 | 1749.6 | 0.0 | 65.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.34866 | 0.34866 | 0.34866 | 0.0 | 0.01 Output | 5.9128e-05 | 5.9128e-05 | 5.9128e-05 | 0.0 | 0.00 Modify | 919.95 | 919.95 | 919.95 | 0.0 | 34.45 Other | | 0.09549 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48837e+06 ave 6.48837e+06 max 6.48837e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488369 Ave neighs/atom = 811.046 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.859862526094, Press = -15.3335077227161 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 122000 -1572619.7 -68195.245 -1581134.2 -68564.467 357.0982 357.0982 47453.818 47453.818 -19169.453 -19423.448 123000 -1572645.6 -68196.366 -1581103.3 -68563.127 354.71833 354.71833 47439.472 47439.472 19763.616 20025.484 Loop time of 2641.9 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 733.861 hours/ns, 0.379 timesteps/s 83.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 | 1730.3 | 1730.3 | 1730.3 | 0.0 | 65.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.35414 | 0.35414 | 0.35414 | 0.0 | 0.01 Output | 5.2929e-05 | 5.2929e-05 | 5.2929e-05 | 0.0 | 0.00 Modify | 911.16 | 911.16 | 911.16 | 0.0 | 34.49 Other | | 0.08223 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48661e+06 ave 6.48661e+06 max 6.48661e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486612 Ave neighs/atom = 810.827 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.872885981688, Press = -9.96942859153499 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 123000 -1572645.6 -68196.366 -1581103.3 -68563.127 354.71833 354.71833 47439.472 47439.472 19763.616 20025.484 124000 -1572576.2 -68193.359 -1580955.9 -68556.735 351.44388 351.44388 47448.217 47448.217 -3092.8054 -3133.785 Loop time of 2654.39 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 737.332 hours/ns, 0.377 timesteps/s 82.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 | 1740.9 | 1740.9 | 1740.9 | 0.0 | 65.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.34551 | 0.34551 | 0.34551 | 0.0 | 0.01 Output | 8.0824e-05 | 8.0824e-05 | 8.0824e-05 | 0.0 | 0.00 Modify | 913.11 | 913.11 | 913.11 | 0.0 | 34.40 Other | | 0.06892 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48778e+06 ave 6.48778e+06 max 6.48778e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487776 Ave neighs/atom = 810.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.876522820522, Press = -7.37304007889076 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 124000 -1572576.2 -68193.359 -1580955.9 -68556.735 351.44388 351.44388 47448.217 47448.217 -3092.8054 -3133.785 125000 -1572551.1 -68192.27 -1581123.8 -68564.019 359.54159 359.54159 47446.963 47446.963 -9820.2664 -9950.3849 Loop time of 2653.55 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 737.097 hours/ns, 0.377 timesteps/s 83.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 | 1738.8 | 1738.8 | 1738.8 | 0.0 | 65.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.37306 | 0.37306 | 0.37306 | 0.0 | 0.01 Output | 5.6028e-05 | 5.6028e-05 | 5.6028e-05 | 0.0 | 0.00 Modify | 914.26 | 914.26 | 914.26 | 0.0 | 34.45 Other | | 0.0687 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48772e+06 ave 6.48772e+06 max 6.48772e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487725 Ave neighs/atom = 810.966 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.892066055307, Press = -15.4269554113089 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 125000 -1572551.1 -68192.27 -1581123.8 -68564.019 359.54159 359.54159 47446.963 47446.963 -9820.2664 -9950.3849 126000 -1572713.3 -68199.305 -1581149.9 -68565.147 353.82861 353.82861 47442.009 47442.009 31736.243 32156.749 Loop time of 2674.55 on 1 procs for 1000 steps with 8000 atoms Performance: 0.032 ns/day, 742.931 hours/ns, 0.374 timesteps/s 82.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 | 1749.1 | 1749.1 | 1749.1 | 0.0 | 65.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.33256 | 0.33256 | 0.33256 | 0.0 | 0.01 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 925.08 | 925.08 | 925.08 | 0.0 | 34.59 Other | | 0.08216 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48768e+06 ave 6.48768e+06 max 6.48768e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487679 Ave neighs/atom = 810.96 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.886765675814, Press = -21.0216576102293 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 126000 -1572713.3 -68199.305 -1581149.9 -68565.147 353.82861 353.82861 47442.009 47442.009 31736.243 32156.749 127000 -1572770.2 -68201.77 -1581167 -68565.89 352.16298 352.16298 47439.321 47439.321 -3451.7153 -3497.4505 Loop time of 2638.86 on 1 procs for 1000 steps with 8000 atoms Performance: 0.033 ns/day, 733.016 hours/ns, 0.379 timesteps/s 84.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 | 1731.9 | 1731.9 | 1731.9 | 0.0 | 65.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29378 | 0.29378 | 0.29378 | 0.0 | 0.01 Output | 5.6028e-05 | 5.6028e-05 | 5.6028e-05 | 0.0 | 0.00 Modify | 906.64 | 906.64 | 906.64 | 0.0 | 34.36 Other | | 0.06925 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48826e+06 ave 6.48826e+06 max 6.48826e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488256 Ave neighs/atom = 811.032 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.87530780044, Press = -14.9293855323236 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 127000 -1572770.2 -68201.77 -1581167 -68565.89 352.16298 352.16298 47439.321 47439.321 -3451.7153 -3497.4505 128000 -1572774.4 -68201.953 -1581248.6 -68569.43 355.41073 355.41073 47429.205 47429.205 26826.159 27181.606 Loop time of 2575.15 on 1 procs for 1000 steps with 8000 atoms Performance: 0.034 ns/day, 715.319 hours/ns, 0.388 timesteps/s 86.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1689.8 | 1689.8 | 1689.8 | 0.0 | 65.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.28271 | 0.28271 | 0.28271 | 0.0 | 0.01 Output | 8.1062e-05 | 8.1062e-05 | 8.1062e-05 | 0.0 | 0.00 Modify | 885.02 | 885.02 | 885.02 | 0.0 | 34.37 Other | | 0.07648 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48892e+06 ave 6.48892e+06 max 6.48892e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488925 Ave neighs/atom = 811.116 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.866256621029, Press = -6.13732260804362 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 128000 -1572774.4 -68201.953 -1581248.6 -68569.43 355.41073 355.41073 47429.205 47429.205 26826.159 27181.606 129000 -1572818.9 -68203.881 -1581280.9 -68570.829 354.89847 354.89847 47438.918 47438.918 -11090.156 -11237.1 Loop time of 2239.65 on 1 procs for 1000 steps with 8000 atoms Performance: 0.039 ns/day, 622.126 hours/ns, 0.446 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1469.5 | 1469.5 | 1469.5 | 0.0 | 65.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27876 | 0.27876 | 0.27876 | 0.0 | 0.01 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 769.77 | 769.77 | 769.77 | 0.0 | 34.37 Other | | 0.07127 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48972e+06 ave 6.48972e+06 max 6.48972e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489721 Ave neighs/atom = 811.215 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.847240590508, Press = 1.30510891322962 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 129000 -1572818.9 -68203.881 -1581280.9 -68570.829 354.89847 354.89847 47438.918 47438.918 -11090.156 -11237.1 130000 -1572749 -68200.85 -1581177.5 -68566.345 353.49319 353.49319 47437.362 47437.362 -475.87131 -482.1766 Loop time of 2249.31 on 1 procs for 1000 steps with 8000 atoms Performance: 0.038 ns/day, 624.809 hours/ns, 0.445 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 | 1474.8 | 1474.8 | 1474.8 | 0.0 | 65.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26148 | 0.26148 | 0.26148 | 0.0 | 0.01 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 774.15 | 774.15 | 774.15 | 0.0 | 34.42 Other | | 0.06775 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4886e+06 ave 6.4886e+06 max 6.4886e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488600 Ave neighs/atom = 811.075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.84209411199, Press = 3.66123715645539 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 130000 -1572749 -68200.85 -1581177.5 -68566.345 353.49319 353.49319 47437.362 47437.362 -475.87131 -482.1766 131000 -1572651.8 -68196.635 -1581075.9 -68561.938 353.30823 353.30823 47451.752 47451.752 -1197.608 -1213.4763 Loop time of 2254.92 on 1 procs for 1000 steps with 8000 atoms Performance: 0.038 ns/day, 626.366 hours/ns, 0.443 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 | 1478.2 | 1478.2 | 1478.2 | 0.0 | 65.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27119 | 0.27119 | 0.27119 | 0.0 | 0.01 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 776.35 | 776.35 | 776.35 | 0.0 | 34.43 Other | | 0.07026 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48923e+06 ave 6.48923e+06 max 6.48923e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489226 Ave neighs/atom = 811.153 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.837452451772, Press = 10.3571373887923 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 131000 -1572651.8 -68196.635 -1581075.9 -68561.938 353.30823 353.30823 47451.752 47451.752 -1197.608 -1213.4763 132000 -1572831.9 -68204.444 -1581214.3 -68567.942 351.5615 351.5615 47442.848 47442.848 -17233.75 -17462.097 Loop time of 2259.17 on 1 procs for 1000 steps with 8000 atoms Performance: 0.038 ns/day, 627.547 hours/ns, 0.443 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 | 1480.7 | 1480.7 | 1480.7 | 0.0 | 65.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27061 | 0.27061 | 0.27061 | 0.0 | 0.01 Output | 5.579e-05 | 5.579e-05 | 5.579e-05 | 0.0 | 0.00 Modify | 778.09 | 778.09 | 778.09 | 0.0 | 34.44 Other | | 0.06937 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48701e+06 ave 6.48701e+06 max 6.48701e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487010 Ave neighs/atom = 810.876 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.824972190011, Press = 10.3870299852821 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 132000 -1572831.9 -68204.444 -1581214.3 -68567.942 351.5615 351.5615 47442.848 47442.848 -17233.75 -17462.097 133000 -1572669.3 -68197.396 -1581096 -68562.812 353.41617 353.41617 47452.92 47452.92 -3226.284 -3269.0322 Loop time of 2268 on 1 procs for 1000 steps with 8000 atoms Performance: 0.038 ns/day, 630.001 hours/ns, 0.441 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 | 1487.9 | 1487.9 | 1487.9 | 0.0 | 65.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27103 | 0.27103 | 0.27103 | 0.0 | 0.01 Output | 5.8174e-05 | 5.8174e-05 | 5.8174e-05 | 0.0 | 0.00 Modify | 779.73 | 779.73 | 779.73 | 0.0 | 34.38 Other | | 0.06912 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48746e+06 ave 6.48746e+06 max 6.48746e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487463 Ave neighs/atom = 810.933 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.822897025828, Press = 13.832341229108 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 133000 -1572669.3 -68197.396 -1581096 -68562.812 353.41617 353.41617 47452.92 47452.92 -3226.284 -3269.0322 134000 -1572532.4 -68191.46 -1581018.4 -68559.445 355.90167 355.90167 47447.081 47447.081 17059.082 17285.115 Loop time of 2272.68 on 1 procs for 1000 steps with 8000 atoms Performance: 0.038 ns/day, 631.299 hours/ns, 0.440 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1489.2 | 1489.2 | 1489.2 | 0.0 | 65.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27156 | 0.27156 | 0.27156 | 0.0 | 0.01 Output | 6.1035e-05 | 6.1035e-05 | 6.1035e-05 | 0.0 | 0.00 Modify | 783.16 | 783.16 | 783.16 | 0.0 | 34.46 Other | | 0.07015 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48672e+06 ave 6.48672e+06 max 6.48672e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486723 Ave neighs/atom = 810.84 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.822304570459, Press = 22.5754500757268 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 134000 -1572532.4 -68191.46 -1581018.4 -68559.445 355.90167 355.90167 47447.081 47447.081 17059.082 17285.115 135000 -1572672.9 -68197.55 -1581203.7 -68567.48 357.78253 357.78253 47450.597 47450.597 -23780.85 -24095.946 Loop time of 2286.57 on 1 procs for 1000 steps with 8000 atoms Performance: 0.038 ns/day, 635.157 hours/ns, 0.437 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1502 | 1502 | 1502 | 0.0 | 65.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26929 | 0.26929 | 0.26929 | 0.0 | 0.01 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 784.23 | 784.23 | 784.23 | 0.0 | 34.30 Other | | 0.07017 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48733e+06 ave 6.48733e+06 max 6.48733e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487329 Ave neighs/atom = 810.916 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.827184570363, Press = 17.4949947806425 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 135000 -1572672.9 -68197.55 -1581203.7 -68567.48 357.78253 357.78253 47450.597 47450.597 -23780.85 -24095.946 136000 -1572631.3 -68195.745 -1580959.3 -68556.882 349.27837 349.27837 47444.276 47444.276 6984.1923 7076.7329 Loop time of 2308.41 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 641.224 hours/ns, 0.433 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1509.7 | 1509.7 | 1509.7 | 0.0 | 65.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26591 | 0.26591 | 0.26591 | 0.0 | 0.01 Output | 6.4135e-05 | 6.4135e-05 | 6.4135e-05 | 0.0 | 0.00 Modify | 798.37 | 798.37 | 798.37 | 0.0 | 34.59 Other | | 0.06949 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48725e+06 ave 6.48725e+06 max 6.48725e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487251 Ave neighs/atom = 810.906 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.825709351998, Press = 18.9273457933038 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 136000 -1572631.3 -68195.745 -1580959.3 -68556.882 349.27837 349.27837 47444.276 47444.276 6984.1924 7076.7329 137000 -1572768.9 -68201.714 -1581211 -68567.799 354.06389 354.06389 47440.908 47440.908 -2133.1202 -2161.384 Loop time of 2325.46 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 645.962 hours/ns, 0.430 timesteps/s 99.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1519.5 | 1519.5 | 1519.5 | 0.0 | 65.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27494 | 0.27494 | 0.27494 | 0.0 | 0.01 Output | 6.2943e-05 | 6.2943e-05 | 6.2943e-05 | 0.0 | 0.00 Modify | 805.61 | 805.61 | 805.61 | 0.0 | 34.64 Other | | 0.07003 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4881e+06 ave 6.4881e+06 max 6.4881e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488099 Ave neighs/atom = 811.012 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.821066024773, Press = 25.1115357044264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 137000 -1572768.9 -68201.714 -1581211 -68567.799 354.06389 354.06389 47440.908 47440.908 -2133.1202 -2161.384 138000 -1572566.2 -68192.922 -1580948.2 -68556.4 351.54271 351.54271 47450.674 47450.674 -14419.7 -14610.761 Loop time of 2314.5 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 642.917 hours/ns, 0.432 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1517.9 | 1517.9 | 1517.9 | 0.0 | 65.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26363 | 0.26363 | 0.26363 | 0.0 | 0.01 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 796.22 | 796.22 | 796.22 | 0.0 | 34.40 Other | | 0.06875 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4883e+06 ave 6.4883e+06 max 6.4883e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488303 Ave neighs/atom = 811.038 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.818749704011, Press = 30.6538875979965 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 138000 -1572566.2 -68192.922 -1580948.2 -68556.4 351.54271 351.54271 47450.674 47450.674 -14419.7 -14610.761 139000 -1572699 -68198.684 -1581094.4 -68562.74 352.10074 352.10074 47434.401 47434.401 20412.27 20682.733 Loop time of 2327.23 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 646.453 hours/ns, 0.430 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 | 1526.6 | 1526.6 | 1526.6 | 0.0 | 65.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27145 | 0.27145 | 0.27145 | 0.0 | 0.01 Output | 6.1035e-05 | 6.1035e-05 | 6.1035e-05 | 0.0 | 0.00 Modify | 800.28 | 800.28 | 800.28 | 0.0 | 34.39 Other | | 0.07153 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48762e+06 ave 6.48762e+06 max 6.48762e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487621 Ave neighs/atom = 810.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.814380774256, Press = 32.4473011447068 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 139000 -1572699 -68198.684 -1581094.4 -68562.74 352.10074 352.10074 47434.401 47434.401 20412.27 20682.733 140000 -1572791.9 -68202.711 -1581287.4 -68571.11 356.30202 356.30202 47449.071 47449.071 1107.9144 1122.5943 Loop time of 2330.79 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 647.442 hours/ns, 0.429 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 | 1525 | 1525 | 1525 | 0.0 | 65.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27231 | 0.27231 | 0.27231 | 0.0 | 0.01 Output | 5.3883e-05 | 5.3883e-05 | 5.3883e-05 | 0.0 | 0.00 Modify | 805.4 | 805.4 | 805.4 | 0.0 | 34.55 Other | | 0.07094 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48938e+06 ave 6.48938e+06 max 6.48938e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6489380 Ave neighs/atom = 811.173 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.809515869637, Press = 38.7229683748002 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 140000 -1572791.9 -68202.711 -1581287.4 -68571.11 356.30202 356.30202 47449.071 47449.071 1107.9144 1122.5943 141000 -1572625.1 -68195.477 -1581159.9 -68565.584 357.95403 357.95403 47449.946 47449.946 -879.33733 -890.98855 Loop time of 2340.36 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 650.100 hours/ns, 0.427 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 | 1535.8 | 1535.8 | 1535.8 | 0.0 | 65.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27243 | 0.27243 | 0.27243 | 0.0 | 0.01 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 804.19 | 804.19 | 804.19 | 0.0 | 34.36 Other | | 0.07147 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48692e+06 ave 6.48692e+06 max 6.48692e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486915 Ave neighs/atom = 810.864 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.814247947263, Press = 39.6744677563745 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 141000 -1572625.1 -68195.477 -1581159.9 -68565.584 357.95403 357.95403 47449.946 47449.946 -879.33733 -890.98855 142000 -1572737.2 -68200.339 -1581213.5 -68567.905 355.49594 355.49594 47438.712 47438.712 -5457.5483 -5529.8608 Loop time of 2347.31 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 652.030 hours/ns, 0.426 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1536.8 | 1536.8 | 1536.8 | 0.0 | 65.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27068 | 0.27068 | 0.27068 | 0.0 | 0.01 Output | 5.3167e-05 | 5.3167e-05 | 5.3167e-05 | 0.0 | 0.00 Modify | 810.18 | 810.18 | 810.18 | 0.0 | 34.52 Other | | 0.07113 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48701e+06 ave 6.48701e+06 max 6.48701e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487009 Ave neighs/atom = 810.876 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.82650050134, Press = 44.3234883669932 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 142000 -1572737.2 -68200.339 -1581213.5 -68567.905 355.49594 355.49594 47438.712 47438.712 -5457.5483 -5529.8608 143000 -1572708.2 -68199.08 -1581072.4 -68561.789 350.79853 350.79853 47442.276 47442.276 -15624.233 -15831.254 Loop time of 2356.04 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 654.456 hours/ns, 0.424 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 | 1544.5 | 1544.5 | 1544.5 | 0.0 | 65.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27304 | 0.27304 | 0.27304 | 0.0 | 0.01 Output | 6.2943e-05 | 6.2943e-05 | 6.2943e-05 | 0.0 | 0.00 Modify | 811.15 | 811.15 | 811.15 | 0.0 | 34.43 Other | | 0.0719 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.4889e+06 ave 6.4889e+06 max 6.4889e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488903 Ave neighs/atom = 811.113 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.818063462028, Press = 37.4220931278292 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 143000 -1572708.2 -68199.08 -1581072.4 -68561.789 350.79853 350.79853 47442.276 47442.276 -15624.233 -15831.254 144000 -1572727.2 -68199.904 -1581095.7 -68562.798 350.9777 350.9777 47446.317 47446.317 -3901.1059 -3952.7956 Loop time of 2363.72 on 1 procs for 1000 steps with 8000 atoms Performance: 0.037 ns/day, 656.590 hours/ns, 0.423 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 | 1551.2 | 1551.2 | 1551.2 | 0.0 | 65.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27125 | 0.27125 | 0.27125 | 0.0 | 0.01 Output | 5.3167e-05 | 5.3167e-05 | 5.3167e-05 | 0.0 | 0.00 Modify | 812.21 | 812.21 | 812.21 | 0.0 | 34.36 Other | | 0.07194 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48851e+06 ave 6.48851e+06 max 6.48851e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488513 Ave neighs/atom = 811.064 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.819705434429, Press = 36.3416280376392 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 144000 -1572727.2 -68199.904 -1581095.7 -68562.798 350.9777 350.9777 47446.317 47446.317 -3901.1059 -3952.7956 145000 -1572463.9 -68188.486 -1580924.9 -68555.392 354.85766 354.85766 47459.672 47459.672 -9937.1207 -10068.788 Loop time of 2369.6 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 658.223 hours/ns, 0.422 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1554.1 | 1554.1 | 1554.1 | 0.0 | 65.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27725 | 0.27725 | 0.27725 | 0.0 | 0.01 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 815.19 | 815.19 | 815.19 | 0.0 | 34.40 Other | | 0.07316 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48818e+06 ave 6.48818e+06 max 6.48818e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488179 Ave neighs/atom = 811.022 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.821196651239, Press = 31.0329536517485 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 145000 -1572463.9 -68188.486 -1580924.9 -68555.392 354.85766 354.85766 47459.672 47459.672 -9937.1207 -10068.788 146000 -1572693.2 -68198.431 -1581110.6 -68563.442 353.02514 353.02514 47447.545 47447.545 -3691.7947 -3740.711 Loop time of 2385.43 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 662.619 hours/ns, 0.419 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1563.1 | 1563.1 | 1563.1 | 0.0 | 65.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26736 | 0.26736 | 0.26736 | 0.0 | 0.01 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 822.02 | 822.02 | 822.02 | 0.0 | 34.46 Other | | 0.07094 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48667e+06 ave 6.48667e+06 max 6.48667e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486671 Ave neighs/atom = 810.834 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.827809995332, Press = 33.798961047583 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 146000 -1572693.2 -68198.431 -1581110.6 -68563.442 353.02514 353.02514 47447.545 47447.545 -3691.7947 -3740.711 147000 -1572773.6 -68201.918 -1581228.2 -68568.542 354.58518 354.58518 47452.123 47452.123 -11781.437 -11937.541 Loop time of 2389.65 on 1 procs for 1000 steps with 8000 atoms Performance: 0.036 ns/day, 663.790 hours/ns, 0.418 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 1568.1 | 1568.1 | 1568.1 | 0.0 | 65.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27638 | 0.27638 | 0.27638 | 0.0 | 0.01 Output | 0.0001092 | 0.0001092 | 0.0001092 | 0.0 | 0.00 Modify | 821.16 | 821.16 | 821.16 | 0.0 | 34.36 Other | | 0.07275 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48715e+06 ave 6.48715e+06 max 6.48715e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487150 Ave neighs/atom = 810.894 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.820358074474, Press = 30.5668789678102 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 147000 -1572773.6 -68201.918 -1581228.2 -68568.542 354.58518 354.58518 47452.123 47452.123 -11781.437 -11937.541 148000 -1572694.2 -68198.475 -1580993.6 -68558.369 348.07632 348.07632 47460.245 47460.245 -7540.5713 -7640.4839 Loop time of 1665.88 on 1 procs for 1000 steps with 8000 atoms Performance: 0.052 ns/day, 462.744 hours/ns, 0.600 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 | 1062.9 | 1062.9 | 1062.9 | 0.0 | 63.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19793 | 0.19793 | 0.19793 | 0.0 | 0.01 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 602.69 | 602.69 | 602.69 | 0.0 | 36.18 Other | | 0.04961 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48726e+06 ave 6.48726e+06 max 6.48726e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487260 Ave neighs/atom = 810.908 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.828974511501, Press = 31.4946067489503 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 148000 -1572694.2 -68198.475 -1580993.6 -68558.369 348.07632 348.07632 47460.245 47460.245 -7540.5713 -7640.4839 149000 -1572833.3 -68204.505 -1581270.7 -68570.388 353.86924 353.86924 47457.216 47457.216 -44232.859 -44818.944 Loop time of 1533.7 on 1 procs for 1000 steps with 8000 atoms Performance: 0.056 ns/day, 426.028 hours/ns, 0.652 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 | 972.88 | 972.88 | 972.88 | 0.0 | 63.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18481 | 0.18481 | 0.18481 | 0.0 | 0.01 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 560.59 | 560.59 | 560.59 | 0.0 | 36.55 Other | | 0.0459 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48648e+06 ave 6.48648e+06 max 6.48648e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486478 Ave neighs/atom = 810.81 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.821426163844, Press = 25.6073602098024 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 149000 -1572833.3 -68204.505 -1581270.7 -68570.388 353.86924 353.86924 47457.216 47457.216 -44232.859 -44818.944 150000 -1572506 -68190.314 -1580962.7 -68557.031 354.67566 354.67566 47450.47 47450.47 11281.781 11431.264 Loop time of 1544.9 on 1 procs for 1000 steps with 8000 atoms Performance: 0.056 ns/day, 429.140 hours/ns, 0.647 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 | 981.21 | 981.21 | 981.21 | 0.0 | 63.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18829 | 0.18829 | 0.18829 | 0.0 | 0.01 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 563.46 | 563.46 | 563.46 | 0.0 | 36.47 Other | | 0.04676 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48618e+06 ave 6.48618e+06 max 6.48618e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486181 Ave neighs/atom = 810.773 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.823020737529, Press = 26.2560725921475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 150000 -1572506 -68190.314 -1580962.7 -68557.031 354.67566 354.67566 47450.47 47450.47 11281.781 11431.264 151000 -1572658.6 -68196.931 -1581066.7 -68561.539 352.6355 352.6355 47456.825 47456.825 -18113.811 -18353.819 Loop time of 1508.96 on 1 procs for 1000 steps with 8000 atoms Performance: 0.057 ns/day, 419.155 hours/ns, 0.663 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 | 956.43 | 956.43 | 956.43 | 0.0 | 63.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18006 | 0.18006 | 0.18006 | 0.0 | 0.01 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 552.3 | 552.3 | 552.3 | 0.0 | 36.60 Other | | 0.04451 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48754e+06 ave 6.48754e+06 max 6.48754e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487545 Ave neighs/atom = 810.943 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.835522573389, Press = 24.3037238025979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 151000 -1572658.6 -68196.931 -1581066.7 -68561.539 352.6355 352.6355 47456.825 47456.825 -18113.811 -18353.819 152000 -1572605.3 -68194.621 -1580982.7 -68557.897 351.3469 351.3469 47457.623 47457.623 -24372.109 -24695.039 Loop time of 1483.05 on 1 procs for 1000 steps with 8000 atoms Performance: 0.058 ns/day, 411.959 hours/ns, 0.674 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 | 941.22 | 941.22 | 941.22 | 0.0 | 63.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17835 | 0.17835 | 0.17835 | 0.0 | 0.01 Output | 0.00011611 | 0.00011611 | 0.00011611 | 0.0 | 0.00 Modify | 541.61 | 541.61 | 541.61 | 0.0 | 36.52 Other | | 0.04428 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48667e+06 ave 6.48667e+06 max 6.48667e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486670 Ave neighs/atom = 810.834 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.845400196856, Press = 23.5829354603605 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 152000 -1572605.3 -68194.621 -1580982.7 -68557.897 351.3469 351.3469 47457.623 47457.623 -24372.109 -24695.039 153000 -1572848 -68205.144 -1581279.1 -68570.753 353.60338 353.60338 47440.103 47440.103 -2546.8395 -2580.5851 Loop time of 1516.25 on 1 procs for 1000 steps with 8000 atoms Performance: 0.057 ns/day, 421.180 hours/ns, 0.660 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 | 962.2 | 962.2 | 962.2 | 0.0 | 63.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18322 | 0.18322 | 0.18322 | 0.0 | 0.01 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 553.82 | 553.82 | 553.82 | 0.0 | 36.53 Other | | 0.04514 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48623e+06 ave 6.48623e+06 max 6.48623e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486231 Ave neighs/atom = 810.779 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.838818013102, Press = 20.1363982608512 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 153000 -1572848 -68205.144 -1581279.1 -68570.753 353.60338 353.60338 47440.103 47440.103 -2546.8395 -2580.5851 154000 -1572678.2 -68197.782 -1581093.5 -68562.704 352.93954 352.93954 47457.267 47457.267 -499.22464 -505.83936 Loop time of 1633.33 on 1 procs for 1000 steps with 8000 atoms Performance: 0.053 ns/day, 453.702 hours/ns, 0.612 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 | 1045.4 | 1045.4 | 1045.4 | 0.0 | 64.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19742 | 0.19742 | 0.19742 | 0.0 | 0.01 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 587.7 | 587.7 | 587.7 | 0.0 | 35.98 Other | | 0.04956 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48815e+06 ave 6.48815e+06 max 6.48815e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488152 Ave neighs/atom = 811.019 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.834857913774, Press = 21.1235134775239 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 154000 -1572678.2 -68197.782 -1581093.5 -68562.704 352.93954 352.93954 47457.267 47457.267 -499.22464 -505.83936 155000 -1572670.1 -68197.428 -1581194.1 -68567.065 357.49854 357.49854 47452.995 47452.995 -20425.554 -20696.192 Loop time of 1643.97 on 1 procs for 1000 steps with 8000 atoms Performance: 0.053 ns/day, 456.660 hours/ns, 0.608 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 | 1056 | 1056 | 1056 | 0.0 | 64.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19806 | 0.19806 | 0.19806 | 0.0 | 0.01 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 587.73 | 587.73 | 587.73 | 0.0 | 35.75 Other | | 0.0503 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48646e+06 ave 6.48646e+06 max 6.48646e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486459 Ave neighs/atom = 810.807 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.839815960022, Press = 26.9232359888327 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 155000 -1572670.1 -68197.428 -1581194.1 -68567.065 357.49854 357.49854 47452.995 47452.995 -20425.554 -20696.192 156000 -1572703.4 -68198.875 -1581084.2 -68562.3 351.49111 351.49111 47446.416 47446.416 25592.189 25931.286 Loop time of 1492 on 1 procs for 1000 steps with 8000 atoms Performance: 0.058 ns/day, 414.446 hours/ns, 0.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 | 944.08 | 944.08 | 944.08 | 0.0 | 63.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18322 | 0.18322 | 0.18322 | 0.0 | 0.01 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 547.7 | 547.7 | 547.7 | 0.0 | 36.71 Other | | 0.04447 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48724e+06 ave 6.48724e+06 max 6.48724e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487237 Ave neighs/atom = 810.905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.835118530821, Press = 26.6722799275455 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 156000 -1572703.4 -68198.875 -1581084.2 -68562.3 351.49111 351.49111 47446.416 47446.416 25592.189 25931.286 157000 -1572676.9 -68197.723 -1581178.1 -68566.372 356.54324 356.54324 47439.497 47439.497 319.35545 323.58691 Loop time of 1455.56 on 1 procs for 1000 steps with 8000 atoms Performance: 0.059 ns/day, 404.323 hours/ns, 0.687 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 | 917.75 | 917.75 | 917.75 | 0.0 | 63.05 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17974 | 0.17974 | 0.17974 | 0.0 | 0.01 Output | 8.4162e-05 | 8.4162e-05 | 8.4162e-05 | 0.0 | 0.00 Modify | 537.59 | 537.59 | 537.59 | 0.0 | 36.93 Other | | 0.04382 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48779e+06 ave 6.48779e+06 max 6.48779e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487786 Ave neighs/atom = 810.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.829135938025, Press = 29.1623824920231 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1631 | 1631 | 1631 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 157000 -1572676.9 -68197.723 -1581178.1 -68566.372 356.54324 356.54324 47439.497 47439.497 319.35545 323.58691 158000 -1572642.6 -68196.237 -1581155.2 -68565.378 357.01969 357.01969 47454.937 47454.937 -24028.306 -24346.681 Loop time of 1466.76 on 1 procs for 1000 steps with 8000 atoms Performance: 0.059 ns/day, 407.433 hours/ns, 0.682 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 | 925.98 | 925.98 | 925.98 | 0.0 | 63.13 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17688 | 0.17688 | 0.17688 | 0.0 | 0.01 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 540.56 | 540.56 | 540.56 | 0.0 | 36.85 Other | | 0.04346 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48876e+06 ave 6.48876e+06 max 6.48876e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6488761 Ave neighs/atom = 811.095 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.826325948329, Press = 33.3401659649022 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 158000 -1572642.6 -68196.237 -1581155.2 -68565.378 357.01969 357.01969 47454.937 47454.937 -24028.306 -24346.681 159000 -1572489.4 -68189.595 -1580929.2 -68555.58 353.96665 353.96665 47454.842 47454.842 8493.9214 8606.4659 Loop time of 1465.53 on 1 procs for 1000 steps with 8000 atoms Performance: 0.059 ns/day, 407.092 hours/ns, 0.682 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 | 928.22 | 928.22 | 928.22 | 0.0 | 63.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17626 | 0.17626 | 0.17626 | 0.0 | 0.01 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 537.09 | 537.09 | 537.09 | 0.0 | 36.65 Other | | 0.04327 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48711e+06 ave 6.48711e+06 max 6.48711e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487111 Ave neighs/atom = 810.889 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.842095880047, Press = 36.007535808397 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 159000 -1572489.4 -68189.595 -1580929.2 -68555.58 353.96665 353.96665 47454.842 47454.842 8493.9214 8606.4659 160000 -1572726.3 -68199.866 -1581196.9 -68567.187 355.25901 355.25901 47453.658 47453.658 -29589.579 -29981.641 Loop time of 1467.29 on 1 procs for 1000 steps with 8000 atoms Performance: 0.059 ns/day, 407.580 hours/ns, 0.682 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 | 927.71 | 927.71 | 927.71 | 0.0 | 63.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1775 | 0.1775 | 0.1775 | 0.0 | 0.01 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 539.35 | 539.35 | 539.35 | 0.0 | 36.76 Other | | 0.04365 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48679e+06 ave 6.48679e+06 max 6.48679e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486789 Ave neighs/atom = 810.849 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.842891982993, Press = 38.3339245545125 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 160000 -1572726.3 -68199.866 -1581196.9 -68567.187 355.25901 355.25901 47453.658 47453.658 -29589.579 -29981.641 161000 -1572818.2 -68203.85 -1581141.8 -68564.799 349.09633 349.09633 47452.208 47452.208 -22410.014 -22706.947 Loop time of 1469.45 on 1 procs for 1000 steps with 8000 atoms Performance: 0.059 ns/day, 408.180 hours/ns, 0.681 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 | 929.85 | 929.85 | 929.85 | 0.0 | 63.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1784 | 0.1784 | 0.1784 | 0.0 | 0.01 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 539.38 | 539.38 | 539.38 | 0.0 | 36.71 Other | | 0.04412 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48671e+06 ave 6.48671e+06 max 6.48671e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486711 Ave neighs/atom = 810.839 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.837045061861, Press = 43.9876974006483 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 161000 -1572818.2 -68203.85 -1581141.8 -68564.799 349.09633 349.09633 47452.208 47452.208 -22410.014 -22706.947 162000 -1572669.7 -68197.412 -1581035.2 -68560.177 350.853 350.853 47454.019 47454.019 -20932.725 -21210.084 Loop time of 1478.02 on 1 procs for 1000 steps with 8000 atoms Performance: 0.058 ns/day, 410.560 hours/ns, 0.677 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 | 936.14 | 936.14 | 936.14 | 0.0 | 63.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17602 | 0.17602 | 0.17602 | 0.0 | 0.01 Output | 6.9141e-05 | 6.9141e-05 | 6.9141e-05 | 0.0 | 0.00 Modify | 541.66 | 541.66 | 541.66 | 0.0 | 36.65 Other | | 0.04338 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48679e+06 ave 6.48679e+06 max 6.48679e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6486791 Ave neighs/atom = 810.849 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.827341701755, Press = 42.3095335365704 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 162000 -1572669.7 -68197.412 -1581035.2 -68560.177 350.853 350.853 47454.019 47454.019 -20932.725 -21210.084 163000 -1572667.8 -68197.33 -1581063.2 -68561.389 352.10388 352.10388 47448.662 47448.662 6362.1952 6446.4943 Loop time of 1486.84 on 1 procs for 1000 steps with 8000 atoms Performance: 0.058 ns/day, 413.011 hours/ns, 0.673 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 | 943.76 | 943.76 | 943.76 | 0.0 | 63.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17912 | 0.17912 | 0.17912 | 0.0 | 0.01 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 542.86 | 542.86 | 542.86 | 0.0 | 36.51 Other | | 0.0443 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48719e+06 ave 6.48719e+06 max 6.48719e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487189 Ave neighs/atom = 810.899 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 353.831086111245, Press = 42.9385890524504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 1630 | 1630 | 1630 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 163000 -1572667.8 -68197.33 -1581063.2 -68561.389 352.10388 352.10388 47448.662 47448.662 6362.1952 6446.4943 164000 -1572645.1 -68196.345 -1581143.5 -68564.871 356.42426 356.42426 47446.547 47446.547 -90.528966 -91.728475 Loop time of 1494.89 on 1 procs for 1000 steps with 8000 atoms Performance: 0.058 ns/day, 415.247 hours/ns, 0.669 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 | 945.66 | 945.66 | 945.66 | 0.0 | 63.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17883 | 0.17883 | 0.17883 | 0.0 | 0.01 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 549.01 | 549.01 | 549.01 | 0.0 | 36.73 Other | | 0.04438 | | | 0.00 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 29621 ave 29621 max 29621 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 6.48733e+06 ave 6.48733e+06 max 6.48733e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 6487328 Ave neighs/atom = 810.916 Neighbor list builds = 0 Dangerous builds = 0