# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 2.863657325506211*${_u_distance} variable latticeconst_converted equal 2.863657325506211*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86365732550621 Lattice spacing in x,y,z = 2.8636573 2.8636573 2.8636573 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.636573 28.636573 28.636573) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_SaLee_2008_NbFe__MO_162036141261_000 pair_coeff * * Fe #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23483.5171943885 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5171943885/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5171943885/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5171943885/(1*1*${_u_distance}) variable V0_metal equal 23483.5171943885/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23483.5171943885*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23483.5171943885 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8499.0849 -8499.0849 -8580 -8580 313.15 313.15 23483.517 23483.517 3680.3113 3680.3113 1000 -8414.062 -8414.062 -8492.0255 -8492.0255 301.72682 301.72682 23708.302 23708.302 2542.401 2542.401 Loop time of 37.3977 on 1 procs for 1000 steps with 2000 atoms Performance: 2.310 ns/day, 10.388 hours/ns, 26.740 timesteps/s 74.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 | 37.274 | 37.274 | 37.274 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026212 | 0.026212 | 0.026212 | 0.0 | 0.07 Output | 4.69e-05 | 4.69e-05 | 4.69e-05 | 0.0 | 0.00 Modify | 0.086315 | 0.086315 | 0.086315 | 0.0 | 0.23 Other | | 0.01112 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8414.062 -8414.062 -8492.0255 -8492.0255 301.72682 301.72682 23708.302 23708.302 2542.401 2542.401 2000 -8414.7194 -8414.7194 -8495.0452 -8495.0452 310.86924 310.86924 23746.308 23746.308 -482.38556 -482.38556 Loop time of 40.1469 on 1 procs for 1000 steps with 2000 atoms Performance: 2.152 ns/day, 11.152 hours/ns, 24.909 timesteps/s 72.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 | 40.005 | 40.005 | 40.005 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025561 | 0.025561 | 0.025561 | 0.0 | 0.06 Output | 4.97e-05 | 4.97e-05 | 4.97e-05 | 0.0 | 0.00 Modify | 0.10499 | 0.10499 | 0.10499 | 0.0 | 0.26 Other | | 0.0113 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8414.7194 -8414.7194 -8495.0452 -8495.0452 310.86924 310.86924 23746.308 23746.308 -482.38556 -482.38556 3000 -8416.0069 -8416.0069 -8490.7018 -8490.7018 289.07701 289.07701 23753.35 23753.35 -578.6543 -578.6543 Loop time of 41.9365 on 1 procs for 1000 steps with 2000 atoms Performance: 2.060 ns/day, 11.649 hours/ns, 23.846 timesteps/s 70.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 | 41.784 | 41.784 | 41.784 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026158 | 0.026158 | 0.026158 | 0.0 | 0.06 Output | 4.45e-05 | 4.45e-05 | 4.45e-05 | 0.0 | 0.00 Modify | 0.11437 | 0.11437 | 0.11437 | 0.0 | 0.27 Other | | 0.01142 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128102.0 ave 128102 max 128102 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128102 Ave neighs/atom = 64.051000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8416.0069 -8416.0069 -8490.7018 -8490.7018 289.07701 289.07701 23753.35 23753.35 -578.6543 -578.6543 4000 -8413.6593 -8413.6593 -8496.6671 -8496.6671 321.249 321.249 23743.726 23743.726 -533.70177 -533.70177 Loop time of 39.7862 on 1 procs for 1000 steps with 2000 atoms Performance: 2.172 ns/day, 11.052 hours/ns, 25.134 timesteps/s 74.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 | 39.623 | 39.623 | 39.623 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04583 | 0.04583 | 0.04583 | 0.0 | 0.12 Output | 4.46e-05 | 4.46e-05 | 4.46e-05 | 0.0 | 0.00 Modify | 0.10598 | 0.10598 | 0.10598 | 0.0 | 0.27 Other | | 0.01128 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8413.6593 -8413.6593 -8496.6671 -8496.6671 321.249 321.249 23743.726 23743.726 -533.70177 -533.70177 5000 -8415.9571 -8415.9571 -8498.1066 -8498.1066 317.92724 317.92724 23721.375 23721.375 911.04233 911.04233 Loop time of 43.0733 on 1 procs for 1000 steps with 2000 atoms Performance: 2.006 ns/day, 11.965 hours/ns, 23.216 timesteps/s 68.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 | 42.891 | 42.891 | 42.891 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065805 | 0.065805 | 0.065805 | 0.0 | 0.15 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.10531 | 0.10531 | 0.10531 | 0.0 | 0.24 Other | | 0.0113 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.069166219861, Press = 1174.46146354367 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8415.9571 -8415.9571 -8498.1066 -8498.1066 317.92724 317.92724 23721.375 23721.375 911.04233 911.04233 6000 -8413.7763 -8413.7763 -8498.326 -8498.326 327.21613 327.21613 23685.076 23685.076 3615.8575 3615.8575 Loop time of 39.3258 on 1 procs for 1000 steps with 2000 atoms Performance: 2.197 ns/day, 10.924 hours/ns, 25.429 timesteps/s 74.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 | 39.113 | 39.113 | 39.113 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051393 | 0.051393 | 0.051393 | 0.0 | 0.13 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.13038 | 0.13038 | 0.13038 | 0.0 | 0.33 Other | | 0.03116 | | | 0.08 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.959595419031, Press = 91.8076708633639 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8413.7763 -8413.7763 -8498.326 -8498.326 327.21613 327.21613 23685.076 23685.076 3615.8575 3615.8575 7000 -8418.4177 -8418.4177 -8499.41 -8499.41 313.4488 313.4488 23710.651 23710.651 1369.6506 1369.6506 Loop time of 41.6284 on 1 procs for 1000 steps with 2000 atoms Performance: 2.076 ns/day, 11.563 hours/ns, 24.022 timesteps/s 71.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 | 41.47 | 41.47 | 41.47 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04625 | 0.04625 | 0.04625 | 0.0 | 0.11 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.10095 | 0.10095 | 0.10095 | 0.0 | 0.24 Other | | 0.01134 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128086.0 ave 128086 max 128086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128086 Ave neighs/atom = 64.043000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.671252128679, Press = 15.1598353196764 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8418.4177 -8418.4177 -8499.41 -8499.41 313.4488 313.4488 23710.651 23710.651 1369.6506 1369.6506 8000 -8414.3588 -8414.3588 -8495.3884 -8495.3884 313.59316 313.59316 23736.073 23736.073 185.35848 185.35848 Loop time of 41.7587 on 1 procs for 1000 steps with 2000 atoms Performance: 2.069 ns/day, 11.600 hours/ns, 23.947 timesteps/s 70.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 | 41.553 | 41.553 | 41.553 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025932 | 0.025932 | 0.025932 | 0.0 | 0.06 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.16819 | 0.16819 | 0.16819 | 0.0 | 0.40 Other | | 0.01118 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.319764839177, Press = 9.41189251680083 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8414.3588 -8414.3588 -8495.3884 -8495.3884 313.59316 313.59316 23736.073 23736.073 185.35848 185.35848 9000 -8416.3513 -8416.3513 -8494.4297 -8494.4297 302.17115 302.17115 23743.611 23743.611 -280.03612 -280.03612 Loop time of 39.5594 on 1 procs for 1000 steps with 2000 atoms Performance: 2.184 ns/day, 10.989 hours/ns, 25.278 timesteps/s 74.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 | 39.365 | 39.365 | 39.365 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052385 | 0.052385 | 0.052385 | 0.0 | 0.13 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.13056 | 0.13056 | 0.13056 | 0.0 | 0.33 Other | | 0.01129 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.618587509248, Press = 8.2659996727669 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8416.3513 -8416.3513 -8494.4297 -8494.4297 302.17115 302.17115 23743.611 23743.611 -280.03612 -280.03612 10000 -8412.7377 -8412.7377 -8494.852 -8494.852 317.79087 317.79087 23757.258 23757.258 -1184.3431 -1184.3431 Loop time of 40.7021 on 1 procs for 1000 steps with 2000 atoms Performance: 2.123 ns/day, 11.306 hours/ns, 24.569 timesteps/s 72.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 | 40.505 | 40.505 | 40.505 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046002 | 0.046002 | 0.046002 | 0.0 | 0.11 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.13987 | 0.13987 | 0.13987 | 0.0 | 0.34 Other | | 0.01121 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.36287046164, Press = 7.88090937064457 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8412.7377 -8412.7377 -8494.852 -8494.852 317.79087 317.79087 23757.258 23757.258 -1184.3431 -1184.3431 11000 -8414.8367 -8414.8367 -8496.1029 -8496.1029 314.50863 314.50863 23766.431 23766.431 -1970.6204 -1970.6204 Loop time of 41.1088 on 1 procs for 1000 steps with 2000 atoms Performance: 2.102 ns/day, 11.419 hours/ns, 24.326 timesteps/s 71.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 | 40.983 | 40.983 | 40.983 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025758 | 0.025758 | 0.025758 | 0.0 | 0.06 Output | 2.72e-05 | 2.72e-05 | 2.72e-05 | 0.0 | 0.00 Modify | 0.089232 | 0.089232 | 0.089232 | 0.0 | 0.22 Other | | 0.01124 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.743012987946, Press = 7.54755253058848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8414.8367 -8414.8367 -8496.1029 -8496.1029 314.50863 314.50863 23766.431 23766.431 -1970.6204 -1970.6204 12000 -8414.4946 -8414.4946 -8496.1127 -8496.1127 315.87038 315.87038 23766.45 23766.45 -1917.0747 -1917.0747 Loop time of 39.539 on 1 procs for 1000 steps with 2000 atoms Performance: 2.185 ns/day, 10.983 hours/ns, 25.291 timesteps/s 74.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 | 39.392 | 39.392 | 39.392 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025718 | 0.025718 | 0.025718 | 0.0 | 0.07 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.10979 | 0.10979 | 0.10979 | 0.0 | 0.28 Other | | 0.01126 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.412763942256, Press = 12.4549593677017 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8414.4946 -8414.4946 -8496.1127 -8496.1127 315.87038 315.87038 23766.45 23766.45 -1917.0747 -1917.0747 13000 -8412.4548 -8412.4548 -8494.2158 -8494.2158 316.42369 316.42369 23752.089 23752.089 -696.17277 -696.17277 Loop time of 42.4013 on 1 procs for 1000 steps with 2000 atoms Performance: 2.038 ns/day, 11.778 hours/ns, 23.584 timesteps/s 69.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 | 42.195 | 42.195 | 42.195 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045789 | 0.045789 | 0.045789 | 0.0 | 0.11 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.14926 | 0.14926 | 0.14926 | 0.0 | 0.35 Other | | 0.0113 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.523941264141, Press = 14.3090119863701 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8412.4548 -8412.4548 -8494.2158 -8494.2158 316.42369 316.42369 23752.089 23752.089 -696.17277 -696.17277 14000 -8416.0914 -8416.0914 -8497.9023 -8497.9023 316.61637 316.61637 23717.615 23717.615 1050.4629 1050.4629 Loop time of 40.9938 on 1 procs for 1000 steps with 2000 atoms Performance: 2.108 ns/day, 11.387 hours/ns, 24.394 timesteps/s 71.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 | 40.806 | 40.806 | 40.806 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025788 | 0.025788 | 0.025788 | 0.0 | 0.06 Output | 3.26e-05 | 3.26e-05 | 3.26e-05 | 0.0 | 0.00 Modify | 0.1501 | 0.1501 | 0.1501 | 0.0 | 0.37 Other | | 0.01164 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.732698750012, Press = 12.2869234271659 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8416.0914 -8416.0914 -8497.9023 -8497.9023 316.61637 316.61637 23717.615 23717.615 1050.4629 1050.4629 15000 -8412.3416 -8412.3416 -8494.0449 -8494.0449 316.20002 316.20002 23724.263 23724.263 1327.1521 1327.1521 Loop time of 43.2369 on 1 procs for 1000 steps with 2000 atoms Performance: 1.998 ns/day, 12.010 hours/ns, 23.128 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 | 43.029 | 43.029 | 43.029 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025914 | 0.025914 | 0.025914 | 0.0 | 0.06 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.13015 | 0.13015 | 0.13015 | 0.0 | 0.30 Other | | 0.05174 | | | 0.12 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.661852123074, Press = 6.20613224043351 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8412.3416 -8412.3416 -8494.0449 -8494.0449 316.20002 316.20002 23724.263 23724.263 1327.1521 1327.1521 16000 -8417.824 -8417.824 -8496.3903 -8496.3903 304.05956 304.05956 23726.147 23726.147 777.18223 777.18223 Loop time of 38.614 on 1 procs for 1000 steps with 2000 atoms Performance: 2.238 ns/day, 10.726 hours/ns, 25.897 timesteps/s 76.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 | 38.412 | 38.412 | 38.412 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025667 | 0.025667 | 0.025667 | 0.0 | 0.07 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.14546 | 0.14546 | 0.14546 | 0.0 | 0.38 Other | | 0.03128 | | | 0.08 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.607318160445, Press = 3.666088937434 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8417.824 -8417.824 -8496.3903 -8496.3903 304.05956 304.05956 23726.147 23726.147 777.18223 777.18223 17000 -8413.4369 -8413.4369 -8496.8489 -8496.8489 322.81315 322.81315 23736.282 23736.282 82.185959 82.185959 Loop time of 40.0129 on 1 procs for 1000 steps with 2000 atoms Performance: 2.159 ns/day, 11.115 hours/ns, 24.992 timesteps/s 73.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 | 39.807 | 39.807 | 39.807 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045636 | 0.045636 | 0.045636 | 0.0 | 0.11 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.14936 | 0.14936 | 0.14936 | 0.0 | 0.37 Other | | 0.01115 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.548245708925, Press = 2.34967147468896 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8413.4369 -8413.4369 -8496.8489 -8496.8489 322.81315 322.81315 23736.282 23736.282 82.185959 82.185959 18000 -8416.6131 -8416.6131 -8497.4237 -8497.4237 312.74531 312.74531 23741.439 23741.439 -573.62351 -573.62351 Loop time of 40.2306 on 1 procs for 1000 steps with 2000 atoms Performance: 2.148 ns/day, 11.175 hours/ns, 24.857 timesteps/s 73.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 | 40.083 | 40.083 | 40.083 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026373 | 0.026373 | 0.026373 | 0.0 | 0.07 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.11023 | 0.11023 | 0.11023 | 0.0 | 0.27 Other | | 0.01126 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.421173399327, Press = 1.23387457227553 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8416.6131 -8416.6131 -8497.4237 -8497.4237 312.74531 312.74531 23741.439 23741.439 -573.62351 -573.62351 19000 -8414.0977 -8414.0977 -8493.8047 -8493.8047 308.47431 308.47431 23773.566 23773.566 -2285.5312 -2285.5312 Loop time of 42.2372 on 1 procs for 1000 steps with 2000 atoms Performance: 2.046 ns/day, 11.733 hours/ns, 23.676 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 | 42.091 | 42.091 | 42.091 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025809 | 0.025809 | 0.025809 | 0.0 | 0.06 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.10888 | 0.10888 | 0.10888 | 0.0 | 0.26 Other | | 0.01113 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.425313439898, Press = -2.46293370744671 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8414.0977 -8414.0977 -8493.8047 -8493.8047 308.47431 308.47431 23773.566 23773.566 -2285.5312 -2285.5312 20000 -8414.4341 -8414.4341 -8495.8881 -8495.8881 315.2355 315.2355 23780.989 23780.989 -3152.7308 -3152.7308 Loop time of 41.1122 on 1 procs for 1000 steps with 2000 atoms Performance: 2.102 ns/day, 11.420 hours/ns, 24.324 timesteps/s 71.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 | 40.975 | 40.975 | 40.975 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02603 | 0.02603 | 0.02603 | 0.0 | 0.06 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.090022 | 0.090022 | 0.090022 | 0.0 | 0.22 Other | | 0.02124 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.37223427519, Press = 1.09364881321723 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8414.4341 -8414.4341 -8495.8881 -8495.8881 315.2355 315.2355 23780.989 23780.989 -3152.7308 -3152.7308 21000 -8416.5115 -8416.5115 -8497.3588 -8497.3588 312.88739 312.88739 23767.152 23767.152 -2410.2654 -2410.2654 Loop time of 37.6174 on 1 procs for 1000 steps with 2000 atoms Performance: 2.297 ns/day, 10.449 hours/ns, 26.583 timesteps/s 77.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 | 37.492 | 37.492 | 37.492 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025699 | 0.025699 | 0.025699 | 0.0 | 0.07 Output | 5.95e-05 | 5.95e-05 | 5.95e-05 | 0.0 | 0.00 Modify | 0.088733 | 0.088733 | 0.088733 | 0.0 | 0.24 Other | | 0.01109 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.387550473953, Press = 3.73843886406119 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8416.5115 -8416.5115 -8497.3588 -8497.3588 312.88739 312.88739 23767.152 23767.152 -2410.2654 -2410.2654 22000 -8411.7006 -8411.7006 -8494.8717 -8494.8717 321.88084 321.88084 23760.899 23760.899 -1369.1325 -1369.1325 Loop time of 39.9549 on 1 procs for 1000 steps with 2000 atoms Performance: 2.162 ns/day, 11.099 hours/ns, 25.028 timesteps/s 73.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 | 39.769 | 39.769 | 39.769 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025554 | 0.025554 | 0.025554 | 0.0 | 0.06 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.14965 | 0.14965 | 0.14965 | 0.0 | 0.37 Other | | 0.01116 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.294752944671, Press = 5.00361817045952 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8411.7006 -8411.7006 -8494.8717 -8494.8717 321.88084 321.88084 23760.899 23760.899 -1369.1325 -1369.1325 23000 -8415.8274 -8415.8274 -8494.6436 -8494.6436 305.02685 305.02685 23735.437 23735.437 320.06302 320.06302 Loop time of 38.7885 on 1 procs for 1000 steps with 2000 atoms Performance: 2.227 ns/day, 10.775 hours/ns, 25.781 timesteps/s 75.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 | 38.662 | 38.662 | 38.662 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025927 | 0.025927 | 0.025927 | 0.0 | 0.07 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.089345 | 0.089345 | 0.089345 | 0.0 | 0.23 Other | | 0.01125 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.342279716769, Press = 4.15792044429933 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8415.8274 -8415.8274 -8494.6436 -8494.6436 305.02685 305.02685 23735.437 23735.437 320.06302 320.06302 24000 -8413.8793 -8413.8793 -8494.4005 -8494.4005 311.62505 311.62505 23736.843 23736.843 473.83201 473.83201 Loop time of 40.2416 on 1 procs for 1000 steps with 2000 atoms Performance: 2.147 ns/day, 11.178 hours/ns, 24.850 timesteps/s 72.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 | 40.015 | 40.015 | 40.015 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025719 | 0.025719 | 0.025719 | 0.0 | 0.06 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.14996 | 0.14996 | 0.14996 | 0.0 | 0.37 Other | | 0.05111 | | | 0.13 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.384830552834, Press = 2.90074387696774 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8413.8793 -8413.8793 -8494.4005 -8494.4005 311.62505 311.62505 23736.843 23736.843 473.83201 473.83201 25000 -8417.9017 -8417.9017 -8498.372 -8498.372 311.42843 311.42843 23728.7 23728.7 204.25026 204.25026 Loop time of 42.0761 on 1 procs for 1000 steps with 2000 atoms Performance: 2.053 ns/day, 11.688 hours/ns, 23.766 timesteps/s 69.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 | 41.908 | 41.908 | 41.908 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025985 | 0.025985 | 0.025985 | 0.0 | 0.06 Output | 2.56e-05 | 2.56e-05 | 2.56e-05 | 0.0 | 0.00 Modify | 0.1303 | 0.1303 | 0.1303 | 0.0 | 0.31 Other | | 0.01131 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.401576854411, Press = 2.6831805678502 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8417.9017 -8417.9017 -8498.372 -8498.372 311.42843 311.42843 23728.7 23728.7 204.25026 204.25026 26000 -8416.4571 -8416.4571 -8494.3372 -8494.3372 301.40411 301.40411 23729.552 23729.552 797.28187 797.28187 Loop time of 40.3389 on 1 procs for 1000 steps with 2000 atoms Performance: 2.142 ns/day, 11.205 hours/ns, 24.790 timesteps/s 72.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 | 40.172 | 40.172 | 40.172 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026034 | 0.026034 | 0.026034 | 0.0 | 0.06 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.12876 | 0.12876 | 0.12876 | 0.0 | 0.32 Other | | 0.01179 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.46772235945, Press = 2.54694352867504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8416.4571 -8416.4571 -8494.3372 -8494.3372 301.40411 301.40411 23729.552 23729.552 797.28187 797.28187 27000 -8417.3824 -8417.3824 -8496.9935 -8496.9935 308.10313 308.10313 23721.216 23721.216 1050.1549 1050.1549 Loop time of 41.5013 on 1 procs for 1000 steps with 2000 atoms Performance: 2.082 ns/day, 11.528 hours/ns, 24.096 timesteps/s 70.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 | 41.274 | 41.274 | 41.274 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025623 | 0.025623 | 0.025623 | 0.0 | 0.06 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.19065 | 0.19065 | 0.19065 | 0.0 | 0.46 Other | | 0.01123 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.455720373362, Press = 1.6457043004423 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8417.3824 -8417.3824 -8496.9935 -8496.9935 308.10313 308.10313 23721.216 23721.216 1050.1549 1050.1549 28000 -8415.9555 -8415.9555 -8495.5764 -8495.5764 308.14122 308.14122 23726.402 23726.402 939.03318 939.03318 Loop time of 40.8998 on 1 procs for 1000 steps with 2000 atoms Performance: 2.112 ns/day, 11.361 hours/ns, 24.450 timesteps/s 71.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 | 40.702 | 40.702 | 40.702 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045841 | 0.045841 | 0.045841 | 0.0 | 0.11 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.14068 | 0.14068 | 0.14068 | 0.0 | 0.34 Other | | 0.01168 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.527172675296, Press = 0.83350943852971 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8415.9555 -8415.9555 -8495.5764 -8495.5764 308.14122 308.14122 23726.402 23726.402 939.03318 939.03318 29000 -8409.8948 -8409.8948 -8491.9975 -8491.9975 317.74589 317.74589 23762.791 23762.791 -993.19317 -993.19317 Loop time of 35.575 on 1 procs for 1000 steps with 2000 atoms Performance: 2.429 ns/day, 9.882 hours/ns, 28.110 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 | 35.448 | 35.448 | 35.448 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026017 | 0.026017 | 0.026017 | 0.0 | 0.07 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.089347 | 0.089347 | 0.089347 | 0.0 | 0.25 Other | | 0.01117 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.61839351702, Press = 0.608873279006631 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8409.8948 -8409.8948 -8491.9975 -8491.9975 317.74589 317.74589 23762.791 23762.791 -993.19317 -993.19317 30000 -8416.4538 -8416.4538 -8496.4969 -8496.4969 309.77484 309.77484 23774.659 23774.659 -2706.3231 -2706.3231 Loop time of 36.2192 on 1 procs for 1000 steps with 2000 atoms Performance: 2.385 ns/day, 10.061 hours/ns, 27.610 timesteps/s 81.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 | 36.033 | 36.033 | 36.033 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025751 | 0.025751 | 0.025751 | 0.0 | 0.07 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.14929 | 0.14929 | 0.14929 | 0.0 | 0.41 Other | | 0.01122 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.709797087402, Press = 2.32487161227262 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8416.4538 -8416.4538 -8496.4969 -8496.4969 309.77484 309.77484 23774.659 23774.659 -2706.3231 -2706.3231 31000 -8417.2324 -8417.2324 -8496.7665 -8496.7665 307.80498 307.80498 23760.885 23760.885 -1795.1848 -1795.1848 Loop time of 36.996 on 1 procs for 1000 steps with 2000 atoms Performance: 2.335 ns/day, 10.277 hours/ns, 27.030 timesteps/s 79.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 | 36.784 | 36.784 | 36.784 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026035 | 0.026035 | 0.026035 | 0.0 | 0.07 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.17415 | 0.17415 | 0.17415 | 0.0 | 0.47 Other | | 0.01135 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.716773518501, Press = 4.53896820746126 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8417.2324 -8417.2324 -8496.7665 -8496.7665 307.80498 307.80498 23760.885 23760.885 -1795.1848 -1795.1848 32000 -8412.9008 -8412.9008 -8494.3918 -8494.3918 315.37859 315.37859 23732.484 23732.484 839.09794 839.09794 Loop time of 35.6992 on 1 procs for 1000 steps with 2000 atoms Performance: 2.420 ns/day, 9.916 hours/ns, 28.012 timesteps/s 81.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 | 35.513 | 35.513 | 35.513 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045553 | 0.045553 | 0.045553 | 0.0 | 0.13 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.12919 | 0.12919 | 0.12919 | 0.0 | 0.36 Other | | 0.01119 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.643005967224, Press = 4.41760685211612 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8412.9008 -8412.9008 -8494.3918 -8494.3918 315.37859 315.37859 23732.484 23732.484 839.09794 839.09794 33000 -8415.7261 -8415.7261 -8496.8316 -8496.8316 313.88675 313.88675 23703.04 23703.04 2400.9099 2400.9099 Loop time of 36.2224 on 1 procs for 1000 steps with 2000 atoms Performance: 2.385 ns/day, 10.062 hours/ns, 27.607 timesteps/s 81.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 | 36.036 | 36.036 | 36.036 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045668 | 0.045668 | 0.045668 | 0.0 | 0.13 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.12958 | 0.12958 | 0.12958 | 0.0 | 0.36 Other | | 0.01115 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.73420388905, Press = 2.52478928233817 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8415.7261 -8415.7261 -8496.8316 -8496.8316 313.88675 313.88675 23703.04 23703.04 2400.9099 2400.9099 34000 -8412.0441 -8412.0441 -8494.4809 -8494.4809 319.03908 319.03908 23720.268 23720.268 1628.6512 1628.6512 Loop time of 37.3849 on 1 procs for 1000 steps with 2000 atoms Performance: 2.311 ns/day, 10.385 hours/ns, 26.749 timesteps/s 78.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 | 37.217 | 37.217 | 37.217 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045884 | 0.045884 | 0.045884 | 0.0 | 0.12 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.11039 | 0.11039 | 0.11039 | 0.0 | 0.30 Other | | 0.01127 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785726645349, Press = 1.25434412857422 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8412.0441 -8412.0441 -8494.4809 -8494.4809 319.03908 319.03908 23720.268 23720.268 1628.6512 1628.6512 35000 -8417.9644 -8417.9644 -8496.7833 -8496.7833 305.03721 305.03721 23719.769 23719.769 1020.8103 1020.8103 Loop time of 37.2805 on 1 procs for 1000 steps with 2000 atoms Performance: 2.318 ns/day, 10.356 hours/ns, 26.824 timesteps/s 78.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 | 37.134 | 37.134 | 37.134 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025589 | 0.025589 | 0.025589 | 0.0 | 0.07 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.10927 | 0.10927 | 0.10927 | 0.0 | 0.29 Other | | 0.01126 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796130878464, Press = 0.413041411936304 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8417.9644 -8417.9644 -8496.7833 -8496.7833 305.03721 305.03721 23719.769 23719.769 1020.8103 1020.8103 36000 -8413.588 -8413.588 -8494.0694 -8494.0694 311.47101 311.47101 23740.936 23740.936 172.46125 172.46125 Loop time of 37.598 on 1 procs for 1000 steps with 2000 atoms Performance: 2.298 ns/day, 10.444 hours/ns, 26.597 timesteps/s 77.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 | 37.448 | 37.448 | 37.448 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027886 | 0.027886 | 0.027886 | 0.0 | 0.07 Output | 3.25e-05 | 3.25e-05 | 3.25e-05 | 0.0 | 0.00 Modify | 0.090478 | 0.090478 | 0.090478 | 0.0 | 0.24 Other | | 0.0312 | | | 0.08 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.708794455378, Press = -0.863667109805306 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8413.588 -8413.588 -8494.0694 -8494.0694 311.47101 311.47101 23740.936 23740.936 172.46125 172.46125 37000 -8418.0661 -8418.0661 -8496.5534 -8496.5534 303.75422 303.75422 23767.102 23767.102 -2199.393 -2199.393 Loop time of 35.9432 on 1 procs for 1000 steps with 2000 atoms Performance: 2.404 ns/day, 9.984 hours/ns, 27.822 timesteps/s 81.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 | 35.803 | 35.803 | 35.803 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040736 | 0.040736 | 0.040736 | 0.0 | 0.11 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088751 | 0.088751 | 0.088751 | 0.0 | 0.25 Other | | 0.01116 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.685657798666, Press = -1.77716409308346 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8418.0661 -8418.0661 -8496.5534 -8496.5534 303.75422 303.75422 23767.102 23767.102 -2199.393 -2199.393 38000 -8412.8043 -8412.8043 -8494.0406 -8494.0406 314.39291 314.39291 23783.727 23783.727 -2828.9995 -2828.9995 Loop time of 33.2248 on 1 procs for 1000 steps with 2000 atoms Performance: 2.600 ns/day, 9.229 hours/ns, 30.098 timesteps/s 88.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 | 33.057 | 33.057 | 33.057 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045888 | 0.045888 | 0.045888 | 0.0 | 0.14 Output | 2.71e-05 | 2.71e-05 | 2.71e-05 | 0.0 | 0.00 Modify | 0.09004 | 0.09004 | 0.09004 | 0.0 | 0.27 Other | | 0.03139 | | | 0.09 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.649479242267, Press = 0.611561124185068 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8412.8043 -8412.8043 -8494.0406 -8494.0406 314.39291 314.39291 23783.727 23783.727 -2828.9995 -2828.9995 39000 -8415.0396 -8415.0396 -8494.9391 -8494.9391 309.21944 309.21944 23781.963 23781.963 -2858.3768 -2858.3768 Loop time of 33.5092 on 1 procs for 1000 steps with 2000 atoms Performance: 2.578 ns/day, 9.308 hours/ns, 29.843 timesteps/s 87.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 | 33.382 | 33.382 | 33.382 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025859 | 0.025859 | 0.025859 | 0.0 | 0.08 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.090212 | 0.090212 | 0.090212 | 0.0 | 0.27 Other | | 0.0113 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.652584627583, Press = 1.78957549225269 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8415.0396 -8415.0396 -8494.9391 -8494.9391 309.21944 309.21944 23781.963 23781.963 -2858.3768 -2858.3768 40000 -8412.5016 -8412.5016 -8494.4336 -8494.4336 317.08531 317.08531 23762.556 23762.556 -1442.1409 -1442.1409 Loop time of 32.7933 on 1 procs for 1000 steps with 2000 atoms Performance: 2.635 ns/day, 9.109 hours/ns, 30.494 timesteps/s 89.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 | 32.621 | 32.621 | 32.621 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025956 | 0.025956 | 0.025956 | 0.0 | 0.08 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.13539 | 0.13539 | 0.13539 | 0.0 | 0.41 Other | | 0.01121 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.704543326411, Press = 3.02893056689669 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8412.5016 -8412.5016 -8494.4336 -8494.4336 317.08531 317.08531 23762.556 23762.556 -1442.1409 -1442.1409 41000 -8415.6111 -8415.6111 -8496.4952 -8496.4952 313.0297 313.0297 23732.287 23732.287 334.84087 334.84087 Loop time of 34.7085 on 1 procs for 1000 steps with 2000 atoms Performance: 2.489 ns/day, 9.641 hours/ns, 28.811 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 | 34.579 | 34.579 | 34.579 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026022 | 0.026022 | 0.026022 | 0.0 | 0.07 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.092139 | 0.092139 | 0.092139 | 0.0 | 0.27 Other | | 0.01114 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.680628562896, Press = 2.55958092120829 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8415.6111 -8415.6111 -8496.4952 -8496.4952 313.0297 313.0297 23732.287 23732.287 334.84087 334.84087 42000 -8411.3426 -8411.3426 -8494.3158 -8494.3158 321.11474 321.11474 23729.762 23729.762 1046.1615 1046.1615 Loop time of 30.3502 on 1 procs for 1000 steps with 2000 atoms Performance: 2.847 ns/day, 8.431 hours/ns, 32.949 timesteps/s 95.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 | 30.204 | 30.204 | 30.204 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025643 | 0.025643 | 0.025643 | 0.0 | 0.08 Output | 4.24e-05 | 4.24e-05 | 4.24e-05 | 0.0 | 0.00 Modify | 0.10921 | 0.10921 | 0.10921 | 0.0 | 0.36 Other | | 0.01111 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.674052677904, Press = 1.89265738458241 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8411.3426 -8411.3426 -8494.3158 -8494.3158 321.11474 321.11474 23729.762 23729.762 1046.1615 1046.1615 43000 -8416.1219 -8416.1219 -8496.6395 -8496.6395 311.61146 311.61146 23717.381 23717.381 1217.7378 1217.7378 Loop time of 31.3641 on 1 procs for 1000 steps with 2000 atoms Performance: 2.755 ns/day, 8.712 hours/ns, 31.884 timesteps/s 93.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 | 31.237 | 31.237 | 31.237 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025863 | 0.025863 | 0.025863 | 0.0 | 0.08 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.090212 | 0.090212 | 0.090212 | 0.0 | 0.29 Other | | 0.01121 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.674634230498, Press = 1.40756010525347 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8416.1219 -8416.1219 -8496.6395 -8496.6395 311.61146 311.61146 23717.381 23717.381 1217.7378 1217.7378 44000 -8413.753 -8413.753 -8494.3632 -8494.3632 311.96995 311.96995 23699.871 23699.871 2854.0239 2854.0239 Loop time of 30.672 on 1 procs for 1000 steps with 2000 atoms Performance: 2.817 ns/day, 8.520 hours/ns, 32.603 timesteps/s 95.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 | 30.545 | 30.545 | 30.545 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025732 | 0.025732 | 0.025732 | 0.0 | 0.08 Output | 0.0003688 | 0.0003688 | 0.0003688 | 0.0 | 0.00 Modify | 0.08967 | 0.08967 | 0.08967 | 0.0 | 0.29 Other | | 0.01135 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.686727346167, Press = 0.436731230605782 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8413.753 -8413.753 -8494.3632 -8494.3632 311.96995 311.96995 23699.871 23699.871 2854.0239 2854.0239 45000 -8415.0852 -8415.0852 -8495.025 -8495.025 309.37493 309.37493 23703.199 23703.199 2602.7571 2602.7571 Loop time of 29.4182 on 1 procs for 1000 steps with 2000 atoms Performance: 2.937 ns/day, 8.172 hours/ns, 33.993 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.29 | 29.29 | 29.29 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026682 | 0.026682 | 0.026682 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.090233 | 0.090233 | 0.090233 | 0.0 | 0.31 Other | | 0.01136 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128106.0 ave 128106 max 128106 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128106 Ave neighs/atom = 64.053000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.694385253888, Press = -0.409773437124863 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8415.0852 -8415.0852 -8495.025 -8495.025 309.37493 309.37493 23703.199 23703.199 2602.7571 2602.7571 46000 -8415.6339 -8415.6339 -8495.8531 -8495.8531 310.45636 310.45636 23727.597 23727.597 675.32421 675.32421 Loop time of 29.1939 on 1 procs for 1000 steps with 2000 atoms Performance: 2.960 ns/day, 8.109 hours/ns, 34.254 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 | 29.068 | 29.068 | 29.068 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025357 | 0.025357 | 0.025357 | 0.0 | 0.09 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.089512 | 0.089512 | 0.089512 | 0.0 | 0.31 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128110.0 ave 128110 max 128110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128110 Ave neighs/atom = 64.055000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.741882113342, Press = -0.573987784994232 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8415.6339 -8415.6339 -8495.8531 -8495.8531 310.45636 310.45636 23727.597 23727.597 675.32421 675.32421 47000 -8410.2338 -8410.2338 -8492.2553 -8492.2553 317.43159 317.43159 23752.924 23752.924 -375.72041 -375.72041 Loop time of 29.1066 on 1 procs for 1000 steps with 2000 atoms Performance: 2.968 ns/day, 8.085 hours/ns, 34.356 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 | 28.977 | 28.977 | 28.977 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026391 | 0.026391 | 0.026391 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.092031 | 0.092031 | 0.092031 | 0.0 | 0.32 Other | | 0.01122 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.811169370176, Press = 0.161590784152122 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8410.2338 -8410.2338 -8492.2553 -8492.2553 317.43159 317.43159 23752.924 23752.924 -375.72041 -375.72041 48000 -8414.548 -8414.548 -8494.3272 -8494.3272 308.754 308.754 23748.695 23748.695 -551.3211 -551.3211 Loop time of 29.0249 on 1 procs for 1000 steps with 2000 atoms Performance: 2.977 ns/day, 8.062 hours/ns, 34.453 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 | 28.898 | 28.898 | 28.898 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025344 | 0.025344 | 0.025344 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.090324 | 0.090324 | 0.090324 | 0.0 | 0.31 Other | | 0.01131 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.844418738272, Press = 0.502063798779336 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8414.548 -8414.548 -8494.3272 -8494.3272 308.754 308.754 23748.695 23748.695 -551.3211 -551.3211 49000 -8414.3494 -8414.3494 -8494.7016 -8494.7016 310.97103 310.97103 23761.888 23761.888 -1423.8351 -1423.8351 Loop time of 29.3295 on 1 procs for 1000 steps with 2000 atoms Performance: 2.946 ns/day, 8.147 hours/ns, 34.095 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 | 29.203 | 29.203 | 29.203 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025644 | 0.025644 | 0.025644 | 0.0 | 0.09 Output | 2.59e-05 | 2.59e-05 | 2.59e-05 | 0.0 | 0.00 Modify | 0.089856 | 0.089856 | 0.089856 | 0.0 | 0.31 Other | | 0.01146 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.886379936136, Press = 0.837073190019992 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8414.3494 -8414.3494 -8494.7016 -8494.7016 310.97103 310.97103 23761.888 23761.888 -1423.8351 -1423.8351 50000 -8415.9348 -8415.9348 -8495.8099 -8495.8099 309.12476 309.12476 23752.179 23752.179 -1119.3769 -1119.3769 Loop time of 29.0197 on 1 procs for 1000 steps with 2000 atoms Performance: 2.977 ns/day, 8.061 hours/ns, 34.459 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.894 | 28.894 | 28.894 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025392 | 0.025392 | 0.025392 | 0.0 | 0.09 Output | 4.31e-05 | 4.31e-05 | 4.31e-05 | 0.0 | 0.00 Modify | 0.089324 | 0.089324 | 0.089324 | 0.0 | 0.31 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.85567012194, Press = 1.82589459065894 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8415.9348 -8415.9348 -8495.8099 -8495.8099 309.12476 309.12476 23752.179 23752.179 -1119.3769 -1119.3769 51000 -8414.5085 -8414.5085 -8494.65 -8494.65 310.15596 310.15596 23727.669 23727.669 969.93067 969.93067 Loop time of 29.2953 on 1 procs for 1000 steps with 2000 atoms Performance: 2.949 ns/day, 8.138 hours/ns, 34.135 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 | 29.168 | 29.168 | 29.168 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02579 | 0.02579 | 0.02579 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.090143 | 0.090143 | 0.090143 | 0.0 | 0.31 Other | | 0.01119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.830653760809, Press = 2.16485386181325 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8414.5085 -8414.5085 -8494.65 -8494.65 310.15596 310.15596 23727.669 23727.669 969.93067 969.93067 52000 -8412.9177 -8412.9177 -8495.5293 -8495.5293 319.71539 319.71539 23710.494 23710.494 2140.8764 2140.8764 Loop time of 29.3028 on 1 procs for 1000 steps with 2000 atoms Performance: 2.949 ns/day, 8.140 hours/ns, 34.126 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 | 29.176 | 29.176 | 29.176 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025544 | 0.025544 | 0.025544 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.089853 | 0.089853 | 0.089853 | 0.0 | 0.31 Other | | 0.0111 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.784806359733, Press = 1.85116306476424 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8412.9177 -8412.9177 -8495.5293 -8495.5293 319.71539 319.71539 23710.494 23710.494 2140.8764 2140.8764 53000 -8415.3214 -8415.3214 -8497.8812 -8497.8812 319.51494 319.51494 23641.801 23641.801 6654.6545 6654.6545 Loop time of 29.2345 on 1 procs for 1000 steps with 2000 atoms Performance: 2.955 ns/day, 8.121 hours/ns, 34.206 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 | 29.107 | 29.107 | 29.107 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025639 | 0.025639 | 0.025639 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090043 | 0.090043 | 0.090043 | 0.0 | 0.31 Other | | 0.01133 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.804749856633, Press = 0.666390619174819 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8415.3214 -8415.3214 -8497.8812 -8497.8812 319.51494 319.51494 23641.801 23641.801 6654.6545 6654.6545 54000 -8414.5307 -8414.5307 -8494.9284 -8494.9284 311.14736 311.14736 23711.365 23711.365 2136.728 2136.728 Loop time of 29.0157 on 1 procs for 1000 steps with 2000 atoms Performance: 2.978 ns/day, 8.060 hours/ns, 34.464 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 | 28.886 | 28.886 | 28.886 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028393 | 0.028393 | 0.028393 | 0.0 | 0.10 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.090501 | 0.090501 | 0.090501 | 0.0 | 0.31 Other | | 0.01112 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809367080515, Press = 0.02867512527624 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8414.5307 -8414.5307 -8494.9284 -8494.9284 311.14736 311.14736 23711.365 23711.365 2136.728 2136.728 55000 -8416.4023 -8416.4023 -8497.409 -8497.409 313.50409 313.50409 23737.092 23737.092 -102.97312 -102.97312 Loop time of 29.0912 on 1 procs for 1000 steps with 2000 atoms Performance: 2.970 ns/day, 8.081 hours/ns, 34.375 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 | 28.964 | 28.964 | 28.964 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025383 | 0.025383 | 0.025383 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.090453 | 0.090453 | 0.090453 | 0.0 | 0.31 Other | | 0.01121 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.848568263272, Press = 0.00885186562874571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8416.4023 -8416.4023 -8497.409 -8497.409 313.50409 313.50409 23737.092 23737.092 -102.97312 -102.97312 56000 -8411.6201 -8411.6201 -8492.0567 -8492.0567 311.29794 311.29794 23756.296 23756.296 -502.47618 -502.47618 Loop time of 29.2429 on 1 procs for 1000 steps with 2000 atoms Performance: 2.955 ns/day, 8.123 hours/ns, 34.196 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 | 29.116 | 29.116 | 29.116 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02611 | 0.02611 | 0.02611 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.089882 | 0.089882 | 0.089882 | 0.0 | 0.31 Other | | 0.01124 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.881539714696, Press = 0.428124813498828 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8411.6201 -8411.6201 -8492.0567 -8492.0567 311.29794 311.29794 23756.296 23756.296 -502.47618 -502.47618 57000 -8414.3569 -8414.3569 -8495.4392 -8495.4392 313.79682 313.79682 23770.644 23770.644 -2168.5805 -2168.5805 Loop time of 29.4595 on 1 procs for 1000 steps with 2000 atoms Performance: 2.933 ns/day, 8.183 hours/ns, 33.945 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 | 29.333 | 29.333 | 29.333 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025562 | 0.025562 | 0.025562 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.090078 | 0.090078 | 0.090078 | 0.0 | 0.31 Other | | 0.0113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.884001907291, Press = 0.806920619421796 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8414.3569 -8414.3569 -8495.4392 -8495.4392 313.79682 313.79682 23770.644 23770.644 -2168.5805 -2168.5805 58000 -8411.3877 -8411.3877 -8491.6008 -8491.6008 310.43276 310.43276 23792.805 23792.805 -3083.8407 -3083.8407 Loop time of 28.9928 on 1 procs for 1000 steps with 2000 atoms Performance: 2.980 ns/day, 8.054 hours/ns, 34.491 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 | 28.867 | 28.867 | 28.867 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025685 | 0.025685 | 0.025685 | 0.0 | 0.09 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.089495 | 0.089495 | 0.089495 | 0.0 | 0.31 Other | | 0.01104 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.959572946094, Press = 2.08800192150589 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8411.3877 -8411.3877 -8491.6008 -8491.6008 310.43276 310.43276 23792.805 23792.805 -3083.8407 -3083.8407 59000 -8415.2617 -8415.2617 -8496.4409 -8496.4409 314.17166 314.17166 23746.373 23746.373 -495.04625 -495.04625 Loop time of 28.8763 on 1 procs for 1000 steps with 2000 atoms Performance: 2.992 ns/day, 8.021 hours/ns, 34.630 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 | 28.751 | 28.751 | 28.751 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025489 | 0.025489 | 0.025489 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088671 | 0.088671 | 0.088671 | 0.0 | 0.31 Other | | 0.01107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.977783452707, Press = 2.43255877105928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8415.2617 -8415.2617 -8496.4409 -8496.4409 314.17166 314.17166 23746.373 23746.373 -495.04625 -495.04625 60000 -8416.313 -8416.313 -8495.6783 -8495.6783 307.15176 307.15176 23730.012 23730.012 564.46366 564.46366 Loop time of 28.7985 on 1 procs for 1000 steps with 2000 atoms Performance: 3.000 ns/day, 8.000 hours/ns, 34.724 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.673 | 28.673 | 28.673 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025341 | 0.025341 | 0.025341 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.08913 | 0.08913 | 0.08913 | 0.0 | 0.31 Other | | 0.01097 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.928687787297, Press = 1.29871106971605 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8416.313 -8416.313 -8495.6783 -8495.6783 307.15176 307.15176 23730.012 23730.012 564.46366 564.46366 61000 -8413.7259 -8413.7259 -8496.0168 -8496.0168 318.47416 318.47416 23739.577 23739.577 39.373482 39.373482 Loop time of 29.0019 on 1 procs for 1000 steps with 2000 atoms Performance: 2.979 ns/day, 8.056 hours/ns, 34.481 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.876 | 28.876 | 28.876 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025499 | 0.025499 | 0.025499 | 0.0 | 0.09 Output | 3.44e-05 | 3.44e-05 | 3.44e-05 | 0.0 | 0.00 Modify | 0.089276 | 0.089276 | 0.089276 | 0.0 | 0.31 Other | | 0.01113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.936423632371, Press = 0.960978535987591 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8413.7259 -8413.7259 -8496.0168 -8496.0168 318.47416 318.47416 23739.577 23739.577 39.373482 39.373482 62000 -8415.3838 -8415.3838 -8496.1203 -8496.1203 312.45851 312.45851 23742.518 23742.518 -339.52616 -339.52616 Loop time of 29.1997 on 1 procs for 1000 steps with 2000 atoms Performance: 2.959 ns/day, 8.111 hours/ns, 34.247 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 | 29.07 | 29.07 | 29.07 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025425 | 0.025425 | 0.025425 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.093119 | 0.093119 | 0.093119 | 0.0 | 0.32 Other | | 0.0112 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.919256793174, Press = 0.943750746305979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8415.3838 -8415.3838 -8496.1203 -8496.1203 312.45851 312.45851 23742.518 23742.518 -339.52616 -339.52616 63000 -8415.65 -8415.65 -8496.2749 -8496.2749 312.02647 312.02647 23732.471 23732.471 380.7447 380.7447 Loop time of 30.4005 on 1 procs for 1000 steps with 2000 atoms Performance: 2.842 ns/day, 8.445 hours/ns, 32.894 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.269 | 30.269 | 30.269 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027141 | 0.027141 | 0.027141 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.092367 | 0.092367 | 0.092367 | 0.0 | 0.30 Other | | 0.01162 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.914628876668, Press = 0.973846734583827 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8415.65 -8415.65 -8496.2749 -8496.2749 312.02647 312.02647 23732.471 23732.471 380.7447 380.7447 64000 -8413.512 -8413.512 -8497.3561 -8497.3561 324.48511 324.48511 23725.682 23725.682 871.6206 871.6206 Loop time of 29.1526 on 1 procs for 1000 steps with 2000 atoms Performance: 2.964 ns/day, 8.098 hours/ns, 34.302 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 | 29.026 | 29.026 | 29.026 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02548 | 0.02548 | 0.02548 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090212 | 0.090212 | 0.090212 | 0.0 | 0.31 Other | | 0.01121 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877472860938, Press = 0.959974992842169 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8413.512 -8413.512 -8497.3561 -8497.3561 324.48511 324.48511 23725.682 23725.682 871.6206 871.6206 65000 -8414.0246 -8414.0246 -8493.2668 -8493.2668 306.67542 306.67542 23720.065 23720.065 1700.091 1700.091 Loop time of 30.4493 on 1 procs for 1000 steps with 2000 atoms Performance: 2.837 ns/day, 8.458 hours/ns, 32.841 timesteps/s 99.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 | 30.318 | 30.318 | 30.318 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026896 | 0.026896 | 0.026896 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.092921 | 0.092921 | 0.092921 | 0.0 | 0.31 Other | | 0.01177 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.853319546024, Press = 0.877464836312629 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8414.0246 -8414.0246 -8493.2668 -8493.2668 306.67542 306.67542 23720.065 23720.065 1700.091 1700.091 66000 -8418.8817 -8418.8817 -8497.2107 -8497.2107 303.14107 303.14107 23706.979 23706.979 1944.7849 1944.7849 Loop time of 29.3951 on 1 procs for 1000 steps with 2000 atoms Performance: 2.939 ns/day, 8.165 hours/ns, 34.019 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 | 29.267 | 29.267 | 29.267 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026149 | 0.026149 | 0.026149 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.090905 | 0.090905 | 0.090905 | 0.0 | 0.31 Other | | 0.01131 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.824601778291, Press = 0.479767059281144 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8418.8817 -8418.8817 -8497.2107 -8497.2107 303.14107 303.14107 23706.979 23706.979 1944.7849 1944.7849 67000 -8413.9161 -8413.9161 -8494.2137 -8494.2137 310.76015 310.76015 23717.766 23717.766 1799.0391 1799.0391 Loop time of 29.3359 on 1 procs for 1000 steps with 2000 atoms Performance: 2.945 ns/day, 8.149 hours/ns, 34.088 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 | 29.208 | 29.208 | 29.208 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025731 | 0.025731 | 0.025731 | 0.0 | 0.09 Output | 4.43e-05 | 4.43e-05 | 4.43e-05 | 0.0 | 0.00 Modify | 0.090678 | 0.090678 | 0.090678 | 0.0 | 0.31 Other | | 0.0112 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.812068611809, Press = -0.277304078830298 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8413.9161 -8413.9161 -8494.2137 -8494.2137 310.76015 310.76015 23717.766 23717.766 1799.0391 1799.0391 68000 -8416.6419 -8416.6419 -8497.1168 -8497.1168 311.44614 311.44614 23736.198 23736.198 39.449997 39.449997 Loop time of 29.4084 on 1 procs for 1000 steps with 2000 atoms Performance: 2.938 ns/day, 8.169 hours/ns, 34.004 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 | 29.28 | 29.28 | 29.28 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02575 | 0.02575 | 0.02575 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.091703 | 0.091703 | 0.091703 | 0.0 | 0.31 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.768220078884, Press = -0.735235315736747 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8416.6419 -8416.6419 -8497.1168 -8497.1168 311.44614 311.44614 23736.198 23736.198 39.449997 39.449997 69000 -8413.9366 -8413.9366 -8493.9763 -8493.9763 309.76217 309.76217 23761.389 23761.389 -1363.7324 -1363.7324 Loop time of 29.5055 on 1 procs for 1000 steps with 2000 atoms Performance: 2.928 ns/day, 8.196 hours/ns, 33.892 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 | 29.377 | 29.377 | 29.377 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025951 | 0.025951 | 0.025951 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.091441 | 0.091441 | 0.091441 | 0.0 | 0.31 Other | | 0.01127 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.778335803857, Press = -0.0418872403755394 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8413.9366 -8413.9366 -8493.9763 -8493.9763 309.76217 309.76217 23761.389 23761.389 -1363.7324 -1363.7324 70000 -8417.5711 -8417.5711 -8496.0366 -8496.0366 303.66957 303.66957 23745.483 23745.483 -728.92367 -728.92367 Loop time of 29.2393 on 1 procs for 1000 steps with 2000 atoms Performance: 2.955 ns/day, 8.122 hours/ns, 34.201 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 | 29.111 | 29.111 | 29.111 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025956 | 0.025956 | 0.025956 | 0.0 | 0.09 Output | 3.31e-05 | 3.31e-05 | 3.31e-05 | 0.0 | 0.00 Modify | 0.090961 | 0.090961 | 0.090961 | 0.0 | 0.31 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.750506929659, Press = 0.710496382092628 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -8417.5711 -8417.5711 -8496.0366 -8496.0366 303.66957 303.66957 23745.483 23745.483 -728.92367 -728.92367 71000 -8413.9134 -8413.9134 -8494.9588 -8494.9588 313.65399 313.65399 23747.719 23747.719 -493.31551 -493.31551 Loop time of 29.4329 on 1 procs for 1000 steps with 2000 atoms Performance: 2.935 ns/day, 8.176 hours/ns, 33.976 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.304 | 29.304 | 29.304 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025999 | 0.025999 | 0.025999 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.091132 | 0.091132 | 0.091132 | 0.0 | 0.31 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.732514304146, Press = 0.667787292041218 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -8413.9134 -8413.9134 -8494.9588 -8494.9588 313.65399 313.65399 23747.719 23747.719 -493.31551 -493.31551 72000 -8422.0152 -8422.0152 -8498.4355 -8498.4355 295.75439 295.75439 23740.801 23740.801 -833.17804 -833.17804 Loop time of 28.5649 on 1 procs for 1000 steps with 2000 atoms Performance: 3.025 ns/day, 7.935 hours/ns, 35.008 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 | 28.439 | 28.439 | 28.439 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025422 | 0.025422 | 0.025422 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.089692 | 0.089692 | 0.089692 | 0.0 | 0.31 Other | | 0.01103 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.704374202293, Press = 1.09961880528065 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -8422.0152 -8422.0152 -8498.4355 -8498.4355 295.75439 295.75439 23740.801 23740.801 -833.17804 -833.17804 73000 -8413.2522 -8413.2522 -8493.5097 -8493.5097 310.60453 310.60453 23743.788 23743.788 134.0139 134.0139 Loop time of 28.1742 on 1 procs for 1000 steps with 2000 atoms Performance: 3.067 ns/day, 7.826 hours/ns, 35.493 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.048 | 28.048 | 28.048 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025468 | 0.025468 | 0.025468 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.08944 | 0.08944 | 0.08944 | 0.0 | 0.32 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.682595543247, Press = 1.85155045494029 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -8413.2522 -8413.2522 -8493.5097 -8493.5097 310.60453 310.60453 23743.788 23743.788 134.0139 134.0139 74000 -8414.6479 -8414.6479 -8493.6899 -8493.6899 305.90087 305.90087 23714.763 23714.763 1928.37 1928.37 Loop time of 28.8899 on 1 procs for 1000 steps with 2000 atoms Performance: 2.991 ns/day, 8.025 hours/ns, 34.614 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 | 28.761 | 28.761 | 28.761 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026062 | 0.026062 | 0.026062 | 0.0 | 0.09 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.091326 | 0.091326 | 0.091326 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.66811196933, Press = 1.76077742314792 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -8414.6479 -8414.6479 -8493.6899 -8493.6899 305.90087 305.90087 23714.763 23714.763 1928.37 1928.37 75000 -8416.2427 -8416.2427 -8494.6147 -8494.6147 303.30783 303.30783 23703.35 23703.35 2672.6506 2672.6506 Loop time of 28.719 on 1 procs for 1000 steps with 2000 atoms Performance: 3.008 ns/day, 7.977 hours/ns, 34.820 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.59 | 28.59 | 28.59 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0259 | 0.0259 | 0.0259 | 0.0 | 0.09 Output | 2.1e-05 | 2.1e-05 | 2.1e-05 | 0.0 | 0.00 Modify | 0.091356 | 0.091356 | 0.091356 | 0.0 | 0.32 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.62960728635, Press = 1.19656953345604 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -8416.2427 -8416.2427 -8494.6147 -8494.6147 303.30783 303.30783 23703.35 23703.35 2672.6506 2672.6506 76000 -8414.4408 -8414.4408 -8495.4945 -8495.4945 313.68618 313.68618 23723.751 23723.751 1114.5061 1114.5061 Loop time of 28.9091 on 1 procs for 1000 steps with 2000 atoms Performance: 2.989 ns/day, 8.030 hours/ns, 34.591 timesteps/s 98.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 | 28.78 | 28.78 | 28.78 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026235 | 0.026235 | 0.026235 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.091627 | 0.091627 | 0.091627 | 0.0 | 0.32 Other | | 0.0114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.624466596952, Press = 0.587751230219073 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -8414.4408 -8414.4408 -8495.4945 -8495.4945 313.68618 313.68618 23723.751 23723.751 1114.5061 1114.5061 77000 -8413.1725 -8413.1725 -8494.8328 -8494.8328 316.03398 316.03398 23733.585 23733.585 531.66185 531.66185 Loop time of 28.7919 on 1 procs for 1000 steps with 2000 atoms Performance: 3.001 ns/day, 7.998 hours/ns, 34.732 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 | 28.663 | 28.663 | 28.663 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025803 | 0.025803 | 0.025803 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.091436 | 0.091436 | 0.091436 | 0.0 | 0.32 Other | | 0.01128 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.622256663927, Press = 0.416803128823866 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -8413.1725 -8413.1725 -8494.8328 -8494.8328 316.03398 316.03398 23733.585 23733.585 531.66185 531.66185 78000 -8418.3439 -8418.3439 -8498.931 -8498.931 311.88021 311.88021 23728.519 23728.519 122.14561 122.14561 Loop time of 28.6227 on 1 procs for 1000 steps with 2000 atoms Performance: 3.019 ns/day, 7.951 hours/ns, 34.937 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.495 | 28.495 | 28.495 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02592 | 0.02592 | 0.02592 | 0.0 | 0.09 Output | 8.9e-05 | 8.9e-05 | 8.9e-05 | 0.0 | 0.00 Modify | 0.090693 | 0.090693 | 0.090693 | 0.0 | 0.32 Other | | 0.01145 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.606708670353, Press = -0.0428615208308604 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -8418.3439 -8418.3439 -8498.931 -8498.931 311.88021 311.88021 23728.519 23728.519 122.14561 122.14561 79000 -8413.6866 -8413.6866 -8496.6023 -8496.6023 320.89203 320.89203 23757.314 23757.314 -1355.6119 -1355.6119 Loop time of 28.9821 on 1 procs for 1000 steps with 2000 atoms Performance: 2.981 ns/day, 8.051 hours/ns, 34.504 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 | 28.853 | 28.853 | 28.853 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026009 | 0.026009 | 0.026009 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.091413 | 0.091413 | 0.091413 | 0.0 | 0.32 Other | | 0.01146 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.580119565593, Press = -0.0751316666936142 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -8413.6866 -8413.6866 -8496.6023 -8496.6023 320.89203 320.89203 23757.314 23757.314 -1355.6119 -1355.6119 80000 -8417.0543 -8417.0543 -8496.6138 -8496.6138 307.90349 307.90349 23776.206 23776.206 -2957.9066 -2957.9066 Loop time of 28.7632 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.990 hours/ns, 34.767 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 | 28.635 | 28.635 | 28.635 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025927 | 0.025927 | 0.025927 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.091085 | 0.091085 | 0.091085 | 0.0 | 0.32 Other | | 0.01156 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.569893730347, Press = 0.0565957674270195 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -8417.0543 -8417.0543 -8496.6138 -8496.6138 307.90349 307.90349 23776.206 23776.206 -2957.9066 -2957.9066 81000 -8416.1348 -8416.1348 -8496.4042 -8496.4042 310.65074 310.65074 23777.633 23777.633 -2912.786 -2912.786 Loop time of 28.7652 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.990 hours/ns, 34.764 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 | 28.636 | 28.636 | 28.636 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026459 | 0.026459 | 0.026459 | 0.0 | 0.09 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.091335 | 0.091335 | 0.091335 | 0.0 | 0.32 Other | | 0.01163 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.563565532902, Press = 0.939554154209882 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -8416.1348 -8416.1348 -8496.4042 -8496.4042 310.65074 310.65074 23777.633 23777.633 -2912.786 -2912.786 82000 -8416.9633 -8416.9633 -8494.1284 -8494.1284 298.63692 298.63692 23742.998 23742.998 -139.52829 -139.52829 Loop time of 28.7024 on 1 procs for 1000 steps with 2000 atoms Performance: 3.010 ns/day, 7.973 hours/ns, 34.840 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 | 28.572 | 28.572 | 28.572 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026382 | 0.026382 | 0.026382 | 0.0 | 0.09 Output | 2.24e-05 | 2.24e-05 | 2.24e-05 | 0.0 | 0.00 Modify | 0.092539 | 0.092539 | 0.092539 | 0.0 | 0.32 Other | | 0.0116 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.538915691575, Press = 1.40202552602773 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -8416.9633 -8416.9633 -8494.1284 -8494.1284 298.63692 298.63692 23742.998 23742.998 -139.52829 -139.52829 83000 -8411.0484 -8411.0484 -8493.0367 -8493.0367 317.30321 317.30321 23737.027 23737.027 603.51655 603.51655 Loop time of 28.8388 on 1 procs for 1000 steps with 2000 atoms Performance: 2.996 ns/day, 8.011 hours/ns, 34.676 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 | 28.71 | 28.71 | 28.71 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026017 | 0.026017 | 0.026017 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.091361 | 0.091361 | 0.091361 | 0.0 | 0.32 Other | | 0.01143 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.571195111904, Press = 0.742085373507308 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -8411.0484 -8411.0484 -8493.0367 -8493.0367 317.30321 317.30321 23737.027 23737.027 603.51655 603.51655 84000 -8415.7672 -8415.7672 -8498.0573 -8498.0573 318.47102 318.47102 23729.53 23729.53 222.13342 222.13342 Loop time of 28.8943 on 1 procs for 1000 steps with 2000 atoms Performance: 2.990 ns/day, 8.026 hours/ns, 34.609 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.765 | 28.765 | 28.765 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02643 | 0.02643 | 0.02643 | 0.0 | 0.09 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.09141 | 0.09141 | 0.09141 | 0.0 | 0.32 Other | | 0.01133 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.602485860093, Press = 0.582660542780955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -8415.7672 -8415.7672 -8498.0573 -8498.0573 318.47102 318.47102 23729.53 23729.53 222.13342 222.13342 85000 -8413.9818 -8413.9818 -8494.8832 -8494.8832 313.09684 313.09684 23731.287 23731.287 554.90887 554.90887 Loop time of 28.7307 on 1 procs for 1000 steps with 2000 atoms Performance: 3.007 ns/day, 7.981 hours/ns, 34.806 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 | 28.602 | 28.602 | 28.602 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026166 | 0.026166 | 0.026166 | 0.0 | 0.09 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.090765 | 0.090765 | 0.090765 | 0.0 | 0.32 Other | | 0.01136 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.617805474362, Press = 0.270190750613351 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -8413.9818 -8413.9818 -8494.8832 -8494.8832 313.09684 313.09684 23731.287 23731.287 554.90887 554.90887 86000 -8411.2317 -8411.2317 -8492.7111 -8492.7111 315.33375 315.33375 23754.295 23754.295 -672.37653 -672.37653 Loop time of 28.6936 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.970 hours/ns, 34.851 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 | 28.565 | 28.565 | 28.565 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026189 | 0.026189 | 0.026189 | 0.0 | 0.09 Output | 3.34e-05 | 3.34e-05 | 3.34e-05 | 0.0 | 0.00 Modify | 0.090982 | 0.090982 | 0.090982 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.627079602798, Press = -0.260327133586274 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -8411.2317 -8411.2317 -8492.7111 -8492.7111 315.33375 315.33375 23754.295 23754.295 -672.37653 -672.37653 87000 -8416.4327 -8416.4327 -8495.7318 -8495.7318 306.89562 306.89562 23783.346 23783.346 -3220.9143 -3220.9143 Loop time of 28.8049 on 1 procs for 1000 steps with 2000 atoms Performance: 2.999 ns/day, 8.001 hours/ns, 34.716 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.675 | 28.675 | 28.675 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026231 | 0.026231 | 0.026231 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.091365 | 0.091365 | 0.091365 | 0.0 | 0.32 Other | | 0.01219 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.65192029913, Press = -0.174884587995354 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -8416.4327 -8416.4327 -8495.7318 -8495.7318 306.89562 306.89562 23783.346 23783.346 -3220.9143 -3220.9143 88000 -8410.1863 -8410.1863 -8494.4137 -8494.4137 325.96881 325.96881 23784.475 23784.475 -3059.0941 -3059.0941 Loop time of 28.7863 on 1 procs for 1000 steps with 2000 atoms Performance: 3.001 ns/day, 7.996 hours/ns, 34.739 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 | 28.656 | 28.656 | 28.656 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026812 | 0.026812 | 0.026812 | 0.0 | 0.09 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.09178 | 0.09178 | 0.09178 | 0.0 | 0.32 Other | | 0.01139 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.690597172758, Press = 0.475780232462251 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -8410.1863 -8410.1863 -8494.4137 -8494.4137 325.96881 325.96881 23784.475 23784.475 -3059.0941 -3059.0941 89000 -8414.6752 -8414.6752 -8495.5995 -8495.5995 313.1853 313.1853 23758.089 23758.089 -1364.5383 -1364.5383 Loop time of 28.8979 on 1 procs for 1000 steps with 2000 atoms Performance: 2.990 ns/day, 8.027 hours/ns, 34.605 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 | 28.767 | 28.767 | 28.767 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026335 | 0.026335 | 0.026335 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.092953 | 0.092953 | 0.092953 | 0.0 | 0.32 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.714192241926, Press = 0.84212567221712 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -8414.6752 -8414.6752 -8495.5995 -8495.5995 313.1853 313.1853 23758.089 23758.089 -1364.5383 -1364.5383 90000 -8420.8993 -8420.8993 -8497.7406 -8497.7406 297.38356 297.38356 23729.865 23729.865 135.40757 135.40757 Loop time of 28.8338 on 1 procs for 1000 steps with 2000 atoms Performance: 2.996 ns/day, 8.009 hours/ns, 34.682 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 | 28.703 | 28.703 | 28.703 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026473 | 0.026473 | 0.026473 | 0.0 | 0.09 Output | 2.82e-05 | 2.82e-05 | 2.82e-05 | 0.0 | 0.00 Modify | 0.0925 | 0.0925 | 0.0925 | 0.0 | 0.32 Other | | 0.01189 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.691371610315, Press = 0.834740278200272 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -8420.8993 -8420.8993 -8497.7406 -8497.7406 297.38356 297.38356 23729.865 23729.865 135.40757 135.40757 91000 -8414.3458 -8414.3458 -8495.5824 -8495.5824 314.39417 314.39417 23739.394 23739.394 19.796561 19.796561 Loop time of 28.954 on 1 procs for 1000 steps with 2000 atoms Performance: 2.984 ns/day, 8.043 hours/ns, 34.538 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 | 28.823 | 28.823 | 28.823 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027072 | 0.027072 | 0.027072 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.092488 | 0.092488 | 0.092488 | 0.0 | 0.32 Other | | 0.01148 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.683830331692, Press = 0.508312191889571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -8414.3458 -8414.3458 -8495.5824 -8495.5824 314.39417 314.39417 23739.394 23739.394 19.796561 19.796561 92000 -8419.1897 -8419.1897 -8496.44 -8496.44 298.96641 298.96641 23726.251 23726.251 549.07762 549.07762 Loop time of 28.8031 on 1 procs for 1000 steps with 2000 atoms Performance: 3.000 ns/day, 8.001 hours/ns, 34.719 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 | 28.675 | 28.675 | 28.675 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026015 | 0.026015 | 0.026015 | 0.0 | 0.09 Output | 3.26e-05 | 3.26e-05 | 3.26e-05 | 0.0 | 0.00 Modify | 0.090928 | 0.090928 | 0.090928 | 0.0 | 0.32 Other | | 0.01137 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.664063658573, Press = 0.487987857999258 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -8419.1897 -8419.1897 -8496.44 -8496.44 298.96641 298.96641 23726.251 23726.251 549.07762 549.07762 93000 -8412.6791 -8412.6791 -8493.7724 -8493.7724 313.8396 313.8396 23734.257 23734.257 801.63537 801.63537 Loop time of 28.6482 on 1 procs for 1000 steps with 2000 atoms Performance: 3.016 ns/day, 7.958 hours/ns, 34.906 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 | 28.518 | 28.518 | 28.518 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026379 | 0.026379 | 0.026379 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.092641 | 0.092641 | 0.092641 | 0.0 | 0.32 Other | | 0.01133 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.650351680083, Press = 0.514436593567192 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -8412.6791 -8412.6791 -8493.7724 -8493.7724 313.8396 313.8396 23734.257 23734.257 801.63537 801.63537 94000 -8415.8943 -8415.8943 -8496.1942 -8496.1942 310.76866 310.76866 23712.312 23712.312 1878.5885 1878.5885 Loop time of 28.7611 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.989 hours/ns, 34.769 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 | 28.631 | 28.631 | 28.631 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026154 | 0.026154 | 0.026154 | 0.0 | 0.09 Output | 2.69e-05 | 2.69e-05 | 2.69e-05 | 0.0 | 0.00 Modify | 0.092371 | 0.092371 | 0.092371 | 0.0 | 0.32 Other | | 0.01138 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.641641791073, Press = 0.491299068107058 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -8415.8943 -8415.8943 -8496.1942 -8496.1942 310.76866 310.76866 23712.312 23712.312 1878.5885 1878.5885 95000 -8416.7759 -8416.7759 -8497.9057 -8497.9057 313.98054 313.98054 23703.679 23703.679 2171.1886 2171.1886 Loop time of 28.676 on 1 procs for 1000 steps with 2000 atoms Performance: 3.013 ns/day, 7.966 hours/ns, 34.872 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 | 28.547 | 28.547 | 28.547 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02652 | 0.02652 | 0.02652 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.091308 | 0.091308 | 0.091308 | 0.0 | 0.32 Other | | 0.0114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.659725296218, Press = 0.079952269463978 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -8416.7759 -8416.7759 -8497.9057 -8497.9057 313.98054 313.98054 23703.679 23703.679 2171.1886 2171.1886 96000 -8414.076 -8414.076 -8493.901 -8493.901 308.93103 308.93103 23721.931 23721.931 1660.443 1660.443 Loop time of 28.9258 on 1 procs for 1000 steps with 2000 atoms Performance: 2.987 ns/day, 8.035 hours/ns, 34.571 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 | 28.796 | 28.796 | 28.796 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026397 | 0.026397 | 0.026397 | 0.0 | 0.09 Output | 4.17e-05 | 4.17e-05 | 4.17e-05 | 0.0 | 0.00 Modify | 0.091745 | 0.091745 | 0.091745 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.655861774413, Press = -0.284531204583366 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -8414.076 -8414.076 -8493.901 -8493.901 308.93103 308.93103 23721.931 23721.931 1660.443 1660.443 97000 -8415.8054 -8415.8054 -8494.7377 -8494.7377 305.47606 305.47606 23746.555 23746.555 -438.39886 -438.39886 Loop time of 28.8786 on 1 procs for 1000 steps with 2000 atoms Performance: 2.992 ns/day, 8.022 hours/ns, 34.628 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 | 28.749 | 28.749 | 28.749 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026329 | 0.026329 | 0.026329 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.09197 | 0.09197 | 0.09197 | 0.0 | 0.32 Other | | 0.01125 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.664105261593, Press = -0.528488101054977 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -8415.8054 -8415.8054 -8494.7377 -8494.7377 305.47606 305.47606 23746.555 23746.555 -438.39886 -438.39886 98000 -8417.6372 -8417.6372 -8496.8772 -8496.8772 306.66686 306.66686 23766.124 23766.124 -2240.8512 -2240.8512 Loop time of 28.985 on 1 procs for 1000 steps with 2000 atoms Performance: 2.981 ns/day, 8.051 hours/ns, 34.501 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.855 | 28.855 | 28.855 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026307 | 0.026307 | 0.026307 | 0.0 | 0.09 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.091734 | 0.091734 | 0.091734 | 0.0 | 0.32 Other | | 0.01187 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128088.0 ave 128088 max 128088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128088 Ave neighs/atom = 64.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.662673864546, Press = -0.310001263623276 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -8417.6372 -8417.6372 -8496.8772 -8496.8772 306.66686 306.66686 23766.124 23766.124 -2240.8512 -2240.8512 99000 -8412.3581 -8412.3581 -8493.0515 -8493.0515 312.29205 312.29205 23784.716 23784.716 -2818.5726 -2818.5726 Loop time of 28.8864 on 1 procs for 1000 steps with 2000 atoms Performance: 2.991 ns/day, 8.024 hours/ns, 34.618 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 | 28.757 | 28.757 | 28.757 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026444 | 0.026444 | 0.026444 | 0.0 | 0.09 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.09148 | 0.09148 | 0.09148 | 0.0 | 0.32 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.662658404487, Press = 0.100293904091787 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -8412.3581 -8412.3581 -8493.0515 -8493.0515 312.29205 312.29205 23784.716 23784.716 -2818.5726 -2818.5726 100000 -8415.9642 -8415.9642 -8495.653 -8495.653 308.40374 308.40374 23762.023 23762.023 -1699.8277 -1699.8277 Loop time of 29.0204 on 1 procs for 1000 steps with 2000 atoms Performance: 2.977 ns/day, 8.061 hours/ns, 34.458 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 | 28.891 | 28.891 | 28.891 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026234 | 0.026234 | 0.026234 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.09178 | 0.09178 | 0.09178 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.68189837873, Press = 0.507771663004226 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -8415.9642 -8415.9642 -8495.653 -8495.653 308.40374 308.40374 23762.023 23762.023 -1699.8277 -1699.8277 101000 -8413.6113 -8413.6113 -8495.5924 -8495.5924 317.27539 317.27539 23757.641 23757.641 -1244.5574 -1244.5574 Loop time of 28.8819 on 1 procs for 1000 steps with 2000 atoms Performance: 2.991 ns/day, 8.023 hours/ns, 34.624 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 | 28.752 | 28.752 | 28.752 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026483 | 0.026483 | 0.026483 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.091596 | 0.091596 | 0.091596 | 0.0 | 0.32 Other | | 0.01143 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.678101297575, Press = 0.613280476517667 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -8413.6113 -8413.6113 -8495.5924 -8495.5924 317.27539 317.27539 23757.641 23757.641 -1244.5574 -1244.5574 102000 -8418.4829 -8418.4829 -8496.7911 -8496.7911 303.06103 303.06103 23739.427 23739.427 -431.9671 -431.9671 Loop time of 28.8976 on 1 procs for 1000 steps with 2000 atoms Performance: 2.990 ns/day, 8.027 hours/ns, 34.605 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.768 | 28.768 | 28.768 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026019 | 0.026019 | 0.026019 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.091893 | 0.091893 | 0.091893 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128084.0 ave 128084 max 128084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128084 Ave neighs/atom = 64.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.659552785204, Press = 0.807003942805646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -8418.4829 -8418.4829 -8496.7911 -8496.7911 303.06103 303.06103 23739.427 23739.427 -431.9671 -431.9671 103000 -8414.4949 -8414.4949 -8494.6046 -8494.6046 310.0326 310.0326 23734.734 23734.734 395.79653 395.79653 Loop time of 29.0164 on 1 procs for 1000 steps with 2000 atoms Performance: 2.978 ns/day, 8.060 hours/ns, 34.463 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.885 | 28.885 | 28.885 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027064 | 0.027064 | 0.027064 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.092606 | 0.092606 | 0.092606 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.642259891953, Press = 0.706460703635288 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -8414.4949 -8414.4949 -8494.6046 -8494.6046 310.0326 310.0326 23734.734 23734.734 395.79653 395.79653 104000 -8416.9566 -8416.9566 -8496.2209 -8496.2209 306.76088 306.76088 23731.281 23731.281 317.56519 317.56519 Loop time of 28.8267 on 1 procs for 1000 steps with 2000 atoms Performance: 2.997 ns/day, 8.007 hours/ns, 34.690 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 | 28.698 | 28.698 | 28.698 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026215 | 0.026215 | 0.026215 | 0.0 | 0.09 Output | 3.32e-05 | 3.32e-05 | 3.32e-05 | 0.0 | 0.00 Modify | 0.09115 | 0.09115 | 0.09115 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.644855291257, Press = 0.362750986917501 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 104000 -8416.9566 -8416.9566 -8496.2209 -8496.2209 306.76088 306.76088 23731.281 23731.281 317.56519 317.56519 105000 -8412.7621 -8412.7621 -8493.8757 -8493.8757 313.91798 313.91798 23740.932 23740.932 105.60851 105.60851 Loop time of 29.1464 on 1 procs for 1000 steps with 2000 atoms Performance: 2.964 ns/day, 8.096 hours/ns, 34.310 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 | 29.016 | 29.016 | 29.016 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025972 | 0.025972 | 0.025972 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.09236 | 0.09236 | 0.09236 | 0.0 | 0.32 Other | | 0.01181 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.655382354358, Press = 0.357429770803979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 105000 -8412.7621 -8412.7621 -8493.8757 -8493.8757 313.91798 313.91798 23740.932 23740.932 105.60851 105.60851 106000 -8415.4756 -8415.4756 -8496.7087 -8496.7087 314.38012 314.38012 23731.828 23731.828 252.20255 252.20255 Loop time of 28.9068 on 1 procs for 1000 steps with 2000 atoms Performance: 2.989 ns/day, 8.030 hours/ns, 34.594 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 | 28.777 | 28.777 | 28.777 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026708 | 0.026708 | 0.026708 | 0.0 | 0.09 Output | 7.53e-05 | 7.53e-05 | 7.53e-05 | 0.0 | 0.00 Modify | 0.091551 | 0.091551 | 0.091551 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.650258212045, Press = 0.257557569717613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 106000 -8415.4756 -8415.4756 -8496.7087 -8496.7087 314.38012 314.38012 23731.828 23731.828 252.20255 252.20255 107000 -8413.1732 -8413.1732 -8495.261 -8495.261 317.68824 317.68824 23728.809 23728.809 819.58096 819.58096 Loop time of 28.9565 on 1 procs for 1000 steps with 2000 atoms Performance: 2.984 ns/day, 8.043 hours/ns, 34.535 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 | 28.827 | 28.827 | 28.827 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026098 | 0.026098 | 0.026098 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.092158 | 0.092158 | 0.092158 | 0.0 | 0.32 Other | | 0.0115 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.665356394374, Press = -0.170548965454963 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 107000 -8413.1732 -8413.1732 -8495.261 -8495.261 317.68824 317.68824 23728.809 23728.809 819.58096 819.58096 108000 -8414.7566 -8414.7566 -8495.6894 -8495.6894 313.21825 313.21825 23742.814 23742.814 -325.1022 -325.1022 Loop time of 28.8093 on 1 procs for 1000 steps with 2000 atoms Performance: 2.999 ns/day, 8.003 hours/ns, 34.711 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 | 28.679 | 28.679 | 28.679 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026517 | 0.026517 | 0.026517 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.09207 | 0.09207 | 0.09207 | 0.0 | 0.32 Other | | 0.01138 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.670670395743, Press = -0.558618387303403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 108000 -8414.7566 -8414.7566 -8495.6894 -8495.6894 313.21825 313.21825 23742.814 23742.814 -325.1022 -325.1022 109000 -8410.4825 -8410.4825 -8493.1615 -8493.1615 319.97614 319.97614 23776.829 23776.829 -2157.8691 -2157.8691 Loop time of 28.7183 on 1 procs for 1000 steps with 2000 atoms Performance: 3.009 ns/day, 7.977 hours/ns, 34.821 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 | 28.589 | 28.589 | 28.589 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026675 | 0.026675 | 0.026675 | 0.0 | 0.09 Output | 4.3e-05 | 4.3e-05 | 4.3e-05 | 0.0 | 0.00 Modify | 0.090952 | 0.090952 | 0.090952 | 0.0 | 0.32 Other | | 0.01148 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.697537843877, Press = -0.421318503530487 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 109000 -8410.4825 -8410.4825 -8493.1615 -8493.1615 319.97614 319.97614 23776.829 23776.829 -2157.8691 -2157.8691 110000 -8415.6641 -8415.6641 -8496.0422 -8496.0422 311.07138 311.07138 23771.972 23771.972 -2396.7714 -2396.7714 Loop time of 28.8424 on 1 procs for 1000 steps with 2000 atoms Performance: 2.996 ns/day, 8.012 hours/ns, 34.671 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 | 28.712 | 28.712 | 28.712 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025948 | 0.025948 | 0.025948 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.0924 | 0.0924 | 0.0924 | 0.0 | 0.32 Other | | 0.01154 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.716959250451, Press = 0.193885329401123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 110000 -8415.6641 -8415.6641 -8496.0422 -8496.0422 311.07138 311.07138 23771.972 23771.972 -2396.7714 -2396.7714 111000 -8414.1287 -8414.1287 -8495.8737 -8495.8737 316.36163 316.36163 23751.232 23751.232 -861.47957 -861.47957 Loop time of 29.2049 on 1 procs for 1000 steps with 2000 atoms Performance: 2.958 ns/day, 8.112 hours/ns, 34.241 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 | 29.074 | 29.074 | 29.074 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026267 | 0.026267 | 0.026267 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.092953 | 0.092953 | 0.092953 | 0.0 | 0.32 Other | | 0.01167 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.719943653678, Press = 0.355019387818326 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 111000 -8414.1287 -8414.1287 -8495.8737 -8495.8737 316.36163 316.36163 23751.232 23751.232 -861.47957 -861.47957 112000 -8412.1772 -8412.1772 -8493.3375 -8493.3375 314.09877 314.09877 23744.586 23744.586 7.0313704 7.0313704 Loop time of 29.2391 on 1 procs for 1000 steps with 2000 atoms Performance: 2.955 ns/day, 8.122 hours/ns, 34.201 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 | 29.107 | 29.107 | 29.107 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027404 | 0.027404 | 0.027404 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.092784 | 0.092784 | 0.092784 | 0.0 | 0.32 Other | | 0.01168 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.741850008924, Press = 0.398452193027787 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 112000 -8412.1772 -8412.1772 -8493.3375 -8493.3375 314.09877 314.09877 23744.586 23744.586 7.0313704 7.0313704 113000 -8414.5348 -8414.5348 -8496.7337 -8496.7337 318.11847 318.11847 23735.938 23735.938 169.65205 169.65205 Loop time of 29.148 on 1 procs for 1000 steps with 2000 atoms Performance: 2.964 ns/day, 8.097 hours/ns, 34.308 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 | 29.017 | 29.017 | 29.017 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026645 | 0.026645 | 0.026645 | 0.0 | 0.09 Output | 2.85e-05 | 2.85e-05 | 2.85e-05 | 0.0 | 0.00 Modify | 0.092809 | 0.092809 | 0.092809 | 0.0 | 0.32 Other | | 0.0117 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.772183914388, Press = 0.319146951362342 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 113000 -8414.5348 -8414.5348 -8496.7337 -8496.7337 318.11847 318.11847 23735.938 23735.938 169.65205 169.65205 114000 -8412.5401 -8412.5401 -8493.296 -8493.296 312.53362 312.53362 23715.171 23715.171 2182.7777 2182.7777 Loop time of 28.9074 on 1 procs for 1000 steps with 2000 atoms Performance: 2.989 ns/day, 8.030 hours/ns, 34.593 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.777 | 28.777 | 28.777 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02626 | 0.02626 | 0.02626 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.092259 | 0.092259 | 0.092259 | 0.0 | 0.32 Other | | 0.01148 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.771841269591, Press = 0.580485770453174 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 114000 -8412.5401 -8412.5401 -8493.296 -8493.296 312.53362 312.53362 23715.171 23715.171 2182.7777 2182.7777 115000 -8413.9499 -8413.9499 -8495.9154 -8495.9154 317.21466 317.21466 23691.153 23691.153 3323.1902 3323.1902 Loop time of 28.8647 on 1 procs for 1000 steps with 2000 atoms Performance: 2.993 ns/day, 8.018 hours/ns, 34.644 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 | 28.735 | 28.735 | 28.735 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026351 | 0.026351 | 0.026351 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.09224 | 0.09224 | 0.09224 | 0.0 | 0.32 Other | | 0.01152 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.768966534656, Press = 0.175966450774201 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 115000 -8413.9499 -8413.9499 -8495.9154 -8495.9154 317.21466 317.21466 23691.153 23691.153 3323.1902 3323.1902 116000 -8415.9402 -8415.9402 -8496.9893 -8496.9893 313.66849 313.66849 23711.051 23711.051 1786.9891 1786.9891 Loop time of 29.0285 on 1 procs for 1000 steps with 2000 atoms Performance: 2.976 ns/day, 8.063 hours/ns, 34.449 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.897 | 28.897 | 28.897 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0265 | 0.0265 | 0.0265 | 0.0 | 0.09 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.092915 | 0.092915 | 0.092915 | 0.0 | 0.32 Other | | 0.01173 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.769753896864, Press = -0.124617709033309 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 116000 -8415.9402 -8415.9402 -8496.9893 -8496.9893 313.66849 313.66849 23711.051 23711.051 1786.9891 1786.9891 117000 -8413.818 -8413.818 -8495.3305 -8495.3305 315.46159 315.46159 23731.47 23731.47 647.82494 647.82494 Loop time of 28.9701 on 1 procs for 1000 steps with 2000 atoms Performance: 2.982 ns/day, 8.047 hours/ns, 34.518 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 | 28.84 | 28.84 | 28.84 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026137 | 0.026137 | 0.026137 | 0.0 | 0.09 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.092444 | 0.092444 | 0.092444 | 0.0 | 0.32 Other | | 0.01185 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799134574112, Press = -0.172176847885917 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 117000 -8413.818 -8413.818 -8495.3305 -8495.3305 315.46159 315.46159 23731.47 23731.47 647.82494 647.82494 118000 -8412.9303 -8412.9303 -8495.5482 -8495.5482 319.73959 319.73959 23739.469 23739.469 7.3245282 7.3245282 Loop time of 28.3281 on 1 procs for 1000 steps with 2000 atoms Performance: 3.050 ns/day, 7.869 hours/ns, 35.301 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.201 | 28.201 | 28.201 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025702 | 0.025702 | 0.025702 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.090252 | 0.090252 | 0.090252 | 0.0 | 0.32 Other | | 0.01133 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128098.0 ave 128098 max 128098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128098 Ave neighs/atom = 64.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.817170505788, Press = -0.0638372212199337 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 118000 -8412.9303 -8412.9303 -8495.5482 -8495.5482 319.73959 319.73959 23739.469 23739.469 7.3245282 7.3245282 119000 -8420.8443 -8420.8443 -8499.9546 -8499.9546 306.16504 306.16504 23730.888 23730.888 -308.66585 -308.66585 Loop time of 28.8831 on 1 procs for 1000 steps with 2000 atoms Performance: 2.991 ns/day, 8.023 hours/ns, 34.622 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.754 | 28.754 | 28.754 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026331 | 0.026331 | 0.026331 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.091288 | 0.091288 | 0.091288 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799296941138, Press = 0.0150154854708308 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 119000 -8420.8443 -8420.8443 -8499.9546 -8499.9546 306.16504 306.16504 23730.888 23730.888 -308.66585 -308.66585 120000 -8413.2495 -8413.2495 -8493.4031 -8493.4031 310.20268 310.20268 23770.197 23770.197 -2031.1458 -2031.1458 Loop time of 28.4863 on 1 procs for 1000 steps with 2000 atoms Performance: 3.033 ns/day, 7.913 hours/ns, 35.105 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.352 | 28.352 | 28.352 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026092 | 0.026092 | 0.026092 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.097275 | 0.097275 | 0.097275 | 0.0 | 0.34 Other | | 0.01125 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128012.0 ave 128012 max 128012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128012 Ave neighs/atom = 64.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.790441192718, Press = -0.394329304913717 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 120000 -8413.2495 -8413.2495 -8493.4031 -8493.4031 310.20268 310.20268 23770.197 23770.197 -2031.1458 -2031.1458 121000 -8413.6556 -8413.6556 -8494.9658 -8494.9658 314.67876 314.67876 23790.596 23790.596 -3545.7229 -3545.7229 Loop time of 28.6926 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.970 hours/ns, 34.852 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.563 | 28.563 | 28.563 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02644 | 0.02644 | 0.02644 | 0.0 | 0.09 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.091549 | 0.091549 | 0.091549 | 0.0 | 0.32 Other | | 0.01156 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.782166945408, Press = 0.0358122291766812 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 121000 -8413.6556 -8413.6556 -8494.9658 -8494.9658 314.67876 314.67876 23790.596 23790.596 -3545.7229 -3545.7229 122000 -8414.1402 -8414.1402 -8494.8955 -8494.8955 312.53121 312.53121 23772.044 23772.044 -2198.6288 -2198.6288 Loop time of 28.4887 on 1 procs for 1000 steps with 2000 atoms Performance: 3.033 ns/day, 7.914 hours/ns, 35.102 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 | 28.36 | 28.36 | 28.36 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026174 | 0.026174 | 0.026174 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.090969 | 0.090969 | 0.090969 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.812334568122, Press = 0.352125246870805 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 122000 -8414.1402 -8414.1402 -8494.8955 -8494.8955 312.53121 312.53121 23772.044 23772.044 -2198.6288 -2198.6288 123000 -8414.1639 -8414.1639 -8497.2747 -8497.2747 321.64736 321.64736 23745.76 23745.76 -596.80835 -596.80835 Loop time of 28.6501 on 1 procs for 1000 steps with 2000 atoms Performance: 3.016 ns/day, 7.958 hours/ns, 34.904 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.521 | 28.521 | 28.521 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026202 | 0.026202 | 0.026202 | 0.0 | 0.09 Output | 2.2e-05 | 2.2e-05 | 2.2e-05 | 0.0 | 0.00 Modify | 0.091974 | 0.091974 | 0.091974 | 0.0 | 0.32 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.810181089209, Press = 0.523706567482884 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 123000 -8414.1639 -8414.1639 -8497.2747 -8497.2747 321.64736 321.64736 23745.76 23745.76 -596.80835 -596.80835 124000 -8417.2798 -8417.2798 -8495.8591 -8495.8591 304.10979 304.10979 23732.313 23732.313 385.25762 385.25762 Loop time of 28.7025 on 1 procs for 1000 steps with 2000 atoms Performance: 3.010 ns/day, 7.973 hours/ns, 34.840 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 | 28.574 | 28.574 | 28.574 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026242 | 0.026242 | 0.026242 | 0.0 | 0.09 Output | 3.8e-05 | 3.8e-05 | 3.8e-05 | 0.0 | 0.00 Modify | 0.090965 | 0.090965 | 0.090965 | 0.0 | 0.32 Other | | 0.01162 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.808455602706, Press = 0.283465877749475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 124000 -8417.2798 -8417.2798 -8495.8591 -8495.8591 304.10979 304.10979 23732.313 23732.313 385.25762 385.25762 125000 -8410.8913 -8410.8913 -8493.6326 -8493.6326 320.21728 320.21728 23751.713 23751.713 -431.72358 -431.72358 Loop time of 28.8947 on 1 procs for 1000 steps with 2000 atoms Performance: 2.990 ns/day, 8.026 hours/ns, 34.608 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 | 28.765 | 28.765 | 28.765 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026132 | 0.026132 | 0.026132 | 0.0 | 0.09 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.091996 | 0.091996 | 0.091996 | 0.0 | 0.32 Other | | 0.01149 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.822181178161, Press = 0.288461467478818 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 125000 -8410.8913 -8410.8913 -8493.6326 -8493.6326 320.21728 320.21728 23751.713 23751.713 -431.72358 -431.72358 126000 -8415.7117 -8415.7117 -8495.6103 -8495.6103 309.21608 309.21608 23742.152 23742.152 -289.22303 -289.22303 Loop time of 28.8203 on 1 procs for 1000 steps with 2000 atoms Performance: 2.998 ns/day, 8.006 hours/ns, 34.698 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 | 28.69 | 28.69 | 28.69 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026498 | 0.026498 | 0.026498 | 0.0 | 0.09 Output | 2.68e-05 | 2.68e-05 | 2.68e-05 | 0.0 | 0.00 Modify | 0.092296 | 0.092296 | 0.092296 | 0.0 | 0.32 Other | | 0.01159 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.838685650747, Press = 0.412723551987342 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 126000 -8415.7117 -8415.7117 -8495.6103 -8495.6103 309.21608 309.21608 23742.152 23742.152 -289.22303 -289.22303 127000 -8412.2509 -8412.2509 -8493.6911 -8493.6911 315.18187 315.18187 23724.721 23724.721 1484.5156 1484.5156 Loop time of 28.7608 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.989 hours/ns, 34.770 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 | 28.631 | 28.631 | 28.631 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026225 | 0.026225 | 0.026225 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.091725 | 0.091725 | 0.091725 | 0.0 | 0.32 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.863659792729, Press = 0.441772772778286 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 127000 -8412.2509 -8412.2509 -8493.6911 -8493.6911 315.18187 315.18187 23724.721 23724.721 1484.5156 1484.5156 128000 -8412.7713 -8412.7713 -8495.0452 -8495.0452 318.40862 318.40862 23704.648 23704.648 2502.2473 2502.2473 Loop time of 28.8382 on 1 procs for 1000 steps with 2000 atoms Performance: 2.996 ns/day, 8.011 hours/ns, 34.676 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.709 | 28.709 | 28.709 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026233 | 0.026233 | 0.026233 | 0.0 | 0.09 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.091361 | 0.091361 | 0.091361 | 0.0 | 0.32 Other | | 0.01166 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.871625351456, Press = 0.273350478650526 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 128000 -8412.7713 -8412.7713 -8495.0452 -8495.0452 318.40862 318.40862 23704.648 23704.648 2502.2473 2502.2473 129000 -8414.6201 -8414.6201 -8497.3018 -8497.3018 319.9867 319.9867 23695.775 23695.775 2915.1898 2915.1898 Loop time of 28.6958 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.971 hours/ns, 34.848 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.566 | 28.566 | 28.566 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025895 | 0.025895 | 0.025895 | 0.0 | 0.09 Output | 6.44e-05 | 6.44e-05 | 6.44e-05 | 0.0 | 0.00 Modify | 0.091888 | 0.091888 | 0.091888 | 0.0 | 0.32 Other | | 0.01153 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128084.0 ave 128084 max 128084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128084 Ave neighs/atom = 64.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.873989970126, Press = -0.0610065641150731 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 129000 -8414.6201 -8414.6201 -8497.3018 -8497.3018 319.9867 319.9867 23695.775 23695.775 2915.1898 2915.1898 130000 -8411.2712 -8411.2712 -8493.2246 -8493.2246 317.16822 317.16822 23737.167 23737.167 739.60025 739.60025 Loop time of 28.7146 on 1 procs for 1000 steps with 2000 atoms Performance: 3.009 ns/day, 7.976 hours/ns, 34.825 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 | 28.586 | 28.586 | 28.586 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025995 | 0.025995 | 0.025995 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.091713 | 0.091713 | 0.091713 | 0.0 | 0.32 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.890604126477, Press = -0.23370749667306 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 130000 -8411.2712 -8411.2712 -8493.2246 -8493.2246 317.16822 317.16822 23737.167 23737.167 739.60025 739.60025 131000 -8414.6038 -8414.6038 -8495.1431 -8495.1431 311.69551 311.69551 23741.975 23741.975 -18.696679 -18.696679 Loop time of 28.5822 on 1 procs for 1000 steps with 2000 atoms Performance: 3.023 ns/day, 7.939 hours/ns, 34.987 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 | 28.45 | 28.45 | 28.45 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025931 | 0.025931 | 0.025931 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.094948 | 0.094948 | 0.094948 | 0.0 | 0.33 Other | | 0.01129 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.891917018378, Press = -0.101225322486521 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 131000 -8414.6038 -8414.6038 -8495.1431 -8495.1431 311.69551 311.69551 23741.975 23741.975 -18.696679 -18.696679 132000 -8414.5947 -8414.5947 -8495.0224 -8495.0224 311.26359 311.26359 23753.712 23753.712 -753.7017 -753.7017 Loop time of 28.7527 on 1 procs for 1000 steps with 2000 atoms Performance: 3.005 ns/day, 7.987 hours/ns, 34.779 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.623 | 28.623 | 28.623 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02654 | 0.02654 | 0.02654 | 0.0 | 0.09 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.091504 | 0.091504 | 0.091504 | 0.0 | 0.32 Other | | 0.01153 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.903662977594, Press = -0.0291767420986206 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 132000 -8414.5947 -8414.5947 -8495.0224 -8495.0224 311.26359 311.26359 23753.712 23753.712 -753.7017 -753.7017 133000 -8419.9646 -8419.9646 -8499.2115 -8499.2115 306.69381 306.69381 23750.204 23750.204 -1429.1849 -1429.1849 Loop time of 28.6951 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.971 hours/ns, 34.849 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.566 | 28.566 | 28.566 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026118 | 0.026118 | 0.026118 | 0.0 | 0.09 Output | 2.73e-05 | 2.73e-05 | 2.73e-05 | 0.0 | 0.00 Modify | 0.091111 | 0.091111 | 0.091111 | 0.0 | 0.32 Other | | 0.01155 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.886933114489, Press = 0.199641754122078 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 133000 -8419.9646 -8419.9646 -8499.2115 -8499.2115 306.69381 306.69381 23750.204 23750.204 -1429.1849 -1429.1849 134000 -8412.0618 -8412.0618 -8496.6403 -8496.6403 327.3276 327.3276 23773.233 23773.233 -2346.3381 -2346.3381 Loop time of 28.6776 on 1 procs for 1000 steps with 2000 atoms Performance: 3.013 ns/day, 7.966 hours/ns, 34.870 timesteps/s 99.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 | 28.548 | 28.548 | 28.548 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026254 | 0.026254 | 0.026254 | 0.0 | 0.09 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.091554 | 0.091554 | 0.091554 | 0.0 | 0.32 Other | | 0.01142 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128004.0 ave 128004 max 128004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128004 Ave neighs/atom = 64.002000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.881883719177, Press = 0.420091793908229 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 134000 -8412.0618 -8412.0618 -8496.6403 -8496.6403 327.3276 327.3276 23773.233 23773.233 -2346.3381 -2346.3381 135000 -8416.7147 -8416.7147 -8496.8219 -8496.8219 310.02316 310.02316 23734.891 23734.891 155.48703 155.48703 Loop time of 28.5438 on 1 procs for 1000 steps with 2000 atoms Performance: 3.027 ns/day, 7.929 hours/ns, 35.034 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 | 28.416 | 28.416 | 28.416 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025842 | 0.025842 | 0.025842 | 0.0 | 0.09 Output | 2.65e-05 | 2.65e-05 | 2.65e-05 | 0.0 | 0.00 Modify | 0.090815 | 0.090815 | 0.090815 | 0.0 | 0.32 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.886063851947, Press = 0.73832229413979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 135000 -8416.7147 -8416.7147 -8496.8219 -8496.8219 310.02316 310.02316 23734.891 23734.891 155.48703 155.48703 136000 -8411.2941 -8411.2941 -8493.3611 -8493.3611 317.60769 317.60769 23721.722 23721.722 1931.673 1931.673 Loop time of 28.7449 on 1 procs for 1000 steps with 2000 atoms Performance: 3.006 ns/day, 7.985 hours/ns, 34.789 timesteps/s 99.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 | 28.613 | 28.613 | 28.613 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026275 | 0.026275 | 0.026275 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.093919 | 0.093919 | 0.093919 | 0.0 | 0.33 Other | | 0.01176 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.885408355503, Press = 0.532773840774305 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 136000 -8411.2941 -8411.2941 -8493.3611 -8493.3611 317.60769 317.60769 23721.722 23721.722 1931.673 1931.673 137000 -8414.1151 -8414.1151 -8495.4367 -8495.4367 314.72308 314.72308 23717.331 23717.331 1766.8823 1766.8823 Loop time of 28.5973 on 1 procs for 1000 steps with 2000 atoms Performance: 3.021 ns/day, 7.944 hours/ns, 34.968 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.468 | 28.468 | 28.468 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026128 | 0.026128 | 0.026128 | 0.0 | 0.09 Output | 2.38e-05 | 2.38e-05 | 2.38e-05 | 0.0 | 0.00 Modify | 0.091685 | 0.091685 | 0.091685 | 0.0 | 0.32 Other | | 0.01164 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128096.0 ave 128096 max 128096 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128096 Ave neighs/atom = 64.048000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877187555533, Press = 0.27440206027604 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 137000 -8414.1151 -8414.1151 -8495.4367 -8495.4367 314.72308 314.72308 23717.331 23717.331 1766.8823 1766.8823 138000 -8415.9566 -8415.9566 -8495.7558 -8495.7558 308.83088 308.83088 23727.005 23727.005 799.12389 799.12389 Loop time of 28.6899 on 1 procs for 1000 steps with 2000 atoms Performance: 3.012 ns/day, 7.969 hours/ns, 34.855 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.562 | 28.562 | 28.562 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026061 | 0.026061 | 0.026061 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.090917 | 0.090917 | 0.090917 | 0.0 | 0.32 Other | | 0.01137 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.868859683968, Press = 0.0216360736476123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 138000 -8415.9566 -8415.9566 -8495.7558 -8495.7558 308.83088 308.83088 23727.005 23727.005 799.12389 799.12389 139000 -8417.2177 -8417.2177 -8495.5276 -8495.5276 303.06737 303.06737 23732.396 23732.396 458.40398 458.40398 Loop time of 28.5654 on 1 procs for 1000 steps with 2000 atoms Performance: 3.025 ns/day, 7.935 hours/ns, 35.007 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 | 28.437 | 28.437 | 28.437 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026059 | 0.026059 | 0.026059 | 0.0 | 0.09 Output | 2.89e-05 | 2.89e-05 | 2.89e-05 | 0.0 | 0.00 Modify | 0.0908 | 0.0908 | 0.0908 | 0.0 | 0.32 Other | | 0.01144 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.840697854719, Press = 0.160169862508004 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 139000 -8417.2177 -8417.2177 -8495.5276 -8495.5276 303.06737 303.06737 23732.396 23732.396 458.40398 458.40398 140000 -8413.9783 -8413.9783 -8496.3971 -8496.3971 318.96945 318.96945 23724.744 23724.744 842.35545 842.35545 Loop time of 28.5177 on 1 procs for 1000 steps with 2000 atoms Performance: 3.030 ns/day, 7.922 hours/ns, 35.066 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 | 28.387 | 28.387 | 28.387 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025959 | 0.025959 | 0.025959 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.093051 | 0.093051 | 0.093051 | 0.0 | 0.33 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.839603612423, Press = 0.0251912882741447 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 140000 -8413.9783 -8413.9783 -8496.3971 -8496.3971 318.96945 318.96945 23724.744 23724.744 842.35545 842.35545 141000 -8417.9465 -8417.9465 -8498.5544 -8498.5544 311.9607 311.9607 23714.633 23714.633 1301.6967 1301.6967 Loop time of 28.5615 on 1 procs for 1000 steps with 2000 atoms Performance: 3.025 ns/day, 7.934 hours/ns, 35.012 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.433 | 28.433 | 28.433 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026316 | 0.026316 | 0.026316 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.091351 | 0.091351 | 0.091351 | 0.0 | 0.32 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821131664257, Press = -0.195145845350399 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 141000 -8417.9465 -8417.9465 -8498.5544 -8498.5544 311.9607 311.9607 23714.633 23714.633 1301.6967 1301.6967 142000 -8416.4061 -8416.4061 -8497.8788 -8497.8788 315.30793 315.30793 23721.401 23721.401 792.70647 792.70647 Loop time of 28.5426 on 1 procs for 1000 steps with 2000 atoms Performance: 3.027 ns/day, 7.929 hours/ns, 35.035 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.412 | 28.412 | 28.412 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026207 | 0.026207 | 0.026207 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.092306 | 0.092306 | 0.092306 | 0.0 | 0.32 Other | | 0.01161 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.823048024314, Press = -0.78943554963423 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 142000 -8416.4061 -8416.4061 -8497.8788 -8497.8788 315.30793 315.30793 23721.401 23721.401 792.70647 792.70647 143000 -8410.6432 -8410.6432 -8494.1397 -8494.1397 323.14033 323.14033 23770.261 23770.261 -1754.2374 -1754.2374 Loop time of 28.9377 on 1 procs for 1000 steps with 2000 atoms Performance: 2.986 ns/day, 8.038 hours/ns, 34.557 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.809 | 28.809 | 28.809 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026154 | 0.026154 | 0.026154 | 0.0 | 0.09 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.091381 | 0.091381 | 0.091381 | 0.0 | 0.32 Other | | 0.01152 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.834431973264, Press = -0.611608839228538 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 143000 -8410.6432 -8410.6432 -8494.1397 -8494.1397 323.14033 323.14033 23770.261 23770.261 -1754.2374 -1754.2374 144000 -8414.8805 -8414.8805 -8496.4342 -8496.4342 315.62159 315.62159 23763.028 23763.028 -1775.2389 -1775.2389 Loop time of 28.9055 on 1 procs for 1000 steps with 2000 atoms Performance: 2.989 ns/day, 8.029 hours/ns, 34.596 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.775 | 28.775 | 28.775 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026624 | 0.026624 | 0.026624 | 0.0 | 0.09 Output | 3.28e-05 | 3.28e-05 | 3.28e-05 | 0.0 | 0.00 Modify | 0.092268 | 0.092268 | 0.092268 | 0.0 | 0.32 Other | | 0.01179 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.85736263892, Press = -0.220094613627286 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 144000 -8414.8805 -8414.8805 -8496.4342 -8496.4342 315.62159 315.62159 23763.028 23763.028 -1775.2389 -1775.2389 145000 -8412.4647 -8412.4647 -8493.815 -8493.815 314.83405 314.83405 23763.663 23763.663 -1490.6757 -1490.6757 Loop time of 28.8577 on 1 procs for 1000 steps with 2000 atoms Performance: 2.994 ns/day, 8.016 hours/ns, 34.653 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 | 28.728 | 28.728 | 28.728 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026232 | 0.026232 | 0.026232 | 0.0 | 0.09 Output | 7.57e-05 | 7.57e-05 | 7.57e-05 | 0.0 | 0.00 Modify | 0.092334 | 0.092334 | 0.092334 | 0.0 | 0.32 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.860712098151, Press = -0.0133042733342922 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 145000 -8412.4647 -8412.4647 -8493.815 -8493.815 314.83405 314.83405 23763.663 23763.663 -1490.6757 -1490.6757 146000 -8421.3971 -8421.3971 -8498.5605 -8498.5605 298.63021 298.63021 23746.049 23746.049 -1293.052 -1293.052 Loop time of 28.9846 on 1 procs for 1000 steps with 2000 atoms Performance: 2.981 ns/day, 8.051 hours/ns, 34.501 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.855 | 28.855 | 28.855 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026458 | 0.026458 | 0.026458 | 0.0 | 0.09 Output | 2.31e-05 | 2.31e-05 | 2.31e-05 | 0.0 | 0.00 Modify | 0.09186 | 0.09186 | 0.09186 | 0.0 | 0.32 Other | | 0.01173 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.846907624395, Press = 0.179782647945194 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 146000 -8421.3971 -8421.3971 -8498.5605 -8498.5605 298.63021 298.63021 23746.049 23746.049 -1293.052 -1293.052 147000 -8413.3932 -8413.3932 -8494.78 -8494.78 314.97518 314.97518 23767.961 23767.961 -1894.3732 -1894.3732 Loop time of 28.9427 on 1 procs for 1000 steps with 2000 atoms Performance: 2.985 ns/day, 8.040 hours/ns, 34.551 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 | 28.813 | 28.813 | 28.813 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026602 | 0.026602 | 0.026602 | 0.0 | 0.09 Output | 2.79e-05 | 2.79e-05 | 2.79e-05 | 0.0 | 0.00 Modify | 0.09147 | 0.09147 | 0.09147 | 0.0 | 0.32 Other | | 0.01152 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.836250899557, Press = 0.611501285544135 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 147000 -8413.3932 -8413.3932 -8494.78 -8494.78 314.97518 314.97518 23767.961 23767.961 -1894.3732 -1894.3732 148000 -8416.2367 -8416.2367 -8496.2288 -8496.2288 309.57766 309.57766 23726.108 23726.108 777.47487 777.47487 Loop time of 28.8787 on 1 procs for 1000 steps with 2000 atoms Performance: 2.992 ns/day, 8.022 hours/ns, 34.628 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.748 | 28.748 | 28.748 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026233 | 0.026233 | 0.026233 | 0.0 | 0.09 Output | 3.97e-05 | 3.97e-05 | 3.97e-05 | 0.0 | 0.00 Modify | 0.092988 | 0.092988 | 0.092988 | 0.0 | 0.32 Other | | 0.01131 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.833579293111, Press = 0.882001658698742 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 148000 -8416.2367 -8416.2367 -8496.2288 -8496.2288 309.57766 309.57766 23726.108 23726.108 777.47487 777.47487 149000 -8413.7436 -8413.7436 -8494.2343 -8494.2343 311.50764 311.50764 23712.05 23712.05 2008.7064 2008.7064 Loop time of 28.7821 on 1 procs for 1000 steps with 2000 atoms Performance: 3.002 ns/day, 7.995 hours/ns, 34.744 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 | 28.652 | 28.652 | 28.652 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026413 | 0.026413 | 0.026413 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.091797 | 0.091797 | 0.091797 | 0.0 | 0.32 Other | | 0.01159 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128088.0 ave 128088 max 128088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128088 Ave neighs/atom = 64.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.817721389059, Press = 0.556082603518121 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 149000 -8413.7436 -8413.7436 -8494.2343 -8494.2343 311.50764 311.50764 23712.05 23712.05 2008.7064 2008.7064 150000 -8418.5254 -8418.5254 -8497.8638 -8497.8638 307.04754 307.04754 23698.291 23698.291 2360.218 2360.218 Loop time of 28.9891 on 1 procs for 1000 steps with 2000 atoms Performance: 2.980 ns/day, 8.053 hours/ns, 34.496 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.858 | 28.858 | 28.858 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026845 | 0.026845 | 0.026845 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.092588 | 0.092588 | 0.092588 | 0.0 | 0.32 Other | | 0.01155 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.808255343103, Press = 0.26611481464949 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 150000 -8418.5254 -8418.5254 -8497.8638 -8497.8638 307.04754 307.04754 23698.291 23698.291 2360.218 2360.218 151000 -8412.0426 -8412.0426 -8492.987 -8492.987 313.26305 313.26305 23712.377 23712.377 2419.5523 2419.5523 Loop time of 28.9688 on 1 procs for 1000 steps with 2000 atoms Performance: 2.983 ns/day, 8.047 hours/ns, 34.520 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.838 | 28.838 | 28.838 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026494 | 0.026494 | 0.026494 | 0.0 | 0.09 Output | 2.79e-05 | 2.79e-05 | 2.79e-05 | 0.0 | 0.00 Modify | 0.092333 | 0.092333 | 0.092333 | 0.0 | 0.32 Other | | 0.01159 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796871642869, Press = 0.00636458112278757 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 151000 -8412.0426 -8412.0426 -8492.987 -8492.987 313.26305 313.26305 23712.377 23712.377 2419.5523 2419.5523 152000 -8416.76 -8416.76 -8498.405 -8498.405 315.97451 315.97451 23727.122 23727.122 341.47445 341.47445 Loop time of 28.7566 on 1 procs for 1000 steps with 2000 atoms Performance: 3.005 ns/day, 7.988 hours/ns, 34.775 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 | 28.628 | 28.628 | 28.628 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026111 | 0.026111 | 0.026111 | 0.0 | 0.09 Output | 2.58e-05 | 2.58e-05 | 2.58e-05 | 0.0 | 0.00 Modify | 0.091467 | 0.091467 | 0.091467 | 0.0 | 0.32 Other | | 0.01137 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785664625813, Press = -0.169128084654185 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 152000 -8416.76 -8416.76 -8498.405 -8498.405 315.97451 315.97451 23727.122 23727.122 341.47445 341.47445 153000 -8414.1322 -8414.1322 -8495.5812 -8495.5812 315.21617 315.21617 23750.226 23750.226 -757.45146 -757.45146 Loop time of 28.751 on 1 procs for 1000 steps with 2000 atoms Performance: 3.005 ns/day, 7.986 hours/ns, 34.781 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 | 28.621 | 28.621 | 28.621 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026416 | 0.026416 | 0.026416 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.091509 | 0.091509 | 0.091509 | 0.0 | 0.32 Other | | 0.01159 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.78799032151, Press = -0.121591668580209 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 153000 -8414.1322 -8414.1322 -8495.5812 -8495.5812 315.21617 315.21617 23750.226 23750.226 -757.45146 -757.45146 154000 -8414.1318 -8414.1318 -8494.8737 -8494.8737 312.47965 312.47965 23753.804 23753.804 -904.01955 -904.01955 Loop time of 28.6954 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.971 hours/ns, 34.849 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.566 | 28.566 | 28.566 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026202 | 0.026202 | 0.026202 | 0.0 | 0.09 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.091329 | 0.091329 | 0.091329 | 0.0 | 0.32 Other | | 0.01161 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.786201853384, Press = 0.0121880667296373 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 154000 -8414.1318 -8414.1318 -8494.8737 -8494.8737 312.47965 312.47965 23753.804 23753.804 -904.01955 -904.01955 155000 -8417.086 -8417.086 -8495.737 -8495.737 304.38739 304.38739 23754.486 23754.486 -1253.4711 -1253.4711 Loop time of 28.7824 on 1 procs for 1000 steps with 2000 atoms Performance: 3.002 ns/day, 7.995 hours/ns, 34.743 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.653 | 28.653 | 28.653 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026232 | 0.026232 | 0.026232 | 0.0 | 0.09 Output | 4e-05 | 4e-05 | 4e-05 | 0.0 | 0.00 Modify | 0.091919 | 0.091919 | 0.091919 | 0.0 | 0.32 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.787788253447, Press = 0.114800019253999 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 155000 -8417.086 -8417.086 -8495.737 -8495.737 304.38739 304.38739 23754.486 23754.486 -1253.4711 -1253.4711 156000 -8412.6008 -8412.6008 -8493.9036 -8493.9036 314.65057 314.65057 23765.704 23765.704 -1569.889 -1569.889 Loop time of 28.752 on 1 procs for 1000 steps with 2000 atoms Performance: 3.005 ns/day, 7.987 hours/ns, 34.780 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.623 | 28.623 | 28.623 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026337 | 0.026337 | 0.026337 | 0.0 | 0.09 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.091589 | 0.091589 | 0.091589 | 0.0 | 0.32 Other | | 0.0114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.784895007972, Press = 0.473614559755697 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 156000 -8412.6008 -8412.6008 -8493.9036 -8493.9036 314.65057 314.65057 23765.704 23765.704 -1569.889 -1569.889 157000 -8411.3559 -8411.3559 -8493.5666 -8493.5666 318.16406 318.16406 23732.536 23732.536 948.39165 948.39165 Loop time of 28.7856 on 1 procs for 1000 steps with 2000 atoms Performance: 3.002 ns/day, 7.996 hours/ns, 34.740 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.656 | 28.656 | 28.656 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026353 | 0.026353 | 0.026353 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.09159 | 0.09159 | 0.09159 | 0.0 | 0.32 Other | | 0.01144 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.792789703598, Press = 0.775344214526642 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 157000 -8411.3559 -8411.3559 -8493.5666 -8493.5666 318.16406 318.16406 23732.536 23732.536 948.39165 948.39165 158000 -8416.2411 -8416.2411 -8495.6648 -8495.6648 307.37828 307.37828 23705.798 23705.798 2348.2421 2348.2421 Loop time of 28.9845 on 1 procs for 1000 steps with 2000 atoms Performance: 2.981 ns/day, 8.051 hours/ns, 34.501 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 | 28.854 | 28.854 | 28.854 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026647 | 0.026647 | 0.026647 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.092671 | 0.092671 | 0.092671 | 0.0 | 0.32 Other | | 0.0114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128098.0 ave 128098 max 128098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128098 Ave neighs/atom = 64.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.808477382917, Press = 0.411466785921296 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 158000 -8416.2411 -8416.2411 -8495.6648 -8495.6648 307.37828 307.37828 23705.798 23705.798 2348.2421 2348.2421 159000 -8414.1399 -8414.1399 -8495.6161 -8495.6161 315.3214 315.3214 23701.166 23701.166 2733.7941 2733.7941 Loop time of 28.9493 on 1 procs for 1000 steps with 2000 atoms Performance: 2.985 ns/day, 8.041 hours/ns, 34.543 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.819 | 28.819 | 28.819 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026519 | 0.026519 | 0.026519 | 0.0 | 0.09 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.092123 | 0.092123 | 0.092123 | 0.0 | 0.32 Other | | 0.01157 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.817531799577, Press = 0.136715302857052 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 159000 -8414.1399 -8414.1399 -8495.6161 -8495.6161 315.3214 315.3214 23701.166 23701.166 2733.7941 2733.7941 160000 -8418.5225 -8418.5225 -8497.7354 -8497.7354 306.56181 306.56181 23712.12 23712.12 1567.4624 1567.4624 Loop time of 28.8385 on 1 procs for 1000 steps with 2000 atoms Performance: 2.996 ns/day, 8.011 hours/ns, 34.676 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 | 28.709 | 28.709 | 28.709 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026052 | 0.026052 | 0.026052 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.09242 | 0.09242 | 0.09242 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.817129261101, Press = -0.155746907107884 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 160000 -8418.5225 -8418.5225 -8497.7354 -8497.7354 306.56181 306.56181 23712.12 23712.12 1567.4624 1567.4624 161000 -8414.2403 -8414.2403 -8495.4367 -8495.4367 314.23853 314.23853 23744.057 23744.057 -271.47376 -271.47376 Loop time of 28.7521 on 1 procs for 1000 steps with 2000 atoms Performance: 3.005 ns/day, 7.987 hours/ns, 34.780 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 | 28.622 | 28.622 | 28.622 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026682 | 0.026682 | 0.026682 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.09182 | 0.09182 | 0.09182 | 0.0 | 0.32 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.812889048643, Press = -0.220841874253038 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 161000 -8414.2403 -8414.2403 -8495.4367 -8495.4367 314.23853 314.23853 23744.057 23744.057 -271.47376 -271.47376 162000 -8414.0909 -8414.0909 -8494.1881 -8494.1881 309.98412 309.98412 23754.849 23754.849 -749.84162 -749.84162 Loop time of 28.7359 on 1 procs for 1000 steps with 2000 atoms Performance: 3.007 ns/day, 7.982 hours/ns, 34.800 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 | 28.607 | 28.607 | 28.607 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02631 | 0.02631 | 0.02631 | 0.0 | 0.09 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.091278 | 0.091278 | 0.091278 | 0.0 | 0.32 Other | | 0.01146 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.798697186748, Press = 0.0276391234803096 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 162000 -8414.0909 -8414.0909 -8494.1881 -8494.1881 309.98412 309.98412 23754.849 23754.849 -749.84162 -749.84162 163000 -8416.668 -8416.668 -8496.7464 -8496.7464 309.91166 309.91166 23743.511 23743.511 -512.43866 -512.43866 Loop time of 28.7203 on 1 procs for 1000 steps with 2000 atoms Performance: 3.008 ns/day, 7.978 hours/ns, 34.819 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 | 28.591 | 28.591 | 28.591 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02631 | 0.02631 | 0.02631 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.091488 | 0.091488 | 0.091488 | 0.0 | 0.32 Other | | 0.01149 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.805541179777, Press = 0.146324679934084 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 163000 -8416.668 -8416.668 -8496.7464 -8496.7464 309.91166 309.91166 23743.511 23743.511 -512.43866 -512.43866 164000 -8411.9672 -8411.9672 -8493.8322 -8493.8322 316.8262 316.8262 23743.245 23743.245 152.13183 152.13183 Loop time of 28.7969 on 1 procs for 1000 steps with 2000 atoms Performance: 3.000 ns/day, 7.999 hours/ns, 34.726 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 | 28.668 | 28.668 | 28.668 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026347 | 0.026347 | 0.026347 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.091471 | 0.091471 | 0.091471 | 0.0 | 0.32 Other | | 0.01154 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821847189995, Press = 0.209051852897029 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 164000 -8411.9672 -8411.9672 -8493.8322 -8493.8322 316.8262 316.8262 23743.245 23743.245 152.13183 152.13183 165000 -8415.3533 -8415.3533 -8495.4423 -8495.4423 309.95296 309.95296 23711.193 23711.193 2092.2341 2092.2341 Loop time of 28.7122 on 1 procs for 1000 steps with 2000 atoms Performance: 3.009 ns/day, 7.976 hours/ns, 34.828 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 | 28.583 | 28.583 | 28.583 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02597 | 0.02597 | 0.02597 | 0.0 | 0.09 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.091233 | 0.091233 | 0.091233 | 0.0 | 0.32 Other | | 0.01158 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821180004382, Press = 0.177831641946289 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 165000 -8415.3533 -8415.3533 -8495.4423 -8495.4423 309.95296 309.95296 23711.193 23711.193 2092.2341 2092.2341 166000 -8412.3091 -8412.3091 -8495.3105 -8495.3105 321.22395 321.22395 23675.566 23675.566 4871.8233 4871.8233 Loop time of 31.3727 on 1 procs for 1000 steps with 2000 atoms Performance: 2.754 ns/day, 8.715 hours/ns, 31.875 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.235 | 31.235 | 31.235 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028465 | 0.028465 | 0.028465 | 0.0 | 0.09 Output | 2.84e-05 | 2.84e-05 | 2.84e-05 | 0.0 | 0.00 Modify | 0.095626 | 0.095626 | 0.095626 | 0.0 | 0.30 Other | | 0.01362 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.830475125044, Press = -0.391212264468989 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 166000 -8412.3091 -8412.3091 -8495.3105 -8495.3105 321.22395 321.22395 23675.566 23675.566 4871.8233 4871.8233 167000 -8414.3296 -8414.3296 -8497.0794 -8497.0794 320.25018 320.25018 23722.985 23722.985 1087.8202 1087.8202 Loop time of 30.4148 on 1 procs for 1000 steps with 2000 atoms Performance: 2.841 ns/day, 8.449 hours/ns, 32.879 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.279 | 30.279 | 30.279 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027412 | 0.027412 | 0.027412 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.096058 | 0.096058 | 0.096058 | 0.0 | 0.32 Other | | 0.01233 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.819290670408, Press = -0.409569411877389 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 167000 -8414.3296 -8414.3296 -8497.0794 -8497.0794 320.25018 320.25018 23722.985 23722.985 1087.8202 1087.8202 168000 -8417.6038 -8417.6038 -8496.6367 -8496.6367 305.86527 305.86527 23745.615 23745.615 -656.11473 -656.11473 Loop time of 31.2859 on 1 procs for 1000 steps with 2000 atoms Performance: 2.762 ns/day, 8.691 hours/ns, 31.963 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.138 | 31.138 | 31.138 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038371 | 0.038371 | 0.038371 | 0.0 | 0.12 Output | 6.61e-05 | 6.61e-05 | 6.61e-05 | 0.0 | 0.00 Modify | 0.097716 | 0.097716 | 0.097716 | 0.0 | 0.31 Other | | 0.01158 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128088.0 ave 128088 max 128088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128088 Ave neighs/atom = 64.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.810270493353, Press = -0.285008368379922 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 168000 -8417.6038 -8417.6038 -8496.6367 -8496.6367 305.86527 305.86527 23745.615 23745.615 -656.11473 -656.11473 169000 -8412.5192 -8412.5192 -8495.3982 -8495.3982 320.7504 320.7504 23767.006 23767.006 -1810.2477 -1810.2477 Loop time of 28.6989 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.972 hours/ns, 34.845 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.57 | 28.57 | 28.57 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026203 | 0.026203 | 0.026203 | 0.0 | 0.09 Output | 2.63e-05 | 2.63e-05 | 2.63e-05 | 0.0 | 0.00 Modify | 0.091139 | 0.091139 | 0.091139 | 0.0 | 0.32 Other | | 0.01161 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800485689551, Press = -0.0121609915254601 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 169000 -8412.5192 -8412.5192 -8495.3982 -8495.3982 320.7504 320.7504 23767.006 23767.006 -1810.2477 -1810.2477 170000 -8415.4766 -8415.4766 -8495.3608 -8495.3608 309.16016 309.16016 23765.013 23765.013 -1738.325 -1738.325 Loop time of 29.4811 on 1 procs for 1000 steps with 2000 atoms Performance: 2.931 ns/day, 8.189 hours/ns, 33.920 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.34 | 29.34 | 29.34 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035306 | 0.035306 | 0.035306 | 0.0 | 0.12 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.093218 | 0.093218 | 0.093218 | 0.0 | 0.32 Other | | 0.01208 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799338002699, Press = 0.169874230750077 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 170000 -8415.4766 -8415.4766 -8495.3608 -8495.3608 309.16016 309.16016 23765.013 23765.013 -1738.325 -1738.325 171000 -8414.3524 -8414.3524 -8495.5978 -8495.5978 314.42828 314.42828 23753.231 23753.231 -939.16937 -939.16937 Loop time of 30.1737 on 1 procs for 1000 steps with 2000 atoms Performance: 2.863 ns/day, 8.382 hours/ns, 33.141 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 | 30.04 | 30.04 | 30.04 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027936 | 0.027936 | 0.027936 | 0.0 | 0.09 Output | 3.29e-05 | 3.29e-05 | 3.29e-05 | 0.0 | 0.00 Modify | 0.094193 | 0.094193 | 0.094193 | 0.0 | 0.31 Other | | 0.01187 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.802659378474, Press = 0.340316654624494 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 171000 -8414.3524 -8414.3524 -8495.5978 -8495.5978 314.42828 314.42828 23753.231 23753.231 -939.16937 -939.16937 172000 -8413.9315 -8413.9315 -8495.2344 -8495.2344 314.65069 314.65069 23736.805 23736.805 268.0157 268.0157 Loop time of 30.595 on 1 procs for 1000 steps with 2000 atoms Performance: 2.824 ns/day, 8.499 hours/ns, 32.685 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 | 30.459 | 30.459 | 30.459 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027356 | 0.027356 | 0.027356 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.096034 | 0.096034 | 0.096034 | 0.0 | 0.31 Other | | 0.01219 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800506251677, Press = 0.592991577086673 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 172000 -8413.9315 -8413.9315 -8495.2344 -8495.2344 314.65069 314.65069 23736.805 23736.805 268.0157 268.0157 173000 -8413.1117 -8413.1117 -8494.7008 -8494.7008 315.75817 315.75817 23711.889 23711.889 2207.1664 2207.1664 Loop time of 29.6951 on 1 procs for 1000 steps with 2000 atoms Performance: 2.910 ns/day, 8.249 hours/ns, 33.676 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 | 29.555 | 29.555 | 29.555 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027564 | 0.027564 | 0.027564 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.10029 | 0.10029 | 0.10029 | 0.0 | 0.34 Other | | 0.01238 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.811756651408, Press = 0.447329313332364 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 173000 -8413.1117 -8413.1117 -8494.7008 -8494.7008 315.75817 315.75817 23711.889 23711.889 2207.1664 2207.1664 174000 -8410.9659 -8410.9659 -8493.2337 -8493.2337 318.38482 318.38482 23687.623 23687.623 4123.3794 4123.3794 Loop time of 30.2934 on 1 procs for 1000 steps with 2000 atoms Performance: 2.852 ns/day, 8.415 hours/ns, 33.011 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 | 30.158 | 30.158 | 30.158 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027648 | 0.027648 | 0.027648 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.095341 | 0.095341 | 0.095341 | 0.0 | 0.31 Other | | 0.01217 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813023479028, Press = 0.253183390180501 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 174000 -8410.9659 -8410.9659 -8493.2337 -8493.2337 318.38482 318.38482 23687.623 23687.623 4123.3794 4123.3794 175000 -8413.9772 -8413.9772 -8496.3479 -8496.3479 318.78281 318.78281 23704.492 23704.492 2408.4535 2408.4535 Loop time of 30.0524 on 1 procs for 1000 steps with 2000 atoms Performance: 2.875 ns/day, 8.348 hours/ns, 33.275 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 | 29.917 | 29.917 | 29.917 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027068 | 0.027068 | 0.027068 | 0.0 | 0.09 Output | 3.35e-05 | 3.35e-05 | 3.35e-05 | 0.0 | 0.00 Modify | 0.096378 | 0.096378 | 0.096378 | 0.0 | 0.32 Other | | 0.01232 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.837335680377, Press = -0.12068188870118 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 175000 -8413.9772 -8413.9772 -8496.3479 -8496.3479 318.78281 318.78281 23704.492 23704.492 2408.4535 2408.4535 176000 -8413.8124 -8413.8124 -8494.1536 -8494.1536 310.92892 310.92892 23736.277 23736.277 511.66634 511.66634 Loop time of 30.2422 on 1 procs for 1000 steps with 2000 atoms Performance: 2.857 ns/day, 8.401 hours/ns, 33.066 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.105 | 30.105 | 30.105 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027933 | 0.027933 | 0.027933 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.096766 | 0.096766 | 0.096766 | 0.0 | 0.32 Other | | 0.01219 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.842565796908, Press = 0.0760832202203263 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 176000 -8413.8124 -8413.8124 -8494.1536 -8494.1536 310.92892 310.92892 23736.277 23736.277 511.66634 511.66634 177000 -8415.595 -8415.595 -8496.8724 -8496.8724 314.55182 314.55182 23734.591 23734.591 179.88277 179.88277 Loop time of 30.1752 on 1 procs for 1000 steps with 2000 atoms Performance: 2.863 ns/day, 8.382 hours/ns, 33.140 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.038 | 30.038 | 30.038 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027671 | 0.027671 | 0.027671 | 0.0 | 0.09 Output | 2.86e-05 | 2.86e-05 | 2.86e-05 | 0.0 | 0.00 Modify | 0.098131 | 0.098131 | 0.098131 | 0.0 | 0.33 Other | | 0.01185 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.860258711871, Press = 0.0564949704939052 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 177000 -8415.595 -8415.595 -8496.8724 -8496.8724 314.55182 314.55182 23734.591 23734.591 179.88277 179.88277 178000 -8412.1978 -8412.1978 -8493.0254 -8493.0254 312.81101 312.81101 23759.14 23759.14 -890.75874 -890.75874 Loop time of 30.4671 on 1 procs for 1000 steps with 2000 atoms Performance: 2.836 ns/day, 8.463 hours/ns, 32.822 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 | 30.331 | 30.331 | 30.331 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028625 | 0.028625 | 0.028625 | 0.0 | 0.09 Output | 4.07e-05 | 4.07e-05 | 4.07e-05 | 0.0 | 0.00 Modify | 0.095304 | 0.095304 | 0.095304 | 0.0 | 0.31 Other | | 0.01239 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.865863339221, Press = 0.0696103086980083 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 178000 -8412.1978 -8412.1978 -8493.0254 -8493.0254 312.81101 312.81101 23759.14 23759.14 -890.75874 -890.75874 179000 -8413.3273 -8413.3273 -8494.681 -8494.681 314.84743 314.84743 23781.223 23781.223 -2523.2598 -2523.2598 Loop time of 29.5587 on 1 procs for 1000 steps with 2000 atoms Performance: 2.923 ns/day, 8.211 hours/ns, 33.831 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 | 29.42 | 29.42 | 29.42 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.029353 | 0.029353 | 0.029353 | 0.0 | 0.10 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.097367 | 0.097367 | 0.097367 | 0.0 | 0.33 Other | | 0.01197 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.873320028451, Press = 0.0428994208157193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 179000 -8413.3273 -8413.3273 -8494.681 -8494.681 314.84743 314.84743 23781.223 23781.223 -2523.2598 -2523.2598 180000 -8418.7254 -8418.7254 -8497.5074 -8497.5074 304.89478 304.89478 23766.871 23766.871 -2483.269 -2483.269 Loop time of 28.9895 on 1 procs for 1000 steps with 2000 atoms Performance: 2.980 ns/day, 8.053 hours/ns, 34.495 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.859 | 28.859 | 28.859 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026652 | 0.026652 | 0.026652 | 0.0 | 0.09 Output | 2.72e-05 | 2.72e-05 | 2.72e-05 | 0.0 | 0.00 Modify | 0.091977 | 0.091977 | 0.091977 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.861150622366, Press = 0.434900291060666 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 180000 -8418.7254 -8418.7254 -8497.5074 -8497.5074 304.89478 304.89478 23766.871 23766.871 -2483.269 -2483.269 181000 -8414.6164 -8414.6164 -8497.1963 -8497.1963 319.5928 319.5928 23751.243 23751.243 -1037.8372 -1037.8372 Loop time of 28.7637 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.990 hours/ns, 34.766 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.635 | 28.635 | 28.635 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026234 | 0.026234 | 0.026234 | 0.0 | 0.09 Output | 2.67e-05 | 2.67e-05 | 2.67e-05 | 0.0 | 0.00 Modify | 0.091164 | 0.091164 | 0.091164 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.856486969273, Press = 0.522005006538424 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 181000 -8414.6164 -8414.6164 -8497.1963 -8497.1963 319.5928 319.5928 23751.243 23751.243 -1037.8372 -1037.8372 182000 -8415.8154 -8415.8154 -8497.289 -8497.289 315.31116 315.31116 23726.23 23726.23 627.04405 627.04405 Loop time of 31.4345 on 1 procs for 1000 steps with 2000 atoms Performance: 2.749 ns/day, 8.732 hours/ns, 31.812 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.294 | 31.294 | 31.294 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.029256 | 0.029256 | 0.029256 | 0.0 | 0.09 Output | 3.34e-05 | 3.34e-05 | 3.34e-05 | 0.0 | 0.00 Modify | 0.099261 | 0.099261 | 0.099261 | 0.0 | 0.32 Other | | 0.01232 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845703768912, Press = 0.488741270316207 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 182000 -8415.8154 -8415.8154 -8497.289 -8497.289 315.31116 315.31116 23726.23 23726.23 627.04405 627.04405 183000 -8414.5244 -8414.5244 -8496.8468 -8496.8468 318.59635 318.59635 23722.446 23722.446 1036.2887 1036.2887 Loop time of 29.9906 on 1 procs for 1000 steps with 2000 atoms Performance: 2.881 ns/day, 8.331 hours/ns, 33.344 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 | 29.856 | 29.856 | 29.856 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026929 | 0.026929 | 0.026929 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.095254 | 0.095254 | 0.095254 | 0.0 | 0.32 Other | | 0.01205 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128018.0 ave 128018 max 128018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128018 Ave neighs/atom = 64.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.844964027432, Press = 0.222943435376409 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 183000 -8414.5244 -8414.5244 -8496.8468 -8496.8468 318.59635 318.59635 23722.446 23722.446 1036.2887 1036.2887 184000 -8411.8582 -8411.8582 -8494.0592 -8494.0592 318.12658 318.12658 23728.179 23728.179 1114.9747 1114.9747 Loop time of 28.7039 on 1 procs for 1000 steps with 2000 atoms Performance: 3.010 ns/day, 7.973 hours/ns, 34.839 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 | 28.575 | 28.575 | 28.575 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026387 | 0.026387 | 0.026387 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.091087 | 0.091087 | 0.091087 | 0.0 | 0.32 Other | | 0.01152 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845649834458, Press = 0.118799957070746 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 184000 -8411.8582 -8411.8582 -8494.0592 -8494.0592 318.12658 318.12658 23728.179 23728.179 1114.9747 1114.9747 185000 -8415.9338 -8415.9338 -8495.6584 -8495.6584 308.54267 308.54267 23718.886 23718.886 1373.4359 1373.4359 Loop time of 28.3074 on 1 procs for 1000 steps with 2000 atoms Performance: 3.052 ns/day, 7.863 hours/ns, 35.327 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 | 28.18 | 28.18 | 28.18 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025882 | 0.025882 | 0.025882 | 0.0 | 0.09 Output | 2.57e-05 | 2.57e-05 | 2.57e-05 | 0.0 | 0.00 Modify | 0.090405 | 0.090405 | 0.090405 | 0.0 | 0.32 Other | | 0.01141 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128096.0 ave 128096 max 128096 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128096 Ave neighs/atom = 64.048000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.84396049833, Press = -0.173622067596548 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 185000 -8415.9338 -8415.9338 -8495.6584 -8495.6584 308.54267 308.54267 23718.886 23718.886 1373.4359 1373.4359 186000 -8413.1785 -8413.1785 -8494.4281 -8494.4281 314.44436 314.44436 23756.341 23756.341 -1007.3662 -1007.3662 Loop time of 28.692 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.970 hours/ns, 34.853 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 | 28.562 | 28.562 | 28.562 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026426 | 0.026426 | 0.026426 | 0.0 | 0.09 Output | 2.15e-05 | 2.15e-05 | 2.15e-05 | 0.0 | 0.00 Modify | 0.09242 | 0.09242 | 0.09242 | 0.0 | 0.32 Other | | 0.0115 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.841954916523, Press = -0.326442238773942 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 186000 -8413.1785 -8413.1785 -8494.4281 -8494.4281 314.44436 314.44436 23756.341 23756.341 -1007.3662 -1007.3662 187000 -8416.8411 -8416.8411 -8494.7104 -8494.7104 301.36215 301.36215 23773.608 23773.608 -2457.466 -2457.466 Loop time of 28.6181 on 1 procs for 1000 steps with 2000 atoms Performance: 3.019 ns/day, 7.949 hours/ns, 34.943 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 | 28.49 | 28.49 | 28.49 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025962 | 0.025962 | 0.025962 | 0.0 | 0.09 Output | 2.64e-05 | 2.64e-05 | 2.64e-05 | 0.0 | 0.00 Modify | 0.090699 | 0.090699 | 0.090699 | 0.0 | 0.32 Other | | 0.01152 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.838112964343, Press = -0.103422110919123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 187000 -8416.8411 -8416.8411 -8494.7104 -8494.7104 301.36215 301.36215 23773.608 23773.608 -2457.466 -2457.466 188000 -8416.1152 -8416.1152 -8495.023 -8495.023 305.38159 305.38159 23753.004 23753.004 -955.60024 -955.60024 Loop time of 28.3378 on 1 procs for 1000 steps with 2000 atoms Performance: 3.049 ns/day, 7.872 hours/ns, 35.289 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 | 28.21 | 28.21 | 28.21 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025911 | 0.025911 | 0.025911 | 0.0 | 0.09 Output | 2.33e-05 | 2.33e-05 | 2.33e-05 | 0.0 | 0.00 Modify | 0.09062 | 0.09062 | 0.09062 | 0.0 | 0.32 Other | | 0.01119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.823233196403, Press = 0.265397562354017 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 188000 -8416.1152 -8416.1152 -8495.023 -8495.023 305.38159 305.38159 23753.004 23753.004 -955.60024 -955.60024 189000 -8416.1568 -8416.1568 -8495.9821 -8495.9821 308.93243 308.93243 23736.607 23736.607 108.55741 108.55741 Loop time of 29.0378 on 1 procs for 1000 steps with 2000 atoms Performance: 2.975 ns/day, 8.066 hours/ns, 34.438 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.907 | 28.907 | 28.907 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026536 | 0.026536 | 0.026536 | 0.0 | 0.09 Output | 2.56e-05 | 2.56e-05 | 2.56e-05 | 0.0 | 0.00 Modify | 0.092743 | 0.092743 | 0.092743 | 0.0 | 0.32 Other | | 0.01168 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128018.0 ave 128018 max 128018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128018 Ave neighs/atom = 64.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821368843875, Press = 0.232782267318853 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 189000 -8416.1568 -8416.1568 -8495.9821 -8495.9821 308.93243 308.93243 23736.607 23736.607 108.55741 108.55741 190000 -8411.6749 -8411.6749 -8491.9376 -8491.9376 310.62519 310.62519 23741.718 23741.718 504.83564 504.83564 Loop time of 29.0718 on 1 procs for 1000 steps with 2000 atoms Performance: 2.972 ns/day, 8.076 hours/ns, 34.398 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 | 28.941 | 28.941 | 28.941 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026994 | 0.026994 | 0.026994 | 0.0 | 0.09 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.092065 | 0.092065 | 0.092065 | 0.0 | 0.32 Other | | 0.01155 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809722343705, Press = 0.253749993754183 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 190000 -8411.6749 -8411.6749 -8491.9376 -8491.9376 310.62519 310.62519 23741.718 23741.718 504.83564 504.83564 191000 -8414.8254 -8414.8254 -8496.0592 -8496.0592 314.38309 314.38309 23725.873 23725.873 917.10015 917.10015 Loop time of 29.1315 on 1 procs for 1000 steps with 2000 atoms Performance: 2.966 ns/day, 8.092 hours/ns, 34.327 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 | 29.001 | 29.001 | 29.001 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026798 | 0.026798 | 0.026798 | 0.0 | 0.09 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.091952 | 0.091952 | 0.091952 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.820527390744, Press = 0.120687425347542 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 191000 -8414.8254 -8414.8254 -8496.0592 -8496.0592 314.38309 314.38309 23725.873 23725.873 917.10015 917.10015 192000 -8410.7863 -8410.7863 -8491.6458 -8491.6458 312.93448 312.93448 23735.289 23735.289 907.39797 907.39797 Loop time of 29.41 on 1 procs for 1000 steps with 2000 atoms Performance: 2.938 ns/day, 8.169 hours/ns, 34.002 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 | 29.278 | 29.278 | 29.278 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027004 | 0.027004 | 0.027004 | 0.0 | 0.09 Output | 3.24e-05 | 3.24e-05 | 3.24e-05 | 0.0 | 0.00 Modify | 0.093303 | 0.093303 | 0.093303 | 0.0 | 0.32 Other | | 0.01199 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.829467524892, Press = -0.0811479749331927 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 192000 -8410.7863 -8410.7863 -8491.6458 -8491.6458 312.93448 312.93448 23735.289 23735.289 907.39797 907.39797 193000 -8415.3905 -8415.3905 -8494.803 -8494.803 307.33482 307.33482 23762.426 23762.426 -1381.0732 -1381.0732 Loop time of 28.7378 on 1 procs for 1000 steps with 2000 atoms Performance: 3.006 ns/day, 7.983 hours/ns, 34.797 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 | 28.608 | 28.608 | 28.608 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026299 | 0.026299 | 0.026299 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.091771 | 0.091771 | 0.091771 | 0.0 | 0.32 Other | | 0.01143 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.84062548714, Press = -0.20382618614444 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 193000 -8415.3905 -8415.3905 -8494.803 -8494.803 307.33482 307.33482 23762.426 23762.426 -1381.0732 -1381.0732 194000 -8410.6766 -8410.6766 -8493.8141 -8493.8141 321.75084 321.75084 23794.958 23794.958 -3396.5215 -3396.5215 Loop time of 29.1578 on 1 procs for 1000 steps with 2000 atoms Performance: 2.963 ns/day, 8.099 hours/ns, 34.296 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 | 29.026 | 29.026 | 29.026 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02647 | 0.02647 | 0.02647 | 0.0 | 0.09 Output | 2.25e-05 | 2.25e-05 | 2.25e-05 | 0.0 | 0.00 Modify | 0.093126 | 0.093126 | 0.093126 | 0.0 | 0.32 Other | | 0.01178 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.855381598261, Press = 0.0564537114718109 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 194000 -8410.6766 -8410.6766 -8493.8141 -8493.8141 321.75084 321.75084 23794.958 23794.958 -3396.5215 -3396.5215 195000 -8413.5934 -8413.5934 -8493.9658 -8493.9658 311.04942 311.04942 23773.502 23773.502 -2154.711 -2154.711 Loop time of 28.5684 on 1 procs for 1000 steps with 2000 atoms Performance: 3.024 ns/day, 7.936 hours/ns, 35.004 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.44 | 28.44 | 28.44 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026221 | 0.026221 | 0.026221 | 0.0 | 0.09 Output | 2.57e-05 | 2.57e-05 | 2.57e-05 | 0.0 | 0.00 Modify | 0.090716 | 0.090716 | 0.090716 | 0.0 | 0.32 Other | | 0.01164 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.860118312831, Press = 0.360679031458011 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 195000 -8413.5934 -8413.5934 -8493.9658 -8493.9658 311.04942 311.04942 23773.502 23773.502 -2154.711 -2154.711 196000 -8417.8727 -8417.8727 -8496.5357 -8496.5357 304.43371 304.43371 23734.64 23734.64 193.55439 193.55439 Loop time of 28.7071 on 1 procs for 1000 steps with 2000 atoms Performance: 3.010 ns/day, 7.974 hours/ns, 34.835 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 | 28.578 | 28.578 | 28.578 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026195 | 0.026195 | 0.026195 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.091446 | 0.091446 | 0.091446 | 0.0 | 0.32 Other | | 0.01131 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864372414248, Press = 0.498792776817275 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 196000 -8417.8727 -8417.8727 -8496.5357 -8496.5357 304.43371 304.43371 23734.64 23734.64 193.55439 193.55439 197000 -8412.4139 -8412.4139 -8495.189 -8495.189 320.34818 320.34818 23718.109 23718.109 1762.0979 1762.0979 Loop time of 28.5925 on 1 procs for 1000 steps with 2000 atoms Performance: 3.022 ns/day, 7.942 hours/ns, 34.974 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 | 28.464 | 28.464 | 28.464 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026028 | 0.026028 | 0.026028 | 0.0 | 0.09 Output | 4.3e-05 | 4.3e-05 | 4.3e-05 | 0.0 | 0.00 Modify | 0.090697 | 0.090697 | 0.090697 | 0.0 | 0.32 Other | | 0.01131 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.858985168983, Press = 0.360660855388629 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 197000 -8412.4139 -8412.4139 -8495.189 -8495.189 320.34818 320.34818 23718.109 23718.109 1762.0979 1762.0979 198000 -8415.2854 -8415.2854 -8494.3652 -8494.3652 306.0469 306.0469 23705.373 23705.373 2446.7684 2446.7684 Loop time of 28.7607 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.989 hours/ns, 34.770 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.632 | 28.632 | 28.632 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026625 | 0.026625 | 0.026625 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.090485 | 0.090485 | 0.090485 | 0.0 | 0.31 Other | | 0.01155 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.848614487591, Press = 0.197489554322644 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 198000 -8415.2854 -8415.2854 -8494.3652 -8494.3652 306.0469 306.0469 23705.373 23705.373 2446.7684 2446.7684 199000 -8414.056 -8414.056 -8495.4994 -8495.4994 315.19423 315.19423 23717.193 23717.193 1569.1672 1569.1672 Loop time of 28.6047 on 1 procs for 1000 steps with 2000 atoms Performance: 3.020 ns/day, 7.946 hours/ns, 34.959 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.474 | 28.474 | 28.474 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026729 | 0.026729 | 0.026729 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.092784 | 0.092784 | 0.092784 | 0.0 | 0.32 Other | | 0.01155 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.835790725487, Press = 0.0520928902134568 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 199000 -8414.056 -8414.056 -8495.4994 -8495.4994 315.19423 315.19423 23717.193 23717.193 1569.1672 1569.1672 200000 -8417.2029 -8417.2029 -8497.7556 -8497.7556 311.74736 311.74736 23685.825 23685.825 3309.0864 3309.0864 Loop time of 28.8007 on 1 procs for 1000 steps with 2000 atoms Performance: 3.000 ns/day, 8.000 hours/ns, 34.721 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.672 | 28.672 | 28.672 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026035 | 0.026035 | 0.026035 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.090911 | 0.090911 | 0.090911 | 0.0 | 0.32 Other | | 0.01159 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.830970655151, Press = -0.407070475217374 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 200000 -8417.2029 -8417.2029 -8497.7556 -8497.7556 311.74736 311.74736 23685.825 23685.825 3309.0864 3309.0864 201000 -8413.9378 -8413.9378 -8495.3492 -8495.3492 315.07022 315.07022 23733.033 23733.033 560.48656 560.48656 Loop time of 28.9453 on 1 procs for 1000 steps with 2000 atoms Performance: 2.985 ns/day, 8.040 hours/ns, 34.548 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 | 28.815 | 28.815 | 28.815 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026396 | 0.026396 | 0.026396 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.092813 | 0.092813 | 0.092813 | 0.0 | 0.32 Other | | 0.0114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.822444528212, Press = -0.307494055565593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 201000 -8413.9378 -8413.9378 -8495.3492 -8495.3492 315.07022 315.07022 23733.033 23733.033 560.48656 560.48656 202000 -8416.5849 -8416.5849 -8495.4658 -8495.4658 305.27725 305.27725 23749.901 23749.901 -823.53847 -823.53847 Loop time of 28.832 on 1 procs for 1000 steps with 2000 atoms Performance: 2.997 ns/day, 8.009 hours/ns, 34.684 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.701 | 28.701 | 28.701 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026639 | 0.026639 | 0.026639 | 0.0 | 0.09 Output | 3.32e-05 | 3.32e-05 | 3.32e-05 | 0.0 | 0.00 Modify | 0.092423 | 0.092423 | 0.092423 | 0.0 | 0.32 Other | | 0.01151 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.828454663821, Press = -0.087646456385271 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 202000 -8416.5849 -8416.5849 -8495.4658 -8495.4658 305.27725 305.27725 23749.901 23749.901 -823.53847 -823.53847 203000 -8411.7818 -8411.7818 -8492.9529 -8492.9529 314.14048 314.14048 23767.19 23767.19 -1378.5765 -1378.5765 Loop time of 28.7465 on 1 procs for 1000 steps with 2000 atoms Performance: 3.006 ns/day, 7.985 hours/ns, 34.787 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 | 28.617 | 28.617 | 28.617 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02649 | 0.02649 | 0.02649 | 0.0 | 0.09 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.091697 | 0.091697 | 0.091697 | 0.0 | 0.32 Other | | 0.0114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.83272189583, Press = 0.0764158059196866 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 203000 -8411.7818 -8411.7818 -8492.9529 -8492.9529 314.14048 314.14048 23767.19 23767.19 -1378.5765 -1378.5765 204000 -8413.6758 -8413.6758 -8496.3026 -8496.3026 319.77448 319.77448 23757.434 23757.434 -1334.3295 -1334.3295 Loop time of 28.5952 on 1 procs for 1000 steps with 2000 atoms Performance: 3.021 ns/day, 7.943 hours/ns, 34.971 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 | 28.467 | 28.467 | 28.467 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02641 | 0.02641 | 0.02641 | 0.0 | 0.09 Output | 5.36e-05 | 5.36e-05 | 5.36e-05 | 0.0 | 0.00 Modify | 0.090713 | 0.090713 | 0.090713 | 0.0 | 0.32 Other | | 0.01143 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.852646223854, Press = 0.262645708121941 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 204000 -8413.6758 -8413.6758 -8496.3026 -8496.3026 319.77448 319.77448 23757.434 23757.434 -1334.3295 -1334.3295 205000 -8414.671 -8414.671 -8496.2123 -8496.2123 315.57318 315.57318 23767.362 23767.362 -2005.0708 -2005.0708 Loop time of 29.9866 on 1 procs for 1000 steps with 2000 atoms Performance: 2.881 ns/day, 8.330 hours/ns, 33.348 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 | 29.852 | 29.852 | 29.852 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027235 | 0.027235 | 0.027235 | 0.0 | 0.09 Output | 3.29e-05 | 3.29e-05 | 3.29e-05 | 0.0 | 0.00 Modify | 0.095051 | 0.095051 | 0.095051 | 0.0 | 0.32 Other | | 0.01237 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128016.0 ave 128016 max 128016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128016 Ave neighs/atom = 64.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.857683989279, Press = 0.492819552139667 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 205000 -8414.671 -8414.671 -8496.2123 -8496.2123 315.57318 315.57318 23767.362 23767.362 -2005.0708 -2005.0708 206000 -8414.2989 -8414.2989 -8496.0983 -8496.0983 316.57212 316.57212 23747.181 23747.181 -400.17884 -400.17884 Loop time of 29.3831 on 1 procs for 1000 steps with 2000 atoms Performance: 2.940 ns/day, 8.162 hours/ns, 34.033 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.251 | 29.251 | 29.251 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026767 | 0.026767 | 0.026767 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.093445 | 0.093445 | 0.093445 | 0.0 | 0.32 Other | | 0.0118 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.85940578609, Press = 0.633576616407873 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 206000 -8414.2989 -8414.2989 -8496.0983 -8496.0983 316.57212 316.57212 23747.181 23747.181 -400.17884 -400.17884 207000 -8414.2286 -8414.2286 -8494.3517 -8494.3517 310.08467 310.08467 23728.069 23728.069 963.1198 963.1198 Loop time of 29.5071 on 1 procs for 1000 steps with 2000 atoms Performance: 2.928 ns/day, 8.196 hours/ns, 33.890 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 | 29.372 | 29.372 | 29.372 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027744 | 0.027744 | 0.027744 | 0.0 | 0.09 Output | 7.38e-05 | 7.38e-05 | 7.38e-05 | 0.0 | 0.00 Modify | 0.095212 | 0.095212 | 0.095212 | 0.0 | 0.32 Other | | 0.01184 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.856885135803, Press = 0.444043745631088 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 207000 -8414.2286 -8414.2286 -8494.3517 -8494.3517 310.08467 310.08467 23728.069 23728.069 963.1198 963.1198 208000 -8416.537 -8416.537 -8496.2839 -8496.2839 308.629 308.629 23713.1 23713.1 1728.5454 1728.5454 Loop time of 29.4495 on 1 procs for 1000 steps with 2000 atoms Performance: 2.934 ns/day, 8.180 hours/ns, 33.956 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 | 29.315 | 29.315 | 29.315 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027818 | 0.027818 | 0.027818 | 0.0 | 0.09 Output | 3.85e-05 | 3.85e-05 | 3.85e-05 | 0.0 | 0.00 Modify | 0.094893 | 0.094893 | 0.094893 | 0.0 | 0.32 Other | | 0.01192 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.855652947698, Press = 0.350046432787559 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 208000 -8416.537 -8416.537 -8496.2839 -8496.2839 308.629 308.629 23713.1 23713.1 1728.5454 1728.5454 209000 -8416.6935 -8416.6935 -8496.0148 -8496.0148 306.98176 306.98176 23712.587 23712.587 1751.6796 1751.6796 Loop time of 29.455 on 1 procs for 1000 steps with 2000 atoms Performance: 2.933 ns/day, 8.182 hours/ns, 33.950 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.323 | 29.323 | 29.323 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026902 | 0.026902 | 0.026902 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.09346 | 0.09346 | 0.09346 | 0.0 | 0.32 Other | | 0.01202 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.838549724942, Press = 0.228123313707393 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 209000 -8416.6935 -8416.6935 -8496.0148 -8496.0148 306.98176 306.98176 23712.587 23712.587 1751.6796 1751.6796 210000 -8413.7899 -8413.7899 -8495.362 -8495.362 315.6924 315.6924 23732.398 23732.398 665.88403 665.88403 Loop time of 28.6504 on 1 procs for 1000 steps with 2000 atoms Performance: 3.016 ns/day, 7.958 hours/ns, 34.903 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 | 28.522 | 28.522 | 28.522 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026433 | 0.026433 | 0.026433 | 0.0 | 0.09 Output | 2.57e-05 | 2.57e-05 | 2.57e-05 | 0.0 | 0.00 Modify | 0.090819 | 0.090819 | 0.090819 | 0.0 | 0.32 Other | | 0.01127 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.832708477812, Press = 0.103860976339072 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 210000 -8413.7899 -8413.7899 -8495.362 -8495.362 315.6924 315.6924 23732.398 23732.398 665.88403 665.88403 211000 -8412.1364 -8412.1364 -8495.401 -8495.401 322.24263 322.24263 23736.78 23736.78 319.39373 319.39373 Loop time of 30.0932 on 1 procs for 1000 steps with 2000 atoms Performance: 2.871 ns/day, 8.359 hours/ns, 33.230 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.959 | 29.959 | 29.959 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027105 | 0.027105 | 0.027105 | 0.0 | 0.09 Output | 3.91e-05 | 3.91e-05 | 3.91e-05 | 0.0 | 0.00 Modify | 0.095132 | 0.095132 | 0.095132 | 0.0 | 0.32 Other | | 0.01173 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.825206194942, Press = 0.0347774122359177 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 211000 -8412.1364 -8412.1364 -8495.401 -8495.401 322.24263 322.24263 23736.78 23736.78 319.39373 319.39373 212000 -8414.6178 -8414.6178 -8497.6509 -8497.6509 321.34662 321.34662 23739.321 23739.321 -169.12832 -169.12832 Loop time of 28.5228 on 1 procs for 1000 steps with 2000 atoms Performance: 3.029 ns/day, 7.923 hours/ns, 35.060 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.394 | 28.394 | 28.394 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025912 | 0.025912 | 0.025912 | 0.0 | 0.09 Output | 2.33e-05 | 2.33e-05 | 2.33e-05 | 0.0 | 0.00 Modify | 0.091561 | 0.091561 | 0.091561 | 0.0 | 0.32 Other | | 0.01168 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.840330011813, Press = -0.0419676023358626 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 212000 -8414.6178 -8414.6178 -8497.6509 -8497.6509 321.34662 321.34662 23739.321 23739.321 -169.12832 -169.12832 213000 -8412.2807 -8412.2807 -8494.2431 -8494.2431 317.20276 317.20276 23755.476 23755.476 -920.10663 -920.10663 Loop time of 28.6279 on 1 procs for 1000 steps with 2000 atoms Performance: 3.018 ns/day, 7.952 hours/ns, 34.931 timesteps/s 99.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 | 28.499 | 28.499 | 28.499 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026037 | 0.026037 | 0.026037 | 0.0 | 0.09 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.091049 | 0.091049 | 0.091049 | 0.0 | 0.32 Other | | 0.01155 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.8437073198, Press = -0.244723751447353 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 213000 -8412.2807 -8412.2807 -8494.2431 -8494.2431 317.20276 317.20276 23755.476 23755.476 -920.10663 -920.10663 214000 -8416.7952 -8416.7952 -8495.6904 -8495.6904 305.33251 305.33251 23789.312 23789.312 -3429.5911 -3429.5911 Loop time of 28.698 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.972 hours/ns, 34.846 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.564 | 28.564 | 28.564 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.031638 | 0.031638 | 0.031638 | 0.0 | 0.11 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.090832 | 0.090832 | 0.090832 | 0.0 | 0.32 Other | | 0.01137 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.836309471491, Press = -0.176622548104053 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 214000 -8416.7952 -8416.7952 -8495.6904 -8495.6904 305.33251 305.33251 23789.312 23789.312 -3429.5911 -3429.5911 215000 -8413.7017 -8413.7017 -8495.551 -8495.551 316.76543 316.76543 23790.457 23790.457 -3460.5614 -3460.5614 Loop time of 28.4075 on 1 procs for 1000 steps with 2000 atoms Performance: 3.041 ns/day, 7.891 hours/ns, 35.202 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.279 | 28.279 | 28.279 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025918 | 0.025918 | 0.025918 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.091628 | 0.091628 | 0.091628 | 0.0 | 0.32 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.831841710107, Press = 0.154926769701399 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 215000 -8413.7017 -8413.7017 -8495.551 -8495.551 316.76543 316.76543 23790.457 23790.457 -3460.5614 -3460.5614 216000 -8418.7511 -8418.7511 -8497.0398 -8497.0398 302.98554 302.98554 23752.235 23752.235 -1265.982 -1265.982 Loop time of 28.4631 on 1 procs for 1000 steps with 2000 atoms Performance: 3.036 ns/day, 7.906 hours/ns, 35.133 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.335 | 28.335 | 28.335 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026172 | 0.026172 | 0.026172 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.090239 | 0.090239 | 0.090239 | 0.0 | 0.32 Other | | 0.01148 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.822865285953, Press = 0.33649703527869 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 216000 -8418.7511 -8418.7511 -8497.0398 -8497.0398 302.98554 302.98554 23752.235 23752.235 -1265.982 -1265.982 217000 -8414.9556 -8414.9556 -8496.0309 -8496.0309 313.7698 313.7698 23740.582 23740.582 -149.91743 -149.91743 Loop time of 29.0064 on 1 procs for 1000 steps with 2000 atoms Performance: 2.979 ns/day, 8.057 hours/ns, 34.475 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.876 | 28.876 | 28.876 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02623 | 0.02623 | 0.02623 | 0.0 | 0.09 Output | 3.34e-05 | 3.34e-05 | 3.34e-05 | 0.0 | 0.00 Modify | 0.091253 | 0.091253 | 0.091253 | 0.0 | 0.31 Other | | 0.01341 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.819962124149, Press = 0.346375710895256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 217000 -8414.9556 -8414.9556 -8496.0309 -8496.0309 313.7698 313.7698 23740.582 23740.582 -149.91743 -149.91743 218000 -8412.8131 -8412.8131 -8494.5965 -8494.5965 316.51018 316.51018 23716.279 23716.279 1879.6314 1879.6314 Loop time of 29.9694 on 1 procs for 1000 steps with 2000 atoms Performance: 2.883 ns/day, 8.325 hours/ns, 33.367 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 | 29.833 | 29.833 | 29.833 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02822 | 0.02822 | 0.02822 | 0.0 | 0.09 Output | 2.66e-05 | 2.66e-05 | 2.66e-05 | 0.0 | 0.00 Modify | 0.096148 | 0.096148 | 0.096148 | 0.0 | 0.32 Other | | 0.01194 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.820586993956, Press = 0.352151752381036 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 218000 -8412.8131 -8412.8131 -8494.5965 -8494.5965 316.51018 316.51018 23716.279 23716.279 1879.6314 1879.6314 219000 -8416.4186 -8416.4186 -8496.5985 -8496.5985 310.30459 310.30459 23682.497 23682.497 3866.9105 3866.9105 Loop time of 29.5384 on 1 procs for 1000 steps with 2000 atoms Performance: 2.925 ns/day, 8.205 hours/ns, 33.854 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.402 | 29.402 | 29.402 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027541 | 0.027541 | 0.027541 | 0.0 | 0.09 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.096477 | 0.096477 | 0.096477 | 0.0 | 0.33 Other | | 0.0119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.828234618154, Press = 0.184269769401403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 219000 -8416.4186 -8416.4186 -8496.5985 -8496.5985 310.30459 310.30459 23682.497 23682.497 3866.9105 3866.9105 220000 -8414.4983 -8414.4983 -8496.1073 -8496.1073 315.83512 315.83512 23694.194 23694.194 3196.5959 3196.5959 Loop time of 29.3811 on 1 procs for 1000 steps with 2000 atoms Performance: 2.941 ns/day, 8.161 hours/ns, 34.036 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 | 29.249 | 29.249 | 29.249 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027161 | 0.027161 | 0.027161 | 0.0 | 0.09 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.092888 | 0.092888 | 0.092888 | 0.0 | 0.32 Other | | 0.01181 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128098.0 ave 128098 max 128098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128098 Ave neighs/atom = 64.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.827999298358, Press = -0.149454263953387 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 220000 -8414.4983 -8414.4983 -8496.1073 -8496.1073 315.83512 315.83512 23694.194 23694.194 3196.5959 3196.5959 221000 -8413.9493 -8413.9493 -8495.9939 -8495.9939 317.52132 317.52132 23733.105 23733.105 423.67712 423.67712 Loop time of 28.4719 on 1 procs for 1000 steps with 2000 atoms Performance: 3.035 ns/day, 7.909 hours/ns, 35.122 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.344 | 28.344 | 28.344 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026229 | 0.026229 | 0.026229 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.090642 | 0.090642 | 0.090642 | 0.0 | 0.32 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.832424452014, Press = -0.0960933751720219 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 221000 -8413.9493 -8413.9493 -8495.9939 -8495.9939 317.52132 317.52132 23733.105 23733.105 423.67712 423.67712 222000 -8417.5886 -8417.5886 -8497.4578 -8497.4578 309.10215 309.10215 23743.883 23743.883 -727.5382 -727.5382 Loop time of 28.5671 on 1 procs for 1000 steps with 2000 atoms Performance: 3.024 ns/day, 7.935 hours/ns, 35.005 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.437 | 28.437 | 28.437 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026843 | 0.026843 | 0.026843 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.091706 | 0.091706 | 0.091706 | 0.0 | 0.32 Other | | 0.01129 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.829797341644, Press = -0.0397617553400642 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 222000 -8417.5886 -8417.5886 -8497.4578 -8497.4578 309.10215 309.10215 23743.883 23743.883 -727.5382 -727.5382 223000 -8413.7331 -8413.7331 -8494.1226 -8494.1226 311.11591 311.11591 23764.837 23764.837 -1547.0997 -1547.0997 Loop time of 28.5785 on 1 procs for 1000 steps with 2000 atoms Performance: 3.023 ns/day, 7.938 hours/ns, 34.991 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 | 28.45 | 28.45 | 28.45 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025988 | 0.025988 | 0.025988 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.091522 | 0.091522 | 0.091522 | 0.0 | 0.32 Other | | 0.01142 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.825332913421, Press = 0.0052403826270531 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 223000 -8413.7331 -8413.7331 -8494.1226 -8494.1226 311.11591 311.11591 23764.837 23764.837 -1547.0997 -1547.0997 224000 -8415.2977 -8415.2977 -8494.133 -8494.133 305.10056 305.10056 23767.355 23767.355 -1775.1208 -1775.1208 Loop time of 28.7314 on 1 procs for 1000 steps with 2000 atoms Performance: 3.007 ns/day, 7.981 hours/ns, 34.805 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.602 | 28.602 | 28.602 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026427 | 0.026427 | 0.026427 | 0.0 | 0.09 Output | 3.8e-05 | 3.8e-05 | 3.8e-05 | 0.0 | 0.00 Modify | 0.091493 | 0.091493 | 0.091493 | 0.0 | 0.32 Other | | 0.01127 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81360759737, Press = 0.198782857547097 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 224000 -8415.2977 -8415.2977 -8494.133 -8494.133 305.10056 305.10056 23767.355 23767.355 -1775.1208 -1775.1208 225000 -8417.0575 -8417.0575 -8496.5258 -8496.5258 307.55053 307.55053 23782.371 23782.371 -3255.6022 -3255.6022 Loop time of 28.5879 on 1 procs for 1000 steps with 2000 atoms Performance: 3.022 ns/day, 7.941 hours/ns, 34.980 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 | 28.458 | 28.458 | 28.458 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026141 | 0.026141 | 0.026141 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.092718 | 0.092718 | 0.092718 | 0.0 | 0.32 Other | | 0.01129 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813055215208, Press = 0.591017635180801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 225000 -8417.0575 -8417.0575 -8496.5258 -8496.5258 307.55053 307.55053 23782.371 23782.371 -3255.6022 -3255.6022 226000 -8412.6029 -8412.6029 -8494.1128 -8494.1128 315.45154 315.45154 23744.761 23744.761 -26.125145 -26.125145 Loop time of 28.4805 on 1 procs for 1000 steps with 2000 atoms Performance: 3.034 ns/day, 7.911 hours/ns, 35.112 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 | 28.351 | 28.351 | 28.351 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026502 | 0.026502 | 0.026502 | 0.0 | 0.09 Output | 2.75e-05 | 2.75e-05 | 2.75e-05 | 0.0 | 0.00 Modify | 0.091305 | 0.091305 | 0.091305 | 0.0 | 0.32 Other | | 0.01153 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.808841937743, Press = 0.660056395108155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 226000 -8412.6029 -8412.6029 -8494.1128 -8494.1128 315.45154 315.45154 23744.761 23744.761 -26.125145 -26.125145 227000 -8416.3025 -8416.3025 -8495.7686 -8495.7686 307.54203 307.54203 23713.129 23713.129 1710.0452 1710.0452 Loop time of 28.9117 on 1 procs for 1000 steps with 2000 atoms Performance: 2.988 ns/day, 8.031 hours/ns, 34.588 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 | 28.781 | 28.781 | 28.781 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026358 | 0.026358 | 0.026358 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.09233 | 0.09233 | 0.09233 | 0.0 | 0.32 Other | | 0.01159 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.818437652274, Press = 0.465406659107331 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 227000 -8416.3025 -8416.3025 -8495.7686 -8495.7686 307.54203 307.54203 23713.129 23713.129 1710.0452 1710.0452 228000 -8416.7445 -8416.7445 -8496.2809 -8496.2809 307.81411 307.81411 23704.286 23704.286 2408.4427 2408.4427 Loop time of 29.7235 on 1 procs for 1000 steps with 2000 atoms Performance: 2.907 ns/day, 8.257 hours/ns, 33.643 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.59 | 29.59 | 29.59 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027348 | 0.027348 | 0.027348 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.094606 | 0.094606 | 0.094606 | 0.0 | 0.32 Other | | 0.01167 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.828126823358, Press = 0.29211176413154 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 228000 -8416.7445 -8416.7445 -8496.2809 -8496.2809 307.81411 307.81411 23704.286 23704.286 2408.4427 2408.4427 229000 -8411.9975 -8411.9975 -8495.6956 -8495.6956 323.92033 323.92033 23720.697 23720.697 1452.0294 1452.0294 Loop time of 29.4165 on 1 procs for 1000 steps with 2000 atoms Performance: 2.937 ns/day, 8.171 hours/ns, 33.995 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.284 | 29.284 | 29.284 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027409 | 0.027409 | 0.027409 | 0.0 | 0.09 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.093344 | 0.093344 | 0.093344 | 0.0 | 0.32 Other | | 0.01204 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.842258374255, Press = 0.132479556848736 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 229000 -8411.9975 -8411.9975 -8495.6956 -8495.6956 323.92033 323.92033 23720.697 23720.697 1452.0294 1452.0294 230000 -8416.8957 -8416.8957 -8497.9332 -8497.9332 313.62352 313.62352 23725.169 23725.169 667.98411 667.98411 Loop time of 29.0558 on 1 procs for 1000 steps with 2000 atoms Performance: 2.974 ns/day, 8.071 hours/ns, 34.417 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 | 28.925 | 28.925 | 28.925 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026954 | 0.026954 | 0.026954 | 0.0 | 0.09 Output | 5.91e-05 | 5.91e-05 | 5.91e-05 | 0.0 | 0.00 Modify | 0.091914 | 0.091914 | 0.091914 | 0.0 | 0.32 Other | | 0.01156 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.84401443928, Press = 0.0201211193606686 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 230000 -8416.8957 -8416.8957 -8497.9332 -8497.9332 313.62352 313.62352 23725.169 23725.169 667.98411 667.98411 231000 -8413.2899 -8413.2899 -8495.2884 -8495.2884 317.34281 317.34281 23749.007 23749.007 -589.9954 -589.9954 Loop time of 28.4191 on 1 procs for 1000 steps with 2000 atoms Performance: 3.040 ns/day, 7.894 hours/ns, 35.188 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 | 28.288 | 28.288 | 28.288 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026162 | 0.026162 | 0.026162 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.093401 | 0.093401 | 0.093401 | 0.0 | 0.33 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.84749245944, Press = -0.191670666776974 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 231000 -8413.2899 -8413.2899 -8495.2884 -8495.2884 317.34281 317.34281 23749.007 23749.007 -589.9954 -589.9954 232000 -8416.6644 -8416.6644 -8496.0187 -8496.0187 307.10942 307.10942 23768.274 23768.274 -2185.429 -2185.429 Loop time of 28.6533 on 1 procs for 1000 steps with 2000 atoms Performance: 3.015 ns/day, 7.959 hours/ns, 34.900 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.522 | 28.522 | 28.522 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028024 | 0.028024 | 0.028024 | 0.0 | 0.10 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.091684 | 0.091684 | 0.091684 | 0.0 | 0.32 Other | | 0.01151 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.8500427923, Press = -0.213639665067141 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 232000 -8416.6644 -8416.6644 -8496.0187 -8496.0187 307.10942 307.10942 23768.274 23768.274 -2185.429 -2185.429 233000 -8413.718 -8413.718 -8494.9886 -8494.9886 314.52565 314.52565 23780.247 23780.247 -2843.1626 -2843.1626 Loop time of 28.6843 on 1 procs for 1000 steps with 2000 atoms Performance: 3.012 ns/day, 7.968 hours/ns, 34.862 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.556 | 28.556 | 28.556 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02631 | 0.02631 | 0.02631 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.090531 | 0.090531 | 0.090531 | 0.0 | 0.32 Other | | 0.01148 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128016.0 ave 128016 max 128016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128016 Ave neighs/atom = 64.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.856409914871, Press = 0.0832081350044082 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 233000 -8413.718 -8413.718 -8494.9886 -8494.9886 314.52565 314.52565 23780.247 23780.247 -2843.1626 -2843.1626 234000 -8416.7739 -8416.7739 -8498.2067 -8498.2067 315.15336 315.15336 23753.767 23753.767 -1464.2558 -1464.2558 Loop time of 28.4261 on 1 procs for 1000 steps with 2000 atoms Performance: 3.039 ns/day, 7.896 hours/ns, 35.179 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 | 28.298 | 28.298 | 28.298 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025863 | 0.025863 | 0.025863 | 0.0 | 0.09 Output | 3.25e-05 | 3.25e-05 | 3.25e-05 | 0.0 | 0.00 Modify | 0.090483 | 0.090483 | 0.090483 | 0.0 | 0.32 Other | | 0.01145 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.846550905795, Press = 0.160985691349538 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 234000 -8416.7739 -8416.7739 -8498.2067 -8498.2067 315.15336 315.15336 23753.767 23753.767 -1464.2558 -1464.2558 235000 -8415.7547 -8415.7547 -8494.1587 -8494.1587 303.43164 303.43164 23749.559 23749.559 -657.64294 -657.64294 Loop time of 28.1878 on 1 procs for 1000 steps with 2000 atoms Performance: 3.065 ns/day, 7.830 hours/ns, 35.476 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 | 28.06 | 28.06 | 28.06 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025693 | 0.025693 | 0.025693 | 0.0 | 0.09 Output | 2.32e-05 | 2.32e-05 | 2.32e-05 | 0.0 | 0.00 Modify | 0.090472 | 0.090472 | 0.090472 | 0.0 | 0.32 Other | | 0.01135 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.85557401739, Press = 0.244292700655742 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 235000 -8415.7547 -8415.7547 -8494.1587 -8494.1587 303.43164 303.43164 23749.559 23749.559 -657.64294 -657.64294 236000 -8411.432 -8411.432 -8495.7722 -8495.7722 326.40552 326.40552 23755.591 23755.591 -1098.8464 -1098.8464 Loop time of 28.4809 on 1 procs for 1000 steps with 2000 atoms Performance: 3.034 ns/day, 7.911 hours/ns, 35.111 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.352 | 28.352 | 28.352 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025924 | 0.025924 | 0.025924 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.091906 | 0.091906 | 0.091906 | 0.0 | 0.32 Other | | 0.01158 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.856984991664, Press = 0.245903801872438 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 236000 -8411.432 -8411.432 -8495.7722 -8495.7722 326.40552 326.40552 23755.591 23755.591 -1098.8464 -1098.8464 237000 -8415.4172 -8415.4172 -8496.4626 -8496.4626 313.65391 313.65391 23742.575 23742.575 -308.13853 -308.13853 Loop time of 28.3959 on 1 procs for 1000 steps with 2000 atoms Performance: 3.043 ns/day, 7.888 hours/ns, 35.216 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.268 | 28.268 | 28.268 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026216 | 0.026216 | 0.026216 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.090172 | 0.090172 | 0.090172 | 0.0 | 0.32 Other | | 0.01128 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864550636915, Press = 0.404728805354046 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 237000 -8415.4172 -8415.4172 -8496.4626 -8496.4626 313.65391 313.65391 23742.575 23742.575 -308.13853 -308.13853 238000 -8412.3252 -8412.3252 -8493.3313 -8493.3313 313.50186 313.50186 23724.333 23724.333 1601.1653 1601.1653 Loop time of 28.6216 on 1 procs for 1000 steps with 2000 atoms Performance: 3.019 ns/day, 7.950 hours/ns, 34.939 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 | 28.493 | 28.493 | 28.493 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026008 | 0.026008 | 0.026008 | 0.0 | 0.09 Output | 2.58e-05 | 2.58e-05 | 2.58e-05 | 0.0 | 0.00 Modify | 0.091295 | 0.091295 | 0.091295 | 0.0 | 0.32 Other | | 0.01136 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.878517857447, Press = 0.589172029918057 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 238000 -8412.3252 -8412.3252 -8493.3313 -8493.3313 313.50186 313.50186 23724.333 23724.333 1601.1653 1601.1653 239000 -8414.0542 -8414.0542 -8496.5545 -8496.5545 319.28469 319.28469 23706.804 23706.804 2274.3593 2274.3593 Loop time of 28.5739 on 1 procs for 1000 steps with 2000 atoms Performance: 3.024 ns/day, 7.937 hours/ns, 34.997 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.444 | 28.444 | 28.444 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02609 | 0.02609 | 0.02609 | 0.0 | 0.09 Output | 3.24e-05 | 3.24e-05 | 3.24e-05 | 0.0 | 0.00 Modify | 0.092528 | 0.092528 | 0.092528 | 0.0 | 0.32 Other | | 0.01147 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.88285565549, Press = 0.444524344589714 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 239000 -8414.0542 -8414.0542 -8496.5545 -8496.5545 319.28469 319.28469 23706.804 23706.804 2274.3593 2274.3593 240000 -8418.0498 -8418.0498 -8497.3967 -8497.3967 307.08065 307.08065 23710.301 23710.301 1802.0381 1802.0381 Loop time of 28.7628 on 1 procs for 1000 steps with 2000 atoms Performance: 3.004 ns/day, 7.990 hours/ns, 34.767 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 | 28.633 | 28.633 | 28.633 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027233 | 0.027233 | 0.027233 | 0.0 | 0.09 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.091353 | 0.091353 | 0.091353 | 0.0 | 0.32 Other | | 0.01142 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.884575376885, Press = 0.205739617303864 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 240000 -8418.0498 -8418.0498 -8497.3967 -8497.3967 307.08065 307.08065 23710.301 23710.301 1802.0381 1802.0381 241000 -8412.8375 -8412.8375 -8493.6582 -8493.6582 312.78459 312.78459 23730.678 23730.678 1109.9658 1109.9658 Loop time of 28.6943 on 1 procs for 1000 steps with 2000 atoms Performance: 3.011 ns/day, 7.971 hours/ns, 34.850 timesteps/s 99.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 | 28.565 | 28.565 | 28.565 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026008 | 0.026008 | 0.026008 | 0.0 | 0.09 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.091628 | 0.091628 | 0.091628 | 0.0 | 0.32 Other | | 0.0116 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.87975351704, Press = 0.112922185386056 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 241000 -8412.8375 -8412.8375 -8493.6582 -8493.6582 312.78459 312.78459 23730.678 23730.678 1109.9658 1109.9658 242000 -8418.4271 -8418.4271 -8497.7185 -8497.7185 306.86616 306.86616 23728.203 23728.203 339.58924 339.58924 Loop time of 28.6759 on 1 procs for 1000 steps with 2000 atoms Performance: 3.013 ns/day, 7.966 hours/ns, 34.872 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 | 28.545 | 28.545 | 28.545 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027632 | 0.027632 | 0.027632 | 0.0 | 0.10 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.091645 | 0.091645 | 0.091645 | 0.0 | 0.32 Other | | 0.01156 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.868684950848, Press = 0.0838674080058123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 242000 -8418.4271 -8418.4271 -8497.7185 -8497.7185 306.86616 306.86616 23728.203 23728.203 339.58924 339.58924 243000 -8412.7987 -8412.7987 -8495.1516 -8495.1516 318.71447 318.71447 23746.908 23746.908 -400.8407 -400.8407 Loop time of 28.5505 on 1 procs for 1000 steps with 2000 atoms Performance: 3.026 ns/day, 7.931 hours/ns, 35.026 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 | 28.42 | 28.42 | 28.42 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026663 | 0.026663 | 0.026663 | 0.0 | 0.09 Output | 5.12e-05 | 5.12e-05 | 5.12e-05 | 0.0 | 0.00 Modify | 0.091754 | 0.091754 | 0.091754 | 0.0 | 0.32 Other | | 0.01169 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864472606995, Press = -0.0239729307951567 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 243000 -8412.7987 -8412.7987 -8495.1516 -8495.1516 318.71447 318.71447 23746.908 23746.908 -400.8407 -400.8407 244000 -8417.331 -8417.331 -8497.6951 -8497.6951 311.01722 311.01722 23766.13 23766.13 -2278.1271 -2278.1271 Loop time of 28.2762 on 1 procs for 1000 steps with 2000 atoms Performance: 3.056 ns/day, 7.854 hours/ns, 35.365 timesteps/s 99.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 | 28.148 | 28.148 | 28.148 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025886 | 0.025886 | 0.025886 | 0.0 | 0.09 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.09067 | 0.09067 | 0.09067 | 0.0 | 0.32 Other | | 0.01113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.856353366826, Press = -0.105167083045401 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 244000 -8417.331 -8417.331 -8497.6951 -8497.6951 311.01722 311.01722 23766.13 23766.13 -2278.1271 -2278.1271 245000 -8412.1825 -8412.1825 -8494.5067 -8494.5067 318.60333 318.60333 23790.835 23790.835 -3412.0224 -3412.0224 Loop time of 28.5824 on 1 procs for 1000 steps with 2000 atoms Performance: 3.023 ns/day, 7.940 hours/ns, 34.987 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 | 28.453 | 28.453 | 28.453 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026101 | 0.026101 | 0.026101 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.091342 | 0.091342 | 0.091342 | 0.0 | 0.32 Other | | 0.01161 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128012.0 ave 128012 max 128012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128012 Ave neighs/atom = 64.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.854686400434, Press = 0.111301557722044 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 245000 -8412.1825 -8412.1825 -8494.5067 -8494.5067 318.60333 318.60333 23790.835 23790.835 -3412.0224 -3412.0224 246000 -8415.1756 -8415.1756 -8496.428 -8496.428 314.45541 314.45541 23772.56 23772.56 -2531.7033 -2531.7033 Loop time of 28.5438 on 1 procs for 1000 steps with 2000 atoms Performance: 3.027 ns/day, 7.929 hours/ns, 35.034 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.416 | 28.416 | 28.416 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026172 | 0.026172 | 0.026172 | 0.0 | 0.09 Output | 4.31e-05 | 4.31e-05 | 4.31e-05 | 0.0 | 0.00 Modify | 0.090268 | 0.090268 | 0.090268 | 0.0 | 0.32 Other | | 0.01156 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128010.0 ave 128010 max 128010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128010 Ave neighs/atom = 64.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.867256333611, Press = 0.303806482227108 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 246000 -8415.1756 -8415.1756 -8496.428 -8496.428 314.45541 314.45541 23772.56 23772.56 -2531.7033 -2531.7033 247000 -8411.9448 -8411.9448 -8494.2135 -8494.2135 318.38836 318.38836 23750.042 23750.042 -391.21207 -391.21207 Loop time of 28.9308 on 1 procs for 1000 steps with 2000 atoms Performance: 2.986 ns/day, 8.036 hours/ns, 34.565 timesteps/s 99.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 | 28.801 | 28.801 | 28.801 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026401 | 0.026401 | 0.026401 | 0.0 | 0.09 Output | 6.57e-05 | 6.57e-05 | 6.57e-05 | 0.0 | 0.00 Modify | 0.091419 | 0.091419 | 0.091419 | 0.0 | 0.32 Other | | 0.01146 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.868850386755, Press = 0.36008636539824 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 247000 -8411.9448 -8411.9448 -8494.2135 -8494.2135 318.38836 318.38836 23750.042 23750.042 -391.21207 -391.21207 248000 -8416.8085 -8416.8085 -8499.0865 -8499.0865 318.42405 318.42405 23735.844 23735.844 -275.85677 -275.85677 Loop time of 28.9921 on 1 procs for 1000 steps with 2000 atoms Performance: 2.980 ns/day, 8.053 hours/ns, 34.492 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 | 28.862 | 28.862 | 28.862 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026506 | 0.026506 | 0.026506 | 0.0 | 0.09 Output | 4.4e-05 | 4.4e-05 | 4.4e-05 | 0.0 | 0.00 Modify | 0.092201 | 0.092201 | 0.092201 | 0.0 | 0.32 Other | | 0.01174 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.861405983345, Press = 0.285286105507843 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 248000 -8416.8085 -8416.8085 -8499.0865 -8499.0865 318.42405 318.42405 23735.844 23735.844 -275.85677 -275.85677 249000 -8414.1585 -8414.1585 -8494.1712 -8494.1712 309.65739 309.65739 23730.12 23730.12 880.01655 880.01655 Loop time of 28.7318 on 1 procs for 1000 steps with 2000 atoms Performance: 3.007 ns/day, 7.981 hours/ns, 34.805 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.603 | 28.603 | 28.603 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026076 | 0.026076 | 0.026076 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.090947 | 0.090947 | 0.090947 | 0.0 | 0.32 Other | | 0.01136 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.860692789569, Press = 0.254517921570986 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 249000 -8414.1585 -8414.1585 -8494.1712 -8494.1712 309.65739 309.65739 23730.12 23730.12 880.01655 880.01655 250000 -8417.2761 -8417.2761 -8495.3223 -8495.3223 302.04674 302.04674 23722.825 23722.825 1056.8532 1056.8532 Loop time of 31.5984 on 1 procs for 1000 steps with 2000 atoms Performance: 2.734 ns/day, 8.777 hours/ns, 31.647 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.454 | 31.454 | 31.454 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026544 | 0.026544 | 0.026544 | 0.0 | 0.08 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.10663 | 0.10663 | 0.10663 | 0.0 | 0.34 Other | | 0.01167 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.850075713284, Press = 0.204338944522293 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 250000 -8417.2761 -8417.2761 -8495.3223 -8495.3223 302.04674 302.04674 23722.825 23722.825 1056.8532 1056.8532 251000 -8415.9576 -8415.9576 -8496.84 -8496.84 313.02347 313.02347 23699.383 23699.383 2618.6149 2618.6149 Loop time of 28.2176 on 1 procs for 1000 steps with 2000 atoms Performance: 3.062 ns/day, 7.838 hours/ns, 35.439 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 | 28.093 | 28.093 | 28.093 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025356 | 0.025356 | 0.025356 | 0.0 | 0.09 Output | 4.04e-05 | 4.04e-05 | 4.04e-05 | 0.0 | 0.00 Modify | 0.088281 | 0.088281 | 0.088281 | 0.0 | 0.31 Other | | 0.01106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.850017793457, Press = 0.135793454340723 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 251000 -8415.9576 -8415.9576 -8496.84 -8496.84 313.02347 313.02347 23699.383 23699.383 2618.6149 2618.6149 252000 -8413.3999 -8413.3999 -8495.1802 -8495.1802 316.49825 316.49825 23710.7 23710.7 2099.4397 2099.4397 Loop time of 27.7712 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.714 hours/ns, 36.009 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.648 | 27.648 | 27.648 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024846 | 0.024846 | 0.024846 | 0.0 | 0.09 Output | 2.82e-05 | 2.82e-05 | 2.82e-05 | 0.0 | 0.00 Modify | 0.087752 | 0.087752 | 0.087752 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.839982129184, Press = -0.144310282017377 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 252000 -8413.3999 -8413.3999 -8495.1802 -8495.1802 316.49825 316.49825 23710.7 23710.7 2099.4397 2099.4397 253000 -8416.6478 -8416.6478 -8496.6979 -8496.6979 309.80228 309.80228 23733.045 23733.045 329.91879 329.91879 Loop time of 27.2037 on 1 procs for 1000 steps with 2000 atoms Performance: 3.176 ns/day, 7.557 hours/ns, 36.760 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.082 | 27.082 | 27.082 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02451 | 0.02451 | 0.02451 | 0.0 | 0.09 Output | 2.81e-05 | 2.81e-05 | 2.81e-05 | 0.0 | 0.00 Modify | 0.086845 | 0.086845 | 0.086845 | 0.0 | 0.32 Other | | 0.01072 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.835119845484, Press = -0.164347076506598 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 253000 -8416.6478 -8416.6478 -8496.6979 -8496.6979 309.80228 309.80228 23733.045 23733.045 329.91879 329.91879 254000 -8413.6694 -8413.6694 -8494.9348 -8494.9348 314.50566 314.50566 23757.907 23757.907 -1180.1725 -1180.1725 Loop time of 27.3027 on 1 procs for 1000 steps with 2000 atoms Performance: 3.165 ns/day, 7.584 hours/ns, 36.626 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 | 27.18 | 27.18 | 27.18 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024668 | 0.024668 | 0.024668 | 0.0 | 0.09 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.087008 | 0.087008 | 0.087008 | 0.0 | 0.32 Other | | 0.01072 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.832360449082, Press = 0.0157272166235264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 254000 -8413.6694 -8413.6694 -8494.9348 -8494.9348 314.50566 314.50566 23757.907 23757.907 -1180.1725 -1180.1725 255000 -8418.8371 -8418.8371 -8497.1434 -8497.1434 303.05336 303.05336 23746.166 23746.166 -891.01089 -891.01089 Loop time of 27.7671 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.713 hours/ns, 36.014 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.641 | 27.641 | 27.641 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025004 | 0.025004 | 0.025004 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.089944 | 0.089944 | 0.089944 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.822216504408, Press = 0.142963594248578 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 255000 -8418.8371 -8418.8371 -8497.1434 -8497.1434 303.05336 303.05336 23746.166 23746.166 -891.01089 -891.01089 256000 -8414.117 -8414.117 -8495.12 -8495.12 313.48999 313.48999 23762.563 23762.563 -1451.0267 -1451.0267 Loop time of 27.4619 on 1 procs for 1000 steps with 2000 atoms Performance: 3.146 ns/day, 7.628 hours/ns, 36.414 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 | 27.339 | 27.339 | 27.339 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024889 | 0.024889 | 0.024889 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.087079 | 0.087079 | 0.087079 | 0.0 | 0.32 Other | | 0.01077 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.819540664426, Press = 0.167919018748267 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 256000 -8414.117 -8414.117 -8495.12 -8495.12 313.48999 313.48999 23762.563 23762.563 -1451.0267 -1451.0267 257000 -8418.2512 -8418.2512 -8497.0094 -8497.0094 304.80231 304.80231 23758.382 23758.382 -1727.5115 -1727.5115 Loop time of 27.5378 on 1 procs for 1000 steps with 2000 atoms Performance: 3.138 ns/day, 7.649 hours/ns, 36.314 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 | 27.414 | 27.414 | 27.414 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026239 | 0.026239 | 0.026239 | 0.0 | 0.10 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.08709 | 0.08709 | 0.08709 | 0.0 | 0.32 Other | | 0.01077 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128002.0 ave 128002 max 128002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128002 Ave neighs/atom = 64.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.806726387795, Press = 0.281859916246991 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 257000 -8418.2512 -8418.2512 -8497.0094 -8497.0094 304.80231 304.80231 23758.382 23758.382 -1727.5115 -1727.5115 258000 -8416.1649 -8416.1649 -8496.0694 -8496.0694 309.23877 309.23877 23757.83 23757.83 -1393.9255 -1393.9255 Loop time of 27.6706 on 1 procs for 1000 steps with 2000 atoms Performance: 3.122 ns/day, 7.686 hours/ns, 36.139 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 | 27.545 | 27.545 | 27.545 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025026 | 0.025026 | 0.025026 | 0.0 | 0.09 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.089562 | 0.089562 | 0.089562 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.810110379282, Press = 0.514603692330193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 258000 -8416.1649 -8416.1649 -8496.0694 -8496.0694 309.23877 309.23877 23757.83 23757.83 -1393.9255 -1393.9255 259000 -8414.9201 -8414.9201 -8495.7123 -8495.7123 312.67432 312.67432 23729.66 23729.66 661.87104 661.87104 Loop time of 27.3357 on 1 procs for 1000 steps with 2000 atoms Performance: 3.161 ns/day, 7.593 hours/ns, 36.582 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 | 27.214 | 27.214 | 27.214 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024683 | 0.024683 | 0.024683 | 0.0 | 0.09 Output | 3.87e-05 | 3.87e-05 | 3.87e-05 | 0.0 | 0.00 Modify | 0.086496 | 0.086496 | 0.086496 | 0.0 | 0.32 Other | | 0.01064 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809753461645, Press = 0.562456249003816 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 259000 -8414.9201 -8414.9201 -8495.7123 -8495.7123 312.67432 312.67432 23729.66 23729.66 661.87104 661.87104 260000 -8413.2394 -8413.2394 -8494.7771 -8494.7771 315.55904 315.55904 23731.681 23731.681 730.12866 730.12866 Loop time of 27.685 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.690 hours/ns, 36.121 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.561 | 27.561 | 27.561 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025068 | 0.025068 | 0.025068 | 0.0 | 0.09 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.087992 | 0.087992 | 0.087992 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.814678774573, Press = 0.246007530463829 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 260000 -8413.2394 -8413.2394 -8494.7771 -8494.7771 315.55904 315.55904 23731.681 23731.681 730.12866 730.12866 261000 -8415.8339 -8415.8339 -8497.376 -8497.376 315.57643 315.57643 23727.049 23727.049 654.37703 654.37703 Loop time of 27.5321 on 1 procs for 1000 steps with 2000 atoms Performance: 3.138 ns/day, 7.648 hours/ns, 36.321 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.409 | 27.409 | 27.409 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024719 | 0.024719 | 0.024719 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.087428 | 0.087428 | 0.087428 | 0.0 | 0.32 Other | | 0.0107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.818876498579, Press = 0.1730647500108 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 261000 -8415.8339 -8415.8339 -8497.376 -8497.376 315.57643 315.57643 23727.049 23727.049 654.37703 654.37703 262000 -8412.5287 -8412.5287 -8493.0136 -8493.0136 311.48487 311.48487 23727.538 23727.538 1395.677 1395.677 Loop time of 27.4727 on 1 procs for 1000 steps with 2000 atoms Performance: 3.145 ns/day, 7.631 hours/ns, 36.400 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 | 27.35 | 27.35 | 27.35 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024611 | 0.024611 | 0.024611 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.087195 | 0.087195 | 0.087195 | 0.0 | 0.32 Other | | 0.01077 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128012.0 ave 128012 max 128012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128012 Ave neighs/atom = 64.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.816875362421, Press = 0.13583956288823 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 262000 -8412.5287 -8412.5287 -8493.0136 -8493.0136 311.48487 311.48487 23727.538 23727.538 1395.677 1395.677 263000 -8418.4368 -8418.4368 -8497.9235 -8497.9235 307.6215 307.6215 23704.246 23704.246 2090.3054 2090.3054 Loop time of 27.4251 on 1 procs for 1000 steps with 2000 atoms Performance: 3.150 ns/day, 7.618 hours/ns, 36.463 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 | 27.301 | 27.301 | 27.301 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026052 | 0.026052 | 0.026052 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.087307 | 0.087307 | 0.087307 | 0.0 | 0.32 Other | | 0.01074 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81149238387, Press = -0.0181244878993936 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 263000 -8418.4368 -8418.4368 -8497.9235 -8497.9235 307.6215 307.6215 23704.246 23704.246 2090.3054 2090.3054 264000 -8414.21 -8414.21 -8497.6078 -8497.6078 322.75842 322.75842 23728.586 23728.586 578.25817 578.25817 Loop time of 27.4551 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.626 hours/ns, 36.423 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.332 | 27.332 | 27.332 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024814 | 0.024814 | 0.024814 | 0.0 | 0.09 Output | 3.33e-05 | 3.33e-05 | 3.33e-05 | 0.0 | 0.00 Modify | 0.087385 | 0.087385 | 0.087385 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.807312500771, Press = -0.185480704168465 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 264000 -8414.21 -8414.21 -8497.6078 -8497.6078 322.75842 322.75842 23728.586 23728.586 578.25817 578.25817 265000 -8413.281 -8413.281 -8495.283 -8495.283 317.35631 317.35631 23761.226 23761.226 -1213.066 -1213.066 Loop time of 27.7058 on 1 procs for 1000 steps with 2000 atoms Performance: 3.118 ns/day, 7.696 hours/ns, 36.094 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 | 27.582 | 27.582 | 27.582 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024981 | 0.024981 | 0.024981 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.087854 | 0.087854 | 0.087854 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.798311947302, Press = -0.100494364539955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 265000 -8413.281 -8413.281 -8495.283 -8495.283 317.35631 317.35631 23761.226 23761.226 -1213.066 -1213.066 266000 -8416.3592 -8416.3592 -8494.6158 -8494.6158 302.86089 302.86089 23764.033 23764.033 -1568.5114 -1568.5114 Loop time of 27.6545 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.682 hours/ns, 36.161 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 | 27.531 | 27.531 | 27.531 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024844 | 0.024844 | 0.024844 | 0.0 | 0.09 Output | 2.18e-05 | 2.18e-05 | 2.18e-05 | 0.0 | 0.00 Modify | 0.087576 | 0.087576 | 0.087576 | 0.0 | 0.32 Other | | 0.01079 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128012.0 ave 128012 max 128012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128012 Ave neighs/atom = 64.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.803933910979, Press = 0.00655540989842549 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 266000 -8416.3592 -8416.3592 -8494.6158 -8494.6158 302.86089 302.86089 23764.033 23764.033 -1568.5114 -1568.5114 267000 -8415.2706 -8415.2706 -8495.0472 -8495.0472 308.74384 308.74384 23751.542 23751.542 -785.87509 -785.87509 Loop time of 27.5909 on 1 procs for 1000 steps with 2000 atoms Performance: 3.131 ns/day, 7.664 hours/ns, 36.244 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.468 | 27.468 | 27.468 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024775 | 0.024775 | 0.024775 | 0.0 | 0.09 Output | 2.84e-05 | 2.84e-05 | 2.84e-05 | 0.0 | 0.00 Modify | 0.087386 | 0.087386 | 0.087386 | 0.0 | 0.32 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.812177367308, Press = 0.126965390643196 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 267000 -8415.2706 -8415.2706 -8495.0472 -8495.0472 308.74384 308.74384 23751.542 23751.542 -785.87509 -785.87509 268000 -8414.2945 -8414.2945 -8495.7439 -8495.7439 315.21757 315.21757 23741.51 23741.51 -209.30649 -209.30649 Loop time of 27.6255 on 1 procs for 1000 steps with 2000 atoms Performance: 3.128 ns/day, 7.674 hours/ns, 36.198 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 | 27.502 | 27.502 | 27.502 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024993 | 0.024993 | 0.024993 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.087623 | 0.087623 | 0.087623 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.811315805307, Press = 0.153518751179114 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 268000 -8414.2945 -8414.2945 -8495.7439 -8495.7439 315.21757 315.21757 23741.51 23741.51 -209.30649 -209.30649 269000 -8416.3518 -8416.3518 -8495.7326 -8495.7326 307.21164 307.21164 23738.195 23738.195 -60.663528 -60.663528 Loop time of 27.6534 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.682 hours/ns, 36.162 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 | 27.53 | 27.53 | 27.53 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024802 | 0.024802 | 0.024802 | 0.0 | 0.09 Output | 5.4e-05 | 5.4e-05 | 5.4e-05 | 0.0 | 0.00 Modify | 0.087689 | 0.087689 | 0.087689 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813884355221, Press = 0.172643370498294 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 269000 -8416.3518 -8416.3518 -8495.7326 -8495.7326 307.21164 307.21164 23738.195 23738.195 -60.663528 -60.663528 270000 -8408.4527 -8408.4527 -8491.4711 -8491.4711 321.28998 321.28998 23753.874 23753.874 -180.42943 -180.42943 Loop time of 28.1454 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.818 hours/ns, 35.530 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 | 28.02 | 28.02 | 28.02 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025318 | 0.025318 | 0.025318 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.089425 | 0.089425 | 0.089425 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821374197173, Press = 0.159009165748923 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 270000 -8408.4527 -8408.4527 -8491.4711 -8491.4711 321.28998 321.28998 23753.874 23753.874 -180.42943 -180.42943 271000 -8416.2394 -8416.2394 -8497.0404 -8497.0404 312.70818 312.70818 23728.63 23728.63 553.9797 553.9797 Loop time of 27.9169 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.755 hours/ns, 35.821 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 | 27.793 | 27.793 | 27.793 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024959 | 0.024959 | 0.024959 | 0.0 | 0.09 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.087926 | 0.087926 | 0.087926 | 0.0 | 0.31 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.829599372409, Press = 0.161505770781559 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 271000 -8416.2394 -8416.2394 -8497.0404 -8497.0404 312.70818 312.70818 23728.63 23728.63 553.9797 553.9797 272000 -8415.9372 -8415.9372 -8496.4978 -8496.4978 311.77782 311.77782 23721.03 23721.03 1114.3497 1114.3497 Loop time of 27.7433 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.706 hours/ns, 36.045 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 | 27.62 | 27.62 | 27.62 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024839 | 0.024839 | 0.024839 | 0.0 | 0.09 Output | 2.86e-05 | 2.86e-05 | 2.86e-05 | 0.0 | 0.00 Modify | 0.087364 | 0.087364 | 0.087364 | 0.0 | 0.31 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.836863351693, Press = 0.158216960784346 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 272000 -8415.9372 -8415.9372 -8496.4978 -8496.4978 311.77782 311.77782 23721.03 23721.03 1114.3497 1114.3497 273000 -8414.4527 -8414.4527 -8496.7631 -8496.7631 318.54983 318.54983 23717.204 23717.204 1213.1042 1213.1042 Loop time of 28.0832 on 1 procs for 1000 steps with 2000 atoms Performance: 3.077 ns/day, 7.801 hours/ns, 35.608 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 | 27.959 | 27.959 | 27.959 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025079 | 0.025079 | 0.025079 | 0.0 | 0.09 Output | 2.61e-05 | 2.61e-05 | 2.61e-05 | 0.0 | 0.00 Modify | 0.088457 | 0.088457 | 0.088457 | 0.0 | 0.31 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128092.0 ave 128092 max 128092 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128092 Ave neighs/atom = 64.046000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.840091954579, Press = 0.0687385356823451 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 273000 -8414.4527 -8414.4527 -8496.7631 -8496.7631 318.54983 318.54983 23717.204 23717.204 1213.1042 1213.1042 274000 -8414.0093 -8414.0093 -8496.7211 -8496.7211 320.10339 320.10339 23720.914 23720.914 1233.7704 1233.7704 Loop time of 28.1422 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.817 hours/ns, 35.534 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 | 28.018 | 28.018 | 28.018 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025054 | 0.025054 | 0.025054 | 0.0 | 0.09 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.088259 | 0.088259 | 0.088259 | 0.0 | 0.31 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.838724883134, Press = -0.0290078216230753 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 274000 -8414.0093 -8414.0093 -8496.7211 -8496.7211 320.10339 320.10339 23720.914 23720.914 1233.7704 1233.7704 275000 -8417.0802 -8417.0802 -8496.3634 -8496.3634 306.83426 306.83426 23734.06 23734.06 203.46915 203.46915 Loop time of 27.8944 on 1 procs for 1000 steps with 2000 atoms Performance: 3.097 ns/day, 7.748 hours/ns, 35.849 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 | 27.77 | 27.77 | 27.77 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025068 | 0.025068 | 0.025068 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.08888 | 0.08888 | 0.08888 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.840906472107, Press = -0.203801408861256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 275000 -8417.0802 -8417.0802 -8496.3634 -8496.3634 306.83426 306.83426 23734.06 23734.06 203.46915 203.46915 276000 -8414.1705 -8414.1705 -8494.6859 -8494.6859 311.60302 311.60302 23753.188 23753.188 -709.83394 -709.83394 Loop time of 27.7158 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.699 hours/ns, 36.080 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 | 27.591 | 27.591 | 27.591 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02502 | 0.02502 | 0.02502 | 0.0 | 0.09 Output | 2.66e-05 | 2.66e-05 | 2.66e-05 | 0.0 | 0.00 Modify | 0.088962 | 0.088962 | 0.088962 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.835858969969, Press = -0.128458615886444 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 276000 -8414.1705 -8414.1705 -8494.6859 -8494.6859 311.60302 311.60302 23753.188 23753.188 -709.83394 -709.83394 277000 -8419.1822 -8419.1822 -8498.7211 -8498.7211 307.82394 307.82394 23754.786 23754.786 -1747.7147 -1747.7147 Loop time of 27.836 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.732 hours/ns, 35.925 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.712 | 27.712 | 27.712 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025023 | 0.025023 | 0.025023 | 0.0 | 0.09 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.087707 | 0.087707 | 0.087707 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.828623811045, Press = -0.0631555981280059 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 277000 -8419.1822 -8419.1822 -8498.7211 -8498.7211 307.82394 307.82394 23754.786 23754.786 -1747.7147 -1747.7147 278000 -8413.9418 -8413.9418 -8494.1321 -8494.1321 310.34485 310.34485 23778.232 23778.232 -2554.1536 -2554.1536 Loop time of 27.6959 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.693 hours/ns, 36.106 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.573 | 27.573 | 27.573 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02481 | 0.02481 | 0.02481 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.087612 | 0.087612 | 0.087612 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.823410070733, Press = 0.0370464170051412 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 278000 -8413.9418 -8413.9418 -8494.1321 -8494.1321 310.34485 310.34485 23778.232 23778.232 -2554.1536 -2554.1536 279000 -8417.0054 -8417.0054 -8496.7299 -8496.7299 308.54223 308.54223 23777.398 23777.398 -2951.1415 -2951.1415 Loop time of 27.6191 on 1 procs for 1000 steps with 2000 atoms Performance: 3.128 ns/day, 7.672 hours/ns, 36.207 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 | 27.494 | 27.494 | 27.494 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026509 | 0.026509 | 0.026509 | 0.0 | 0.10 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.087786 | 0.087786 | 0.087786 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81587158853, Press = 0.145375938537236 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 279000 -8417.0054 -8417.0054 -8496.7299 -8496.7299 308.54223 308.54223 23777.398 23777.398 -2951.1415 -2951.1415 280000 -8415.676 -8415.676 -8497.1589 -8497.1589 315.3471 315.3471 23763.819 23763.819 -1999.1755 -1999.1755 Loop time of 27.483 on 1 procs for 1000 steps with 2000 atoms Performance: 3.144 ns/day, 7.634 hours/ns, 36.386 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 | 27.361 | 27.361 | 27.361 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02468 | 0.02468 | 0.02468 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.08699 | 0.08699 | 0.08699 | 0.0 | 0.32 Other | | 0.01072 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128018.0 ave 128018 max 128018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128018 Ave neighs/atom = 64.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.815814666007, Press = 0.289725745266955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 280000 -8415.676 -8415.676 -8497.1589 -8497.1589 315.3471 315.3471 23763.819 23763.819 -1999.1755 -1999.1755 281000 -8414.4299 -8414.4299 -8494.1843 -8494.1843 308.65781 308.65781 23744.205 23744.205 -178.29983 -178.29983 Loop time of 28.0432 on 1 procs for 1000 steps with 2000 atoms Performance: 3.081 ns/day, 7.790 hours/ns, 35.659 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.919 | 27.919 | 27.919 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025244 | 0.025244 | 0.025244 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.088315 | 0.088315 | 0.088315 | 0.0 | 0.31 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.810359465343, Press = 0.349897054777653 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 281000 -8414.4299 -8414.4299 -8494.1843 -8494.1843 308.65781 308.65781 23744.205 23744.205 -178.29983 -178.29983 282000 -8414.5635 -8414.5635 -8496.2728 -8496.2728 316.22365 316.22365 23737.71 23737.71 -167.94281 -167.94281 Loop time of 27.9235 on 1 procs for 1000 steps with 2000 atoms Performance: 3.094 ns/day, 7.757 hours/ns, 35.812 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.799 | 27.799 | 27.799 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025076 | 0.025076 | 0.025076 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.088072 | 0.088072 | 0.088072 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.807104152105, Press = 0.237944838029225 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 282000 -8414.5635 -8414.5635 -8496.2728 -8496.2728 316.22365 316.22365 23737.71 23737.71 -167.94281 -167.94281 283000 -8414.8287 -8414.8287 -8494.2439 -8494.2439 307.34493 307.34493 23731.011 23731.011 880.84735 880.84735 Loop time of 27.7162 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.699 hours/ns, 36.080 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.59 | 27.59 | 27.59 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025039 | 0.025039 | 0.025039 | 0.0 | 0.09 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.090603 | 0.090603 | 0.090603 | 0.0 | 0.33 Other | | 0.01078 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796859505748, Press = 0.219955417384049 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 283000 -8414.8287 -8414.8287 -8494.2439 -8494.2439 307.34493 307.34493 23731.011 23731.011 880.84735 880.84735 284000 -8416.8903 -8416.8903 -8495.9958 -8495.9958 306.1466 306.1466 23727.861 23727.861 610.83793 610.83793 Loop time of 27.3822 on 1 procs for 1000 steps with 2000 atoms Performance: 3.155 ns/day, 7.606 hours/ns, 36.520 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.26 | 27.26 | 27.26 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024834 | 0.024834 | 0.024834 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.086635 | 0.086635 | 0.086635 | 0.0 | 0.32 Other | | 0.01075 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793342318333, Press = 0.152275289526762 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 284000 -8416.8903 -8416.8903 -8495.9958 -8495.9958 306.1466 306.1466 23727.861 23727.861 610.83793 610.83793 285000 -8413.1467 -8413.1467 -8494.9393 -8494.9393 316.54598 316.54598 23727.218 23727.218 913.06255 913.06255 Loop time of 27.6504 on 1 procs for 1000 steps with 2000 atoms Performance: 3.125 ns/day, 7.681 hours/ns, 36.166 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.525 | 27.525 | 27.525 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026981 | 0.026981 | 0.026981 | 0.0 | 0.10 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.087506 | 0.087506 | 0.087506 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793265222965, Press = 0.0685115306672414 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 285000 -8413.1467 -8413.1467 -8494.9393 -8494.9393 316.54598 316.54598 23727.218 23727.218 913.06255 913.06255 286000 -8414.1938 -8414.1938 -8496.9338 -8496.9338 320.21255 320.21255 23739.446 23739.446 -318.49119 -318.49119 Loop time of 27.6917 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.692 hours/ns, 36.112 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 | 27.569 | 27.569 | 27.569 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024763 | 0.024763 | 0.024763 | 0.0 | 0.09 Output | 2.71e-05 | 2.71e-05 | 2.71e-05 | 0.0 | 0.00 Modify | 0.087214 | 0.087214 | 0.087214 | 0.0 | 0.31 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.804056144436, Press = 0.069582462679227 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 286000 -8414.1938 -8414.1938 -8496.9338 -8496.9338 320.21255 320.21255 23739.446 23739.446 -318.49119 -318.49119 287000 -8414.9715 -8414.9715 -8496.1562 -8496.1562 314.19301 314.19301 23743.065 23743.065 -481.90082 -481.90082 Loop time of 27.4635 on 1 procs for 1000 steps with 2000 atoms Performance: 3.146 ns/day, 7.629 hours/ns, 36.412 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 | 27.341 | 27.341 | 27.341 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024609 | 0.024609 | 0.024609 | 0.0 | 0.09 Output | 2.01e-05 | 2.01e-05 | 2.01e-05 | 0.0 | 0.00 Modify | 0.087224 | 0.087224 | 0.087224 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.803630944255, Press = 0.0855834893438712 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 287000 -8414.9715 -8414.9715 -8496.1562 -8496.1562 314.19301 314.19301 23743.065 23743.065 -481.90082 -481.90082 288000 -8412.2601 -8412.2601 -8493.384 -8493.384 313.95793 313.95793 23746.136 23746.136 -122.71631 -122.71631 Loop time of 27.8843 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.746 hours/ns, 35.862 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 | 27.76 | 27.76 | 27.76 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025042 | 0.025042 | 0.025042 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.087997 | 0.087997 | 0.087997 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.815124012107, Press = 0.0573641828499511 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 288000 -8412.2601 -8412.2601 -8493.384 -8493.384 313.95793 313.95793 23746.136 23746.136 -122.71631 -122.71631 289000 -8415.0204 -8415.0204 -8496.3922 -8496.3922 314.91701 314.91701 23740.13 23740.13 -213.28377 -213.28377 Loop time of 27.4388 on 1 procs for 1000 steps with 2000 atoms Performance: 3.149 ns/day, 7.622 hours/ns, 36.445 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 | 27.316 | 27.316 | 27.316 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024965 | 0.024965 | 0.024965 | 0.0 | 0.09 Output | 3.41e-05 | 3.41e-05 | 3.41e-05 | 0.0 | 0.00 Modify | 0.087075 | 0.087075 | 0.087075 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.82153584064, Press = 0.110694231095933 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 289000 -8415.0204 -8415.0204 -8496.3922 -8496.3922 314.91701 314.91701 23740.13 23740.13 -213.28377 -213.28377 290000 -8414.4811 -8414.4811 -8495.0118 -8495.0118 311.66238 311.66238 23730.514 23730.514 756.89394 756.89394 Loop time of 27.4543 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.626 hours/ns, 36.424 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 | 27.331 | 27.331 | 27.331 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024686 | 0.024686 | 0.024686 | 0.0 | 0.09 Output | 2.53e-05 | 2.53e-05 | 2.53e-05 | 0.0 | 0.00 Modify | 0.087809 | 0.087809 | 0.087809 | 0.0 | 0.32 Other | | 0.01078 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.832841939605, Press = 0.160258684502665 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 290000 -8414.4811 -8414.4811 -8495.0118 -8495.0118 311.66238 311.66238 23730.514 23730.514 756.89394 756.89394 291000 -8412.5221 -8412.5221 -8495.2817 -8495.2817 320.28827 320.28827 23719.348 23719.348 1569.5052 1569.5052 Loop time of 27.4586 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.627 hours/ns, 36.419 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.335 | 27.335 | 27.335 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024631 | 0.024631 | 0.024631 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.088395 | 0.088395 | 0.088395 | 0.0 | 0.32 Other | | 0.01067 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.834091350037, Press = 0.0554180830454073 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 291000 -8412.5221 -8412.5221 -8495.2817 -8495.2817 320.28827 320.28827 23719.348 23719.348 1569.5052 1569.5052 292000 -8420.5299 -8420.5299 -8498.1751 -8498.1751 300.49499 300.49499 23691.908 23691.908 2878.3964 2878.3964 Loop time of 27.49 on 1 procs for 1000 steps with 2000 atoms Performance: 3.143 ns/day, 7.636 hours/ns, 36.377 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.367 | 27.367 | 27.367 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024855 | 0.024855 | 0.024855 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.087301 | 0.087301 | 0.087301 | 0.0 | 0.32 Other | | 0.01078 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.829680249245, Press = -0.0559094932167318 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 292000 -8420.5299 -8420.5299 -8498.1751 -8498.1751 300.49499 300.49499 23691.908 23691.908 2878.3964 2878.3964 293000 -8413.0587 -8413.0587 -8495.0373 -8495.0373 317.26557 317.26557 23722.7 23722.7 1482.8013 1482.8013 Loop time of 27.5161 on 1 procs for 1000 steps with 2000 atoms Performance: 3.140 ns/day, 7.643 hours/ns, 36.342 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.393 | 27.393 | 27.393 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024795 | 0.024795 | 0.024795 | 0.0 | 0.09 Output | 2.81e-05 | 2.81e-05 | 2.81e-05 | 0.0 | 0.00 Modify | 0.087313 | 0.087313 | 0.087313 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.824373497342, Press = -0.243418530499596 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 293000 -8413.0587 -8413.0587 -8495.0373 -8495.0373 317.26557 317.26557 23722.7 23722.7 1482.8013 1482.8013 294000 -8418.6652 -8418.6652 -8497.14 -8497.14 303.70553 303.70553 23736.425 23736.425 -133.52517 -133.52517 Loop time of 27.7449 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.707 hours/ns, 36.043 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 | 27.621 | 27.621 | 27.621 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02498 | 0.02498 | 0.02498 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.087757 | 0.087757 | 0.087757 | 0.0 | 0.32 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.819053748483, Press = -0.177736141428896 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 294000 -8418.6652 -8418.6652 -8497.14 -8497.14 303.70553 303.70553 23736.425 23736.425 -133.52517 -133.52517 295000 -8413.2819 -8413.2819 -8493.917 -8493.917 312.06615 312.06615 23752.371 23752.371 -507.32405 -507.32405 Loop time of 27.5474 on 1 procs for 1000 steps with 2000 atoms Performance: 3.136 ns/day, 7.652 hours/ns, 36.301 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 | 27.424 | 27.424 | 27.424 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024762 | 0.024762 | 0.024762 | 0.0 | 0.09 Output | 2.31e-05 | 2.31e-05 | 2.31e-05 | 0.0 | 0.00 Modify | 0.087554 | 0.087554 | 0.087554 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813690915104, Press = -0.016009619557671 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 295000 -8413.2819 -8413.2819 -8493.917 -8493.917 312.06615 312.06615 23752.371 23752.371 -507.32405 -507.32405 296000 -8414.3498 -8414.3498 -8497.3279 -8497.3279 321.13406 321.13406 23748.677 23748.677 -866.93762 -866.93762 Loop time of 27.5499 on 1 procs for 1000 steps with 2000 atoms Performance: 3.136 ns/day, 7.653 hours/ns, 36.298 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 | 27.427 | 27.427 | 27.427 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024822 | 0.024822 | 0.024822 | 0.0 | 0.09 Output | 3.46e-05 | 3.46e-05 | 3.46e-05 | 0.0 | 0.00 Modify | 0.08717 | 0.08717 | 0.08717 | 0.0 | 0.32 Other | | 0.01075 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128002.0 ave 128002 max 128002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128002 Ave neighs/atom = 64.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.822944226302, Press = 0.013805985107076 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 296000 -8414.3498 -8414.3498 -8497.3279 -8497.3279 321.13406 321.13406 23748.677 23748.677 -866.93762 -866.93762 297000 -8412.8717 -8412.8717 -8495.6236 -8495.6236 320.25828 320.25828 23755.914 23755.914 -1088.3088 -1088.3088 Loop time of 27.3746 on 1 procs for 1000 steps with 2000 atoms Performance: 3.156 ns/day, 7.604 hours/ns, 36.530 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.252 | 27.252 | 27.252 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024702 | 0.024702 | 0.024702 | 0.0 | 0.09 Output | 2.58e-05 | 2.58e-05 | 2.58e-05 | 0.0 | 0.00 Modify | 0.087232 | 0.087232 | 0.087232 | 0.0 | 0.32 Other | | 0.01071 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.82605386072, Press = 0.0192652684481815 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 297000 -8412.8717 -8412.8717 -8495.6236 -8495.6236 320.25828 320.25828 23755.914 23755.914 -1088.3088 -1088.3088 298000 -8412.6233 -8412.6233 -8494.1094 -8494.1094 315.35981 315.35981 23760.649 23760.649 -1151.2674 -1151.2674 Loop time of 27.7565 on 1 procs for 1000 steps with 2000 atoms Performance: 3.113 ns/day, 7.710 hours/ns, 36.028 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.633 | 27.633 | 27.633 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024944 | 0.024944 | 0.024944 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.088105 | 0.088105 | 0.088105 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.840339014516, Press = -0.0301290189835601 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 298000 -8412.6233 -8412.6233 -8494.1094 -8494.1094 315.35981 315.35981 23760.649 23760.649 -1151.2674 -1151.2674 299000 -8412.9351 -8412.9351 -8495.1058 -8495.1058 318.00923 318.00923 23765.846 23765.846 -1809.8658 -1809.8658 Loop time of 27.1878 on 1 procs for 1000 steps with 2000 atoms Performance: 3.178 ns/day, 7.552 hours/ns, 36.781 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 | 27.066 | 27.066 | 27.066 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024701 | 0.024701 | 0.024701 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.086619 | 0.086619 | 0.086619 | 0.0 | 0.32 Other | | 0.0107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.837130402175, Press = 0.0674452606080926 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 299000 -8412.9351 -8412.9351 -8495.1058 -8495.1058 318.00923 318.00923 23765.846 23765.846 -1809.8658 -1809.8658 300000 -8416.5225 -8416.5225 -8495.1228 -8495.1228 304.19124 304.19124 23757.152 23757.152 -1260.4159 -1260.4159 Loop time of 27.5823 on 1 procs for 1000 steps with 2000 atoms Performance: 3.132 ns/day, 7.662 hours/ns, 36.255 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 | 27.459 | 27.459 | 27.459 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024903 | 0.024903 | 0.024903 | 0.0 | 0.09 Output | 3.24e-05 | 3.24e-05 | 3.24e-05 | 0.0 | 0.00 Modify | 0.087433 | 0.087433 | 0.087433 | 0.0 | 0.32 Other | | 0.01074 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.833169625597, Press = 0.148482181416923 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 300000 -8416.5225 -8416.5225 -8495.1228 -8495.1228 304.19124 304.19124 23757.152 23757.152 -1260.4159 -1260.4159 301000 -8415.3366 -8415.3366 -8495.7189 -8495.7189 311.08751 311.08751 23755.99 23755.99 -1151.2426 -1151.2426 Loop time of 27.7176 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.699 hours/ns, 36.078 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.593 | 27.593 | 27.593 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025018 | 0.025018 | 0.025018 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.088395 | 0.088395 | 0.088395 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.824203181691, Press = 0.3224483867692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 301000 -8415.3366 -8415.3366 -8495.7189 -8495.7189 311.08751 311.08751 23755.99 23755.99 -1151.2426 -1151.2426 302000 -8415.783 -8415.783 -8495.1856 -8495.1856 307.29648 307.29648 23717.595 23717.595 1580.2541 1580.2541 Loop time of 27.5532 on 1 procs for 1000 steps with 2000 atoms Performance: 3.136 ns/day, 7.654 hours/ns, 36.293 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.43 | 27.43 | 27.43 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024743 | 0.024743 | 0.024743 | 0.0 | 0.09 Output | 2.69e-05 | 2.69e-05 | 2.69e-05 | 0.0 | 0.00 Modify | 0.087951 | 0.087951 | 0.087951 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.824059515326, Press = 0.364598322659079 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 302000 -8415.783 -8415.783 -8495.1856 -8495.1856 307.29648 307.29648 23717.595 23717.595 1580.2541 1580.2541 303000 -8415.8117 -8415.8117 -8496.4658 -8496.4658 312.13945 312.13945 23720.347 23720.347 1263.5173 1263.5173 Loop time of 27.7316 on 1 procs for 1000 steps with 2000 atoms Performance: 3.116 ns/day, 7.703 hours/ns, 36.060 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 | 27.608 | 27.608 | 27.608 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024955 | 0.024955 | 0.024955 | 0.0 | 0.09 Output | 2.76e-05 | 2.76e-05 | 2.76e-05 | 0.0 | 0.00 Modify | 0.087763 | 0.087763 | 0.087763 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.812519173542, Press = 0.142445136782403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 303000 -8415.8117 -8415.8117 -8496.4658 -8496.4658 312.13945 312.13945 23720.347 23720.347 1263.5173 1263.5173 304000 -8416.9329 -8416.9329 -8497.0601 -8497.0601 310.10025 310.10025 23717.995 23717.995 1357.5517 1357.5517 Loop time of 27.4909 on 1 procs for 1000 steps with 2000 atoms Performance: 3.143 ns/day, 7.636 hours/ns, 36.376 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 | 27.368 | 27.368 | 27.368 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024828 | 0.024828 | 0.024828 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.087747 | 0.087747 | 0.087747 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813174443974, Press = 0.0573023609070037 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 304000 -8416.9329 -8416.9329 -8497.0601 -8497.0601 310.10025 310.10025 23717.995 23717.995 1357.5517 1357.5517 305000 -8413.9422 -8413.9422 -8496.5358 -8496.5358 319.6457 319.6457 23724.61 23724.61 1000.1998 1000.1998 Loop time of 28.0176 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.783 hours/ns, 35.692 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 | 27.894 | 27.894 | 27.894 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025008 | 0.025008 | 0.025008 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.088021 | 0.088021 | 0.088021 | 0.0 | 0.31 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.805880621649, Press = -0.0632482908853185 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 305000 -8413.9422 -8413.9422 -8496.5358 -8496.5358 319.6457 319.6457 23724.61 23724.61 1000.1998 1000.1998 306000 -8418.8122 -8418.8122 -8497.2038 -8497.2038 303.38331 303.38331 23729.118 23729.118 509.17453 509.17453 Loop time of 27.5225 on 1 procs for 1000 steps with 2000 atoms Performance: 3.139 ns/day, 7.645 hours/ns, 36.334 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 | 27.398 | 27.398 | 27.398 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02492 | 0.02492 | 0.02492 | 0.0 | 0.09 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.088503 | 0.088503 | 0.088503 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799448844505, Press = -0.219977238913098 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 306000 -8418.8122 -8418.8122 -8497.2038 -8497.2038 303.38331 303.38331 23729.118 23729.118 509.17453 509.17453 307000 -8414.3718 -8414.3718 -8494.421 -8494.421 309.79867 309.79867 23773.719 23773.719 -2113.9797 -2113.9797 Loop time of 27.7469 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.707 hours/ns, 36.040 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 | 27.624 | 27.624 | 27.624 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024958 | 0.024958 | 0.024958 | 0.0 | 0.09 Output | 2.21e-05 | 2.21e-05 | 2.21e-05 | 0.0 | 0.00 Modify | 0.087426 | 0.087426 | 0.087426 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.801451402592, Press = -0.27959458264658 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 307000 -8414.3718 -8414.3718 -8494.421 -8494.421 309.79867 309.79867 23773.719 23773.719 -2113.9797 -2113.9797 308000 -8414.478 -8414.478 -8495.7143 -8495.7143 314.39286 314.39286 23772.467 23772.467 -2253.8664 -2253.8664 Loop time of 27.724 on 1 procs for 1000 steps with 2000 atoms Performance: 3.116 ns/day, 7.701 hours/ns, 36.070 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 | 27.601 | 27.601 | 27.601 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024904 | 0.024904 | 0.024904 | 0.0 | 0.09 Output | 5.59e-05 | 5.59e-05 | 5.59e-05 | 0.0 | 0.00 Modify | 0.087054 | 0.087054 | 0.087054 | 0.0 | 0.31 Other | | 0.01077 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4116.00 ave 4116 max 4116 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.80339341746, Press = -0.0403078453431523 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 308000 -8414.478 -8414.478 -8495.7143 -8495.7143 314.39286 314.39286 23772.467 23772.467 -2253.8664 -2253.8664 309000 -8413.3732 -8413.3732 -8495.3827 -8495.3827 317.38529 317.38529 23760.545 23760.545 -1365.0562 -1365.0562 Loop time of 27.4648 on 1 procs for 1000 steps with 2000 atoms Performance: 3.146 ns/day, 7.629 hours/ns, 36.410 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 | 27.343 | 27.343 | 27.343 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024728 | 0.024728 | 0.024728 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.086722 | 0.086722 | 0.086722 | 0.0 | 0.32 Other | | 0.01069 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128098.0 ave 128098 max 128098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128098 Ave neighs/atom = 64.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813631898644, Press = 0.076324082207909 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 309000 -8413.3732 -8413.3732 -8495.3827 -8495.3827 317.38529 317.38529 23760.545 23760.545 -1365.0562 -1365.0562 310000 -8412.7973 -8412.7973 -8494.3256 -8494.3256 315.52277 315.52277 23759.285 23759.285 -1139.3638 -1139.3638 Loop time of 27.6823 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.690 hours/ns, 36.124 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 | 27.559 | 27.559 | 27.559 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025047 | 0.025047 | 0.025047 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.087767 | 0.087767 | 0.087767 | 0.0 | 0.32 Other | | 0.01077 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.817482664403, Press = 0.13224321065912 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 310000 -8412.7973 -8412.7973 -8494.3256 -8494.3256 315.52277 315.52277 23759.285 23759.285 -1139.3638 -1139.3638 311000 -8418.6069 -8418.6069 -8498.5689 -8498.5689 309.46142 309.46142 23745.77 23745.77 -983.53517 -983.53517 Loop time of 27.7129 on 1 procs for 1000 steps with 2000 atoms Performance: 3.118 ns/day, 7.698 hours/ns, 36.084 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.589 | 27.589 | 27.589 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025304 | 0.025304 | 0.025304 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.08791 | 0.08791 | 0.08791 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.816354764571, Press = 0.25818666128393 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 311000 -8418.6069 -8418.6069 -8498.5689 -8498.5689 309.46142 309.46142 23745.77 23745.77 -983.53517 -983.53517 312000 -8414.8459 -8414.8459 -8494.7941 -8494.7941 309.40789 309.40789 23723.954 23723.954 1217.7997 1217.7997 Loop time of 27.4508 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.625 hours/ns, 36.429 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 | 27.328 | 27.328 | 27.328 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024755 | 0.024755 | 0.024755 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.086995 | 0.086995 | 0.086995 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813714982618, Press = 0.308821223475402 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 312000 -8414.8459 -8414.8459 -8494.7941 -8494.7941 309.40789 309.40789 23723.954 23723.954 1217.7997 1217.7997 313000 -8414.0133 -8414.0133 -8497.1488 -8497.1488 321.74316 321.74316 23699.844 23699.844 2732.6961 2732.6961 Loop time of 27.6501 on 1 procs for 1000 steps with 2000 atoms Performance: 3.125 ns/day, 7.681 hours/ns, 36.166 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 | 27.524 | 27.524 | 27.524 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026947 | 0.026947 | 0.026947 | 0.0 | 0.10 Output | 4.74e-05 | 4.74e-05 | 4.74e-05 | 0.0 | 0.00 Modify | 0.088473 | 0.088473 | 0.088473 | 0.0 | 0.32 Other | | 0.01109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81246145248, Press = 0.230088211314934 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 313000 -8414.0133 -8414.0133 -8497.1488 -8497.1488 321.74316 321.74316 23699.844 23699.844 2732.6961 2732.6961 314000 -8415.836 -8415.836 -8497.9069 -8497.9069 317.62308 317.62308 23716.103 23716.103 1151.4696 1151.4696 Loop time of 27.6609 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.684 hours/ns, 36.152 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.538 | 27.538 | 27.538 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024857 | 0.024857 | 0.024857 | 0.0 | 0.09 Output | 2.98e-05 | 2.98e-05 | 2.98e-05 | 0.0 | 0.00 Modify | 0.087688 | 0.087688 | 0.087688 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809518971798, Press = 0.0446178739324348 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 314000 -8415.836 -8415.836 -8497.9069 -8497.9069 317.62308 317.62308 23716.103 23716.103 1151.4696 1151.4696 315000 -8413.0204 -8413.0204 -8493.6087 -8493.6087 311.88515 311.88515 23735.381 23735.381 524.98914 524.98914 Loop time of 27.4507 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.625 hours/ns, 36.429 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.328 | 27.328 | 27.328 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02493 | 0.02493 | 0.02493 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.087491 | 0.087491 | 0.087491 | 0.0 | 0.32 Other | | 0.01076 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.801609919513, Press = 0.0364746518890112 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 315000 -8413.0204 -8413.0204 -8493.6087 -8493.6087 311.88515 311.88515 23735.381 23735.381 524.98914 524.98914 316000 -8417.2877 -8417.2877 -8497.9519 -8497.9519 312.17877 312.17877 23737.203 23737.203 -262.48754 -262.48754 Loop time of 27.7379 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.705 hours/ns, 36.052 timesteps/s 99.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 | 27.614 | 27.614 | 27.614 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025024 | 0.025024 | 0.025024 | 0.0 | 0.09 Output | 2.82e-05 | 2.82e-05 | 2.82e-05 | 0.0 | 0.00 Modify | 0.087679 | 0.087679 | 0.087679 | 0.0 | 0.32 Other | | 0.01104 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.802783910578, Press = 0.0276323232801977 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 316000 -8417.2877 -8417.2877 -8497.9519 -8497.9519 312.17877 312.17877 23737.203 23737.203 -262.48754 -262.48754 317000 -8414.5623 -8414.5623 -8495.9494 -8495.9494 314.97631 314.97631 23729.086 23729.086 825.86875 825.86875 Loop time of 27.8174 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.727 hours/ns, 35.949 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.693 | 27.693 | 27.693 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025095 | 0.025095 | 0.025095 | 0.0 | 0.09 Output | 2.38e-05 | 2.38e-05 | 2.38e-05 | 0.0 | 0.00 Modify | 0.088325 | 0.088325 | 0.088325 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800782928967, Press = -0.0350495672183913 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 317000 -8414.5623 -8414.5623 -8495.9494 -8495.9494 314.97631 314.97631 23729.086 23729.086 825.86875 825.86875 318000 -8418.7452 -8418.7452 -8496.2742 -8496.2742 300.04518 300.04518 23725.996 23725.996 665.26323 665.26323 Loop time of 28.0256 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.785 hours/ns, 35.682 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.901 | 27.901 | 27.901 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025116 | 0.025116 | 0.025116 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088446 | 0.088446 | 0.088446 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.801641137163, Press = -0.265355571923436 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 318000 -8418.7452 -8418.7452 -8496.2742 -8496.2742 300.04518 300.04518 23725.996 23725.996 665.26323 665.26323 319000 -8413.5897 -8413.5897 -8493.6158 -8493.6158 309.70909 309.70909 23765.569 23765.569 -1530.5997 -1530.5997 Loop time of 27.4066 on 1 procs for 1000 steps with 2000 atoms Performance: 3.153 ns/day, 7.613 hours/ns, 36.488 timesteps/s 99.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 | 27.283 | 27.283 | 27.283 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024951 | 0.024951 | 0.024951 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.087335 | 0.087335 | 0.087335 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127998.0 ave 127998 max 127998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127998 Ave neighs/atom = 63.999000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796459029187, Press = -0.220340407101896 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 319000 -8413.5897 -8413.5897 -8493.6158 -8493.6158 309.70909 309.70909 23765.569 23765.569 -1530.5997 -1530.5997 320000 -8420.7956 -8420.7956 -8497.8811 -8497.8811 298.32878 298.32878 23753.223 23753.223 -1660.0507 -1660.0507 Loop time of 27.5672 on 1 procs for 1000 steps with 2000 atoms Performance: 3.134 ns/day, 7.658 hours/ns, 36.275 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.444 | 27.444 | 27.444 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02498 | 0.02498 | 0.02498 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.087615 | 0.087615 | 0.087615 | 0.0 | 0.32 Other | | 0.01075 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793894075879, Press = 0.0113136569355107 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 320000 -8420.7956 -8420.7956 -8497.8811 -8497.8811 298.32878 298.32878 23753.223 23753.223 -1660.0507 -1660.0507 321000 -8414.3778 -8414.3778 -8493.1811 -8493.1811 304.97701 304.97701 23751.234 23751.234 -520.38147 -520.38147 Loop time of 27.7175 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.699 hours/ns, 36.078 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.595 | 27.595 | 27.595 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024939 | 0.024939 | 0.024939 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.08717 | 0.08717 | 0.08717 | 0.0 | 0.31 Other | | 0.01075 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785888187435, Press = 0.0693839609076639 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 321000 -8414.3778 -8414.3778 -8493.1811 -8493.1811 304.97701 304.97701 23751.234 23751.234 -520.38147 -520.38147 322000 -8416.5119 -8416.5119 -8496.6856 -8496.6856 310.28078 310.28078 23747.09 23747.09 -828.89393 -828.89393 Loop time of 27.8935 on 1 procs for 1000 steps with 2000 atoms Performance: 3.098 ns/day, 7.748 hours/ns, 35.851 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 | 27.769 | 27.769 | 27.769 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025075 | 0.025075 | 0.025075 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088154 | 0.088154 | 0.088154 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.78316287369, Press = 0.0638845420298459 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 322000 -8416.5119 -8416.5119 -8496.6856 -8496.6856 310.28078 310.28078 23747.09 23747.09 -828.89393 -828.89393 323000 -8413.1769 -8413.1769 -8495.8262 -8495.8262 319.86165 319.86165 23747.496 23747.496 -686.2379 -686.2379 Loop time of 27.8354 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.732 hours/ns, 35.925 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 | 27.712 | 27.712 | 27.712 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02493 | 0.02493 | 0.02493 | 0.0 | 0.09 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.087808 | 0.087808 | 0.087808 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776430086564, Press = 0.33747500280262 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 323000 -8413.1769 -8413.1769 -8495.8262 -8495.8262 319.86165 319.86165 23747.496 23747.496 -686.2379 -686.2379 324000 -8416.0052 -8416.0052 -8495.7375 -8495.7375 308.57221 308.57221 23710.898 23710.898 1851.8864 1851.8864 Loop time of 28.0093 on 1 procs for 1000 steps with 2000 atoms Performance: 3.085 ns/day, 7.780 hours/ns, 35.702 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 | 27.884 | 27.884 | 27.884 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025234 | 0.025234 | 0.025234 | 0.0 | 0.09 Output | 3.28e-05 | 3.28e-05 | 3.28e-05 | 0.0 | 0.00 Modify | 0.089562 | 0.089562 | 0.089562 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.777991676633, Press = 0.334132358360937 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 324000 -8416.0052 -8416.0052 -8495.7375 -8495.7375 308.57221 308.57221 23710.898 23710.898 1851.8864 1851.8864 325000 -8413.6499 -8413.6499 -8494.9724 -8494.9724 314.72653 314.72653 23713.944 23713.944 1904.3833 1904.3833 Loop time of 28.0124 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.781 hours/ns, 35.698 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 | 27.888 | 27.888 | 27.888 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025254 | 0.025254 | 0.025254 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088517 | 0.088517 | 0.088517 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.778743601562, Press = 0.134971209038447 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 325000 -8413.6499 -8413.6499 -8494.9724 -8494.9724 314.72653 314.72653 23713.944 23713.944 1904.3833 1904.3833 326000 -8416.6683 -8416.6683 -8495.7174 -8495.7174 305.92812 305.92812 23721.902 23721.902 1287.2626 1287.2626 Loop time of 27.8275 on 1 procs for 1000 steps with 2000 atoms Performance: 3.105 ns/day, 7.730 hours/ns, 35.936 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.703 | 27.703 | 27.703 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025116 | 0.025116 | 0.025116 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.088385 | 0.088385 | 0.088385 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776776686491, Press = -0.0130816284202328 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 326000 -8416.6683 -8416.6683 -8495.7174 -8495.7174 305.92812 305.92812 23721.902 23721.902 1287.2626 1287.2626 327000 -8411.7965 -8411.7965 -8494.6134 -8494.6134 320.51013 320.51013 23731.564 23731.564 788.81439 788.81439 Loop time of 27.6934 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.693 hours/ns, 36.110 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 | 27.57 | 27.57 | 27.57 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024936 | 0.024936 | 0.024936 | 0.0 | 0.09 Output | 2.54e-05 | 2.54e-05 | 2.54e-05 | 0.0 | 0.00 Modify | 0.08762 | 0.08762 | 0.08762 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.775588758867, Press = -0.0538872141836219 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 327000 -8411.7965 -8411.7965 -8494.6134 -8494.6134 320.51013 320.51013 23731.564 23731.564 788.81439 788.81439 328000 -8416.1103 -8416.1103 -8497.9341 -8497.9341 316.66674 316.66674 23734.146 23734.146 40.948867 40.948867 Loop time of 27.6691 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.686 hours/ns, 36.141 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 | 27.545 | 27.545 | 27.545 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024995 | 0.024995 | 0.024995 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.087823 | 0.087823 | 0.087823 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776893169107, Press = -0.15445509923206 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 328000 -8416.1103 -8416.1103 -8497.9341 -8497.9341 316.66674 316.66674 23734.146 23734.146 40.948867 40.948867 329000 -8411.4742 -8411.4742 -8493.1466 -8493.1466 316.0804 316.0804 23773.201 23773.201 -2002.2709 -2002.2709 Loop time of 27.9995 on 1 procs for 1000 steps with 2000 atoms Performance: 3.086 ns/day, 7.778 hours/ns, 35.715 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.875 | 27.875 | 27.875 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025061 | 0.025061 | 0.025061 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088565 | 0.088565 | 0.088565 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.775783673491, Press = -0.23574013702182 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 329000 -8411.4742 -8411.4742 -8493.1466 -8493.1466 316.0804 316.0804 23773.201 23773.201 -2002.2709 -2002.2709 330000 -8415.6841 -8415.6841 -8495.9399 -8495.9399 310.59795 310.59795 23794.489 23794.489 -4025.4423 -4025.4423 Loop time of 27.9241 on 1 procs for 1000 steps with 2000 atoms Performance: 3.094 ns/day, 7.757 hours/ns, 35.811 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 | 27.8 | 27.8 | 27.8 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025044 | 0.025044 | 0.025044 | 0.0 | 0.09 Output | 2.65e-05 | 2.65e-05 | 2.65e-05 | 0.0 | 0.00 Modify | 0.087957 | 0.087957 | 0.087957 | 0.0 | 0.31 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.780564383801, Press = -0.045560961228422 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 330000 -8415.6841 -8415.6841 -8495.9399 -8495.9399 310.59795 310.59795 23794.489 23794.489 -4025.4423 -4025.4423 331000 -8412.4264 -8412.4264 -8491.9145 -8491.9145 307.62709 307.62709 23767.185 23767.185 -1379.3737 -1379.3737 Loop time of 27.6415 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.678 hours/ns, 36.177 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.518 | 27.518 | 27.518 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024887 | 0.024887 | 0.024887 | 0.0 | 0.09 Output | 5.47e-05 | 5.47e-05 | 5.47e-05 | 0.0 | 0.00 Modify | 0.087499 | 0.087499 | 0.087499 | 0.0 | 0.32 Other | | 0.01078 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.788920668199, Press = 0.113532019072526 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 331000 -8412.4264 -8412.4264 -8491.9145 -8491.9145 307.62709 307.62709 23767.185 23767.185 -1379.3737 -1379.3737 332000 -8414.4945 -8414.4945 -8495.9464 -8495.9464 315.22695 315.22695 23754.85 23754.85 -1171.8194 -1171.8194 Loop time of 28.106 on 1 procs for 1000 steps with 2000 atoms Performance: 3.074 ns/day, 7.807 hours/ns, 35.580 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 | 27.981 | 27.981 | 27.981 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025061 | 0.025061 | 0.025061 | 0.0 | 0.09 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.088648 | 0.088648 | 0.088648 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.786516896299, Press = 0.178390500491775 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 332000 -8414.4945 -8414.4945 -8495.9464 -8495.9464 315.22695 315.22695 23754.85 23754.85 -1171.8194 -1171.8194 333000 -8417.0005 -8417.0005 -8495.7798 -8495.7798 304.88382 304.88382 23735.996 23735.996 5.6473172 5.6473172 Loop time of 27.9296 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.758 hours/ns, 35.804 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 | 27.805 | 27.805 | 27.805 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025042 | 0.025042 | 0.025042 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088415 | 0.088415 | 0.088415 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.78692951524, Press = 0.203534307199545 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 333000 -8417.0005 -8417.0005 -8495.7798 -8495.7798 304.88382 304.88382 23735.996 23735.996 5.6473172 5.6473172 334000 -8414.9094 -8414.9094 -8495.0475 -8495.0475 310.14264 310.14264 23717.315 23717.315 1587.989 1587.989 Loop time of 28.1128 on 1 procs for 1000 steps with 2000 atoms Performance: 3.073 ns/day, 7.809 hours/ns, 35.571 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 | 27.988 | 27.988 | 27.988 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025511 | 0.025511 | 0.025511 | 0.0 | 0.09 Output | 2.36e-05 | 2.36e-05 | 2.36e-05 | 0.0 | 0.00 Modify | 0.08881 | 0.08881 | 0.08881 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.780979346196, Press = 0.218456066022118 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 334000 -8414.9094 -8414.9094 -8495.0475 -8495.0475 310.14264 310.14264 23717.315 23717.315 1587.989 1587.989 335000 -8408.8221 -8408.8221 -8494.3844 -8494.3844 331.13501 331.13501 23675.849 23675.849 4931.6274 4931.6274 Loop time of 28.1852 on 1 procs for 1000 steps with 2000 atoms Performance: 3.065 ns/day, 7.829 hours/ns, 35.480 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 | 28.059 | 28.059 | 28.059 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025423 | 0.025423 | 0.025423 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.089197 | 0.089197 | 0.089197 | 0.0 | 0.32 Other | | 0.01106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128098.0 ave 128098 max 128098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128098 Ave neighs/atom = 64.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.790565123214, Press = 0.249037719708788 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 335000 -8408.8221 -8408.8221 -8494.3844 -8494.3844 331.13501 331.13501 23675.849 23675.849 4931.6274 4931.6274 336000 -8415.1837 -8415.1837 -8494.9716 -8494.9716 308.7871 308.7871 23681.892 23681.892 4037.6996 4037.6996 Loop time of 27.734 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.704 hours/ns, 36.057 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 | 27.61 | 27.61 | 27.61 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024856 | 0.024856 | 0.024856 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087903 | 0.087903 | 0.087903 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.795219312348, Press = -0.00905879077553067 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 336000 -8415.1837 -8415.1837 -8494.9716 -8494.9716 308.7871 308.7871 23681.892 23681.892 4037.6996 4037.6996 337000 -8419.5189 -8419.5189 -8498.9676 -8498.9676 307.47494 307.47494 23714.377 23714.377 1074.605 1074.605 Loop time of 28.049 on 1 procs for 1000 steps with 2000 atoms Performance: 3.080 ns/day, 7.791 hours/ns, 35.652 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 | 27.922 | 27.922 | 27.922 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025182 | 0.025182 | 0.025182 | 0.0 | 0.09 Output | 2.71e-05 | 2.71e-05 | 2.71e-05 | 0.0 | 0.00 Modify | 0.090752 | 0.090752 | 0.090752 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.79327587412, Press = -0.0435362132697032 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 337000 -8419.5189 -8419.5189 -8498.9676 -8498.9676 307.47494 307.47494 23714.377 23714.377 1074.605 1074.605 338000 -8412.2913 -8412.2913 -8494.4982 -8494.4982 318.14935 318.14935 23741.017 23741.017 162.56963 162.56963 Loop time of 27.8804 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.745 hours/ns, 35.867 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 | 27.754 | 27.754 | 27.754 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024917 | 0.024917 | 0.024917 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.090548 | 0.090548 | 0.090548 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.78917454866, Press = -0.0831235746046748 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 338000 -8412.2913 -8412.2913 -8494.4982 -8494.4982 318.14935 318.14935 23741.017 23741.017 162.56963 162.56963 339000 -8416.8868 -8416.8868 -8496.7178 -8496.7178 308.95408 308.95408 23754.809 23754.809 -1326.1586 -1326.1586 Loop time of 28.0264 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.785 hours/ns, 35.681 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 | 27.902 | 27.902 | 27.902 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025145 | 0.025145 | 0.025145 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.088746 | 0.088746 | 0.088746 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.786930882363, Press = -0.0717787997243081 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 339000 -8416.8868 -8416.8868 -8496.7178 -8496.7178 308.95408 308.95408 23754.809 23754.809 -1326.1586 -1326.1586 340000 -8416.552 -8416.552 -8496.0692 -8496.0692 307.73954 307.73954 23776.345 23776.345 -2890.6473 -2890.6473 Loop time of 28.1457 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.818 hours/ns, 35.529 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.02 | 28.02 | 28.02 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025355 | 0.025355 | 0.025355 | 0.0 | 0.09 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.089006 | 0.089006 | 0.089006 | 0.0 | 0.32 Other | | 0.01104 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.787519059674, Press = 0.0322054001808782 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 340000 -8416.552 -8416.552 -8496.0692 -8496.0692 307.73954 307.73954 23776.345 23776.345 -2890.6473 -2890.6473 341000 -8411.1562 -8411.1562 -8492.4442 -8492.4442 314.593 314.593 23796.854 23796.854 -3543.158 -3543.158 Loop time of 27.8428 on 1 procs for 1000 steps with 2000 atoms Performance: 3.103 ns/day, 7.734 hours/ns, 35.916 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 | 27.719 | 27.719 | 27.719 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024939 | 0.024939 | 0.024939 | 0.0 | 0.09 Output | 4.18e-05 | 4.18e-05 | 4.18e-05 | 0.0 | 0.00 Modify | 0.087942 | 0.087942 | 0.087942 | 0.0 | 0.32 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793990861425, Press = 0.22149712020754 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 341000 -8411.1562 -8411.1562 -8492.4442 -8492.4442 314.593 314.593 23796.854 23796.854 -3543.158 -3543.158 342000 -8413.8148 -8413.8148 -8494.9006 -8494.9006 313.81036 313.81036 23755.96 23755.96 -1119.7121 -1119.7121 Loop time of 28.1102 on 1 procs for 1000 steps with 2000 atoms Performance: 3.074 ns/day, 7.808 hours/ns, 35.574 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 | 27.986 | 27.986 | 27.986 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025106 | 0.025106 | 0.025106 | 0.0 | 0.09 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.088343 | 0.088343 | 0.088343 | 0.0 | 0.31 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.790693600251, Press = 0.262683117586448 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 342000 -8413.8148 -8413.8148 -8494.9006 -8494.9006 313.81036 313.81036 23755.96 23755.96 -1119.7121 -1119.7121 343000 -8417.0074 -8417.0074 -8498.7113 -8498.7113 316.20255 316.20255 23733.983 23733.983 -177.73563 -177.73563 Loop time of 28.1011 on 1 procs for 1000 steps with 2000 atoms Performance: 3.075 ns/day, 7.806 hours/ns, 35.586 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 | 27.976 | 27.976 | 27.976 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025161 | 0.025161 | 0.025161 | 0.0 | 0.09 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.088508 | 0.088508 | 0.088508 | 0.0 | 0.31 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.786683661516, Press = 0.172660375890268 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 343000 -8417.0074 -8417.0074 -8498.7113 -8498.7113 316.20255 316.20255 23733.983 23733.983 -177.73563 -177.73563 344000 -8416.1576 -8416.1576 -8496.5845 -8496.5845 311.26038 311.26038 23731.994 23731.994 358.44258 358.44258 Loop time of 27.9862 on 1 procs for 1000 steps with 2000 atoms Performance: 3.087 ns/day, 7.774 hours/ns, 35.732 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 | 27.862 | 27.862 | 27.862 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025123 | 0.025123 | 0.025123 | 0.0 | 0.09 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.088271 | 0.088271 | 0.088271 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.777363745044, Press = 0.167781193916174 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 344000 -8416.1576 -8416.1576 -8496.5845 -8496.5845 311.26038 311.26038 23731.994 23731.994 358.44258 358.44258 345000 -8414.9623 -8414.9623 -8495.3774 -8495.3774 311.2146 311.2146 23725.475 23725.475 1064.1552 1064.1552 Loop time of 27.3907 on 1 procs for 1000 steps with 2000 atoms Performance: 3.154 ns/day, 7.609 hours/ns, 36.509 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 | 27.267 | 27.267 | 27.267 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024848 | 0.024848 | 0.024848 | 0.0 | 0.09 Output | 2.81e-05 | 2.81e-05 | 2.81e-05 | 0.0 | 0.00 Modify | 0.087363 | 0.087363 | 0.087363 | 0.0 | 0.32 Other | | 0.01131 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.778679300746, Press = 0.163868308891837 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 345000 -8414.9623 -8414.9623 -8495.3774 -8495.3774 311.2146 311.2146 23725.475 23725.475 1064.1552 1064.1552 346000 -8409.1285 -8409.1285 -8489.954 -8489.954 312.80308 312.80308 23716.995 23716.995 2450.7756 2450.7756 Loop time of 27.6904 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.692 hours/ns, 36.114 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 | 27.567 | 27.567 | 27.567 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024833 | 0.024833 | 0.024833 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.087742 | 0.087742 | 0.087742 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128086.0 ave 128086 max 128086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128086 Ave neighs/atom = 64.043000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.781394921722, Press = 0.126869676204073 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 346000 -8409.1285 -8409.1285 -8489.954 -8489.954 312.80308 312.80308 23716.995 23716.995 2450.7756 2450.7756 347000 -8415.2795 -8415.2795 -8496.9517 -8496.9517 316.08009 316.08009 23693.452 23693.452 2968.6905 2968.6905 Loop time of 28.1126 on 1 procs for 1000 steps with 2000 atoms Performance: 3.073 ns/day, 7.809 hours/ns, 35.571 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 | 27.988 | 27.988 | 27.988 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025157 | 0.025157 | 0.025157 | 0.0 | 0.09 Output | 7.07e-05 | 7.07e-05 | 7.07e-05 | 0.0 | 0.00 Modify | 0.088216 | 0.088216 | 0.088216 | 0.0 | 0.31 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.789360380512, Press = -0.0290555204115818 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 347000 -8415.2795 -8415.2795 -8496.9517 -8496.9517 316.08009 316.08009 23693.452 23693.452 2968.6905 2968.6905 348000 -8410.0735 -8410.0735 -8494.5289 -8494.5289 326.85138 326.85138 23728.964 23728.964 999.06567 999.06567 Loop time of 27.9123 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.753 hours/ns, 35.826 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 | 27.785 | 27.785 | 27.785 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027897 | 0.027897 | 0.027897 | 0.0 | 0.10 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088243 | 0.088243 | 0.088243 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796986111098, Press = -0.156690115995851 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 348000 -8410.0735 -8410.0735 -8494.5289 -8494.5289 326.85138 326.85138 23728.964 23728.964 999.06567 999.06567 349000 -8415.2746 -8415.2746 -8497.0454 -8497.0454 316.46121 316.46121 23734.563 23734.563 194.42807 194.42807 Loop time of 27.8715 on 1 procs for 1000 steps with 2000 atoms Performance: 3.100 ns/day, 7.742 hours/ns, 35.879 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 | 27.748 | 27.748 | 27.748 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025078 | 0.025078 | 0.025078 | 0.0 | 0.09 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.087997 | 0.087997 | 0.087997 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800616940417, Press = -0.00531491804125101 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 349000 -8415.2746 -8415.2746 -8497.0454 -8497.0454 316.46121 316.46121 23734.563 23734.563 194.42807 194.42807 350000 -8417.6702 -8417.6702 -8498.4949 -8498.4949 312.79975 312.79975 23752.597 23752.597 -1509.9701 -1509.9701 Loop time of 27.6865 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.691 hours/ns, 36.119 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.563 | 27.563 | 27.563 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024815 | 0.024815 | 0.024815 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.087399 | 0.087399 | 0.087399 | 0.0 | 0.32 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800833642347, Press = -0.0298882252355647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 350000 -8417.6702 -8417.6702 -8498.4949 -8498.4949 312.79975 312.79975 23752.597 23752.597 -1509.9701 -1509.9701 351000 -8413.4252 -8413.4252 -8493.8355 -8493.8355 311.1963 311.1963 23771.532 23771.532 -1936.6304 -1936.6304 Loop time of 28.0213 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.784 hours/ns, 35.687 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 | 27.897 | 27.897 | 27.897 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024922 | 0.024922 | 0.024922 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.088102 | 0.088102 | 0.088102 | 0.0 | 0.31 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.795997924952, Press = 0.0461924370277278 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 351000 -8413.4252 -8413.4252 -8493.8355 -8493.8355 311.1963 311.1963 23771.532 23771.532 -1936.6304 -1936.6304 352000 -8417.8699 -8417.8699 -8496.7138 -8496.7138 305.13425 305.13425 23781.078 23781.078 -3279.3535 -3279.3535 Loop time of 27.9558 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.766 hours/ns, 35.771 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 | 27.832 | 27.832 | 27.832 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024992 | 0.024992 | 0.024992 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.087635 | 0.087635 | 0.087635 | 0.0 | 0.31 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.791814897582, Press = 0.147226324997957 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 352000 -8417.8699 -8417.8699 -8496.7138 -8496.7138 305.13425 305.13425 23781.078 23781.078 -3279.3535 -3279.3535 353000 -8414.1961 -8414.1961 -8494.0717 -8494.0717 309.12705 309.12705 23762.428 23762.428 -1329.0006 -1329.0006 Loop time of 27.3692 on 1 procs for 1000 steps with 2000 atoms Performance: 3.157 ns/day, 7.603 hours/ns, 36.537 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 | 27.246 | 27.246 | 27.246 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024831 | 0.024831 | 0.024831 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.087239 | 0.087239 | 0.087239 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128008.0 ave 128008 max 128008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128008 Ave neighs/atom = 64.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785000528203, Press = 0.304830691603321 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 353000 -8414.1961 -8414.1961 -8494.0717 -8494.0717 309.12705 309.12705 23762.428 23762.428 -1329.0006 -1329.0006 354000 -8417.473 -8417.473 -8496.1631 -8496.1631 304.53886 304.53886 23735.618 23735.618 117.58908 117.58908 Loop time of 27.9789 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.772 hours/ns, 35.741 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 | 27.854 | 27.854 | 27.854 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025165 | 0.025165 | 0.025165 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088414 | 0.088414 | 0.088414 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.782837907781, Press = 0.195203621852013 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 354000 -8417.473 -8417.473 -8496.1631 -8496.1631 304.53886 304.53886 23735.618 23735.618 117.58908 117.58908 355000 -8414.1695 -8414.1695 -8496.5013 -8496.5013 318.63263 318.63263 23732.41 23732.41 451.63818 451.63818 Loop time of 27.8867 on 1 procs for 1000 steps with 2000 atoms Performance: 3.098 ns/day, 7.746 hours/ns, 35.859 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 | 27.762 | 27.762 | 27.762 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025003 | 0.025003 | 0.025003 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088351 | 0.088351 | 0.088351 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.784105123415, Press = 0.174937766300105 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 355000 -8414.1695 -8414.1695 -8496.5013 -8496.5013 318.63263 318.63263 23732.41 23732.41 451.63818 451.63818 356000 -8417.2699 -8417.2699 -8497.8886 -8497.8886 312.00258 312.00258 23719.839 23719.839 1037.1039 1037.1039 Loop time of 27.8622 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.891 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 | 27.737 | 27.737 | 27.737 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025078 | 0.025078 | 0.025078 | 0.0 | 0.09 Output | 2.19e-05 | 2.19e-05 | 2.19e-05 | 0.0 | 0.00 Modify | 0.088768 | 0.088768 | 0.088768 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.777700353466, Press = 0.147256145831757 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 356000 -8417.2699 -8417.2699 -8497.8886 -8497.8886 312.00258 312.00258 23719.839 23719.839 1037.1039 1037.1039 357000 -8413.9268 -8413.9268 -8496.8547 -8496.8547 320.93937 320.93937 23700.353 23700.353 2760.8683 2760.8683 Loop time of 28.0061 on 1 procs for 1000 steps with 2000 atoms Performance: 3.085 ns/day, 7.779 hours/ns, 35.707 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 | 27.88 | 27.88 | 27.88 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025019 | 0.025019 | 0.025019 | 0.0 | 0.09 Output | 2.65e-05 | 2.65e-05 | 2.65e-05 | 0.0 | 0.00 Modify | 0.089866 | 0.089866 | 0.089866 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.777365385404, Press = 0.0619617633290255 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 357000 -8413.9268 -8413.9268 -8496.8547 -8496.8547 320.93937 320.93937 23700.353 23700.353 2760.8683 2760.8683 358000 -8413.8857 -8413.8857 -8495.1095 -8495.1095 314.34439 314.34439 23682.619 23682.619 4232.7035 4232.7035 Loop time of 28.0158 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.782 hours/ns, 35.694 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 | 27.892 | 27.892 | 27.892 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025028 | 0.025028 | 0.025028 | 0.0 | 0.09 Output | 2.4e-05 | 2.4e-05 | 2.4e-05 | 0.0 | 0.00 Modify | 0.088039 | 0.088039 | 0.088039 | 0.0 | 0.31 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.774248029604, Press = -0.183819303428751 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 358000 -8413.8857 -8413.8857 -8495.1095 -8495.1095 314.34439 314.34439 23682.619 23682.619 4232.7035 4232.7035 359000 -8415.0604 -8415.0604 -8497.4434 -8497.4434 318.83067 318.83067 23737.82 23737.82 -58.517873 -58.517873 Loop time of 28.1316 on 1 procs for 1000 steps with 2000 atoms Performance: 3.071 ns/day, 7.814 hours/ns, 35.547 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 | 28.006 | 28.006 | 28.006 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025309 | 0.025309 | 0.025309 | 0.0 | 0.09 Output | 2.56e-05 | 2.56e-05 | 2.56e-05 | 0.0 | 0.00 Modify | 0.088852 | 0.088852 | 0.088852 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.781121187385, Press = -0.155767216691462 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 359000 -8415.0604 -8415.0604 -8497.4434 -8497.4434 318.83067 318.83067 23737.82 23737.82 -58.517873 -58.517873 360000 -8416.0987 -8416.0987 -8497.0358 -8497.0358 313.23527 313.23527 23761.878 23761.878 -1842.2175 -1842.2175 Loop time of 27.9581 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.766 hours/ns, 35.768 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 | 27.834 | 27.834 | 27.834 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025063 | 0.025063 | 0.025063 | 0.0 | 0.09 Output | 2.51e-05 | 2.51e-05 | 2.51e-05 | 0.0 | 0.00 Modify | 0.088089 | 0.088089 | 0.088089 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.786595405813, Press = -0.0655283977515265 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 360000 -8416.0987 -8416.0987 -8497.0358 -8497.0358 313.23527 313.23527 23761.878 23761.878 -1842.2175 -1842.2175 361000 -8418.327 -8418.327 -8497.126 -8497.126 304.9605 304.9605 23761.493 23761.493 -1800.2693 -1800.2693 Loop time of 27.939 on 1 procs for 1000 steps with 2000 atoms Performance: 3.092 ns/day, 7.761 hours/ns, 35.792 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 | 27.814 | 27.814 | 27.814 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024882 | 0.024882 | 0.024882 | 0.0 | 0.09 Output | 3.8e-05 | 3.8e-05 | 3.8e-05 | 0.0 | 0.00 Modify | 0.088809 | 0.088809 | 0.088809 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.788087232317, Press = 0.0645193989410664 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 361000 -8418.327 -8418.327 -8497.126 -8497.126 304.9605 304.9605 23761.493 23761.493 -1800.2693 -1800.2693 362000 -8414.2461 -8414.2461 -8496.2386 -8496.2386 317.31946 317.31946 23751.237 23751.237 -896.86951 -896.86951 Loop time of 27.8408 on 1 procs for 1000 steps with 2000 atoms Performance: 3.103 ns/day, 7.734 hours/ns, 35.918 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 | 27.717 | 27.717 | 27.717 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025077 | 0.025077 | 0.025077 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088155 | 0.088155 | 0.088155 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.780674588233, Press = 0.134129154089393 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 362000 -8414.2461 -8414.2461 -8496.2386 -8496.2386 317.31946 317.31946 23751.237 23751.237 -896.86951 -896.86951 363000 -8418.6633 -8418.6633 -8498.5512 -8498.5512 309.17427 309.17427 23737.378 23737.378 -366.62258 -366.62258 Loop time of 27.6571 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.683 hours/ns, 36.157 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 | 27.534 | 27.534 | 27.534 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024723 | 0.024723 | 0.024723 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.087533 | 0.087533 | 0.087533 | 0.0 | 0.32 Other | | 0.01079 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.77857954621, Press = 0.132285046371962 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 363000 -8418.6633 -8418.6633 -8498.5512 -8498.5512 309.17427 309.17427 23737.378 23737.378 -366.62258 -366.62258 364000 -8412.2364 -8412.2364 -8493.7617 -8493.7617 315.51108 315.51108 23734.883 23734.883 652.61655 652.61655 Loop time of 27.9559 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.766 hours/ns, 35.771 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.832 | 27.832 | 27.832 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025106 | 0.025106 | 0.025106 | 0.0 | 0.09 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.088201 | 0.088201 | 0.088201 | 0.0 | 0.32 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.773795413723, Press = 0.0797898947165479 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 364000 -8412.2364 -8412.2364 -8493.7617 -8493.7617 315.51108 315.51108 23734.883 23734.883 652.61655 652.61655 365000 -8414.9029 -8414.9029 -8495.3921 -8495.3921 311.50163 311.50163 23742.384 23742.384 -83.369238 -83.369238 Loop time of 27.8829 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.745 hours/ns, 35.864 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 | 27.758 | 27.758 | 27.758 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025073 | 0.025073 | 0.025073 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088359 | 0.088359 | 0.088359 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776016893956, Press = -0.0214230982077106 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 365000 -8414.9029 -8414.9029 -8495.3921 -8495.3921 311.50163 311.50163 23742.384 23742.384 -83.369238 -83.369238 366000 -8411.8676 -8411.8676 -8493.3268 -8493.3268 315.25552 315.25552 23780.471 23780.471 -2386.6952 -2386.6952 Loop time of 28.2075 on 1 procs for 1000 steps with 2000 atoms Performance: 3.063 ns/day, 7.835 hours/ns, 35.452 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 | 28.082 | 28.082 | 28.082 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025324 | 0.025324 | 0.025324 | 0.0 | 0.09 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.088915 | 0.088915 | 0.088915 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785325668433, Press = -0.0637773940941329 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 366000 -8411.8676 -8411.8676 -8493.3268 -8493.3268 315.25552 315.25552 23780.471 23780.471 -2386.6952 -2386.6952 367000 -8413.4338 -8413.4338 -8494.5703 -8494.5703 314.00661 314.00661 23785.457 23785.457 -3017.8994 -3017.8994 Loop time of 27.5586 on 1 procs for 1000 steps with 2000 atoms Performance: 3.135 ns/day, 7.655 hours/ns, 36.286 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 | 27.435 | 27.435 | 27.435 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024927 | 0.024927 | 0.024927 | 0.0 | 0.09 Output | 3.45e-05 | 3.45e-05 | 3.45e-05 | 0.0 | 0.00 Modify | 0.087384 | 0.087384 | 0.087384 | 0.0 | 0.32 Other | | 0.01078 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.783905830467, Press = 0.0940015796804489 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 367000 -8413.4338 -8413.4338 -8494.5703 -8494.5703 314.00661 314.00661 23785.457 23785.457 -3017.8994 -3017.8994 368000 -8416.6441 -8416.6441 -8497.0893 -8497.0893 311.33099 311.33099 23763.658 23763.658 -1946.9332 -1946.9332 Loop time of 27.687 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.691 hours/ns, 36.118 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.563 | 27.563 | 27.563 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024873 | 0.024873 | 0.024873 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.087913 | 0.087913 | 0.087913 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.780858715497, Press = 0.198334516318202 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 368000 -8416.6441 -8416.6441 -8497.0893 -8497.0893 311.33099 311.33099 23763.658 23763.658 -1946.9332 -1946.9332 369000 -8414.8645 -8414.8645 -8494.298 -8494.298 307.41598 307.41598 23745.264 23745.264 -166.18737 -166.18737 Loop time of 28.2389 on 1 procs for 1000 steps with 2000 atoms Performance: 3.060 ns/day, 7.844 hours/ns, 35.412 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 | 28.114 | 28.114 | 28.114 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025078 | 0.025078 | 0.025078 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.088733 | 0.088733 | 0.088733 | 0.0 | 0.31 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127996.0 ave 127996 max 127996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127996 Ave neighs/atom = 63.998000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.773535744417, Press = 0.189823065257069 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 369000 -8414.8645 -8414.8645 -8494.298 -8494.298 307.41598 307.41598 23745.264 23745.264 -166.18737 -166.18737 370000 -8414.2136 -8414.2136 -8495.9774 -8495.9774 316.43438 316.43438 23746.163 23746.163 -495.06553 -495.06553 Loop time of 28.2746 on 1 procs for 1000 steps with 2000 atoms Performance: 3.056 ns/day, 7.854 hours/ns, 35.367 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 | 28.149 | 28.149 | 28.149 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025233 | 0.025233 | 0.025233 | 0.0 | 0.09 Output | 6.1e-05 | 6.1e-05 | 6.1e-05 | 0.0 | 0.00 Modify | 0.089041 | 0.089041 | 0.089041 | 0.0 | 0.31 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.772296217737, Press = 0.146659447738561 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 370000 -8414.2136 -8414.2136 -8495.9774 -8495.9774 316.43438 316.43438 23746.163 23746.163 -495.06553 -495.06553 371000 -8418.5032 -8418.5032 -8497.6887 -8497.6887 306.4562 306.4562 23729.777 23729.777 355.28964 355.28964 Loop time of 27.7595 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.711 hours/ns, 36.024 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 | 27.635 | 27.635 | 27.635 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02497 | 0.02497 | 0.02497 | 0.0 | 0.09 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.088167 | 0.088167 | 0.088167 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.76805572703, Press = 0.133831278804882 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 371000 -8418.5032 -8418.5032 -8497.6887 -8497.6887 306.4562 306.4562 23729.777 23729.777 355.28964 355.28964 372000 -8413.3775 -8413.3775 -8497.081 -8497.081 323.94127 323.94127 23729.519 23729.519 679.58454 679.58454 Loop time of 27.9557 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.765 hours/ns, 35.771 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 | 27.832 | 27.832 | 27.832 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024899 | 0.024899 | 0.024899 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.088057 | 0.088057 | 0.088057 | 0.0 | 0.31 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.766026738218, Press = 0.136843876224922 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 372000 -8413.3775 -8413.3775 -8497.081 -8497.081 323.94127 323.94127 23729.519 23729.519 679.58454 679.58454 373000 -8415.7903 -8415.7903 -8495.3534 -8495.3534 307.91739 307.91739 23676.893 23676.893 4502.1824 4502.1824 Loop time of 28.0098 on 1 procs for 1000 steps with 2000 atoms Performance: 3.085 ns/day, 7.781 hours/ns, 35.702 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 | 27.884 | 27.884 | 27.884 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025034 | 0.025034 | 0.025034 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.089412 | 0.089412 | 0.089412 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.759074923315, Press = 0.0994373272998315 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 373000 -8415.7903 -8415.7903 -8495.3534 -8495.3534 307.91739 307.91739 23676.893 23676.893 4502.1824 4502.1824 374000 -8413.4815 -8413.4815 -8496.176 -8496.176 320.03614 320.03614 23702.697 23702.697 2650.7814 2650.7814 Loop time of 27.4619 on 1 procs for 1000 steps with 2000 atoms Performance: 3.146 ns/day, 7.628 hours/ns, 36.414 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.339 | 27.339 | 27.339 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024693 | 0.024693 | 0.024693 | 0.0 | 0.09 Output | 2.55e-05 | 2.55e-05 | 2.55e-05 | 0.0 | 0.00 Modify | 0.08759 | 0.08759 | 0.08759 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.759327472998, Press = -0.0651984917187078 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 374000 -8413.4815 -8413.4815 -8496.176 -8496.176 320.03614 320.03614 23702.697 23702.697 2650.7814 2650.7814 375000 -8415.7177 -8415.7177 -8495.8997 -8495.8997 310.31279 310.31279 23725.547 23725.547 978.02081 978.02081 Loop time of 27.5802 on 1 procs for 1000 steps with 2000 atoms Performance: 3.133 ns/day, 7.661 hours/ns, 36.258 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.457 | 27.457 | 27.457 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024921 | 0.024921 | 0.024921 | 0.0 | 0.09 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.087304 | 0.087304 | 0.087304 | 0.0 | 0.32 Other | | 0.01076 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.762659876145, Press = -0.0625898734223493 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 375000 -8415.7177 -8415.7177 -8495.8997 -8495.8997 310.31279 310.31279 23725.547 23725.547 978.02081 978.02081 376000 -8411.226 -8411.226 -8495.1382 -8495.1382 324.74877 324.74877 23759.734 23759.734 -1151.7113 -1151.7113 Loop time of 27.6299 on 1 procs for 1000 steps with 2000 atoms Performance: 3.127 ns/day, 7.675 hours/ns, 36.193 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.506 | 27.506 | 27.506 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02508 | 0.02508 | 0.02508 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087949 | 0.087949 | 0.087949 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.771091143686, Press = -0.0647995061732927 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 376000 -8411.226 -8411.226 -8495.1382 -8495.1382 324.74877 324.74877 23759.734 23759.734 -1151.7113 -1151.7113 377000 -8414.6576 -8414.6576 -8494.9048 -8494.9048 310.56523 310.56523 23764.626 23764.626 -1560.7066 -1560.7066 Loop time of 27.5168 on 1 procs for 1000 steps with 2000 atoms Performance: 3.140 ns/day, 7.644 hours/ns, 36.341 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 | 27.39 | 27.39 | 27.39 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024927 | 0.024927 | 0.024927 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.090514 | 0.090514 | 0.090514 | 0.0 | 0.33 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.770380559666, Press = 0.00540605996270466 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 377000 -8414.6576 -8414.6576 -8494.9048 -8494.9048 310.56523 310.56523 23764.626 23764.626 -1560.7066 -1560.7066 378000 -8412.983 -8412.983 -8496.5506 -8496.5506 323.41516 323.41516 23761.242 23761.242 -1471.8701 -1471.8701 Loop time of 27.7206 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.700 hours/ns, 36.074 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 | 27.596 | 27.596 | 27.596 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025113 | 0.025113 | 0.025113 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088126 | 0.088126 | 0.088126 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.767913264701, Press = 0.111399323648879 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 378000 -8412.983 -8412.983 -8496.5506 -8496.5506 323.41516 323.41516 23761.242 23761.242 -1471.8701 -1471.8701 379000 -8411.4167 -8411.4167 -8495.3611 -8495.3611 324.87361 324.87361 23755.632 23755.632 -894.9497 -894.9497 Loop time of 27.7968 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.721 hours/ns, 35.975 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 | 27.672 | 27.672 | 27.672 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025399 | 0.025399 | 0.025399 | 0.0 | 0.09 Output | 3.8e-05 | 3.8e-05 | 3.8e-05 | 0.0 | 0.00 Modify | 0.08795 | 0.08795 | 0.08795 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.766886110364, Press = 0.0871345628303751 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 379000 -8411.4167 -8411.4167 -8495.3611 -8495.3611 324.87361 324.87361 23755.632 23755.632 -894.9497 -894.9497 380000 -8414.8025 -8414.8025 -8495.1851 -8495.1851 311.08893 311.08893 23743.11 23743.11 -175.65088 -175.65088 Loop time of 28.1259 on 1 procs for 1000 steps with 2000 atoms Performance: 3.072 ns/day, 7.813 hours/ns, 35.554 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 | 28 | 28 | 28 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025247 | 0.025247 | 0.025247 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.088594 | 0.088594 | 0.088594 | 0.0 | 0.31 Other | | 0.01247 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776555941132, Press = 0.101225666427593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 380000 -8414.8025 -8414.8025 -8495.1851 -8495.1851 311.08893 311.08893 23743.11 23743.11 -175.65088 -175.65088 381000 -8412.6295 -8412.6295 -8491.6961 -8491.6961 305.996 305.996 23729.378 23729.378 1412.4543 1412.4543 Loop time of 27.6534 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.682 hours/ns, 36.162 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 | 27.527 | 27.527 | 27.527 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025138 | 0.025138 | 0.025138 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.090572 | 0.090572 | 0.090572 | 0.0 | 0.33 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776137152857, Press = 0.139151571020636 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 381000 -8412.6295 -8412.6295 -8491.6961 -8491.6961 305.996 305.996 23729.378 23729.378 1412.4543 1412.4543 382000 -8416.1326 -8416.1326 -8495.8523 -8495.8523 308.52332 308.52332 23695.969 23695.969 3010.9397 3010.9397 Loop time of 27.7067 on 1 procs for 1000 steps with 2000 atoms Performance: 3.118 ns/day, 7.696 hours/ns, 36.092 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 | 27.582 | 27.582 | 27.582 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025184 | 0.025184 | 0.025184 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088352 | 0.088352 | 0.088352 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.768930988732, Press = 0.0733937449746809 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 382000 -8416.1326 -8416.1326 -8495.8523 -8495.8523 308.52332 308.52332 23695.969 23695.969 3010.9397 3010.9397 383000 -8414.8203 -8414.8203 -8495.9659 -8495.9659 314.04174 314.04174 23709.725 23709.725 2100.3418 2100.3418 Loop time of 27.7418 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.706 hours/ns, 36.047 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 | 27.618 | 27.618 | 27.618 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024956 | 0.024956 | 0.024956 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.0879 | 0.0879 | 0.0879 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128102.0 ave 128102 max 128102 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128102 Ave neighs/atom = 64.051000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.761409020813, Press = -0.0425773973702928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 383000 -8414.8203 -8414.8203 -8495.9659 -8495.9659 314.04174 314.04174 23709.725 23709.725 2100.3418 2100.3418 384000 -8416.7531 -8416.7531 -8496.9254 -8496.9254 310.2748 310.2748 23740.822 23740.822 -203.14681 -203.14681 Loop time of 27.9765 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.771 hours/ns, 35.744 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 | 27.852 | 27.852 | 27.852 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025048 | 0.025048 | 0.025048 | 0.0 | 0.09 Output | 2.22e-05 | 2.22e-05 | 2.22e-05 | 0.0 | 0.00 Modify | 0.088363 | 0.088363 | 0.088363 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.760509011054, Press = -0.0977967246766403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 384000 -8416.7531 -8416.7531 -8496.9254 -8496.9254 310.2748 310.2748 23740.822 23740.822 -203.14681 -203.14681 385000 -8412.1389 -8412.1389 -8494.9476 -8494.9476 320.47832 320.47832 23770.778 23770.778 -2063.7776 -2063.7776 Loop time of 27.9313 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.759 hours/ns, 35.802 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 | 27.807 | 27.807 | 27.807 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02507 | 0.02507 | 0.02507 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.088335 | 0.088335 | 0.088335 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.758821375591, Press = -0.0539174476353907 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 385000 -8412.1389 -8412.1389 -8494.9476 -8494.9476 320.47832 320.47832 23770.778 23770.778 -2063.7776 -2063.7776 386000 -8416.3269 -8416.3269 -8495.8107 -8495.8107 307.61038 307.61038 23769.585 23769.585 -2210.7708 -2210.7708 Loop time of 27.9122 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.753 hours/ns, 35.827 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 | 27.788 | 27.788 | 27.788 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025069 | 0.025069 | 0.025069 | 0.0 | 0.09 Output | 2.85e-05 | 2.85e-05 | 2.85e-05 | 0.0 | 0.00 Modify | 0.088503 | 0.088503 | 0.088503 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.758729604933, Press = 0.0548767670338104 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 386000 -8416.3269 -8416.3269 -8495.8107 -8495.8107 307.61038 307.61038 23769.585 23769.585 -2210.7708 -2210.7708 387000 -8413.8204 -8413.8204 -8494.2562 -8494.2562 311.29501 311.29501 23759.893 23759.893 -1244.3125 -1244.3125 Loop time of 28.0327 on 1 procs for 1000 steps with 2000 atoms Performance: 3.082 ns/day, 7.787 hours/ns, 35.673 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 | 27.908 | 27.908 | 27.908 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025338 | 0.025338 | 0.025338 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.08843 | 0.08843 | 0.08843 | 0.0 | 0.32 Other | | 0.01104 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.754353003484, Press = 0.120399623080836 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 387000 -8413.8204 -8413.8204 -8494.2562 -8494.2562 311.29501 311.29501 23759.893 23759.893 -1244.3125 -1244.3125 388000 -8418.5454 -8418.5454 -8497.1721 -8497.1721 304.29342 304.29342 23738.146 23738.146 -246.03305 -246.03305 Loop time of 27.9005 on 1 procs for 1000 steps with 2000 atoms Performance: 3.097 ns/day, 7.750 hours/ns, 35.842 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 | 27.776 | 27.776 | 27.776 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025052 | 0.025052 | 0.025052 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088306 | 0.088306 | 0.088306 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.750819963767, Press = 0.207274769084371 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 388000 -8418.5454 -8418.5454 -8497.1721 -8497.1721 304.29342 304.29342 23738.146 23738.146 -246.03305 -246.03305 389000 -8413.2408 -8413.2408 -8496.6294 -8496.6294 322.72252 322.72252 23720.839 23720.839 1294.6474 1294.6474 Loop time of 28.0954 on 1 procs for 1000 steps with 2000 atoms Performance: 3.075 ns/day, 7.804 hours/ns, 35.593 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 | 27.97 | 27.97 | 27.97 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025438 | 0.025438 | 0.025438 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088882 | 0.088882 | 0.088882 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.744999689026, Press = 0.384334368990846 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 389000 -8413.2408 -8413.2408 -8496.6294 -8496.6294 322.72252 322.72252 23720.839 23720.839 1294.6474 1294.6474 390000 -8416.9784 -8416.9784 -8496.0087 -8496.0087 305.85556 305.85556 23698.824 23698.824 2648.2379 2648.2379 Loop time of 27.8724 on 1 procs for 1000 steps with 2000 atoms Performance: 3.100 ns/day, 7.742 hours/ns, 35.878 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 | 27.748 | 27.748 | 27.748 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02507 | 0.02507 | 0.02507 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.088081 | 0.088081 | 0.088081 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.743055327569, Press = 0.205164588856646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 390000 -8416.9784 -8416.9784 -8496.0087 -8496.0087 305.85556 305.85556 23698.824 23698.824 2648.2379 2648.2379 391000 -8411.2131 -8411.2131 -8493.3109 -8493.3109 317.72706 317.72706 23721.394 23721.394 1696.3104 1696.3104 Loop time of 27.7614 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.712 hours/ns, 36.021 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 | 27.638 | 27.638 | 27.638 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024866 | 0.024866 | 0.024866 | 0.0 | 0.09 Output | 2.61e-05 | 2.61e-05 | 2.61e-05 | 0.0 | 0.00 Modify | 0.08793 | 0.08793 | 0.08793 | 0.0 | 0.32 Other | | 0.01076 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.743297654542, Press = 0.0544388754232362 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 391000 -8411.2131 -8411.2131 -8493.3109 -8493.3109 317.72706 317.72706 23721.394 23721.394 1696.3104 1696.3104 392000 -8413.4645 -8413.4645 -8494.4414 -8494.4414 313.38912 313.38912 23733.557 23733.557 522.60034 522.60034 Loop time of 27.8661 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.741 hours/ns, 35.886 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 | 27.741 | 27.741 | 27.741 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025239 | 0.025239 | 0.025239 | 0.0 | 0.09 Output | 4.23e-05 | 4.23e-05 | 4.23e-05 | 0.0 | 0.00 Modify | 0.088404 | 0.088404 | 0.088404 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.743752288941, Press = -0.0245907697086289 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 392000 -8413.4645 -8413.4645 -8494.4414 -8494.4414 313.38912 313.38912 23733.557 23733.557 522.60034 522.60034 393000 -8411.8719 -8411.8719 -8495.1064 -8495.1064 322.12627 322.12627 23739.404 23739.404 202.9412 202.9412 Loop time of 28.0111 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.781 hours/ns, 35.700 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 | 27.886 | 27.886 | 27.886 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025263 | 0.025263 | 0.025263 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088902 | 0.088902 | 0.088902 | 0.0 | 0.32 Other | | 0.01105 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.746750646864, Press = -0.0417033138261755 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 393000 -8411.8719 -8411.8719 -8495.1064 -8495.1064 322.12627 322.12627 23739.404 23739.404 202.9412 202.9412 394000 -8419.1049 -8419.1049 -8496.771 -8496.771 300.57579 300.57579 23749.792 23749.792 -1068.7995 -1068.7995 Loop time of 27.42 on 1 procs for 1000 steps with 2000 atoms Performance: 3.151 ns/day, 7.617 hours/ns, 36.470 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 | 27.297 | 27.297 | 27.297 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024881 | 0.024881 | 0.024881 | 0.0 | 0.09 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.087153 | 0.087153 | 0.087153 | 0.0 | 0.32 Other | | 0.01076 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.746695242029, Press = -0.163716171238258 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 394000 -8419.1049 -8419.1049 -8496.771 -8496.771 300.57579 300.57579 23749.792 23749.792 -1068.7995 -1068.7995 395000 -8415.3901 -8415.3901 -8496.7916 -8496.7916 315.03242 315.03242 23799.479 23799.479 -4415.7149 -4415.7149 Loop time of 26.99 on 1 procs for 1000 steps with 2000 atoms Performance: 3.201 ns/day, 7.497 hours/ns, 37.051 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 | 26.868 | 26.868 | 26.868 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024586 | 0.024586 | 0.024586 | 0.0 | 0.09 Output | 4.04e-05 | 4.04e-05 | 4.04e-05 | 0.0 | 0.00 Modify | 0.086627 | 0.086627 | 0.086627 | 0.0 | 0.32 Other | | 0.01073 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.742253228926, Press = -0.12406937728974 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 395000 -8415.3901 -8415.3901 -8496.7916 -8496.7916 315.03242 315.03242 23799.479 23799.479 -4415.7149 -4415.7149 396000 -8416.0171 -8416.0171 -8496.4499 -8496.4499 311.2831 311.2831 23758.842 23758.842 -1518.8444 -1518.8444 Loop time of 27.6559 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.682 hours/ns, 36.159 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.532 | 27.532 | 27.532 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024935 | 0.024935 | 0.024935 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087539 | 0.087539 | 0.087539 | 0.0 | 0.32 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128006.0 ave 128006 max 128006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128006 Ave neighs/atom = 64.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.746368294386, Press = 0.0872415694298069 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 396000 -8416.0171 -8416.0171 -8496.4499 -8496.4499 311.2831 311.2831 23758.842 23758.842 -1518.8444 -1518.8444 397000 -8415.6015 -8415.6015 -8496.1635 -8496.1635 311.78327 311.78327 23750.491 23750.491 -922.75215 -922.75215 Loop time of 28.024 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.784 hours/ns, 35.684 timesteps/s 98.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 | 27.9 | 27.9 | 27.9 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024871 | 0.024871 | 0.024871 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087815 | 0.087815 | 0.087815 | 0.0 | 0.31 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.751264430324, Press = 0.093312015108651 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 397000 -8415.6015 -8415.6015 -8496.1635 -8496.1635 311.78327 311.78327 23750.491 23750.491 -922.75215 -922.75215 398000 -8417.6132 -8417.6132 -8497.0717 -8497.0717 307.5125 307.5125 23752.7 23752.7 -1161.0507 -1161.0507 Loop time of 27.5948 on 1 procs for 1000 steps with 2000 atoms Performance: 3.131 ns/day, 7.665 hours/ns, 36.239 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.471 | 27.471 | 27.471 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024854 | 0.024854 | 0.024854 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.087774 | 0.087774 | 0.087774 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.754418475804, Press = 0.175755837590935 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 398000 -8417.6132 -8417.6132 -8497.0717 -8497.0717 307.5125 307.5125 23752.7 23752.7 -1161.0507 -1161.0507 399000 -8413.8624 -8413.8624 -8494.8271 -8494.8271 313.34182 313.34182 23761.442 23761.442 -1355.0637 -1355.0637 Loop time of 32.64 on 1 procs for 1000 steps with 2000 atoms Performance: 2.647 ns/day, 9.067 hours/ns, 30.637 timesteps/s 86.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 | 32.496 | 32.496 | 32.496 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025084 | 0.025084 | 0.025084 | 0.0 | 0.08 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.10844 | 0.10844 | 0.10844 | 0.0 | 0.33 Other | | 0.01088 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128018.0 ave 128018 max 128018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128018 Ave neighs/atom = 64.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.749771338915, Press = 0.23373451353404 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 399000 -8413.8624 -8413.8624 -8494.8271 -8494.8271 313.34182 313.34182 23761.442 23761.442 -1355.0637 -1355.0637 400000 -8417.4747 -8417.4747 -8495.1022 -8495.1022 300.42631 300.42631 23719.674 23719.674 1354.7719 1354.7719 Loop time of 34.8887 on 1 procs for 1000 steps with 2000 atoms Performance: 2.476 ns/day, 9.691 hours/ns, 28.663 timesteps/s 84.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 | 34.762 | 34.762 | 34.762 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025918 | 0.025918 | 0.025918 | 0.0 | 0.07 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.089619 | 0.089619 | 0.089619 | 0.0 | 0.26 Other | | 0.01115 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128092.0 ave 128092 max 128092 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128092 Ave neighs/atom = 64.046000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.746749792715, Press = 0.364208215631466 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 400000 -8417.4747 -8417.4747 -8495.1022 -8495.1022 300.42631 300.42631 23719.674 23719.674 1354.7719 1354.7719 401000 -8413.1551 -8413.1551 -8492.4628 -8492.4628 306.92899 306.92899 23715.192 23715.192 2180.0398 2180.0398 Loop time of 34.9799 on 1 procs for 1000 steps with 2000 atoms Performance: 2.470 ns/day, 9.717 hours/ns, 28.588 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 | 34.852 | 34.852 | 34.852 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025868 | 0.025868 | 0.025868 | 0.0 | 0.07 Output | 3.24e-05 | 3.24e-05 | 3.24e-05 | 0.0 | 0.00 Modify | 0.090231 | 0.090231 | 0.090231 | 0.0 | 0.26 Other | | 0.01132 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.741836558065, Press = 0.191993601663959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 401000 -8413.1551 -8413.1551 -8492.4628 -8492.4628 306.92899 306.92899 23715.192 23715.192 2180.0398 2180.0398 402000 -8419.3303 -8419.3303 -8498.2294 -8498.2294 305.34766 305.34766 23709.36 23709.36 1509.5913 1509.5913 Loop time of 36.8517 on 1 procs for 1000 steps with 2000 atoms Performance: 2.345 ns/day, 10.237 hours/ns, 27.136 timesteps/s 79.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 | 36.705 | 36.705 | 36.705 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025706 | 0.025706 | 0.025706 | 0.0 | 0.07 Output | 2.83e-05 | 2.83e-05 | 2.83e-05 | 0.0 | 0.00 Modify | 0.10965 | 0.10965 | 0.10965 | 0.0 | 0.30 Other | | 0.01115 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.73782452316, Press = 0.112734044399964 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 402000 -8419.3303 -8419.3303 -8498.2294 -8498.2294 305.34766 305.34766 23709.36 23709.36 1509.5913 1509.5913 403000 -8412.0375 -8412.0375 -8494.3271 -8494.3271 318.46922 318.46922 23726.792 23726.792 1280.9345 1280.9345 Loop time of 36.7925 on 1 procs for 1000 steps with 2000 atoms Performance: 2.348 ns/day, 10.220 hours/ns, 27.179 timesteps/s 79.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 | 36.66 | 36.66 | 36.66 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.030979 | 0.030979 | 0.030979 | 0.0 | 0.08 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.090559 | 0.090559 | 0.090559 | 0.0 | 0.25 Other | | 0.01129 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.735912326135, Press = 0.0789035503133627 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 403000 -8412.0375 -8412.0375 -8494.3271 -8494.3271 318.46922 318.46922 23726.792 23726.792 1280.9345 1280.9345 404000 -8415.785 -8415.785 -8496.1002 -8496.1002 310.82813 310.82813 23714.058 23714.058 1853.1463 1853.1463 Loop time of 39.0303 on 1 procs for 1000 steps with 2000 atoms Performance: 2.214 ns/day, 10.842 hours/ns, 25.621 timesteps/s 75.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 | 38.889 | 38.889 | 38.889 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026065 | 0.026065 | 0.026065 | 0.0 | 0.07 Output | 4.75e-05 | 4.75e-05 | 4.75e-05 | 0.0 | 0.00 Modify | 0.10204 | 0.10204 | 0.10204 | 0.0 | 0.26 Other | | 0.01275 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.737056211728, Press = -0.00690845349894593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 404000 -8415.785 -8415.785 -8496.1002 -8496.1002 310.82813 310.82813 23714.058 23714.058 1853.1463 1853.1463 405000 -8414.3508 -8414.3508 -8496.364 -8496.364 317.39982 317.39982 23721.367 23721.367 1317.1528 1317.1528 Loop time of 36.6042 on 1 procs for 1000 steps with 2000 atoms Performance: 2.360 ns/day, 10.168 hours/ns, 27.319 timesteps/s 79.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 | 36.436 | 36.436 | 36.436 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025764 | 0.025764 | 0.025764 | 0.0 | 0.07 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.13124 | 0.13124 | 0.13124 | 0.0 | 0.36 Other | | 0.01127 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.738241966725, Press = -0.212381494824779 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 405000 -8414.3508 -8414.3508 -8496.364 -8496.364 317.39982 317.39982 23721.367 23721.367 1317.1528 1317.1528 406000 -8418.3231 -8418.3231 -8497.4229 -8497.4229 306.12453 306.12453 23756.745 23756.745 -1629.8132 -1629.8132 Loop time of 36.7645 on 1 procs for 1000 steps with 2000 atoms Performance: 2.350 ns/day, 10.212 hours/ns, 27.200 timesteps/s 79.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 | 36.626 | 36.626 | 36.626 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025945 | 0.025945 | 0.025945 | 0.0 | 0.07 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.10166 | 0.10166 | 0.10166 | 0.0 | 0.28 Other | | 0.01132 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.731563505831, Press = -0.154766859747785 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 406000 -8418.3231 -8418.3231 -8497.4229 -8497.4229 306.12453 306.12453 23756.745 23756.745 -1629.8132 -1629.8132 407000 -8413.2896 -8413.2896 -8495.7314 -8495.7314 319.05836 319.05836 23760.421 23760.421 -1480.5231 -1480.5231 Loop time of 37.582 on 1 procs for 1000 steps with 2000 atoms Performance: 2.299 ns/day, 10.439 hours/ns, 26.608 timesteps/s 78.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 | 37.415 | 37.415 | 37.415 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02588 | 0.02588 | 0.02588 | 0.0 | 0.07 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.13002 | 0.13002 | 0.13002 | 0.0 | 0.35 Other | | 0.01108 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.730933152793, Press = 0.0352941160318479 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 407000 -8413.2896 -8413.2896 -8495.7314 -8495.7314 319.05836 319.05836 23760.421 23760.421 -1480.5231 -1480.5231 408000 -8417.9584 -8417.9584 -8497.4617 -8497.4617 307.68608 307.68608 23749.421 23749.421 -1019.4145 -1019.4145 Loop time of 36.0392 on 1 procs for 1000 steps with 2000 atoms Performance: 2.397 ns/day, 10.011 hours/ns, 27.748 timesteps/s 81.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 | 35.913 | 35.913 | 35.913 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025889 | 0.025889 | 0.025889 | 0.0 | 0.07 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089484 | 0.089484 | 0.089484 | 0.0 | 0.25 Other | | 0.01116 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.725449420267, Press = 0.110160155907413 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 408000 -8417.9584 -8417.9584 -8497.4617 -8497.4617 307.68608 307.68608 23749.421 23749.421 -1019.4145 -1019.4145 409000 -8412.7116 -8412.7116 -8492.3044 -8492.3044 308.03232 308.03232 23750.547 23750.547 -262.92006 -262.92006 Loop time of 35.3668 on 1 procs for 1000 steps with 2000 atoms Performance: 2.443 ns/day, 9.824 hours/ns, 28.275 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 | 35.228 | 35.228 | 35.228 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025803 | 0.025803 | 0.025803 | 0.0 | 0.07 Output | 5.18e-05 | 5.18e-05 | 5.18e-05 | 0.0 | 0.00 Modify | 0.1021 | 0.1021 | 0.1021 | 0.0 | 0.29 Other | | 0.01117 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.724067515568, Press = 0.152105630651127 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 409000 -8412.7116 -8412.7116 -8492.3044 -8492.3044 308.03232 308.03232 23750.547 23750.547 -262.92006 -262.92006 410000 -8416.7249 -8416.7249 -8494.8292 -8494.8292 302.27177 302.27177 23727.29 23727.29 894.07591 894.07591 Loop time of 37.2941 on 1 procs for 1000 steps with 2000 atoms Performance: 2.317 ns/day, 10.359 hours/ns, 26.814 timesteps/s 79.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 | 37.124 | 37.124 | 37.124 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027084 | 0.027084 | 0.027084 | 0.0 | 0.07 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.13156 | 0.13156 | 0.13156 | 0.0 | 0.35 Other | | 0.01119 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.719206171524, Press = 0.262750217377167 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 410000 -8416.7249 -8416.7249 -8494.8292 -8494.8292 302.27177 302.27177 23727.29 23727.29 894.07591 894.07591 411000 -8414.119 -8414.119 -8495.561 -8495.561 315.18893 315.18893 23700.412 23700.412 2778.5791 2778.5791 Loop time of 37.7037 on 1 procs for 1000 steps with 2000 atoms Performance: 2.292 ns/day, 10.473 hours/ns, 26.523 timesteps/s 77.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 | 37.557 | 37.557 | 37.557 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045971 | 0.045971 | 0.045971 | 0.0 | 0.12 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089764 | 0.089764 | 0.089764 | 0.0 | 0.24 Other | | 0.01118 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.717355647349, Press = 0.210277206418426 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 411000 -8414.119 -8414.119 -8495.561 -8495.561 315.18893 315.18893 23700.412 23700.412 2778.5791 2778.5791 412000 -8411.3074 -8411.3074 -8493.7939 -8493.7939 319.23128 319.23128 23704.634 23704.634 2866.3672 2866.3672 Loop time of 34.4748 on 1 procs for 1000 steps with 2000 atoms Performance: 2.506 ns/day, 9.576 hours/ns, 29.007 timesteps/s 85.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 | 34.328 | 34.328 | 34.328 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025865 | 0.025865 | 0.025865 | 0.0 | 0.08 Output | 3.26e-05 | 3.26e-05 | 3.26e-05 | 0.0 | 0.00 Modify | 0.1097 | 0.1097 | 0.1097 | 0.0 | 0.32 Other | | 0.01117 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128114.0 ave 128114 max 128114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128114 Ave neighs/atom = 64.057000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.716173787615, Press = 0.100192089517104 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 412000 -8411.3074 -8411.3074 -8493.7939 -8493.7939 319.23128 319.23128 23704.634 23704.634 2866.3672 2866.3672 413000 -8415.3763 -8415.3763 -8496.057 -8496.057 312.24247 312.24247 23719.683 23719.683 1387.317 1387.317 Loop time of 37.6397 on 1 procs for 1000 steps with 2000 atoms Performance: 2.295 ns/day, 10.455 hours/ns, 26.568 timesteps/s 77.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 | 37.472 | 37.472 | 37.472 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046037 | 0.046037 | 0.046037 | 0.0 | 0.12 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.11036 | 0.11036 | 0.11036 | 0.0 | 0.29 Other | | 0.01132 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.723499038207, Press = 0.00615334004267066 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 413000 -8415.3763 -8415.3763 -8496.057 -8496.057 312.24247 312.24247 23719.683 23719.683 1387.317 1387.317 414000 -8409.5997 -8409.5997 -8493.1648 -8493.1648 323.40574 323.40574 23751.847 23751.847 -196.16326 -196.16326 Loop time of 35.8889 on 1 procs for 1000 steps with 2000 atoms Performance: 2.407 ns/day, 9.969 hours/ns, 27.864 timesteps/s 81.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 | 35.712 | 35.712 | 35.712 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025774 | 0.025774 | 0.025774 | 0.0 | 0.07 Output | 3.29e-05 | 3.29e-05 | 3.29e-05 | 0.0 | 0.00 Modify | 0.13996 | 0.13996 | 0.13996 | 0.0 | 0.39 Other | | 0.01126 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.728113570173, Press = 0.0286723153698731 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 414000 -8409.5997 -8409.5997 -8493.1648 -8493.1648 323.40574 323.40574 23751.847 23751.847 -196.16326 -196.16326 415000 -8416.5188 -8416.5188 -8496.9273 -8496.9273 311.18939 311.18939 23741.197 23741.197 -452.29598 -452.29598 Loop time of 37.8305 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.508 hours/ns, 26.434 timesteps/s 77.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 | 37.684 | 37.684 | 37.684 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025749 | 0.025749 | 0.025749 | 0.0 | 0.07 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.11018 | 0.11018 | 0.11018 | 0.0 | 0.29 Other | | 0.01105 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.730327303393, Press = 0.070517929736909 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 415000 -8416.5188 -8416.5188 -8496.9273 -8496.9273 311.18939 311.18939 23741.197 23741.197 -452.29598 -452.29598 416000 -8414.9794 -8414.9794 -8499.1104 -8499.1104 325.59543 325.59543 23747.968 23747.968 -998.54264 -998.54264 Loop time of 38.1085 on 1 procs for 1000 steps with 2000 atoms Performance: 2.267 ns/day, 10.586 hours/ns, 26.241 timesteps/s 77.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 | 37.96 | 37.96 | 37.96 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026216 | 0.026216 | 0.026216 | 0.0 | 0.07 Output | 3.28e-05 | 3.28e-05 | 3.28e-05 | 0.0 | 0.00 Modify | 0.11148 | 0.11148 | 0.11148 | 0.0 | 0.29 Other | | 0.0112 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.728526199452, Press = 0.086380297649167 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 416000 -8414.9794 -8414.9794 -8499.1104 -8499.1104 325.59543 325.59543 23747.968 23747.968 -998.54264 -998.54264 417000 -8414.1185 -8414.1185 -8494.6007 -8494.6007 311.47446 311.47446 23740.159 23740.159 78.643651 78.643651 Loop time of 37.3334 on 1 procs for 1000 steps with 2000 atoms Performance: 2.314 ns/day, 10.370 hours/ns, 26.786 timesteps/s 78.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 | 37.123 | 37.123 | 37.123 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046628 | 0.046628 | 0.046628 | 0.0 | 0.12 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.13249 | 0.13249 | 0.13249 | 0.0 | 0.35 Other | | 0.03133 | | | 0.08 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.721951450409, Press = 0.122064796872774 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 417000 -8414.1185 -8414.1185 -8494.6007 -8494.6007 311.47446 311.47446 23740.159 23740.159 78.643651 78.643651 418000 -8417.0581 -8417.0581 -8496.0453 -8496.0453 305.68868 305.68868 23731.952 23731.952 393.22044 393.22044 Loop time of 37.3204 on 1 procs for 1000 steps with 2000 atoms Performance: 2.315 ns/day, 10.367 hours/ns, 26.795 timesteps/s 78.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 | 37.193 | 37.193 | 37.193 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025873 | 0.025873 | 0.025873 | 0.0 | 0.07 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.090499 | 0.090499 | 0.090499 | 0.0 | 0.24 Other | | 0.01121 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.721690015696, Press = 0.160030620049008 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 418000 -8417.0581 -8417.0581 -8496.0453 -8496.0453 305.68868 305.68868 23731.952 23731.952 393.22044 393.22044 419000 -8414.1084 -8414.1084 -8495.1897 -8495.1897 313.79303 313.79303 23719.427 23719.427 1452.9401 1452.9401 Loop time of 37.1661 on 1 procs for 1000 steps with 2000 atoms Performance: 2.325 ns/day, 10.324 hours/ns, 26.906 timesteps/s 79.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 | 37.039 | 37.039 | 37.039 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025854 | 0.025854 | 0.025854 | 0.0 | 0.07 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.090151 | 0.090151 | 0.090151 | 0.0 | 0.24 Other | | 0.01128 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.723357488811, Press = 0.165627881575463 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 419000 -8414.1084 -8414.1084 -8495.1897 -8495.1897 313.79303 313.79303 23719.427 23719.427 1452.9401 1452.9401 420000 -8416.4467 -8416.4467 -8497.2202 -8497.2202 312.60187 312.60187 23702.654 23702.654 2276.9994 2276.9994 Loop time of 38.4597 on 1 procs for 1000 steps with 2000 atoms Performance: 2.247 ns/day, 10.683 hours/ns, 26.001 timesteps/s 76.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 | 38.313 | 38.313 | 38.313 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025653 | 0.025653 | 0.025653 | 0.0 | 0.07 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.10962 | 0.10962 | 0.10962 | 0.0 | 0.29 Other | | 0.01122 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.724577127919, Press = 0.122638823444528 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 420000 -8416.4467 -8416.4467 -8497.2202 -8497.2202 312.60187 312.60187 23702.654 23702.654 2276.9994 2276.9994 421000 -8414.1586 -8414.1586 -8495.8635 -8495.8635 316.2065 316.2065 23698.087 23698.087 2965.4773 2965.4773 Loop time of 36.1589 on 1 procs for 1000 steps with 2000 atoms Performance: 2.389 ns/day, 10.044 hours/ns, 27.656 timesteps/s 80.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 | 35.928 | 35.928 | 35.928 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027698 | 0.027698 | 0.027698 | 0.0 | 0.08 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.19155 | 0.19155 | 0.19155 | 0.0 | 0.53 Other | | 0.01134 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.725626943377, Press = 0.00293846434924193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 421000 -8414.1586 -8414.1586 -8495.8635 -8495.8635 316.2065 316.2065 23698.087 23698.087 2965.4773 2965.4773 422000 -8414.7127 -8414.7127 -8498.4389 -8498.4389 324.02925 324.02925 23723.51 23723.51 867.7742 867.7742 Loop time of 37.3065 on 1 procs for 1000 steps with 2000 atoms Performance: 2.316 ns/day, 10.363 hours/ns, 26.805 timesteps/s 78.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 | 37.157 | 37.157 | 37.157 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028698 | 0.028698 | 0.028698 | 0.0 | 0.08 Output | 4.45e-05 | 4.45e-05 | 4.45e-05 | 0.0 | 0.00 Modify | 0.10937 | 0.10937 | 0.10937 | 0.0 | 0.29 Other | | 0.01148 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.726892106637, Press = -0.0926606151250962 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 422000 -8414.7127 -8414.7127 -8498.4389 -8498.4389 324.02925 324.02925 23723.51 23723.51 867.7742 867.7742 423000 -8414.7361 -8414.7361 -8494.7562 -8494.7562 309.68603 309.68603 23746.303 23746.303 -305.61821 -305.61821 Loop time of 37.9816 on 1 procs for 1000 steps with 2000 atoms Performance: 2.275 ns/day, 10.550 hours/ns, 26.329 timesteps/s 76.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 | 37.848 | 37.848 | 37.848 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025624 | 0.025624 | 0.025624 | 0.0 | 0.07 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.096249 | 0.096249 | 0.096249 | 0.0 | 0.25 Other | | 0.01144 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.729889287068, Press = -0.0535544505073154 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 423000 -8414.7361 -8414.7361 -8494.7562 -8494.7562 309.68603 309.68603 23746.303 23746.303 -305.61821 -305.61821 424000 -8410.1583 -8410.1583 -8493.3571 -8493.3571 321.98771 321.98771 23758.541 23758.541 -810.1616 -810.1616 Loop time of 36.182 on 1 procs for 1000 steps with 2000 atoms Performance: 2.388 ns/day, 10.051 hours/ns, 27.638 timesteps/s 80.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 | 36.054 | 36.054 | 36.054 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025965 | 0.025965 | 0.025965 | 0.0 | 0.07 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.090023 | 0.090023 | 0.090023 | 0.0 | 0.25 Other | | 0.01157 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128096.0 ave 128096 max 128096 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128096 Ave neighs/atom = 64.048000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.738624857343, Press = 0.0190137512574776 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 424000 -8410.1583 -8410.1583 -8493.3571 -8493.3571 321.98771 321.98771 23758.541 23758.541 -810.1616 -810.1616 425000 -8414.9232 -8414.9232 -8496.1582 -8496.1582 314.38768 314.38768 23744.14 23744.14 -436.7072 -436.7072 Loop time of 35.9525 on 1 procs for 1000 steps with 2000 atoms Performance: 2.403 ns/day, 9.987 hours/ns, 27.815 timesteps/s 81.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 | 35.804 | 35.804 | 35.804 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026318 | 0.026318 | 0.026318 | 0.0 | 0.07 Output | 3.27e-05 | 3.27e-05 | 3.27e-05 | 0.0 | 0.00 Modify | 0.11066 | 0.11066 | 0.11066 | 0.0 | 0.31 Other | | 0.01141 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.741662254121, Press = 0.0261176732235799 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 425000 -8414.9232 -8414.9232 -8496.1582 -8496.1582 314.38768 314.38768 23744.14 23744.14 -436.7072 -436.7072 426000 -8412.4063 -8412.4063 -8494.2785 -8494.2785 316.85356 316.85356 23749.14 23749.14 -361.57934 -361.57934 Loop time of 36.8349 on 1 procs for 1000 steps with 2000 atoms Performance: 2.346 ns/day, 10.232 hours/ns, 27.148 timesteps/s 80.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 | 36.667 | 36.667 | 36.667 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026168 | 0.026168 | 0.026168 | 0.0 | 0.07 Output | 3.49e-05 | 3.49e-05 | 3.49e-05 | 0.0 | 0.00 Modify | 0.11024 | 0.11024 | 0.11024 | 0.0 | 0.30 Other | | 0.03132 | | | 0.09 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.747695378953, Press = 0.0374048507702407 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 426000 -8412.4063 -8412.4063 -8494.2785 -8494.2785 316.85356 316.85356 23749.14 23749.14 -361.57934 -361.57934 427000 -8414.9839 -8414.9839 -8495.8987 -8495.8987 313.14865 313.14865 23764.668 23764.668 -1857.5864 -1857.5864 Loop time of 36.348 on 1 procs for 1000 steps with 2000 atoms Performance: 2.377 ns/day, 10.097 hours/ns, 27.512 timesteps/s 80.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 | 36.178 | 36.178 | 36.178 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066336 | 0.066336 | 0.066336 | 0.0 | 0.18 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.0921 | 0.0921 | 0.0921 | 0.0 | 0.25 Other | | 0.01128 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.747761201229, Press = -0.00610849191308025 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 427000 -8414.9839 -8414.9839 -8495.8987 -8495.8987 313.14865 313.14865 23764.668 23764.668 -1857.5864 -1857.5864 428000 -8412.5181 -8412.5181 -8493.3 -8493.3 312.63417 312.63417 23779.42 23779.42 -2332.9749 -2332.9749 Loop time of 33.2462 on 1 procs for 1000 steps with 2000 atoms Performance: 2.599 ns/day, 9.235 hours/ns, 30.079 timesteps/s 88.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 | 33.079 | 33.079 | 33.079 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045948 | 0.045948 | 0.045948 | 0.0 | 0.14 Output | 2.71e-05 | 2.71e-05 | 2.71e-05 | 0.0 | 0.00 Modify | 0.090105 | 0.090105 | 0.090105 | 0.0 | 0.27 Other | | 0.03141 | | | 0.09 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.750849024384, Press = 0.072394414064255 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 428000 -8412.5181 -8412.5181 -8493.3 -8493.3 312.63417 312.63417 23779.42 23779.42 -2332.9749 -2332.9749 429000 -8416.945 -8416.945 -8497.8304 -8497.8304 313.03514 313.03514 23770.357 23770.357 -2375.9393 -2375.9393 Loop time of 32.4366 on 1 procs for 1000 steps with 2000 atoms Performance: 2.664 ns/day, 9.010 hours/ns, 30.829 timesteps/s 90.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 | 32.309 | 32.309 | 32.309 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026259 | 0.026259 | 0.026259 | 0.0 | 0.08 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.090237 | 0.090237 | 0.090237 | 0.0 | 0.28 Other | | 0.01138 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.757123260988, Press = 0.159461714568081 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 429000 -8416.945 -8416.945 -8497.8304 -8497.8304 313.03514 313.03514 23770.357 23770.357 -2375.9393 -2375.9393 430000 -8410.9957 -8410.9957 -8493.5806 -8493.5806 319.61192 319.61192 23761.638 23761.638 -957.09876 -957.09876 Loop time of 33.7072 on 1 procs for 1000 steps with 2000 atoms Performance: 2.563 ns/day, 9.363 hours/ns, 29.667 timesteps/s 87.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 | 33.58 | 33.58 | 33.58 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0258 | 0.0258 | 0.0258 | 0.0 | 0.08 Output | 2.59e-05 | 2.59e-05 | 2.59e-05 | 0.0 | 0.00 Modify | 0.090324 | 0.090324 | 0.090324 | 0.0 | 0.27 Other | | 0.01141 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.760766810279, Press = 0.223838389041905 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 430000 -8410.9957 -8410.9957 -8493.5806 -8493.5806 319.61192 319.61192 23761.638 23761.638 -957.09876 -957.09876 431000 -8416.0984 -8416.0984 -8495.6071 -8495.6071 307.70701 307.70701 23734.593 23734.593 443.00063 443.00063 Loop time of 31.8397 on 1 procs for 1000 steps with 2000 atoms Performance: 2.714 ns/day, 8.844 hours/ns, 31.407 timesteps/s 92.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 | 31.673 | 31.673 | 31.673 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025854 | 0.025854 | 0.025854 | 0.0 | 0.08 Output | 2.78e-05 | 2.78e-05 | 2.78e-05 | 0.0 | 0.00 Modify | 0.12995 | 0.12995 | 0.12995 | 0.0 | 0.41 Other | | 0.0112 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.767746716457, Press = 0.144386713910284 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 431000 -8416.0984 -8416.0984 -8495.6071 -8495.6071 307.70701 307.70701 23734.593 23734.593 443.00063 443.00063 432000 -8412.1324 -8412.1324 -8493.2968 -8493.2968 314.11438 314.11438 23734.531 23734.531 832.15311 832.15311 Loop time of 33.1984 on 1 procs for 1000 steps with 2000 atoms Performance: 2.603 ns/day, 9.222 hours/ns, 30.122 timesteps/s 88.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 | 33.03 | 33.03 | 33.03 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026352 | 0.026352 | 0.026352 | 0.0 | 0.08 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.13058 | 0.13058 | 0.13058 | 0.0 | 0.39 Other | | 0.0112 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.770986075695, Press = 0.138500980232099 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 432000 -8412.1324 -8412.1324 -8493.2968 -8493.2968 314.11438 314.11438 23734.531 23734.531 832.15311 832.15311 433000 -8414.9956 -8414.9956 -8496.3988 -8496.3988 315.03878 315.03878 23718.952 23718.952 1426.7987 1426.7987 Loop time of 31.3199 on 1 procs for 1000 steps with 2000 atoms Performance: 2.759 ns/day, 8.700 hours/ns, 31.929 timesteps/s 93.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 | 31.188 | 31.188 | 31.188 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.030656 | 0.030656 | 0.030656 | 0.0 | 0.10 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.090181 | 0.090181 | 0.090181 | 0.0 | 0.29 Other | | 0.01123 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128104.0 ave 128104 max 128104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128104 Ave neighs/atom = 64.052000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.773949393565, Press = 0.0979045493251256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 433000 -8414.9956 -8414.9956 -8496.3988 -8496.3988 315.03878 315.03878 23718.952 23718.952 1426.7987 1426.7987 434000 -8415.3466 -8415.3466 -8496.4669 -8496.4669 313.94425 313.94425 23696.171 23696.171 3047.1168 3047.1168 Loop time of 31.3277 on 1 procs for 1000 steps with 2000 atoms Performance: 2.758 ns/day, 8.702 hours/ns, 31.921 timesteps/s 93.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 | 31.197 | 31.197 | 31.197 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028761 | 0.028761 | 0.028761 | 0.0 | 0.09 Output | 2.98e-05 | 2.98e-05 | 2.98e-05 | 0.0 | 0.00 Modify | 0.09041 | 0.09041 | 0.09041 | 0.0 | 0.29 Other | | 0.01123 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.774116975236, Press = -0.0215760415343396 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 434000 -8415.3466 -8415.3466 -8496.4669 -8496.4669 313.94425 313.94425 23696.171 23696.171 3047.1168 3047.1168 435000 -8413.9179 -8413.9179 -8496.8642 -8496.8642 321.01102 321.01102 23717.784 23717.784 1507.4414 1507.4414 Loop time of 30.6631 on 1 procs for 1000 steps with 2000 atoms Performance: 2.818 ns/day, 8.518 hours/ns, 32.612 timesteps/s 95.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 | 30.513 | 30.513 | 30.513 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026077 | 0.026077 | 0.026077 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.11304 | 0.11304 | 0.11304 | 0.0 | 0.37 Other | | 0.01135 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.768278732109, Press = -0.279261076606 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 435000 -8413.9179 -8413.9179 -8496.8642 -8496.8642 321.01102 321.01102 23717.784 23717.784 1507.4414 1507.4414 436000 -8416.8409 -8416.8409 -8498.1585 -8498.1585 314.70756 314.70756 23757.053 23757.053 -1655.5087 -1655.5087 Loop time of 30.9358 on 1 procs for 1000 steps with 2000 atoms Performance: 2.793 ns/day, 8.593 hours/ns, 32.325 timesteps/s 95.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 | 30.808 | 30.808 | 30.808 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025671 | 0.025671 | 0.025671 | 0.0 | 0.08 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.090511 | 0.090511 | 0.090511 | 0.0 | 0.29 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128084.0 ave 128084 max 128084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128084 Ave neighs/atom = 64.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.76911449425, Press = -0.0889981123548001 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 436000 -8416.8409 -8416.8409 -8498.1585 -8498.1585 314.70756 314.70756 23757.053 23757.053 -1655.5087 -1655.5087 437000 -8410.1865 -8410.1865 -8493.054 -8493.054 320.70568 320.70568 23777.524 23777.524 -2058.6225 -2058.6225 Loop time of 31.4328 on 1 procs for 1000 steps with 2000 atoms Performance: 2.749 ns/day, 8.731 hours/ns, 31.814 timesteps/s 93.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 | 31.302 | 31.302 | 31.302 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025846 | 0.025846 | 0.025846 | 0.0 | 0.08 Output | 2.72e-05 | 2.72e-05 | 2.72e-05 | 0.0 | 0.00 Modify | 0.09321 | 0.09321 | 0.09321 | 0.0 | 0.30 Other | | 0.01129 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128086.0 ave 128086 max 128086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128086 Ave neighs/atom = 64.043000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.776176919972, Press = 0.0197420808992547 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 437000 -8410.1865 -8410.1865 -8493.054 -8493.054 320.70568 320.70568 23777.524 23777.524 -2058.6225 -2058.6225 438000 -8415.6181 -8415.6181 -8493.5892 -8493.5892 301.75623 301.75623 23761.494 23761.494 -1227.7242 -1227.7242 Loop time of 30.4733 on 1 procs for 1000 steps with 2000 atoms Performance: 2.835 ns/day, 8.465 hours/ns, 32.816 timesteps/s 95.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 | 30.327 | 30.327 | 30.327 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025829 | 0.025829 | 0.025829 | 0.0 | 0.08 Output | 2.77e-05 | 2.77e-05 | 2.77e-05 | 0.0 | 0.00 Modify | 0.10866 | 0.10866 | 0.10866 | 0.0 | 0.36 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.779517221583, Press = 0.136783512851366 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 438000 -8415.6181 -8415.6181 -8493.5892 -8493.5892 301.75623 301.75623 23761.494 23761.494 -1227.7242 -1227.7242 439000 -8417.8658 -8417.8658 -8498.0363 -8498.0363 310.2681 310.2681 23740.1 23740.1 -496.82011 -496.82011 Loop time of 30.7416 on 1 procs for 1000 steps with 2000 atoms Performance: 2.811 ns/day, 8.539 hours/ns, 32.529 timesteps/s 94.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 | 30.594 | 30.594 | 30.594 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026404 | 0.026404 | 0.026404 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.10979 | 0.10979 | 0.10979 | 0.0 | 0.36 Other | | 0.01119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.782655765859, Press = 0.167736948269314 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 439000 -8417.8658 -8417.8658 -8498.0363 -8498.0363 310.2681 310.2681 23740.1 23740.1 -496.82011 -496.82011 440000 -8414.6973 -8414.6973 -8495.6371 -8495.6371 313.24548 313.24548 23721.494 23721.494 1356.6717 1356.6717 Loop time of 30.3426 on 1 procs for 1000 steps with 2000 atoms Performance: 2.847 ns/day, 8.428 hours/ns, 32.957 timesteps/s 96.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 | 30.216 | 30.216 | 30.216 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025841 | 0.025841 | 0.025841 | 0.0 | 0.09 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.089882 | 0.089882 | 0.089882 | 0.0 | 0.30 Other | | 0.01122 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.774366151724, Press = 0.203233942954479 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 440000 -8414.6973 -8414.6973 -8495.6371 -8495.6371 313.24548 313.24548 23721.494 23721.494 1356.6717 1356.6717 441000 -8417.3706 -8417.3706 -8496.517 -8496.517 306.30474 306.30474 23673.878 23673.878 4541.8609 4541.8609 Loop time of 31.7791 on 1 procs for 1000 steps with 2000 atoms Performance: 2.719 ns/day, 8.828 hours/ns, 31.467 timesteps/s 92.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 | 31.631 | 31.631 | 31.631 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026049 | 0.026049 | 0.026049 | 0.0 | 0.08 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.11123 | 0.11123 | 0.11123 | 0.0 | 0.35 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.773633730805, Press = 0.157936051259147 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 441000 -8417.3706 -8417.3706 -8496.517 -8496.517 306.30474 306.30474 23673.878 23673.878 4541.8609 4541.8609 442000 -8413.2356 -8413.2356 -8495.4927 -8495.4927 318.3434 318.3434 23702.454 23702.454 2720.1122 2720.1122 Loop time of 30.8147 on 1 procs for 1000 steps with 2000 atoms Performance: 2.804 ns/day, 8.560 hours/ns, 32.452 timesteps/s 94.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 | 30.688 | 30.688 | 30.688 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025748 | 0.025748 | 0.025748 | 0.0 | 0.08 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.089441 | 0.089441 | 0.089441 | 0.0 | 0.29 Other | | 0.01133 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.779415149328, Press = -0.00370025403045232 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 442000 -8413.2356 -8413.2356 -8495.4927 -8495.4927 318.3434 318.3434 23702.454 23702.454 2720.1122 2720.1122 443000 -8415.9629 -8415.9629 -8497.5332 -8497.5332 315.68519 315.68519 23725.321 23725.321 822.1266 822.1266 Loop time of 31.1501 on 1 procs for 1000 steps with 2000 atoms Performance: 2.774 ns/day, 8.653 hours/ns, 32.103 timesteps/s 93.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 | 31.023 | 31.023 | 31.023 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025767 | 0.025767 | 0.025767 | 0.0 | 0.08 Output | 3.32e-05 | 3.32e-05 | 3.32e-05 | 0.0 | 0.00 Modify | 0.090339 | 0.090339 | 0.090339 | 0.0 | 0.29 Other | | 0.01124 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.782817031309, Press = -0.0255660390311633 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 443000 -8415.9629 -8415.9629 -8497.5332 -8497.5332 315.68519 315.68519 23725.321 23725.321 822.1266 822.1266 444000 -8413.9685 -8413.9685 -8495.1137 -8495.1137 314.04028 314.04028 23743.149 23743.149 -111.45483 -111.45483 Loop time of 31.6836 on 1 procs for 1000 steps with 2000 atoms Performance: 2.727 ns/day, 8.801 hours/ns, 31.562 timesteps/s 92.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 | 31.536 | 31.536 | 31.536 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025748 | 0.025748 | 0.025748 | 0.0 | 0.08 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.11018 | 0.11018 | 0.11018 | 0.0 | 0.35 Other | | 0.01124 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785707381127, Press = -0.0429881639179805 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 444000 -8413.9685 -8413.9685 -8495.1137 -8495.1137 314.04028 314.04028 23743.149 23743.149 -111.45483 -111.45483 445000 -8415.8977 -8415.8977 -8498.4083 -8498.4083 319.3244 319.3244 23760.55 23760.55 -1939.5033 -1939.5033 Loop time of 31.0431 on 1 procs for 1000 steps with 2000 atoms Performance: 2.783 ns/day, 8.623 hours/ns, 32.213 timesteps/s 93.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 | 30.896 | 30.896 | 30.896 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025711 | 0.025711 | 0.025711 | 0.0 | 0.08 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.10983 | 0.10983 | 0.10983 | 0.0 | 0.35 Other | | 0.01128 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785455561914, Press = -0.0255992353337573 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 445000 -8415.8977 -8415.8977 -8498.4083 -8498.4083 319.3244 319.3244 23760.55 23760.55 -1939.5033 -1939.5033 446000 -8410.8455 -8410.8455 -8491.8368 -8491.8368 313.44463 313.44463 23781.436 23781.436 -2258.7998 -2258.7998 Loop time of 31.3584 on 1 procs for 1000 steps with 2000 atoms Performance: 2.755 ns/day, 8.711 hours/ns, 31.889 timesteps/s 93.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 | 31.231 | 31.231 | 31.231 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025835 | 0.025835 | 0.025835 | 0.0 | 0.08 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090408 | 0.090408 | 0.090408 | 0.0 | 0.29 Other | | 0.01125 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.791793347879, Press = 0.0112265308810991 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 446000 -8410.8455 -8410.8455 -8491.8368 -8491.8368 313.44463 313.44463 23781.436 23781.436 -2258.7998 -2258.7998 447000 -8413.8478 -8413.8478 -8496.441 -8496.441 319.64414 319.64414 23789.394 23789.394 -3579.9671 -3579.9671 Loop time of 30.263 on 1 procs for 1000 steps with 2000 atoms Performance: 2.855 ns/day, 8.406 hours/ns, 33.044 timesteps/s 97.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 | 30.126 | 30.126 | 30.126 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025855 | 0.025855 | 0.025855 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.091066 | 0.091066 | 0.091066 | 0.0 | 0.30 Other | | 0.01985 | | | 0.07 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.794404468245, Press = 0.125351207204303 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 447000 -8413.8478 -8413.8478 -8496.441 -8496.441 319.64414 319.64414 23789.394 23789.394 -3579.9671 -3579.9671 448000 -8414.8672 -8414.8672 -8495.0931 -8495.0931 310.48252 310.48252 23783.841 23783.841 -2998.3467 -2998.3467 Loop time of 30.9686 on 1 procs for 1000 steps with 2000 atoms Performance: 2.790 ns/day, 8.602 hours/ns, 32.291 timesteps/s 94.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 | 30.842 | 30.842 | 30.842 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025783 | 0.025783 | 0.025783 | 0.0 | 0.08 Output | 6.74e-05 | 6.74e-05 | 6.74e-05 | 0.0 | 0.00 Modify | 0.090028 | 0.090028 | 0.090028 | 0.0 | 0.29 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.797151372153, Press = 0.273095142621432 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 448000 -8414.8672 -8414.8672 -8495.0931 -8495.0931 310.48252 310.48252 23783.841 23783.841 -2998.3467 -2998.3467 449000 -8415.8107 -8415.8107 -8494.5508 -8494.5508 304.73233 304.73233 23739.389 23739.389 214.40689 214.40689 Loop time of 30.7925 on 1 procs for 1000 steps with 2000 atoms Performance: 2.806 ns/day, 8.553 hours/ns, 32.475 timesteps/s 94.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 | 30.665 | 30.665 | 30.665 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025848 | 0.025848 | 0.025848 | 0.0 | 0.08 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.089951 | 0.089951 | 0.089951 | 0.0 | 0.29 Other | | 0.01133 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796256860143, Press = 0.229278961994059 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 449000 -8415.8107 -8415.8107 -8494.5508 -8494.5508 304.73233 304.73233 23739.389 23739.389 214.40689 214.40689 450000 -8415.116 -8415.116 -8496.0473 -8496.0473 313.21269 313.21269 23730.271 23730.271 570.86012 570.86012 Loop time of 30.4364 on 1 procs for 1000 steps with 2000 atoms Performance: 2.839 ns/day, 8.455 hours/ns, 32.855 timesteps/s 95.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 | 30.303 | 30.303 | 30.303 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025862 | 0.025862 | 0.025862 | 0.0 | 0.08 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.096679 | 0.096679 | 0.096679 | 0.0 | 0.32 Other | | 0.01129 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.79855134135, Press = 0.174509397227772 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 450000 -8415.116 -8415.116 -8496.0473 -8496.0473 313.21269 313.21269 23730.271 23730.271 570.86012 570.86012 451000 -8414.4536 -8414.4536 -8494.1216 -8494.1216 308.32326 308.32326 23724.117 23724.117 1296.0954 1296.0954 Loop time of 32.3864 on 1 procs for 1000 steps with 2000 atoms Performance: 2.668 ns/day, 8.996 hours/ns, 30.877 timesteps/s 90.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 | 32.219 | 32.219 | 32.219 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026145 | 0.026145 | 0.026145 | 0.0 | 0.08 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.12953 | 0.12953 | 0.12953 | 0.0 | 0.40 Other | | 0.01127 | | | 0.03 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.795225732264, Press = 0.148634321255664 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 451000 -8414.4536 -8414.4536 -8494.1216 -8494.1216 308.32326 308.32326 23724.117 23724.117 1296.0954 1296.0954 452000 -8416.3957 -8416.3957 -8495.4993 -8495.4993 306.13913 306.13913 23699.15 23699.15 2846.988 2846.988 Loop time of 31.5236 on 1 procs for 1000 steps with 2000 atoms Performance: 2.741 ns/day, 8.757 hours/ns, 31.722 timesteps/s 93.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 | 31.395 | 31.395 | 31.395 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025866 | 0.025866 | 0.025866 | 0.0 | 0.08 Output | 2.71e-05 | 2.71e-05 | 2.71e-05 | 0.0 | 0.00 Modify | 0.091746 | 0.091746 | 0.091746 | 0.0 | 0.29 Other | | 0.01124 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793997498197, Press = 0.143159349889634 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 452000 -8416.3957 -8416.3957 -8495.4993 -8495.4993 306.13913 306.13913 23699.15 23699.15 2846.988 2846.988 453000 -8415.6749 -8415.6749 -8496.6191 -8496.6191 313.26244 313.26244 23669.25 23669.25 4853.9179 4853.9179 Loop time of 31.4479 on 1 procs for 1000 steps with 2000 atoms Performance: 2.747 ns/day, 8.736 hours/ns, 31.799 timesteps/s 92.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 | 31.32 | 31.32 | 31.32 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02621 | 0.02621 | 0.02621 | 0.0 | 0.08 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.090207 | 0.090207 | 0.090207 | 0.0 | 0.29 Other | | 0.01189 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.797059829975, Press = -0.0300066548894964 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 453000 -8415.6749 -8415.6749 -8496.6191 -8496.6191 313.26244 313.26244 23669.25 23669.25 4853.9179 4853.9179 454000 -8414.2485 -8414.2485 -8496.0657 -8496.0657 316.64079 316.64079 23721.665 23721.665 1318.1466 1318.1466 Loop time of 29.0319 on 1 procs for 1000 steps with 2000 atoms Performance: 2.976 ns/day, 8.064 hours/ns, 34.445 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.905 | 28.905 | 28.905 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025466 | 0.025466 | 0.025466 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.090599 | 0.090599 | 0.090599 | 0.0 | 0.31 Other | | 0.01117 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128124.0 ave 128124 max 128124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128124 Ave neighs/atom = 64.062000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796886130501, Press = -0.0618220949722571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 454000 -8414.2485 -8414.2485 -8496.0657 -8496.0657 316.64079 316.64079 23721.665 23721.665 1318.1466 1318.1466 455000 -8419.4377 -8419.4377 -8497.6897 -8497.6897 302.84302 302.84302 23735.714 23735.714 -111.65905 -111.65905 Loop time of 29.0956 on 1 procs for 1000 steps with 2000 atoms Performance: 2.970 ns/day, 8.082 hours/ns, 34.369 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 | 28.969 | 28.969 | 28.969 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025584 | 0.025584 | 0.025584 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089845 | 0.089845 | 0.089845 | 0.0 | 0.31 Other | | 0.01154 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793857172886, Press = -0.0455900360956412 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 455000 -8419.4377 -8419.4377 -8497.6897 -8497.6897 302.84302 302.84302 23735.714 23735.714 -111.65905 -111.65905 456000 -8412.1301 -8412.1301 -8492.9736 -8492.9736 312.87267 312.87267 23757.467 23757.467 -664.36717 -664.36717 Loop time of 28.886 on 1 procs for 1000 steps with 2000 atoms Performance: 2.991 ns/day, 8.024 hours/ns, 34.619 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 | 28.76 | 28.76 | 28.76 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025601 | 0.025601 | 0.025601 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.08924 | 0.08924 | 0.08924 | 0.0 | 0.31 Other | | 0.01111 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128006.0 ave 128006 max 128006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128006 Ave neighs/atom = 64.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.789207957943, Press = 0.0179911310773123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 456000 -8412.1301 -8412.1301 -8492.9736 -8492.9736 312.87267 312.87267 23757.467 23757.467 -664.36717 -664.36717 457000 -8415.5153 -8415.5153 -8496.7956 -8496.7956 314.56289 314.56289 23760.701 23760.701 -1674.4795 -1674.4795 Loop time of 29.108 on 1 procs for 1000 steps with 2000 atoms Performance: 2.968 ns/day, 8.086 hours/ns, 34.355 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 | 28.981 | 28.981 | 28.981 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025816 | 0.025816 | 0.025816 | 0.0 | 0.09 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.090002 | 0.090002 | 0.090002 | 0.0 | 0.31 Other | | 0.01119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.795088471332, Press = 0.0550411473893743 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 457000 -8415.5153 -8415.5153 -8496.7956 -8496.7956 314.56289 314.56289 23760.701 23760.701 -1674.4795 -1674.4795 458000 -8412.3577 -8412.3577 -8493.7554 -8493.7554 315.01764 315.01764 23777.389 23777.389 -2405.5663 -2405.5663 Loop time of 29.1972 on 1 procs for 1000 steps with 2000 atoms Performance: 2.959 ns/day, 8.110 hours/ns, 34.250 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 | 29.071 | 29.071 | 29.071 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025634 | 0.025634 | 0.025634 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.089775 | 0.089775 | 0.089775 | 0.0 | 0.31 Other | | 0.01118 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.798180981541, Press = 0.150152735183021 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 458000 -8412.3577 -8412.3577 -8493.7554 -8493.7554 315.01764 315.01764 23777.389 23777.389 -2405.5663 -2405.5663 459000 -8417.5662 -8417.5662 -8496.4215 -8496.4215 305.17811 305.17811 23766.103 23766.103 -2039.3476 -2039.3476 Loop time of 29.3493 on 1 procs for 1000 steps with 2000 atoms Performance: 2.944 ns/day, 8.153 hours/ns, 34.072 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 | 29.221 | 29.221 | 29.221 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026719 | 0.026719 | 0.026719 | 0.0 | 0.09 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.090606 | 0.090606 | 0.090606 | 0.0 | 0.31 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796469076031, Press = 0.31705783924445 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 459000 -8417.5662 -8417.5662 -8496.4215 -8496.4215 305.17811 305.17811 23766.103 23766.103 -2039.3476 -2039.3476 460000 -8410.7569 -8410.7569 -8493.2027 -8493.2027 319.07397 319.07397 23742.022 23742.022 462.22789 462.22789 Loop time of 29.1285 on 1 procs for 1000 steps with 2000 atoms Performance: 2.966 ns/day, 8.091 hours/ns, 34.331 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 | 29.001 | 29.001 | 29.001 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02566 | 0.02566 | 0.02566 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.090541 | 0.090541 | 0.090541 | 0.0 | 0.31 Other | | 0.01125 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799351310113, Press = 0.242104367052041 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 460000 -8410.7569 -8410.7569 -8493.2027 -8493.2027 319.07397 319.07397 23742.022 23742.022 462.22789 462.22789 461000 -8416.5705 -8416.5705 -8497.2945 -8497.2945 312.41028 312.41028 23723.202 23723.202 931.21124 931.21124 Loop time of 29.651 on 1 procs for 1000 steps with 2000 atoms Performance: 2.914 ns/day, 8.236 hours/ns, 33.726 timesteps/s 98.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 | 29.522 | 29.522 | 29.522 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026196 | 0.026196 | 0.026196 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.091562 | 0.091562 | 0.091562 | 0.0 | 0.31 Other | | 0.01139 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.805647181161, Press = 0.154005893296256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 461000 -8416.5705 -8416.5705 -8497.2945 -8497.2945 312.41028 312.41028 23723.202 23723.202 931.21124 931.21124 462000 -8415.7111 -8415.7111 -8496.0314 -8496.0314 310.84787 310.84787 23722.199 23722.199 1010.6459 1010.6459 Loop time of 29.0642 on 1 procs for 1000 steps with 2000 atoms Performance: 2.973 ns/day, 8.073 hours/ns, 34.407 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 | 28.937 | 28.937 | 28.937 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02577 | 0.02577 | 0.02577 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.089824 | 0.089824 | 0.089824 | 0.0 | 0.31 Other | | 0.01122 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.80568408591, Press = 0.115243968709959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 462000 -8415.7111 -8415.7111 -8496.0314 -8496.0314 310.84787 310.84787 23722.199 23722.199 1010.6459 1010.6459 463000 -8413.3002 -8413.3002 -8494.5562 -8494.5562 314.46929 314.46929 23701.181 23701.181 2967.3405 2967.3405 Loop time of 29.1166 on 1 procs for 1000 steps with 2000 atoms Performance: 2.967 ns/day, 8.088 hours/ns, 34.345 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 | 28.989 | 28.989 | 28.989 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025765 | 0.025765 | 0.025765 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.090174 | 0.090174 | 0.090174 | 0.0 | 0.31 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800307528386, Press = 0.0999721772773344 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 463000 -8413.3002 -8413.3002 -8494.5562 -8494.5562 314.46929 314.46929 23701.181 23701.181 2967.3405 2967.3405 464000 -8415.4007 -8415.4007 -8495.2455 -8495.2455 309.00791 309.00791 23696.353 23696.353 3197.1694 3197.1694 Loop time of 29.0994 on 1 procs for 1000 steps with 2000 atoms Performance: 2.969 ns/day, 8.083 hours/ns, 34.365 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 | 28.972 | 28.972 | 28.972 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025787 | 0.025787 | 0.025787 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.089958 | 0.089958 | 0.089958 | 0.0 | 0.31 Other | | 0.01126 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.797651958526, Press = -0.0838411940699811 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 464000 -8415.4007 -8415.4007 -8495.2455 -8495.2455 309.00791 309.00791 23696.353 23696.353 3197.1694 3197.1694 465000 -8412.5606 -8412.5606 -8495.2856 -8495.2856 320.15449 320.15449 23744.705 23744.705 -170.72976 -170.72976 Loop time of 29.0785 on 1 procs for 1000 steps with 2000 atoms Performance: 2.971 ns/day, 8.077 hours/ns, 34.390 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 | 28.952 | 28.952 | 28.952 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025754 | 0.025754 | 0.025754 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.089584 | 0.089584 | 0.089584 | 0.0 | 0.31 Other | | 0.01113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.79610065937, Press = -0.0272797283005367 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 465000 -8412.5606 -8412.5606 -8495.2856 -8495.2856 320.15449 320.15449 23744.705 23744.705 -170.72976 -170.72976 466000 -8416.5227 -8416.5227 -8495.3621 -8495.3621 305.1166 305.1166 23748.296 23748.296 -660.40025 -660.40025 Loop time of 28.9734 on 1 procs for 1000 steps with 2000 atoms Performance: 2.982 ns/day, 8.048 hours/ns, 34.514 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 | 28.846 | 28.846 | 28.846 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025763 | 0.025763 | 0.025763 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.089971 | 0.089971 | 0.089971 | 0.0 | 0.31 Other | | 0.01142 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796244325993, Press = 0.0585656289889434 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 466000 -8416.5227 -8416.5227 -8495.3621 -8495.3621 305.1166 305.1166 23748.296 23748.296 -660.40025 -660.40025 467000 -8409.4578 -8409.4578 -8490.7281 -8490.7281 314.52439 314.52439 23767.357 23767.357 -1175.8883 -1175.8883 Loop time of 29.1271 on 1 procs for 1000 steps with 2000 atoms Performance: 2.966 ns/day, 8.091 hours/ns, 34.332 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29 | 29 | 29 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025862 | 0.025862 | 0.025862 | 0.0 | 0.09 Output | 4.41e-05 | 4.41e-05 | 4.41e-05 | 0.0 | 0.00 Modify | 0.090109 | 0.090109 | 0.090109 | 0.0 | 0.31 Other | | 0.01129 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.800695269522, Press = 0.131046437703013 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 467000 -8409.4578 -8409.4578 -8490.7281 -8490.7281 314.52439 314.52439 23767.357 23767.357 -1175.8883 -1175.8883 468000 -8415.1196 -8415.1196 -8495.2523 -8495.2523 310.12167 310.12167 23744.332 23744.332 -456.07123 -456.07123 Loop time of 29.3243 on 1 procs for 1000 steps with 2000 atoms Performance: 2.946 ns/day, 8.146 hours/ns, 34.101 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 | 29.197 | 29.197 | 29.197 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025851 | 0.025851 | 0.025851 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.089844 | 0.089844 | 0.089844 | 0.0 | 0.31 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.805433995994, Press = 0.217587756505986 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 468000 -8415.1196 -8415.1196 -8495.2523 -8495.2523 310.12167 310.12167 23744.332 23744.332 -456.07123 -456.07123 469000 -8413.6542 -8413.6542 -8495.5337 -8495.5337 316.88218 316.88218 23714.557 23714.557 1586.5366 1586.5366 Loop time of 29.1724 on 1 procs for 1000 steps with 2000 atoms Performance: 2.962 ns/day, 8.103 hours/ns, 34.279 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 | 29.046 | 29.046 | 29.046 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025673 | 0.025673 | 0.025673 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.089962 | 0.089962 | 0.089962 | 0.0 | 0.31 Other | | 0.01121 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128008.0 ave 128008 max 128008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128008 Ave neighs/atom = 64.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.810330373752, Press = 0.32464285297955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 469000 -8413.6542 -8413.6542 -8495.5337 -8495.5337 316.88218 316.88218 23714.557 23714.557 1586.5366 1586.5366 470000 -8417.3034 -8417.3034 -8497.266 -8497.266 309.46348 309.46348 23697.305 23697.305 2548.0241 2548.0241 Loop time of 29.3079 on 1 procs for 1000 steps with 2000 atoms Performance: 2.948 ns/day, 8.141 hours/ns, 34.121 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.18 | 29.18 | 29.18 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025954 | 0.025954 | 0.025954 | 0.0 | 0.09 Output | 5.3e-05 | 5.3e-05 | 5.3e-05 | 0.0 | 0.00 Modify | 0.090194 | 0.090194 | 0.090194 | 0.0 | 0.31 Other | | 0.0113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128100.0 ave 128100 max 128100 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128100 Ave neighs/atom = 64.050000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809173792683, Press = 0.205608922090326 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 470000 -8417.3034 -8417.3034 -8497.266 -8497.266 309.46348 309.46348 23697.305 23697.305 2548.0241 2548.0241 471000 -8411.7228 -8411.7228 -8495.7318 -8495.7318 325.12357 325.12357 23719.805 23719.805 1346.4541 1346.4541 Loop time of 29.4828 on 1 procs for 1000 steps with 2000 atoms Performance: 2.931 ns/day, 8.190 hours/ns, 33.918 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 | 29.353 | 29.353 | 29.353 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027902 | 0.027902 | 0.027902 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.090613 | 0.090613 | 0.090613 | 0.0 | 0.31 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81068411599, Press = 0.0867889616419857 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 471000 -8411.7228 -8411.7228 -8495.7318 -8495.7318 325.12357 325.12357 23719.805 23719.805 1346.4541 1346.4541 472000 -8415.0084 -8415.0084 -8494.4881 -8494.4881 307.59485 307.59485 23725.413 23725.413 1024.9552 1024.9552 Loop time of 29.3395 on 1 procs for 1000 steps with 2000 atoms Performance: 2.945 ns/day, 8.150 hours/ns, 34.084 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 | 29.212 | 29.212 | 29.212 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025634 | 0.025634 | 0.025634 | 0.0 | 0.09 Output | 4.07e-05 | 4.07e-05 | 4.07e-05 | 0.0 | 0.00 Modify | 0.090304 | 0.090304 | 0.090304 | 0.0 | 0.31 Other | | 0.01134 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.808852756163, Press = 0.0317211760070613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 472000 -8415.0084 -8415.0084 -8494.4881 -8494.4881 307.59485 307.59485 23725.413 23725.413 1024.9552 1024.9552 473000 -8416.2179 -8416.2179 -8496.9341 -8496.9341 312.37993 312.37993 23739.19 23739.19 -278.91379 -278.91379 Loop time of 29.1377 on 1 procs for 1000 steps with 2000 atoms Performance: 2.965 ns/day, 8.094 hours/ns, 34.320 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 | 29.011 | 29.011 | 29.011 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025694 | 0.025694 | 0.025694 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.089581 | 0.089581 | 0.089581 | 0.0 | 0.31 Other | | 0.01119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128104.0 ave 128104 max 128104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128104 Ave neighs/atom = 64.052000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.803837606091, Press = 0.0895597604286145 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 473000 -8416.2179 -8416.2179 -8496.9341 -8496.9341 312.37993 312.37993 23739.19 23739.19 -278.91379 -278.91379 474000 -8412.6477 -8412.6477 -8495.7623 -8495.7623 321.6621 321.6621 23751.51 23751.51 -764.52358 -764.52358 Loop time of 29.0921 on 1 procs for 1000 steps with 2000 atoms Performance: 2.970 ns/day, 8.081 hours/ns, 34.374 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.964 | 28.964 | 28.964 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026014 | 0.026014 | 0.026014 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.090911 | 0.090911 | 0.090911 | 0.0 | 0.31 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799028310519, Press = 0.0647099479160113 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 474000 -8412.6477 -8412.6477 -8495.7623 -8495.7623 321.6621 321.6621 23751.51 23751.51 -764.52358 -764.52358 475000 -8414.6196 -8414.6196 -8494.0993 -8494.0993 307.59498 307.59498 23742.971 23742.971 -22.498342 -22.498342 Loop time of 29.0425 on 1 procs for 1000 steps with 2000 atoms Performance: 2.975 ns/day, 8.067 hours/ns, 34.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 | 28.915 | 28.915 | 28.915 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026021 | 0.026021 | 0.026021 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.089985 | 0.089985 | 0.089985 | 0.0 | 0.31 Other | | 0.01184 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.798175705696, Press = 0.132162839942326 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 475000 -8414.6196 -8414.6196 -8494.0993 -8494.0993 307.59498 307.59498 23742.971 23742.971 -22.498342 -22.498342 476000 -8413.6398 -8413.6398 -8494.2108 -8494.2108 311.81796 311.81796 23747.44 23747.44 -322.23398 -322.23398 Loop time of 29.247 on 1 procs for 1000 steps with 2000 atoms Performance: 2.954 ns/day, 8.124 hours/ns, 34.192 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 | 29.12 | 29.12 | 29.12 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025676 | 0.025676 | 0.025676 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.090368 | 0.090368 | 0.090368 | 0.0 | 0.31 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.8055522919, Press = 0.099224428104565 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 476000 -8413.6398 -8413.6398 -8494.2108 -8494.2108 311.81796 311.81796 23747.44 23747.44 -322.23398 -322.23398 477000 -8414.4972 -8414.4972 -8494.3992 -8494.3992 309.22916 309.22916 23752.707 23752.707 -603.79044 -603.79044 Loop time of 29.2596 on 1 procs for 1000 steps with 2000 atoms Performance: 2.953 ns/day, 8.128 hours/ns, 34.177 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 | 29.133 | 29.133 | 29.133 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025802 | 0.025802 | 0.025802 | 0.0 | 0.09 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.089847 | 0.089847 | 0.089847 | 0.0 | 0.31 Other | | 0.01132 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128086.0 ave 128086 max 128086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128086 Ave neighs/atom = 64.043000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.806651963997, Press = 0.148587281469412 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 477000 -8414.4972 -8414.4972 -8494.3992 -8494.3992 309.22916 309.22916 23752.707 23752.707 -603.79044 -603.79044 478000 -8419.2662 -8419.2662 -8497.0023 -8497.0023 300.84681 300.84681 23725.642 23725.642 683.22228 683.22228 Loop time of 29.2694 on 1 procs for 1000 steps with 2000 atoms Performance: 2.952 ns/day, 8.130 hours/ns, 34.165 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 | 29.142 | 29.142 | 29.142 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025801 | 0.025801 | 0.025801 | 0.0 | 0.09 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.089998 | 0.089998 | 0.089998 | 0.0 | 0.31 Other | | 0.01117 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.806463438096, Press = 0.190849301855826 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 478000 -8419.2662 -8419.2662 -8497.0023 -8497.0023 300.84681 300.84681 23725.642 23725.642 683.22228 683.22228 479000 -8413.2979 -8413.2979 -8496.6169 -8496.6169 322.45311 322.45311 23701.137 23701.137 2579.2784 2579.2784 Loop time of 29.1503 on 1 procs for 1000 steps with 2000 atoms Performance: 2.964 ns/day, 8.097 hours/ns, 34.305 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 | 29.023 | 29.023 | 29.023 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025834 | 0.025834 | 0.025834 | 0.0 | 0.09 Output | 2.69e-05 | 2.69e-05 | 2.69e-05 | 0.0 | 0.00 Modify | 0.08988 | 0.08988 | 0.08988 | 0.0 | 0.31 Other | | 0.01116 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.802185329015, Press = 0.188301265495237 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 479000 -8413.2979 -8413.2979 -8496.6169 -8496.6169 322.45311 322.45311 23701.137 23701.137 2579.2784 2579.2784 480000 -8412.9693 -8412.9693 -8495.547 -8495.547 319.58448 319.58448 23694.359 23694.359 3186.0369 3186.0369 Loop time of 29.068 on 1 procs for 1000 steps with 2000 atoms Performance: 2.972 ns/day, 8.074 hours/ns, 34.402 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 | 28.941 | 28.941 | 28.941 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025683 | 0.025683 | 0.025683 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.089594 | 0.089594 | 0.089594 | 0.0 | 0.31 Other | | 0.01121 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128110.0 ave 128110 max 128110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128110 Ave neighs/atom = 64.055000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.8036642033, Press = 0.0317613212750048 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 480000 -8412.9693 -8412.9693 -8495.547 -8495.547 319.58448 319.58448 23694.359 23694.359 3186.0369 3186.0369 481000 -8415.05 -8415.05 -8496.6688 -8496.6688 315.87311 315.87311 23721.269 23721.269 1178.3573 1178.3573 Loop time of 29.0037 on 1 procs for 1000 steps with 2000 atoms Performance: 2.979 ns/day, 8.057 hours/ns, 34.478 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.877 | 28.877 | 28.877 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025629 | 0.025629 | 0.025629 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.090023 | 0.090023 | 0.090023 | 0.0 | 0.31 Other | | 0.0111 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128116.0 ave 128116 max 128116 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128116 Ave neighs/atom = 64.058000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.798368949879, Press = -0.00368916111822574 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 481000 -8415.05 -8415.05 -8496.6688 -8496.6688 315.87311 315.87311 23721.269 23721.269 1178.3573 1178.3573 482000 -8416.6903 -8416.6903 -8495.3904 -8495.3904 304.57757 304.57757 23735.814 23735.814 281.98858 281.98858 Loop time of 29.0743 on 1 procs for 1000 steps with 2000 atoms Performance: 2.972 ns/day, 8.076 hours/ns, 34.395 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 | 28.948 | 28.948 | 28.948 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025677 | 0.025677 | 0.025677 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.089476 | 0.089476 | 0.089476 | 0.0 | 0.31 Other | | 0.01124 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.797135725397, Press = 0.0511507701600717 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 482000 -8416.6903 -8416.6903 -8495.3904 -8495.3904 304.57757 304.57757 23735.814 23735.814 281.98858 281.98858 483000 -8412.573 -8412.573 -8495.65 -8495.65 321.51628 321.51628 23745.053 23745.053 -233.9701 -233.9701 Loop time of 28.86 on 1 procs for 1000 steps with 2000 atoms Performance: 2.994 ns/day, 8.017 hours/ns, 34.650 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 | 28.734 | 28.734 | 28.734 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025572 | 0.025572 | 0.025572 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.089601 | 0.089601 | 0.089601 | 0.0 | 0.31 Other | | 0.01121 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793556918671, Press = 0.0396136243883429 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 483000 -8412.573 -8412.573 -8495.65 -8495.65 321.51628 321.51628 23745.053 23745.053 -233.9701 -233.9701 484000 -8415.6951 -8415.6951 -8497.3173 -8497.3173 315.88621 315.88621 23747.331 23747.331 -960.11188 -960.11188 Loop time of 28.9459 on 1 procs for 1000 steps with 2000 atoms Performance: 2.985 ns/day, 8.041 hours/ns, 34.547 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.82 | 28.82 | 28.82 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025379 | 0.025379 | 0.025379 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.089428 | 0.089428 | 0.089428 | 0.0 | 0.31 Other | | 0.01113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793832312925, Press = 0.0793444155902397 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 484000 -8415.6951 -8415.6951 -8497.3173 -8497.3173 315.88621 315.88621 23747.331 23747.331 -960.11188 -960.11188 485000 -8414.8144 -8414.8144 -8495.7066 -8495.7066 313.06117 313.06117 23741.45 23741.45 -106.69513 -106.69513 Loop time of 29.2682 on 1 procs for 1000 steps with 2000 atoms Performance: 2.952 ns/day, 8.130 hours/ns, 34.167 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 | 29.141 | 29.141 | 29.141 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025586 | 0.025586 | 0.025586 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.089942 | 0.089942 | 0.089942 | 0.0 | 0.31 Other | | 0.01116 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128084.0 ave 128084 max 128084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128084 Ave neighs/atom = 64.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.794064884593, Press = 0.117535629909 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 485000 -8414.8144 -8414.8144 -8495.7066 -8495.7066 313.06117 313.06117 23741.45 23741.45 -106.69513 -106.69513 486000 -8417.5997 -8417.5997 -8496.4978 -8496.4978 305.34392 305.34392 23728.871 23728.871 467.12515 467.12515 Loop time of 28.8614 on 1 procs for 1000 steps with 2000 atoms Performance: 2.994 ns/day, 8.017 hours/ns, 34.648 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.735 | 28.735 | 28.735 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025576 | 0.025576 | 0.025576 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.089413 | 0.089413 | 0.089413 | 0.0 | 0.31 Other | | 0.01112 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.788071194333, Press = 0.0978922149863963 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 486000 -8417.5997 -8417.5997 -8496.4978 -8496.4978 305.34392 305.34392 23728.871 23728.871 467.12515 467.12515 487000 -8412.9907 -8412.9907 -8492.8245 -8492.8245 308.96481 308.96481 23729.995 23729.995 1106.8142 1106.8142 Loop time of 28.3066 on 1 procs for 1000 steps with 2000 atoms Performance: 3.052 ns/day, 7.863 hours/ns, 35.327 timesteps/s 98.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 | 28.183 | 28.183 | 28.183 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025248 | 0.025248 | 0.025248 | 0.0 | 0.09 Output | 5.82e-05 | 5.82e-05 | 5.82e-05 | 0.0 | 0.00 Modify | 0.087889 | 0.087889 | 0.087889 | 0.0 | 0.31 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.78658629066, Press = 0.0583231706875237 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 487000 -8412.9907 -8412.9907 -8492.8245 -8492.8245 308.96481 308.96481 23729.995 23729.995 1106.8142 1106.8142 488000 -8418.2148 -8418.2148 -8496.7096 -8496.7096 303.78268 303.78268 23717.75 23717.75 1246.8558 1246.8558 Loop time of 28.5645 on 1 procs for 1000 steps with 2000 atoms Performance: 3.025 ns/day, 7.935 hours/ns, 35.009 timesteps/s 98.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 | 28.441 | 28.441 | 28.441 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025052 | 0.025052 | 0.025052 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.087896 | 0.087896 | 0.087896 | 0.0 | 0.31 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.782828612087, Press = -0.00191247817276159 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 488000 -8418.2148 -8418.2148 -8496.7096 -8496.7096 303.78268 303.78268 23717.75 23717.75 1246.8558 1246.8558 489000 -8413.1902 -8413.1902 -8494.8834 -8494.8834 316.16142 316.16142 23734.677 23734.677 628.05731 628.05731 Loop time of 27.6634 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.684 hours/ns, 36.149 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 | 27.529 | 27.529 | 27.529 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024881 | 0.024881 | 0.024881 | 0.0 | 0.09 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.098483 | 0.098483 | 0.098483 | 0.0 | 0.36 Other | | 0.01073 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.778584017269, Press = -0.0294192497580795 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 489000 -8413.1902 -8413.1902 -8494.8834 -8494.8834 316.16142 316.16142 23734.677 23734.677 628.05731 628.05731 490000 -8413.6145 -8413.6145 -8494.3671 -8494.3671 312.52107 312.52107 23754.476 23754.476 -756.42193 -756.42193 Loop time of 27.8885 on 1 procs for 1000 steps with 2000 atoms Performance: 3.098 ns/day, 7.747 hours/ns, 35.857 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 | 27.764 | 27.764 | 27.764 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025345 | 0.025345 | 0.025345 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088564 | 0.088564 | 0.088564 | 0.0 | 0.32 Other | | 0.01097 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.778367488889, Press = -0.0847936553476211 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 490000 -8413.6145 -8413.6145 -8494.3671 -8494.3671 312.52107 312.52107 23754.476 23754.476 -756.42193 -756.42193 491000 -8415.1461 -8415.1461 -8494.8381 -8494.8381 308.41639 308.41639 23774.028 23774.028 -2276.2997 -2276.2997 Loop time of 28.2683 on 1 procs for 1000 steps with 2000 atoms Performance: 3.056 ns/day, 7.852 hours/ns, 35.375 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 | 28.144 | 28.144 | 28.144 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025142 | 0.025142 | 0.025142 | 0.0 | 0.09 Output | 2.58e-05 | 2.58e-05 | 2.58e-05 | 0.0 | 0.00 Modify | 0.088546 | 0.088546 | 0.088546 | 0.0 | 0.31 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128012.0 ave 128012 max 128012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128012 Ave neighs/atom = 64.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.777617117182, Press = -0.0647374482227374 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 491000 -8415.1461 -8415.1461 -8494.8381 -8494.8381 308.41639 308.41639 23774.028 23774.028 -2276.2997 -2276.2997 492000 -8411.9946 -8411.9946 -8495.2145 -8495.2145 322.06977 322.06977 23783.995 23783.995 -2949.8513 -2949.8513 Loop time of 28.0151 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.782 hours/ns, 35.695 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 | 27.891 | 27.891 | 27.891 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025193 | 0.025193 | 0.025193 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.088143 | 0.088143 | 0.088143 | 0.0 | 0.31 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.780366505198, Press = 0.0683375378064463 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 492000 -8411.9946 -8411.9946 -8495.2145 -8495.2145 322.06977 322.06977 23783.995 23783.995 -2949.8513 -2949.8513 493000 -8415.2604 -8415.2604 -8496.1807 -8496.1807 313.16981 313.16981 23748.499 23748.499 -702.60984 -702.60984 Loop time of 27.9833 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.773 hours/ns, 35.736 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 | 27.858 | 27.858 | 27.858 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025059 | 0.025059 | 0.025059 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088963 | 0.088963 | 0.088963 | 0.0 | 0.32 Other | | 0.01112 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.783199055482, Press = 0.0998933371991719 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 493000 -8415.2604 -8415.2604 -8496.1807 -8496.1807 313.16981 313.16981 23748.499 23748.499 -702.60984 -702.60984 494000 -8409.8562 -8409.8562 -8492.4674 -8492.4674 319.71406 319.71406 23751.015 23751.015 -93.969921 -93.969921 Loop time of 27.8194 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.728 hours/ns, 35.946 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 | 27.693 | 27.693 | 27.693 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02672 | 0.02672 | 0.02672 | 0.0 | 0.10 Output | 4.03e-05 | 4.03e-05 | 4.03e-05 | 0.0 | 0.00 Modify | 0.088495 | 0.088495 | 0.088495 | 0.0 | 0.32 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.788586888895, Press = 0.0793564865685624 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 494000 -8409.8562 -8409.8562 -8492.4674 -8492.4674 319.71406 319.71406 23751.015 23751.015 -93.969921 -93.969921 495000 -8414.7162 -8414.7162 -8495.6078 -8495.6078 313.05885 313.05885 23745.031 23745.031 -340.59488 -340.59488 Loop time of 27.96 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.767 hours/ns, 35.765 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 | 27.835 | 27.835 | 27.835 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025085 | 0.025085 | 0.025085 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.088707 | 0.088707 | 0.088707 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.792613116224, Press = 0.0401927466795656 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 495000 -8414.7162 -8414.7162 -8495.6078 -8495.6078 313.05885 313.05885 23745.031 23745.031 -340.59488 -340.59488 496000 -8416.1154 -8416.1154 -8495.1678 -8495.1678 305.94076 305.94076 23758.986 23758.986 -1410.3007 -1410.3007 Loop time of 27.8967 on 1 procs for 1000 steps with 2000 atoms Performance: 3.097 ns/day, 7.749 hours/ns, 35.846 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 | 27.772 | 27.772 | 27.772 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025067 | 0.025067 | 0.025067 | 0.0 | 0.09 Output | 5.96e-05 | 5.96e-05 | 5.96e-05 | 0.0 | 0.00 Modify | 0.088296 | 0.088296 | 0.088296 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.793414056999, Press = 0.0947887941193778 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 496000 -8416.1154 -8416.1154 -8495.1678 -8495.1678 305.94076 305.94076 23758.986 23758.986 -1410.3007 -1410.3007 497000 -8417.9922 -8417.9922 -8497.5127 -8497.5127 307.75249 307.75249 23753.231 23753.231 -1356.8127 -1356.8127 Loop time of 27.6987 on 1 procs for 1000 steps with 2000 atoms Performance: 3.119 ns/day, 7.694 hours/ns, 36.103 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.575 | 27.575 | 27.575 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0252 | 0.0252 | 0.0252 | 0.0 | 0.09 Output | 2.18e-05 | 2.18e-05 | 2.18e-05 | 0.0 | 0.00 Modify | 0.087664 | 0.087664 | 0.087664 | 0.0 | 0.32 Other | | 0.01097 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.795717672925, Press = 0.164191448872771 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 497000 -8417.9922 -8417.9922 -8497.5127 -8497.5127 307.75249 307.75249 23753.231 23753.231 -1356.8127 -1356.8127 498000 -8414.2001 -8414.2001 -8494.5116 -8494.5116 310.81382 310.81382 23733.101 23733.101 687.82026 687.82026 Loop time of 28.2344 on 1 procs for 1000 steps with 2000 atoms Performance: 3.060 ns/day, 7.843 hours/ns, 35.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 | 28.11 | 28.11 | 28.11 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025163 | 0.025163 | 0.025163 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.08838 | 0.08838 | 0.08838 | 0.0 | 0.31 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128018.0 ave 128018 max 128018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128018 Ave neighs/atom = 64.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.792187184034, Press = 0.212681802879009 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 498000 -8414.2001 -8414.2001 -8494.5116 -8494.5116 310.81382 310.81382 23733.101 23733.101 687.82026 687.82026 499000 -8416.5244 -8416.5244 -8495.9371 -8495.9371 307.33556 307.33556 23702.172 23702.172 2587.4299 2587.4299 Loop time of 27.9771 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.771 hours/ns, 35.743 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 | 27.853 | 27.853 | 27.853 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025137 | 0.025137 | 0.025137 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088263 | 0.088263 | 0.088263 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.789010188468, Press = 0.165039315361303 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 499000 -8416.5244 -8416.5244 -8495.9371 -8495.9371 307.33556 307.33556 23702.172 23702.172 2587.4299 2587.4299 500000 -8412.708 -8412.708 -8495.5934 -8495.5934 320.77509 320.77509 23730.099 23730.099 866.07516 866.07516 Loop time of 27.8434 on 1 procs for 1000 steps with 2000 atoms Performance: 3.103 ns/day, 7.734 hours/ns, 35.915 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 | 27.72 | 27.72 | 27.72 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02504 | 0.02504 | 0.02504 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.08787 | 0.08787 | 0.08787 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.788533019252, Press = 0.0497401570668072 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 500000 -8412.708 -8412.708 -8495.5934 -8495.5934 320.77509 320.77509 23730.099 23730.099 866.07516 866.07516 501000 -8414.6083 -8414.6083 -8493.8186 -8493.8186 306.55226 306.55226 23730.371 23730.371 964.58679 964.58679 Loop time of 28.0755 on 1 procs for 1000 steps with 2000 atoms Performance: 3.077 ns/day, 7.799 hours/ns, 35.618 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 | 27.951 | 27.951 | 27.951 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025242 | 0.025242 | 0.025242 | 0.0 | 0.09 Output | 2.15e-05 | 2.15e-05 | 2.15e-05 | 0.0 | 0.00 Modify | 0.088373 | 0.088373 | 0.088373 | 0.0 | 0.31 Other | | 0.01097 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.791141010014, Press = 0.0395777425079679 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 501000 -8414.6083 -8414.6083 -8493.8186 -8493.8186 306.55226 306.55226 23730.371 23730.371 964.58679 964.58679 502000 -8415.3726 -8415.3726 -8495.8533 -8495.8533 311.46861 311.46861 23741.856 23741.856 -129.16815 -129.16815 Loop time of 27.7719 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.714 hours/ns, 36.008 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 | 27.648 | 27.648 | 27.648 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024951 | 0.024951 | 0.024951 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.087844 | 0.087844 | 0.087844 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.797127212797, Press = 0.0193411338926584 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 502000 -8415.3726 -8415.3726 -8495.8533 -8495.8533 311.46861 311.46861 23741.856 23741.856 -129.16815 -129.16815 503000 -8410.6531 -8410.6531 -8494.0159 -8494.0159 322.6227 322.6227 23765.837 23765.837 -1436.6216 -1436.6216 Loop time of 27.937 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.760 hours/ns, 35.795 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 | 27.813 | 27.813 | 27.813 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025069 | 0.025069 | 0.025069 | 0.0 | 0.09 Output | 2.25e-05 | 2.25e-05 | 2.25e-05 | 0.0 | 0.00 Modify | 0.087946 | 0.087946 | 0.087946 | 0.0 | 0.31 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799368734165, Press = 0.0168199707734056 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 503000 -8410.6531 -8410.6531 -8494.0159 -8494.0159 322.6227 322.6227 23765.837 23765.837 -1436.6216 -1436.6216 504000 -8416.8379 -8416.8379 -8496.4456 -8496.4456 308.09039 308.09039 23784.407 23784.407 -3335.7708 -3335.7708 Loop time of 28.0589 on 1 procs for 1000 steps with 2000 atoms Performance: 3.079 ns/day, 7.794 hours/ns, 35.639 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 | 27.935 | 27.935 | 27.935 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024884 | 0.024884 | 0.024884 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.087971 | 0.087971 | 0.087971 | 0.0 | 0.31 Other | | 0.01078 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128102.0 ave 128102 max 128102 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128102 Ave neighs/atom = 64.051000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.803452719374, Press = 0.0897675582254158 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 504000 -8416.8379 -8416.8379 -8496.4456 -8496.4456 308.09039 308.09039 23784.407 23784.407 -3335.7708 -3335.7708 505000 -8411.584 -8411.584 -8492.4569 -8492.4569 312.98641 312.98641 23776.381 23776.381 -2045.9649 -2045.9649 Loop time of 27.7981 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.722 hours/ns, 35.974 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 | 27.675 | 27.675 | 27.675 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02499 | 0.02499 | 0.02499 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.087684 | 0.087684 | 0.087684 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.804660743316, Press = 0.15965717391109 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 505000 -8411.584 -8411.584 -8492.4569 -8492.4569 312.98641 312.98641 23776.381 23776.381 -2045.9649 -2045.9649 506000 -8417.0781 -8417.0781 -8496.9822 -8496.9822 309.23724 309.23724 23743.613 23743.613 -533.04102 -533.04102 Loop time of 27.9365 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.760 hours/ns, 35.795 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 | 27.813 | 27.813 | 27.813 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025021 | 0.025021 | 0.025021 | 0.0 | 0.09 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.08806 | 0.08806 | 0.08806 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.806962401591, Press = 0.178076455167961 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 506000 -8417.0781 -8417.0781 -8496.9822 -8496.9822 309.23724 309.23724 23743.613 23743.613 -533.04102 -533.04102 507000 -8414.9495 -8414.9495 -8494.126 -8494.126 306.42122 306.42122 23726.114 23726.114 1237.5298 1237.5298 Loop time of 27.9568 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.766 hours/ns, 35.769 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 | 27.832 | 27.832 | 27.832 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025218 | 0.025218 | 0.025218 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.088238 | 0.088238 | 0.088238 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.80519091537, Press = 0.143677154176463 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 507000 -8414.9495 -8414.9495 -8494.126 -8494.126 306.42122 306.42122 23726.114 23726.114 1237.5298 1237.5298 508000 -8414.7474 -8414.7474 -8495.3317 -8495.3317 311.86956 311.86956 23724.103 23724.103 974.93182 974.93182 Loop time of 27.6375 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.677 hours/ns, 36.183 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.514 | 27.514 | 27.514 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024967 | 0.024967 | 0.024967 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.087585 | 0.087585 | 0.087585 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.803018810001, Press = 0.066286910588345 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 508000 -8414.7474 -8414.7474 -8495.3317 -8495.3317 311.86956 311.86956 23724.103 23724.103 974.93182 974.93182 509000 -8411.7163 -8411.7163 -8495.5842 -8495.5842 324.57755 324.57755 23737.943 23737.943 227.14073 227.14073 Loop time of 28.0136 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.782 hours/ns, 35.697 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 | 27.886 | 27.886 | 27.886 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025157 | 0.025157 | 0.025157 | 0.0 | 0.09 Output | 3.84e-05 | 3.84e-05 | 3.84e-05 | 0.0 | 0.00 Modify | 0.088711 | 0.088711 | 0.088711 | 0.0 | 0.32 Other | | 0.01383 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.801809619128, Press = 0.0247780732655971 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 509000 -8411.7163 -8411.7163 -8495.5842 -8495.5842 324.57755 324.57755 23737.943 23737.943 227.14073 227.14073 510000 -8415.3943 -8415.3943 -8497.9176 -8497.9176 319.37376 319.37376 23737.642 23737.642 -127.08398 -127.08398 Loop time of 28.1345 on 1 procs for 1000 steps with 2000 atoms Performance: 3.071 ns/day, 7.815 hours/ns, 35.544 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.01 | 28.01 | 28.01 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025365 | 0.025365 | 0.025365 | 0.0 | 0.09 Output | 5.58e-05 | 5.58e-05 | 5.58e-05 | 0.0 | 0.00 Modify | 0.088241 | 0.088241 | 0.088241 | 0.0 | 0.31 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.805115617895, Press = 0.0200788043376305 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 510000 -8415.3943 -8415.3943 -8497.9176 -8497.9176 319.37376 319.37376 23737.642 23737.642 -127.08398 -127.08398 511000 -8414.0102 -8414.0102 -8494.8133 -8494.8133 312.71623 312.71623 23739.574 23739.574 203.33702 203.33702 Loop time of 28.8845 on 1 procs for 1000 steps with 2000 atoms Performance: 2.991 ns/day, 8.023 hours/ns, 34.621 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 | 28.757 | 28.757 | 28.757 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02568 | 0.02568 | 0.02568 | 0.0 | 0.09 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.090413 | 0.090413 | 0.090413 | 0.0 | 0.31 Other | | 0.01115 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809304888729, Press = 0.0272294019441725 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 511000 -8414.0102 -8414.0102 -8494.8133 -8494.8133 312.71623 312.71623 23739.574 23739.574 203.33702 203.33702 512000 -8417.9141 -8417.9141 -8498.0017 -8498.0017 309.94761 309.94761 23733.827 23733.827 -28.708892 -28.708892 Loop time of 28.2046 on 1 procs for 1000 steps with 2000 atoms Performance: 3.063 ns/day, 7.835 hours/ns, 35.455 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.08 | 28.08 | 28.08 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025155 | 0.025155 | 0.025155 | 0.0 | 0.09 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.088187 | 0.088187 | 0.088187 | 0.0 | 0.31 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.812366602662, Press = 0.0201889745413392 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 512000 -8417.9141 -8417.9141 -8498.0017 -8498.0017 309.94761 309.94761 23733.827 23733.827 -28.708892 -28.708892 513000 -8413.8021 -8413.8021 -8495.7634 -8495.7634 317.19893 317.19893 23755.559 23755.559 -1155.7995 -1155.7995 Loop time of 27.8594 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.739 hours/ns, 35.895 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.736 | 27.736 | 27.736 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024707 | 0.024707 | 0.024707 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.087854 | 0.087854 | 0.087854 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.809209735607, Press = -0.0675182888893013 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 513000 -8413.8021 -8413.8021 -8495.7634 -8495.7634 317.19893 317.19893 23755.559 23755.559 -1155.7995 -1155.7995 514000 -8415.8499 -8415.8499 -8497.1938 -8497.1938 314.80955 314.80955 23771.102 23771.102 -2459.3137 -2459.3137 Loop time of 27.6062 on 1 procs for 1000 steps with 2000 atoms Performance: 3.130 ns/day, 7.668 hours/ns, 36.224 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.483 | 27.483 | 27.483 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024884 | 0.024884 | 0.024884 | 0.0 | 0.09 Output | 3.49e-05 | 3.49e-05 | 3.49e-05 | 0.0 | 0.00 Modify | 0.087696 | 0.087696 | 0.087696 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.811512008404, Press = -0.0160981225379399 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 514000 -8415.8499 -8415.8499 -8497.1938 -8497.1938 314.80955 314.80955 23771.102 23771.102 -2459.3137 -2459.3137 515000 -8413.666 -8413.666 -8494.3718 -8494.3718 312.33982 312.33982 23782.277 23782.277 -2700.5611 -2700.5611 Loop time of 28.0301 on 1 procs for 1000 steps with 2000 atoms Performance: 3.082 ns/day, 7.786 hours/ns, 35.676 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.906 | 27.906 | 27.906 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02518 | 0.02518 | 0.02518 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088175 | 0.088175 | 0.088175 | 0.0 | 0.31 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.813492846011, Press = 0.0726874849668078 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 515000 -8413.666 -8413.666 -8494.3718 -8494.3718 312.33982 312.33982 23782.277 23782.277 -2700.5611 -2700.5611 516000 -8411.7497 -8411.7497 -8490.9054 -8490.9054 306.34048 306.34048 23763.699 23763.699 -864.574 -864.574 Loop time of 27.8246 on 1 procs for 1000 steps with 2000 atoms Performance: 3.105 ns/day, 7.729 hours/ns, 35.939 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.7 | 27.7 | 27.7 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025293 | 0.025293 | 0.025293 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.087846 | 0.087846 | 0.087846 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127996.0 ave 127996 max 127996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127996 Ave neighs/atom = 63.998000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.815749550984, Press = 0.201303515004747 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 516000 -8411.7497 -8411.7497 -8490.9054 -8490.9054 306.34048 306.34048 23763.699 23763.699 -864.574 -864.574 517000 -8416.648 -8416.648 -8496.1678 -8496.1678 307.74983 307.74983 23724.118 23724.118 923.60543 923.60543 Loop time of 27.7881 on 1 procs for 1000 steps with 2000 atoms Performance: 3.109 ns/day, 7.719 hours/ns, 35.987 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 | 27.664 | 27.664 | 27.664 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025286 | 0.025286 | 0.025286 | 0.0 | 0.09 Output | 2.88e-05 | 2.88e-05 | 2.88e-05 | 0.0 | 0.00 Modify | 0.087516 | 0.087516 | 0.087516 | 0.0 | 0.31 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821237712175, Press = 0.149255508744408 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 517000 -8416.648 -8416.648 -8496.1678 -8496.1678 307.74983 307.74983 23724.118 23724.118 923.60543 923.60543 518000 -8414.1799 -8414.1799 -8495.4183 -8495.4183 314.4011 314.4011 23730.315 23730.315 689.76717 689.76717 Loop time of 27.7632 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.712 hours/ns, 36.019 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.64 | 27.64 | 27.64 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024956 | 0.024956 | 0.024956 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.08758 | 0.08758 | 0.08758 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.820129653903, Press = 0.0609312630001202 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 518000 -8414.1799 -8414.1799 -8495.4183 -8495.4183 314.4011 314.4011 23730.315 23730.315 689.76717 689.76717 519000 -8417.512 -8417.512 -8497.1961 -8497.1961 308.38579 308.38579 23734.936 23734.936 -77.473725 -77.473725 Loop time of 27.9266 on 1 procs for 1000 steps with 2000 atoms Performance: 3.094 ns/day, 7.757 hours/ns, 35.808 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 | 27.803 | 27.803 | 27.803 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024931 | 0.024931 | 0.024931 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.088123 | 0.088123 | 0.088123 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.814935524767, Press = 0.0115136757856309 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 519000 -8417.512 -8417.512 -8497.1961 -8497.1961 308.38579 308.38579 23734.936 23734.936 -77.473725 -77.473725 520000 -8413.8003 -8413.8003 -8494.554 -8494.554 312.52536 312.52536 23745.057 23745.057 -184.71371 -184.71371 Loop time of 27.9771 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.771 hours/ns, 35.743 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 | 27.853 | 27.853 | 27.853 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025042 | 0.025042 | 0.025042 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.087902 | 0.087902 | 0.087902 | 0.0 | 0.31 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81220415211, Press = 0.0225142403916181 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 520000 -8413.8003 -8413.8003 -8494.554 -8494.554 312.52536 312.52536 23745.057 23745.057 -184.71371 -184.71371 521000 -8416.5074 -8416.5074 -8496.529 -8496.529 309.6918 309.6918 23746.198 23746.198 -525.016 -525.016 Loop time of 27.7656 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.713 hours/ns, 36.016 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.642 | 27.642 | 27.642 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024976 | 0.024976 | 0.024976 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.087724 | 0.087724 | 0.087724 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.80886262379, Press = 0.0879008703510098 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 521000 -8416.5074 -8416.5074 -8496.529 -8496.529 309.6918 309.6918 23746.198 23746.198 -525.016 -525.016 522000 -8416.1709 -8416.1709 -8494.4671 -8494.4671 303.0142 303.0142 23729.692 23729.692 859.50369 859.50369 Loop time of 28.2069 on 1 procs for 1000 steps with 2000 atoms Performance: 3.063 ns/day, 7.835 hours/ns, 35.452 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 | 28.083 | 28.083 | 28.083 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024957 | 0.024957 | 0.024957 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088304 | 0.088304 | 0.088304 | 0.0 | 0.31 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81220407195, Press = 0.113561786837149 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 522000 -8416.1709 -8416.1709 -8494.4671 -8494.4671 303.0142 303.0142 23729.692 23729.692 859.50369 859.50369 523000 -8412.4643 -8412.4643 -8494.4929 -8494.4929 317.45913 317.45913 23712.226 23712.226 2301.0806 2301.0806 Loop time of 28.0162 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.782 hours/ns, 35.694 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 | 27.889 | 27.889 | 27.889 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025003 | 0.025003 | 0.025003 | 0.0 | 0.09 Output | 4.26e-05 | 4.26e-05 | 4.26e-05 | 0.0 | 0.00 Modify | 0.091194 | 0.091194 | 0.091194 | 0.0 | 0.33 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128086.0 ave 128086 max 128086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128086 Ave neighs/atom = 64.043000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.816197319964, Press = 0.129861281877246 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 523000 -8412.4643 -8412.4643 -8494.4929 -8494.4929 317.45913 317.45913 23712.226 23712.226 2301.0806 2301.0806 524000 -8415.794 -8415.794 -8495.141 -8495.141 307.08138 307.08138 23684.334 23684.334 4059.6125 4059.6125 Loop time of 28.1078 on 1 procs for 1000 steps with 2000 atoms Performance: 3.074 ns/day, 7.808 hours/ns, 35.577 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 | 27.983 | 27.983 | 27.983 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025105 | 0.025105 | 0.025105 | 0.0 | 0.09 Output | 2.31e-05 | 2.31e-05 | 2.31e-05 | 0.0 | 0.00 Modify | 0.088365 | 0.088365 | 0.088365 | 0.0 | 0.31 Other | | 0.01104 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.819281296854, Press = 0.0661439010990733 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 524000 -8415.794 -8415.794 -8495.141 -8495.141 307.08138 307.08138 23684.334 23684.334 4059.6125 4059.6125 525000 -8411.8217 -8411.8217 -8493.2923 -8493.2923 315.29976 315.29976 23715.04 23715.04 2207.452 2207.452 Loop time of 28.0153 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.782 hours/ns, 35.695 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 | 27.891 | 27.891 | 27.891 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025248 | 0.025248 | 0.025248 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088106 | 0.088106 | 0.088106 | 0.0 | 0.31 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.821384506752, Press = -0.00304707052688715 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 525000 -8411.8217 -8411.8217 -8493.2923 -8493.2923 315.29976 315.29976 23715.04 23715.04 2207.452 2207.452 526000 -8414.9816 -8414.9816 -8495.2523 -8495.2523 310.656 310.656 23730.743 23730.743 708.2296 708.2296 Loop time of 27.9599 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.767 hours/ns, 35.766 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 | 27.836 | 27.836 | 27.836 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024994 | 0.024994 | 0.024994 | 0.0 | 0.09 Output | 6.23e-05 | 6.23e-05 | 6.23e-05 | 0.0 | 0.00 Modify | 0.088173 | 0.088173 | 0.088173 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.828386887152, Press = -0.0170995563255411 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 526000 -8414.9816 -8414.9816 -8495.2523 -8495.2523 310.656 310.656 23730.743 23730.743 708.2296 708.2296 527000 -8412.7737 -8412.7737 -8495.7113 -8495.7113 320.97702 320.97702 23740.504 23740.504 -6.449313 -6.449313 Loop time of 27.6359 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.677 hours/ns, 36.185 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 | 27.513 | 27.513 | 27.513 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024849 | 0.024849 | 0.024849 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.087205 | 0.087205 | 0.087205 | 0.0 | 0.32 Other | | 0.01069 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.830190132169, Press = -0.0276817534780834 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 527000 -8412.7737 -8412.7737 -8495.7113 -8495.7113 320.97702 320.97702 23740.504 23740.504 -6.449313 -6.449313 528000 -8413.9428 -8413.9428 -8494.8852 -8494.8852 313.25526 313.25526 23746.596 23746.596 -395.94011 -395.94011 Loop time of 28.2823 on 1 procs for 1000 steps with 2000 atoms Performance: 3.055 ns/day, 7.856 hours/ns, 35.358 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.157 | 28.157 | 28.157 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02535 | 0.02535 | 0.02535 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088625 | 0.088625 | 0.088625 | 0.0 | 0.31 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.836827652303, Press = -0.0627160517520342 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 528000 -8413.9428 -8413.9428 -8494.8852 -8494.8852 313.25526 313.25526 23746.596 23746.596 -395.94011 -395.94011 529000 -8413.7086 -8413.7086 -8494.6669 -8494.6669 313.31704 313.31704 23762.998 23762.998 -1513.0979 -1513.0979 Loop time of 28.0251 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.785 hours/ns, 35.682 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 | 27.901 | 27.901 | 27.901 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025203 | 0.025203 | 0.025203 | 0.0 | 0.09 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.088071 | 0.088071 | 0.088071 | 0.0 | 0.31 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.838802548753, Press = -0.0575846986222842 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 529000 -8413.7086 -8413.7086 -8494.6669 -8494.6669 313.31704 313.31704 23762.998 23762.998 -1513.0979 -1513.0979 530000 -8413.1005 -8413.1005 -8495.0945 -8495.0945 317.32523 317.32523 23778.127 23778.127 -2578.1585 -2578.1585 Loop time of 28.3513 on 1 procs for 1000 steps with 2000 atoms Performance: 3.047 ns/day, 7.875 hours/ns, 35.272 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 | 28.227 | 28.227 | 28.227 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025255 | 0.025255 | 0.025255 | 0.0 | 0.09 Output | 2.8e-05 | 2.8e-05 | 2.8e-05 | 0.0 | 0.00 Modify | 0.088173 | 0.088173 | 0.088173 | 0.0 | 0.31 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845798891239, Press = 0.000684975914541626 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 530000 -8413.1005 -8413.1005 -8495.0945 -8495.0945 317.32523 317.32523 23778.127 23778.127 -2578.1585 -2578.1585 531000 -8414.64 -8414.64 -8495.6696 -8495.6696 313.59267 313.59267 23770.733 23770.733 -2362.0597 -2362.0597 Loop time of 27.8551 on 1 procs for 1000 steps with 2000 atoms Performance: 3.102 ns/day, 7.738 hours/ns, 35.900 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 | 27.731 | 27.731 | 27.731 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024853 | 0.024853 | 0.024853 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.087922 | 0.087922 | 0.087922 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128002.0 ave 128002 max 128002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128002 Ave neighs/atom = 64.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.847600313804, Press = 0.0762771651598583 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 531000 -8414.64 -8414.64 -8495.6696 -8495.6696 313.59267 313.59267 23770.733 23770.733 -2362.0597 -2362.0597 532000 -8412.3828 -8412.3828 -8495.5632 -8495.5632 321.91701 321.91701 23761.475 23761.475 -1475.105 -1475.105 Loop time of 27.8225 on 1 procs for 1000 steps with 2000 atoms Performance: 3.105 ns/day, 7.728 hours/ns, 35.942 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 | 27.699 | 27.699 | 27.699 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025154 | 0.025154 | 0.025154 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.087688 | 0.087688 | 0.087688 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.853461826809, Press = 0.0934411663984964 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 532000 -8412.3828 -8412.3828 -8495.5632 -8495.5632 321.91701 321.91701 23761.475 23761.475 -1475.105 -1475.105 533000 -8413.189 -8413.189 -8495.8795 -8495.8795 320.02104 320.02104 23746.976 23746.976 -515.11999 -515.11999 Loop time of 27.9709 on 1 procs for 1000 steps with 2000 atoms Performance: 3.089 ns/day, 7.770 hours/ns, 35.751 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 | 27.847 | 27.847 | 27.847 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025075 | 0.025075 | 0.025075 | 0.0 | 0.09 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.08774 | 0.08774 | 0.08774 | 0.0 | 0.31 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.855972226045, Press = 0.126625250216812 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 533000 -8413.189 -8413.189 -8495.8795 -8495.8795 320.02104 320.02104 23746.976 23746.976 -515.11999 -515.11999 534000 -8415.2761 -8415.2761 -8496.4984 -8496.4984 314.33901 314.33901 23710.569 23710.569 1902.7885 1902.7885 Loop time of 27.7262 on 1 procs for 1000 steps with 2000 atoms Performance: 3.116 ns/day, 7.702 hours/ns, 36.067 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 | 27.603 | 27.603 | 27.603 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025049 | 0.025049 | 0.025049 | 0.0 | 0.09 Output | 2.24e-05 | 2.24e-05 | 2.24e-05 | 0.0 | 0.00 Modify | 0.08763 | 0.08763 | 0.08763 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.859798639558, Press = 0.244517043200831 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 534000 -8415.2761 -8415.2761 -8496.4984 -8496.4984 314.33901 314.33901 23710.569 23710.569 1902.7885 1902.7885 535000 -8413.0444 -8413.0444 -8493.4927 -8493.4927 311.34295 311.34295 23689.884 23689.884 3938.1656 3938.1656 Loop time of 27.4283 on 1 procs for 1000 steps with 2000 atoms Performance: 3.150 ns/day, 7.619 hours/ns, 36.459 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.303 | 27.303 | 27.303 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024853 | 0.024853 | 0.024853 | 0.0 | 0.09 Output | 5.18e-05 | 5.18e-05 | 5.18e-05 | 0.0 | 0.00 Modify | 0.08983 | 0.08983 | 0.08983 | 0.0 | 0.33 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.860016475945, Press = 0.153058976135114 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 535000 -8413.0444 -8413.0444 -8493.4927 -8493.4927 311.34295 311.34295 23689.884 23689.884 3938.1656 3938.1656 536000 -8414.8533 -8414.8533 -8495.8155 -8495.8155 313.33215 313.33215 23715.935 23715.935 1664.7338 1664.7338 Loop time of 27.6082 on 1 procs for 1000 steps with 2000 atoms Performance: 3.130 ns/day, 7.669 hours/ns, 36.221 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 | 27.484 | 27.484 | 27.484 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025294 | 0.025294 | 0.025294 | 0.0 | 0.09 Output | 3.27e-05 | 3.27e-05 | 3.27e-05 | 0.0 | 0.00 Modify | 0.087703 | 0.087703 | 0.087703 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128094.0 ave 128094 max 128094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128094 Ave neighs/atom = 64.047000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864085407379, Press = 0.0284045691548206 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 536000 -8414.8533 -8414.8533 -8495.8155 -8495.8155 313.33215 313.33215 23715.935 23715.935 1664.7338 1664.7338 537000 -8412.7508 -8412.7508 -8495.3146 -8495.3146 319.53034 319.53034 23728.875 23728.875 952.82311 952.82311 Loop time of 28.0724 on 1 procs for 1000 steps with 2000 atoms Performance: 3.078 ns/day, 7.798 hours/ns, 35.622 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 | 27.946 | 27.946 | 27.946 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025025 | 0.025025 | 0.025025 | 0.0 | 0.09 Output | 3.26e-05 | 3.26e-05 | 3.26e-05 | 0.0 | 0.00 Modify | 0.09043 | 0.09043 | 0.09043 | 0.0 | 0.32 Other | | 0.01106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864519735212, Press = -0.0103127860419459 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 537000 -8412.7508 -8412.7508 -8495.3146 -8495.3146 319.53034 319.53034 23728.875 23728.875 952.82311 952.82311 538000 -8414.6988 -8414.6988 -8495.8347 -8495.8347 314.00419 314.00419 23732.659 23732.659 472.37537 472.37537 Loop time of 27.9556 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.765 hours/ns, 35.771 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 | 27.831 | 27.831 | 27.831 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025044 | 0.025044 | 0.025044 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.088076 | 0.088076 | 0.088076 | 0.0 | 0.32 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864563037844, Press = -0.0362948687598591 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 538000 -8414.6988 -8414.6988 -8495.8347 -8495.8347 314.00419 314.00419 23732.659 23732.659 472.37537 472.37537 539000 -8414.9648 -8414.9648 -8496.2785 -8496.2785 314.69248 314.69248 23749.761 23749.761 -692.32405 -692.32405 Loop time of 28.0344 on 1 procs for 1000 steps with 2000 atoms Performance: 3.082 ns/day, 7.787 hours/ns, 35.670 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 | 27.91 | 27.91 | 27.91 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025174 | 0.025174 | 0.025174 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088498 | 0.088498 | 0.088498 | 0.0 | 0.32 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.869693071128, Press = -0.152646590205291 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 539000 -8414.9648 -8414.9648 -8496.2785 -8496.2785 314.69248 314.69248 23749.761 23749.761 -692.32405 -692.32405 540000 -8410.8592 -8410.8592 -8493.0328 -8493.0328 318.02044 318.02044 23785.756 23785.756 -2706.6518 -2706.6518 Loop time of 27.8564 on 1 procs for 1000 steps with 2000 atoms Performance: 3.102 ns/day, 7.738 hours/ns, 35.898 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 | 27.733 | 27.733 | 27.733 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024956 | 0.024956 | 0.024956 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.088011 | 0.088011 | 0.088011 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.873403074691, Press = -0.097196859085466 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 540000 -8410.8592 -8410.8592 -8493.0328 -8493.0328 318.02044 318.02044 23785.756 23785.756 -2706.6518 -2706.6518 541000 -8415.9948 -8415.9948 -8495.0772 -8495.0772 306.05679 306.05679 23771.61 23771.61 -2209.9185 -2209.9185 Loop time of 27.8134 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.726 hours/ns, 35.954 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 | 27.689 | 27.689 | 27.689 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025078 | 0.025078 | 0.025078 | 0.0 | 0.09 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.088405 | 0.088405 | 0.088405 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128016.0 ave 128016 max 128016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128016 Ave neighs/atom = 64.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.87898495995, Press = 0.00807689144183737 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 541000 -8415.9948 -8415.9948 -8495.0772 -8495.0772 306.05679 306.05679 23771.61 23771.61 -2209.9185 -2209.9185 542000 -8415.1326 -8415.1326 -8494.3821 -8494.3821 306.70399 306.70399 23748.474 23748.474 -319.23594 -319.23594 Loop time of 27.9506 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.764 hours/ns, 35.777 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.826 | 27.826 | 27.826 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025144 | 0.025144 | 0.025144 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.08853 | 0.08853 | 0.08853 | 0.0 | 0.32 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.882433174202, Press = 0.0552101991901735 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 542000 -8415.1326 -8415.1326 -8494.3821 -8494.3821 306.70399 306.70399 23748.474 23748.474 -319.23594 -319.23594 543000 -8414.3032 -8414.3032 -8495.4923 -8495.4923 314.21035 314.21035 23745.048 23745.048 -348.66232 -348.66232 Loop time of 27.8639 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.889 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 | 27.74 | 27.74 | 27.74 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025146 | 0.025146 | 0.025146 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088145 | 0.088145 | 0.088145 | 0.0 | 0.32 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.884572296702, Press = 0.0515563027923116 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 543000 -8414.3032 -8414.3032 -8495.4923 -8495.4923 314.21035 314.21035 23745.048 23745.048 -348.66232 -348.66232 544000 -8417.1076 -8417.1076 -8496.0148 -8496.0148 305.37901 305.37901 23735.771 23735.771 175.70356 175.70356 Loop time of 27.9699 on 1 procs for 1000 steps with 2000 atoms Performance: 3.089 ns/day, 7.769 hours/ns, 35.753 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 | 27.845 | 27.845 | 27.845 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024925 | 0.024925 | 0.024925 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.089494 | 0.089494 | 0.089494 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.880378561166, Press = 0.0724155695409674 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 544000 -8417.1076 -8417.1076 -8496.0148 -8496.0148 305.37901 305.37901 23735.771 23735.771 175.70356 175.70356 545000 -8411.4894 -8411.4894 -8494.2277 -8494.2277 320.20607 320.20607 23728.716 23728.716 1123.5632 1123.5632 Loop time of 27.8802 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.745 hours/ns, 35.868 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 | 27.756 | 27.756 | 27.756 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025033 | 0.025033 | 0.025033 | 0.0 | 0.09 Output | 2.12e-05 | 2.12e-05 | 2.12e-05 | 0.0 | 0.00 Modify | 0.088377 | 0.088377 | 0.088377 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.880647018789, Press = 0.0760953508567312 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 545000 -8411.4894 -8411.4894 -8494.2277 -8494.2277 320.20607 320.20607 23728.716 23728.716 1123.5632 1123.5632 546000 -8414.0585 -8414.0585 -8494.0001 -8494.0001 309.38234 309.38234 23695.547 23695.547 3388.0018 3388.0018 Loop time of 27.6771 on 1 procs for 1000 steps with 2000 atoms Performance: 3.122 ns/day, 7.688 hours/ns, 36.131 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.553 | 27.553 | 27.553 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024901 | 0.024901 | 0.024901 | 0.0 | 0.09 Output | 2.8e-05 | 2.8e-05 | 2.8e-05 | 0.0 | 0.00 Modify | 0.088354 | 0.088354 | 0.088354 | 0.0 | 0.32 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128084.0 ave 128084 max 128084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128084 Ave neighs/atom = 64.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.878678405574, Press = 0.0557533621006576 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 546000 -8414.0585 -8414.0585 -8494.0001 -8494.0001 309.38234 309.38234 23695.547 23695.547 3388.0018 3388.0018 547000 -8418.474 -8418.474 -8496.4239 -8496.4239 301.67429 301.67429 23689.935 23689.935 3151.2956 3151.2956 Loop time of 27.9475 on 1 procs for 1000 steps with 2000 atoms Performance: 3.092 ns/day, 7.763 hours/ns, 35.781 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 | 27.822 | 27.822 | 27.822 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025483 | 0.025483 | 0.025483 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.089034 | 0.089034 | 0.089034 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.876192278914, Press = -0.0666776330128612 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 547000 -8418.474 -8418.474 -8496.4239 -8496.4239 301.67429 301.67429 23689.935 23689.935 3151.2956 3151.2956 548000 -8413.2056 -8413.2056 -8494.2611 -8494.2611 313.69293 313.69293 23727.09 23727.09 1097.4769 1097.4769 Loop time of 28.0986 on 1 procs for 1000 steps with 2000 atoms Performance: 3.075 ns/day, 7.805 hours/ns, 35.589 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 | 27.974 | 27.974 | 27.974 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025052 | 0.025052 | 0.025052 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088477 | 0.088477 | 0.088477 | 0.0 | 0.31 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.872658074837, Press = -0.0462957458230716 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 548000 -8413.2056 -8413.2056 -8494.2611 -8494.2611 313.69293 313.69293 23727.09 23727.09 1097.4769 1097.4769 549000 -8414.9019 -8414.9019 -8497.0402 -8497.0402 317.88376 317.88376 23749.114 23749.114 -1061.9964 -1061.9964 Loop time of 28.1595 on 1 procs for 1000 steps with 2000 atoms Performance: 3.068 ns/day, 7.822 hours/ns, 35.512 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 | 28.035 | 28.035 | 28.035 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025118 | 0.025118 | 0.025118 | 0.0 | 0.09 Output | 7.04e-05 | 7.04e-05 | 7.04e-05 | 0.0 | 0.00 Modify | 0.088476 | 0.088476 | 0.088476 | 0.0 | 0.31 Other | | 0.01107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.872275412408, Press = -0.04289896626392 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 549000 -8414.9019 -8414.9019 -8497.0402 -8497.0402 317.88376 317.88376 23749.114 23749.114 -1061.9964 -1061.9964 550000 -8410.8699 -8410.8699 -8494.6431 -8494.6431 324.21076 324.21076 23771.749 23771.749 -1871.0606 -1871.0606 Loop time of 28.1582 on 1 procs for 1000 steps with 2000 atoms Performance: 3.068 ns/day, 7.822 hours/ns, 35.514 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 | 28.033 | 28.033 | 28.033 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025153 | 0.025153 | 0.025153 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088861 | 0.088861 | 0.088861 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.876066281215, Press = -0.00775865709164322 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 550000 -8410.8699 -8410.8699 -8494.6431 -8494.6431 324.21076 324.21076 23771.749 23771.749 -1871.0606 -1871.0606 551000 -8415.3534 -8415.3534 -8496.1542 -8496.1542 312.70732 312.70732 23772.42 23772.42 -2349.7362 -2349.7362 Loop time of 27.7774 on 1 procs for 1000 steps with 2000 atoms Performance: 3.110 ns/day, 7.716 hours/ns, 36.001 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 | 27.653 | 27.653 | 27.653 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025017 | 0.025017 | 0.025017 | 0.0 | 0.09 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.088057 | 0.088057 | 0.088057 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128010.0 ave 128010 max 128010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128010 Ave neighs/atom = 64.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877755474107, Press = 0.0531441809919408 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 551000 -8415.3534 -8415.3534 -8496.1542 -8496.1542 312.70732 312.70732 23772.42 23772.42 -2349.7362 -2349.7362 552000 -8412.0367 -8412.0367 -8492.3001 -8492.3001 310.62755 310.62755 23764.216 23764.216 -1079.9484 -1079.9484 Loop time of 28.109 on 1 procs for 1000 steps with 2000 atoms Performance: 3.074 ns/day, 7.808 hours/ns, 35.576 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 | 27.984 | 27.984 | 27.984 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025114 | 0.025114 | 0.025114 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089032 | 0.089032 | 0.089032 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.878534383487, Press = 0.128507531067312 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 552000 -8412.0367 -8412.0367 -8492.3001 -8492.3001 310.62755 310.62755 23764.216 23764.216 -1079.9484 -1079.9484 553000 -8415.149 -8415.149 -8495.3529 -8495.3529 310.39738 310.39738 23738.26 23738.26 52.841398 52.841398 Loop time of 28.0323 on 1 procs for 1000 steps with 2000 atoms Performance: 3.082 ns/day, 7.787 hours/ns, 35.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 | 27.907 | 27.907 | 27.907 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025155 | 0.025155 | 0.025155 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088723 | 0.088723 | 0.088723 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128008.0 ave 128008 max 128008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128008 Ave neighs/atom = 64.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877573951221, Press = 0.207094107558926 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 553000 -8415.149 -8415.149 -8495.3529 -8495.3529 310.39738 310.39738 23738.26 23738.26 52.841398 52.841398 554000 -8416.0487 -8416.0487 -8496.4778 -8496.4778 311.26857 311.26857 23709.62 23709.62 1947.2058 1947.2058 Loop time of 27.7776 on 1 procs for 1000 steps with 2000 atoms Performance: 3.110 ns/day, 7.716 hours/ns, 36.000 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.653 | 27.653 | 27.653 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025149 | 0.025149 | 0.025149 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.088468 | 0.088468 | 0.088468 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.876691834011, Press = 0.166542265530839 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 554000 -8416.0487 -8416.0487 -8496.4778 -8496.4778 311.26857 311.26857 23709.62 23709.62 1947.2058 1947.2058 555000 -8412.8139 -8412.8139 -8495.9278 -8495.9278 321.65946 321.65946 23728.561 23728.561 788.48488 788.48488 Loop time of 27.6051 on 1 procs for 1000 steps with 2000 atoms Performance: 3.130 ns/day, 7.668 hours/ns, 36.225 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 | 27.482 | 27.482 | 27.482 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024964 | 0.024964 | 0.024964 | 0.0 | 0.09 Output | 2.79e-05 | 2.79e-05 | 2.79e-05 | 0.0 | 0.00 Modify | 0.087339 | 0.087339 | 0.087339 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128028.0 ave 128028 max 128028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128028 Ave neighs/atom = 64.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.87185868351, Press = 0.0441098815675883 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 555000 -8412.8139 -8412.8139 -8495.9278 -8495.9278 321.65946 321.65946 23728.561 23728.561 788.48488 788.48488 556000 -8417.3151 -8417.3151 -8497.0137 -8497.0137 308.44159 308.44159 23721.827 23721.827 1005.6795 1005.6795 Loop time of 27.9893 on 1 procs for 1000 steps with 2000 atoms Performance: 3.087 ns/day, 7.775 hours/ns, 35.728 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 | 27.864 | 27.864 | 27.864 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025662 | 0.025662 | 0.025662 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.08888 | 0.08888 | 0.08888 | 0.0 | 0.32 Other | | 0.01113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.870074903532, Press = -0.0141405343167475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 556000 -8417.3151 -8417.3151 -8497.0137 -8497.0137 308.44159 308.44159 23721.827 23721.827 1005.6795 1005.6795 557000 -8413.9018 -8413.9018 -8495.0375 -8495.0375 314.00362 314.00362 23744.215 23744.215 -258.87348 -258.87348 Loop time of 28.1282 on 1 procs for 1000 steps with 2000 atoms Performance: 3.072 ns/day, 7.813 hours/ns, 35.552 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 | 28.002 | 28.002 | 28.002 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025063 | 0.025063 | 0.025063 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.089826 | 0.089826 | 0.089826 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128088.0 ave 128088 max 128088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128088 Ave neighs/atom = 64.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.872272096021, Press = -0.042140044386259 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 557000 -8413.9018 -8413.9018 -8495.0375 -8495.0375 314.00362 314.00362 23744.215 23744.215 -258.87348 -258.87348 558000 -8416.0471 -8416.0471 -8496.6254 -8496.6254 311.84634 311.84634 23770.28 23770.28 -2426.8505 -2426.8505 Loop time of 27.8565 on 1 procs for 1000 steps with 2000 atoms Performance: 3.102 ns/day, 7.738 hours/ns, 35.898 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 | 27.732 | 27.732 | 27.732 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025002 | 0.025002 | 0.025002 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.088155 | 0.088155 | 0.088155 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.875683347063, Press = -0.0307233473315554 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 558000 -8416.0471 -8416.0471 -8496.6254 -8496.6254 311.84634 311.84634 23770.28 23770.28 -2426.8505 -2426.8505 559000 -8417.4212 -8417.4212 -8497.0388 -8497.0388 308.12841 308.12841 23777.855 23777.855 -3068.268 -3068.268 Loop time of 28.0127 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.781 hours/ns, 35.698 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 | 27.889 | 27.889 | 27.889 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025032 | 0.025032 | 0.025032 | 0.0 | 0.09 Output | 3.43e-05 | 3.43e-05 | 3.43e-05 | 0.0 | 0.00 Modify | 0.088084 | 0.088084 | 0.088084 | 0.0 | 0.31 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.878376043579, Press = 0.0457055991895289 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 559000 -8417.4212 -8417.4212 -8497.0388 -8497.0388 308.12841 308.12841 23777.855 23777.855 -3068.268 -3068.268 560000 -8414.2593 -8414.2593 -8495.5939 -8495.5939 314.77347 314.77347 23766.136 23766.136 -1876.7 -1876.7 Loop time of 27.4434 on 1 procs for 1000 steps with 2000 atoms Performance: 3.148 ns/day, 7.623 hours/ns, 36.439 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 | 27.32 | 27.32 | 27.32 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024848 | 0.024848 | 0.024848 | 0.0 | 0.09 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.087421 | 0.087421 | 0.087421 | 0.0 | 0.32 Other | | 0.01068 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.873154977064, Press = 0.12265703944692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 560000 -8414.2593 -8414.2593 -8495.5939 -8495.5939 314.77347 314.77347 23766.136 23766.136 -1876.7 -1876.7 561000 -8415.7975 -8415.7975 -8494.5736 -8494.5736 304.87188 304.87188 23744.116 23744.116 -288.62092 -288.62092 Loop time of 27.7366 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.705 hours/ns, 36.053 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 | 27.613 | 27.613 | 27.613 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025142 | 0.025142 | 0.025142 | 0.0 | 0.09 Output | 2.84e-05 | 2.84e-05 | 2.84e-05 | 0.0 | 0.00 Modify | 0.087632 | 0.087632 | 0.087632 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.873416170922, Press = 0.101842854570034 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 561000 -8415.7975 -8415.7975 -8494.5736 -8494.5736 304.87188 304.87188 23744.116 23744.116 -288.62092 -288.62092 562000 -8413.2504 -8413.2504 -8496.0754 -8496.0754 320.54133 320.54133 23736.115 23736.115 261.35221 261.35221 Loop time of 27.5974 on 1 procs for 1000 steps with 2000 atoms Performance: 3.131 ns/day, 7.666 hours/ns, 36.235 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 | 27.474 | 27.474 | 27.474 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024836 | 0.024836 | 0.024836 | 0.0 | 0.09 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.087639 | 0.087639 | 0.087639 | 0.0 | 0.32 Other | | 0.01079 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.869208073994, Press = 0.0586278340638549 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 562000 -8413.2504 -8413.2504 -8496.0754 -8496.0754 320.54133 320.54133 23736.115 23736.115 261.35221 261.35221 563000 -8416.0918 -8416.0918 -8496.2374 -8496.2374 310.17173 310.17173 23727.655 23727.655 657.95543 657.95543 Loop time of 27.9907 on 1 procs for 1000 steps with 2000 atoms Performance: 3.087 ns/day, 7.775 hours/ns, 35.726 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 | 27.867 | 27.867 | 27.867 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024902 | 0.024902 | 0.024902 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.088307 | 0.088307 | 0.088307 | 0.0 | 0.32 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.869074047513, Press = 0.048393413911545 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 563000 -8416.0918 -8416.0918 -8496.2374 -8496.2374 310.17173 310.17173 23727.655 23727.655 657.95543 657.95543 564000 -8413.6096 -8413.6096 -8496.2203 -8496.2203 319.71208 319.71208 23730.44 23730.44 623.38433 623.38433 Loop time of 28.2455 on 1 procs for 1000 steps with 2000 atoms Performance: 3.059 ns/day, 7.846 hours/ns, 35.404 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 | 28.121 | 28.121 | 28.121 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025169 | 0.025169 | 0.025169 | 0.0 | 0.09 Output | 3.24e-05 | 3.24e-05 | 3.24e-05 | 0.0 | 0.00 Modify | 0.088824 | 0.088824 | 0.088824 | 0.0 | 0.31 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.869192543246, Press = -0.000538087738385838 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 564000 -8413.6096 -8413.6096 -8496.2203 -8496.2203 319.71208 319.71208 23730.44 23730.44 623.38433 623.38433 565000 -8414.6275 -8414.6275 -8496.6638 -8496.6638 317.48875 317.48875 23745.544 23745.544 -631.91226 -631.91226 Loop time of 28.1501 on 1 procs for 1000 steps with 2000 atoms Performance: 3.069 ns/day, 7.819 hours/ns, 35.524 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 | 28.025 | 28.025 | 28.025 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025205 | 0.025205 | 0.025205 | 0.0 | 0.09 Output | 6.55e-05 | 6.55e-05 | 6.55e-05 | 0.0 | 0.00 Modify | 0.088929 | 0.088929 | 0.088929 | 0.0 | 0.32 Other | | 0.01107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.871266443945, Press = -0.0280343569216592 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 565000 -8414.6275 -8414.6275 -8496.6638 -8496.6638 317.48875 317.48875 23745.544 23745.544 -631.91226 -631.91226 566000 -8413.2469 -8413.2469 -8494.021 -8494.021 312.6041 312.6041 23747.973 23747.973 -401.88402 -401.88402 Loop time of 28.2953 on 1 procs for 1000 steps with 2000 atoms Performance: 3.054 ns/day, 7.860 hours/ns, 35.342 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.17 | 28.17 | 28.17 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025166 | 0.025166 | 0.025166 | 0.0 | 0.09 Output | 3.27e-05 | 3.27e-05 | 3.27e-05 | 0.0 | 0.00 Modify | 0.089002 | 0.089002 | 0.089002 | 0.0 | 0.31 Other | | 0.01105 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128062.0 ave 128062 max 128062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128062 Ave neighs/atom = 64.031000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.871121481235, Press = -0.00858715911665571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 566000 -8413.2469 -8413.2469 -8494.021 -8494.021 312.6041 312.6041 23747.973 23747.973 -401.88402 -401.88402 567000 -8415.728 -8415.728 -8495.2438 -8495.2438 307.73418 307.73418 23740.616 23740.616 -148.64906 -148.64906 Loop time of 27.8544 on 1 procs for 1000 steps with 2000 atoms Performance: 3.102 ns/day, 7.737 hours/ns, 35.901 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 | 27.73 | 27.73 | 27.73 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025013 | 0.025013 | 0.025013 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088634 | 0.088634 | 0.088634 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.871617962387, Press = 0.0376429069421696 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 567000 -8415.728 -8415.728 -8495.2438 -8495.2438 307.73418 307.73418 23740.616 23740.616 -148.64906 -148.64906 568000 -8414.3789 -8414.3789 -8494.66 -8494.66 310.69616 310.69616 23729.337 23729.337 940.54125 940.54125 Loop time of 27.7393 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.705 hours/ns, 36.050 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 | 27.615 | 27.615 | 27.615 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024964 | 0.024964 | 0.024964 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088266 | 0.088266 | 0.088266 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.870839976016, Press = 0.0476672003565839 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 568000 -8414.3789 -8414.3789 -8494.66 -8494.66 310.69616 310.69616 23729.337 23729.337 940.54125 940.54125 569000 -8416.7646 -8416.7646 -8497.2652 -8497.2652 311.54551 311.54551 23699.875 23699.875 2620.8455 2620.8455 Loop time of 27.9587 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.766 hours/ns, 35.767 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 | 27.834 | 27.834 | 27.834 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025129 | 0.025129 | 0.025129 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088627 | 0.088627 | 0.088627 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.873002369559, Press = 0.0110629336306219 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 569000 -8416.7646 -8416.7646 -8497.2652 -8497.2652 311.54551 311.54551 23699.875 23699.875 2620.8455 2620.8455 570000 -8413.2973 -8413.2973 -8495.9732 -8495.9732 319.96407 319.96407 23706.384 23706.384 2462.2509 2462.2509 Loop time of 27.6845 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.690 hours/ns, 36.121 timesteps/s 99.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 | 27.561 | 27.561 | 27.561 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024874 | 0.024874 | 0.024874 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.088111 | 0.088111 | 0.088111 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.874502054165, Press = -0.0756407898114135 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 570000 -8413.2973 -8413.2973 -8495.9732 -8495.9732 319.96407 319.96407 23706.384 23706.384 2462.2509 2462.2509 571000 -8416.3316 -8416.3316 -8495.7693 -8495.7693 307.43196 307.43196 23728.225 23728.225 834.66559 834.66559 Loop time of 28.27 on 1 procs for 1000 steps with 2000 atoms Performance: 3.056 ns/day, 7.853 hours/ns, 35.373 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 | 28.143 | 28.143 | 28.143 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025547 | 0.025547 | 0.025547 | 0.0 | 0.09 Output | 4.27e-05 | 4.27e-05 | 4.27e-05 | 0.0 | 0.00 Modify | 0.090823 | 0.090823 | 0.090823 | 0.0 | 0.32 Other | | 0.01109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.875310912636, Press = -0.113214542864264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 571000 -8416.3316 -8416.3316 -8495.7693 -8495.7693 307.43196 307.43196 23728.225 23728.225 834.66559 834.66559 572000 -8414.135 -8414.135 -8494.1224 -8494.1224 309.55957 309.55957 23751.13 23751.13 -575.67087 -575.67087 Loop time of 28.303 on 1 procs for 1000 steps with 2000 atoms Performance: 3.053 ns/day, 7.862 hours/ns, 35.332 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 | 28.178 | 28.178 | 28.178 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025299 | 0.025299 | 0.025299 | 0.0 | 0.09 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.089 | 0.089 | 0.089 | 0.0 | 0.31 Other | | 0.01105 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.872438399449, Press = -0.055915976838275 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 572000 -8414.135 -8414.135 -8494.1224 -8494.1224 309.55957 309.55957 23751.13 23751.13 -575.67087 -575.67087 573000 -8420.1397 -8420.1397 -8498.467 -8498.467 303.13488 303.13488 23746.043 23746.043 -1137.2614 -1137.2614 Loop time of 27.7436 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.707 hours/ns, 36.044 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 | 27.62 | 27.62 | 27.62 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024729 | 0.024729 | 0.024729 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.087992 | 0.087992 | 0.087992 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128098.0 ave 128098 max 128098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128098 Ave neighs/atom = 64.049000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.871019029778, Press = -0.00754523207912417 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 573000 -8420.1397 -8420.1397 -8498.467 -8498.467 303.13488 303.13488 23746.043 23746.043 -1137.2614 -1137.2614 574000 -8413.6981 -8413.6981 -8495.7062 -8495.7062 317.37969 317.37969 23743.738 23743.738 -284.63823 -284.63823 Loop time of 27.6442 on 1 procs for 1000 steps with 2000 atoms Performance: 3.125 ns/day, 7.679 hours/ns, 36.174 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 | 27.52 | 27.52 | 27.52 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024869 | 0.024869 | 0.024869 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088176 | 0.088176 | 0.088176 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.866859057431, Press = 0.0464809982948169 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 574000 -8413.6981 -8413.6981 -8495.7062 -8495.7062 317.37969 317.37969 23743.738 23743.738 -284.63823 -284.63823 575000 -8415.3947 -8415.3947 -8498.3033 -8498.3033 320.86467 320.86467 23737.701 23737.701 -272.71113 -272.71113 Loop time of 27.8288 on 1 procs for 1000 steps with 2000 atoms Performance: 3.105 ns/day, 7.730 hours/ns, 35.934 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 | 27.705 | 27.705 | 27.705 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02524 | 0.02524 | 0.02524 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087797 | 0.087797 | 0.087797 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.865787435984, Press = -0.0215424077371165 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 575000 -8415.3947 -8415.3947 -8498.3033 -8498.3033 320.86467 320.86467 23737.701 23737.701 -272.71113 -272.71113 576000 -8414.5522 -8414.5522 -8494.3888 -8494.3888 308.97617 308.97617 23745.84 23745.84 -275.45035 -275.45035 Loop time of 27.9601 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.767 hours/ns, 35.765 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 | 27.836 | 27.836 | 27.836 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025099 | 0.025099 | 0.025099 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.087918 | 0.087918 | 0.087918 | 0.0 | 0.31 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.861543623362, Press = -0.00746557472235785 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 576000 -8414.5522 -8414.5522 -8494.3888 -8494.3888 308.97617 308.97617 23745.84 23745.84 -275.45035 -275.45035 577000 -8414.7996 -8414.7996 -8494.493 -8494.493 308.42164 308.42164 23754.086 23754.086 -934.67705 -934.67705 Loop time of 27.73 on 1 procs for 1000 steps with 2000 atoms Performance: 3.116 ns/day, 7.703 hours/ns, 36.062 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 | 27.606 | 27.606 | 27.606 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02507 | 0.02507 | 0.02507 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088025 | 0.088025 | 0.088025 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.859987680346, Press = -0.00492722518417949 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 577000 -8414.7996 -8414.7996 -8494.493 -8494.493 308.42164 308.42164 23754.086 23754.086 -934.67705 -934.67705 578000 -8414.3506 -8414.3506 -8496.1053 -8496.1053 316.39906 316.39906 23743.066 23743.066 -410.00273 -410.00273 Loop time of 27.9239 on 1 procs for 1000 steps with 2000 atoms Performance: 3.094 ns/day, 7.757 hours/ns, 35.812 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 | 27.8 | 27.8 | 27.8 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025058 | 0.025058 | 0.025058 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088101 | 0.088101 | 0.088101 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128080.0 ave 128080 max 128080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128080 Ave neighs/atom = 64.040000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.855947036085, Press = 0.0792130395917097 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 578000 -8414.3506 -8414.3506 -8496.1053 -8496.1053 316.39906 316.39906 23743.066 23743.066 -410.00273 -410.00273 579000 -8413.9724 -8413.9724 -8495.2234 -8495.2234 314.44973 314.44973 23728.613 23728.613 870.07978 870.07978 Loop time of 28.0957 on 1 procs for 1000 steps with 2000 atoms Performance: 3.075 ns/day, 7.804 hours/ns, 35.593 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 | 27.971 | 27.971 | 27.971 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025156 | 0.025156 | 0.025156 | 0.0 | 0.09 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.088256 | 0.088256 | 0.088256 | 0.0 | 0.31 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.855615053781, Press = 0.0598604147198302 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 579000 -8413.9724 -8413.9724 -8495.2234 -8495.2234 314.44973 314.44973 23728.613 23728.613 870.07978 870.07978 580000 -8416.2429 -8416.2429 -8496.4599 -8496.4599 310.44808 310.44808 23708.721 23708.721 2030.8003 2030.8003 Loop time of 28.2867 on 1 procs for 1000 steps with 2000 atoms Performance: 3.054 ns/day, 7.857 hours/ns, 35.352 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 | 28.162 | 28.162 | 28.162 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025245 | 0.025245 | 0.025245 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.088606 | 0.088606 | 0.088606 | 0.0 | 0.31 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128066.0 ave 128066 max 128066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128066 Ave neighs/atom = 64.033000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.855802856998, Press = 0.0136547487277401 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 580000 -8416.2429 -8416.2429 -8496.4599 -8496.4599 310.44808 310.44808 23708.721 23708.721 2030.8003 2030.8003 581000 -8416.8585 -8416.8585 -8494.7687 -8494.7687 301.52055 301.52055 23704.861 23704.861 2372.5789 2372.5789 Loop time of 27.9133 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.754 hours/ns, 35.825 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 | 27.788 | 27.788 | 27.788 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024998 | 0.024998 | 0.024998 | 0.0 | 0.09 Output | 2.14e-05 | 2.14e-05 | 2.14e-05 | 0.0 | 0.00 Modify | 0.088837 | 0.088837 | 0.088837 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128088.0 ave 128088 max 128088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128088 Ave neighs/atom = 64.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.849644291818, Press = -0.0378656908066365 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 581000 -8416.8585 -8416.8585 -8494.7687 -8494.7687 301.52055 301.52055 23704.861 23704.861 2372.5789 2372.5789 582000 -8414.3581 -8414.3581 -8495.6736 -8495.6736 314.69918 314.69918 23710.822 23710.822 1936.9986 1936.9986 Loop time of 27.7766 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.716 hours/ns, 36.002 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 | 27.652 | 27.652 | 27.652 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024972 | 0.024972 | 0.024972 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088267 | 0.088267 | 0.088267 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.850542149733, Press = -0.123053709768947 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 582000 -8414.3581 -8414.3581 -8495.6736 -8495.6736 314.69918 314.69918 23710.822 23710.822 1936.9986 1936.9986 583000 -8418.3568 -8418.3568 -8496.5168 -8496.5168 302.48716 302.48716 23726.788 23726.788 453.73522 453.73522 Loop time of 27.934 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.759 hours/ns, 35.799 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 | 27.809 | 27.809 | 27.809 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025185 | 0.025185 | 0.025185 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088683 | 0.088683 | 0.088683 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128088.0 ave 128088 max 128088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128088 Ave neighs/atom = 64.044000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845704341025, Press = -0.157425730914026 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 583000 -8418.3568 -8418.3568 -8496.5168 -8496.5168 302.48716 302.48716 23726.788 23726.788 453.73522 453.73522 584000 -8412.8727 -8412.8727 -8494.8498 -8494.8498 317.25974 317.25974 23755.06 23755.06 -994.60752 -994.60752 Loop time of 27.7094 on 1 procs for 1000 steps with 2000 atoms Performance: 3.118 ns/day, 7.697 hours/ns, 36.089 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 | 27.586 | 27.586 | 27.586 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024815 | 0.024815 | 0.024815 | 0.0 | 0.09 Output | 2.54e-05 | 2.54e-05 | 2.54e-05 | 0.0 | 0.00 Modify | 0.087611 | 0.087611 | 0.087611 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.843106366045, Press = -0.126682756157503 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 584000 -8412.8727 -8412.8727 -8494.8498 -8494.8498 317.25974 317.25974 23755.06 23755.06 -994.60752 -994.60752 585000 -8414.4597 -8414.4597 -8496.237 -8496.237 316.48641 316.48641 23766.661 23766.661 -1842.5596 -1842.5596 Loop time of 28.0734 on 1 procs for 1000 steps with 2000 atoms Performance: 3.078 ns/day, 7.798 hours/ns, 35.621 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 | 27.948 | 27.948 | 27.948 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025106 | 0.025106 | 0.025106 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.088803 | 0.088803 | 0.088803 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.842940355305, Press = -0.0761559523793704 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 585000 -8414.4597 -8414.4597 -8496.237 -8496.237 316.48641 316.48641 23766.661 23766.661 -1842.5596 -1842.5596 586000 -8414.7856 -8414.7856 -8493.6897 -8493.6897 305.36688 305.36688 23770.748 23770.748 -1919.1607 -1919.1607 Loop time of 27.9969 on 1 procs for 1000 steps with 2000 atoms Performance: 3.086 ns/day, 7.777 hours/ns, 35.718 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 | 27.873 | 27.873 | 27.873 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024965 | 0.024965 | 0.024965 | 0.0 | 0.09 Output | 3.24e-05 | 3.24e-05 | 3.24e-05 | 0.0 | 0.00 Modify | 0.088392 | 0.088392 | 0.088392 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128040.0 ave 128040 max 128040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128040 Ave neighs/atom = 64.020000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845258416159, Press = -0.0389085982434429 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 586000 -8414.7856 -8414.7856 -8493.6897 -8493.6897 305.36688 305.36688 23770.748 23770.748 -1919.1607 -1919.1607 587000 -8412.9098 -8412.9098 -8493.7431 -8493.7431 312.83322 312.83322 23779.538 23779.538 -2501.8108 -2501.8108 Loop time of 27.5299 on 1 procs for 1000 steps with 2000 atoms Performance: 3.138 ns/day, 7.647 hours/ns, 36.324 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 | 27.407 | 27.407 | 27.407 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024796 | 0.024796 | 0.024796 | 0.0 | 0.09 Output | 2.38e-05 | 2.38e-05 | 2.38e-05 | 0.0 | 0.00 Modify | 0.087588 | 0.087588 | 0.087588 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845883035791, Press = 0.0302671404822667 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 587000 -8412.9098 -8412.9098 -8493.7431 -8493.7431 312.83322 312.83322 23779.538 23779.538 -2501.8108 -2501.8108 588000 -8413.2325 -8413.2325 -8495.2413 -8495.2413 317.38258 317.38258 23764.78 23764.78 -1640.9771 -1640.9771 Loop time of 28.0226 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.784 hours/ns, 35.685 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 | 27.898 | 27.898 | 27.898 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025072 | 0.025072 | 0.025072 | 0.0 | 0.09 Output | 7.24e-05 | 7.24e-05 | 7.24e-05 | 0.0 | 0.00 Modify | 0.088888 | 0.088888 | 0.088888 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128014.0 ave 128014 max 128014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128014 Ave neighs/atom = 64.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.844984683642, Press = 0.105598121751638 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 588000 -8413.2325 -8413.2325 -8495.2413 -8495.2413 317.38258 317.38258 23764.78 23764.78 -1640.9771 -1640.9771 589000 -8415.2052 -8415.2052 -8495.7466 -8495.7466 311.70354 311.70354 23750.368 23750.368 -725.87024 -725.87024 Loop time of 27.9333 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.759 hours/ns, 35.800 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.808 | 27.808 | 27.808 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025086 | 0.025086 | 0.025086 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088846 | 0.088846 | 0.088846 | 0.0 | 0.32 Other | | 0.01107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.848919467961, Press = 0.160934850530578 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 589000 -8415.2052 -8415.2052 -8495.7466 -8495.7466 311.70354 311.70354 23750.368 23750.368 -725.87024 -725.87024 590000 -8410.8166 -8410.8166 -8494.4126 -8494.4126 323.52545 323.52545 23734.739 23734.739 788.25171 788.25171 Loop time of 28.2666 on 1 procs for 1000 steps with 2000 atoms Performance: 3.057 ns/day, 7.852 hours/ns, 35.377 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 | 28.141 | 28.141 | 28.141 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025256 | 0.025256 | 0.025256 | 0.0 | 0.09 Output | 2.88e-05 | 2.88e-05 | 2.88e-05 | 0.0 | 0.00 Modify | 0.088988 | 0.088988 | 0.088988 | 0.0 | 0.31 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.851930688481, Press = 0.0860639989207833 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 590000 -8410.8166 -8410.8166 -8494.4126 -8494.4126 323.52545 323.52545 23734.739 23734.739 788.25171 788.25171 591000 -8414.9928 -8414.9928 -8495.4903 -8495.4903 311.53365 311.53365 23729.461 23729.461 869.34215 869.34215 Loop time of 27.7565 on 1 procs for 1000 steps with 2000 atoms Performance: 3.113 ns/day, 7.710 hours/ns, 36.028 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 | 27.633 | 27.633 | 27.633 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024953 | 0.024953 | 0.024953 | 0.0 | 0.09 Output | 2.19e-05 | 2.19e-05 | 2.19e-05 | 0.0 | 0.00 Modify | 0.087956 | 0.087956 | 0.087956 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.857045552662, Press = 0.0257103639853288 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 591000 -8414.9928 -8414.9928 -8495.4903 -8495.4903 311.53365 311.53365 23729.461 23729.461 869.34215 869.34215 592000 -8413.3958 -8413.3958 -8495.6624 -8495.6624 318.38025 318.38025 23719.594 23719.594 1584.7888 1584.7888 Loop time of 28.1451 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.818 hours/ns, 35.530 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 | 28.02 | 28.02 | 28.02 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025244 | 0.025244 | 0.025244 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.088677 | 0.088677 | 0.088677 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128020.0 ave 128020 max 128020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128020 Ave neighs/atom = 64.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.858072322722, Press = 0.0153463619745018 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 592000 -8413.3958 -8413.3958 -8495.6624 -8495.6624 318.38025 318.38025 23719.594 23719.594 1584.7888 1584.7888 593000 -8414.3366 -8414.3366 -8495.1343 -8495.1343 312.69552 312.69552 23710.604 23710.604 2213.5745 2213.5745 Loop time of 27.8362 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.732 hours/ns, 35.925 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 | 27.712 | 27.712 | 27.712 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024862 | 0.024862 | 0.024862 | 0.0 | 0.09 Output | 4.06e-05 | 4.06e-05 | 4.06e-05 | 0.0 | 0.00 Modify | 0.088396 | 0.088396 | 0.088396 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.862038969412, Press = -0.0295211833155568 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 593000 -8414.3366 -8414.3366 -8495.1343 -8495.1343 312.69552 312.69552 23710.604 23710.604 2213.5745 2213.5745 594000 -8418.0806 -8418.0806 -8497.9924 -8497.9924 309.26688 309.26688 23709.548 23709.548 1766.3842 1766.3842 Loop time of 27.9943 on 1 procs for 1000 steps with 2000 atoms Performance: 3.086 ns/day, 7.776 hours/ns, 35.722 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 | 27.87 | 27.87 | 27.87 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025114 | 0.025114 | 0.025114 | 0.0 | 0.09 Output | 3.36e-05 | 3.36e-05 | 3.36e-05 | 0.0 | 0.00 Modify | 0.088064 | 0.088064 | 0.088064 | 0.0 | 0.31 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128054.0 ave 128054 max 128054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128054 Ave neighs/atom = 64.027000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.85815398505, Press = -0.0888984017975262 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 594000 -8418.0806 -8418.0806 -8497.9924 -8497.9924 309.26688 309.26688 23709.548 23709.548 1766.3842 1766.3842 595000 -8412.2542 -8412.2542 -8492.8285 -8492.8285 311.83082 311.83082 23748.776 23748.776 -24.429356 -24.429356 Loop time of 27.9389 on 1 procs for 1000 steps with 2000 atoms Performance: 3.092 ns/day, 7.761 hours/ns, 35.792 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 | 27.814 | 27.814 | 27.814 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025133 | 0.025133 | 0.025133 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088242 | 0.088242 | 0.088242 | 0.0 | 0.32 Other | | 0.01095 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128084.0 ave 128084 max 128084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128084 Ave neighs/atom = 64.042000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.857696640208, Press = -0.123332092442544 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 595000 -8412.2542 -8412.2542 -8492.8285 -8492.8285 311.83082 311.83082 23748.776 23748.776 -24.429356 -24.429356 596000 -8415.909 -8415.909 -8495.5566 -8495.5566 308.24441 308.24441 23764.763 23764.763 -1647.6073 -1647.6073 Loop time of 28.3108 on 1 procs for 1000 steps with 2000 atoms Performance: 3.052 ns/day, 7.864 hours/ns, 35.322 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 | 28.186 | 28.186 | 28.186 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025173 | 0.025173 | 0.025173 | 0.0 | 0.09 Output | 3.69e-05 | 3.69e-05 | 3.69e-05 | 0.0 | 0.00 Modify | 0.088725 | 0.088725 | 0.088725 | 0.0 | 0.31 Other | | 0.01097 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.862321152355, Press = -0.0809911460098963 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 596000 -8415.909 -8415.909 -8495.5566 -8495.5566 308.24441 308.24441 23764.763 23764.763 -1647.6073 -1647.6073 597000 -8409.2188 -8409.2188 -8492.5986 -8492.5986 322.6886 322.6886 23774.425 23774.425 -1699.3315 -1699.3315 Loop time of 28.1577 on 1 procs for 1000 steps with 2000 atoms Performance: 3.068 ns/day, 7.822 hours/ns, 35.514 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 | 28.033 | 28.033 | 28.033 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025047 | 0.025047 | 0.025047 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.088231 | 0.088231 | 0.088231 | 0.0 | 0.31 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.865529945909, Press = -0.00148737769049445 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 597000 -8409.2188 -8409.2188 -8492.5986 -8492.5986 322.6886 322.6886 23774.425 23774.425 -1699.3315 -1699.3315 598000 -8415.874 -8415.874 -8498.3848 -8498.3848 319.32532 319.32532 23742.391 23742.391 -415.3188 -415.3188 Loop time of 27.9567 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.766 hours/ns, 35.770 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 | 27.832 | 27.832 | 27.832 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025029 | 0.025029 | 0.025029 | 0.0 | 0.09 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.088303 | 0.088303 | 0.088303 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.868508058672, Press = 0.0173677132290673 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 598000 -8415.874 -8415.874 -8498.3848 -8498.3848 319.32532 319.32532 23742.391 23742.391 -415.3188 -415.3188 599000 -8412.4331 -8412.4331 -8493.1538 -8493.1538 312.39764 312.39764 23740.095 23740.095 489.21072 489.21072 Loop time of 28.0449 on 1 procs for 1000 steps with 2000 atoms Performance: 3.081 ns/day, 7.790 hours/ns, 35.657 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.918 | 27.918 | 27.918 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025622 | 0.025622 | 0.025622 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.090103 | 0.090103 | 0.090103 | 0.0 | 0.32 Other | | 0.01102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.870004285177, Press = 0.00589476850255799 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 599000 -8412.4331 -8412.4331 -8493.1538 -8493.1538 312.39764 312.39764 23740.095 23740.095 489.21072 489.21072 600000 -8415.879 -8415.879 -8497.7607 -8497.7607 316.89061 316.89061 23731.758 23731.758 191.82823 191.82823 Loop time of 27.9585 on 1 procs for 1000 steps with 2000 atoms Performance: 3.090 ns/day, 7.766 hours/ns, 35.767 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 | 27.835 | 27.835 | 27.835 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025114 | 0.025114 | 0.025114 | 0.0 | 0.09 Output | 2.34e-05 | 2.34e-05 | 2.34e-05 | 0.0 | 0.00 Modify | 0.087914 | 0.087914 | 0.087914 | 0.0 | 0.31 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128092.0 ave 128092 max 128092 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128092 Ave neighs/atom = 64.046000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.869045191246, Press = -0.0156821405991747 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 600000 -8415.879 -8415.879 -8497.7607 -8497.7607 316.89061 316.89061 23731.758 23731.758 191.82823 191.82823 601000 -8413.362 -8413.362 -8494.8974 -8494.8974 315.55052 315.55052 23739.351 23739.351 246.93875 246.93875 Loop time of 28.2473 on 1 procs for 1000 steps with 2000 atoms Performance: 3.059 ns/day, 7.846 hours/ns, 35.402 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 | 28.122 | 28.122 | 28.122 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0253 | 0.0253 | 0.0253 | 0.0 | 0.09 Output | 2.53e-05 | 2.53e-05 | 2.53e-05 | 0.0 | 0.00 Modify | 0.088958 | 0.088958 | 0.088958 | 0.0 | 0.31 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.867556170489, Press = -0.0214171872178667 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 601000 -8413.362 -8413.362 -8494.8974 -8494.8974 315.55052 315.55052 23739.351 23739.351 246.93875 246.93875 602000 -8414.4198 -8414.4198 -8495.9464 -8495.9464 315.51669 315.51669 23736.319 23736.319 308.08188 308.08188 Loop time of 27.9274 on 1 procs for 1000 steps with 2000 atoms Performance: 3.094 ns/day, 7.758 hours/ns, 35.807 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 | 27.801 | 27.801 | 27.801 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025101 | 0.025101 | 0.025101 | 0.0 | 0.09 Output | 2.59e-05 | 2.59e-05 | 2.59e-05 | 0.0 | 0.00 Modify | 0.089816 | 0.089816 | 0.089816 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128060.0 ave 128060 max 128060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128060 Ave neighs/atom = 64.030000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.866067995071, Press = -0.026428419052599 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 602000 -8414.4198 -8414.4198 -8495.9464 -8495.9464 315.51669 315.51669 23736.319 23736.319 308.08188 308.08188 603000 -8414.6283 -8414.6283 -8494.1599 -8494.1599 307.79542 307.79542 23731.336 23731.336 949.28398 949.28398 Loop time of 28.0444 on 1 procs for 1000 steps with 2000 atoms Performance: 3.081 ns/day, 7.790 hours/ns, 35.658 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 | 27.919 | 27.919 | 27.919 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025148 | 0.025148 | 0.025148 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.088672 | 0.088672 | 0.088672 | 0.0 | 0.32 Other | | 0.01105 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128002.0 ave 128002 max 128002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128002 Ave neighs/atom = 64.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.866308826105, Press = -0.041756451554987 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 603000 -8414.6283 -8414.6283 -8494.1599 -8494.1599 307.79542 307.79542 23731.336 23731.336 949.28398 949.28398 604000 -8413.9985 -8413.9985 -8494.1446 -8494.1446 310.17372 310.17372 23747.319 23747.319 -231.44129 -231.44129 Loop time of 27.8436 on 1 procs for 1000 steps with 2000 atoms Performance: 3.103 ns/day, 7.734 hours/ns, 35.915 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 | 27.719 | 27.719 | 27.719 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024977 | 0.024977 | 0.024977 | 0.0 | 0.09 Output | 5.76e-05 | 5.76e-05 | 5.76e-05 | 0.0 | 0.00 Modify | 0.088215 | 0.088215 | 0.088215 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128078.0 ave 128078 max 128078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128078 Ave neighs/atom = 64.039000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.868048737621, Press = -0.110870193700009 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 604000 -8413.9985 -8413.9985 -8494.1446 -8494.1446 310.17372 310.17372 23747.319 23747.319 -231.44129 -231.44129 605000 -8412.1887 -8412.1887 -8493.0273 -8493.0273 312.85366 312.85366 23771.542 23771.542 -1701.5694 -1701.5694 Loop time of 27.9955 on 1 procs for 1000 steps with 2000 atoms Performance: 3.086 ns/day, 7.777 hours/ns, 35.720 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 | 27.871 | 27.871 | 27.871 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024991 | 0.024991 | 0.024991 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.088665 | 0.088665 | 0.088665 | 0.0 | 0.32 Other | | 0.01097 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.874276429158, Press = -0.12157114810503 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 605000 -8412.1887 -8412.1887 -8493.0273 -8493.0273 312.85366 312.85366 23771.542 23771.542 -1701.5694 -1701.5694 606000 -8417.3033 -8417.3033 -8496.4759 -8496.4759 306.40602 306.40602 23776.729 23776.729 -2932.4365 -2932.4365 Loop time of 28.006 on 1 procs for 1000 steps with 2000 atoms Performance: 3.085 ns/day, 7.779 hours/ns, 35.707 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 | 27.881 | 27.881 | 27.881 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024883 | 0.024883 | 0.024883 | 0.0 | 0.09 Output | 2.72e-05 | 2.72e-05 | 2.72e-05 | 0.0 | 0.00 Modify | 0.088797 | 0.088797 | 0.088797 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.875729223124, Press = -0.0287735278886942 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 606000 -8417.3033 -8417.3033 -8496.4759 -8496.4759 306.40602 306.40602 23776.729 23776.729 -2932.4365 -2932.4365 607000 -8415.7491 -8415.7491 -8495.8539 -8495.8539 310.01381 310.01381 23769.461 23769.461 -2142.0897 -2142.0897 Loop time of 28.0072 on 1 procs for 1000 steps with 2000 atoms Performance: 3.085 ns/day, 7.780 hours/ns, 35.705 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 | 27.883 | 27.883 | 27.883 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025037 | 0.025037 | 0.025037 | 0.0 | 0.09 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.088235 | 0.088235 | 0.088235 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128026.0 ave 128026 max 128026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128026 Ave neighs/atom = 64.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877542380764, Press = 0.0882591493025623 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 607000 -8415.7491 -8415.7491 -8495.8539 -8495.8539 310.01381 310.01381 23769.461 23769.461 -2142.0897 -2142.0897 608000 -8413.7627 -8413.7627 -8494.4594 -8494.4594 312.30432 312.30432 23748.512 23748.512 -356.36563 -356.36563 Loop time of 27.7811 on 1 procs for 1000 steps with 2000 atoms Performance: 3.110 ns/day, 7.717 hours/ns, 35.996 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 | 27.657 | 27.657 | 27.657 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024863 | 0.024863 | 0.024863 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.088276 | 0.088276 | 0.088276 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877870267903, Press = 0.178456643999504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 608000 -8413.7627 -8413.7627 -8494.4594 -8494.4594 312.30432 312.30432 23748.512 23748.512 -356.36563 -356.36563 609000 -8416.063 -8416.063 -8496.742 -8496.742 312.23595 312.23595 23721.101 23721.101 1312.3273 1312.3273 Loop time of 27.5675 on 1 procs for 1000 steps with 2000 atoms Performance: 3.134 ns/day, 7.658 hours/ns, 36.275 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 | 27.444 | 27.444 | 27.444 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024707 | 0.024707 | 0.024707 | 0.0 | 0.09 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.087857 | 0.087857 | 0.087857 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.881645443297, Press = 0.0625842899779837 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 609000 -8416.063 -8416.063 -8496.742 -8496.742 312.23595 312.23595 23721.101 23721.101 1312.3273 1312.3273 610000 -8415.7828 -8415.7828 -8496.9076 -8496.9076 313.96103 313.96103 23721.833 23721.833 1176.8932 1176.8932 Loop time of 27.8637 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.889 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 | 27.739 | 27.739 | 27.739 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024991 | 0.024991 | 0.024991 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088539 | 0.088539 | 0.088539 | 0.0 | 0.32 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.884678587654, Press = 0.0246374038705342 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 610000 -8415.7828 -8415.7828 -8496.9076 -8496.9076 313.96103 313.96103 23721.833 23721.833 1176.8932 1176.8932 611000 -8415.2287 -8415.2287 -8495.4198 -8495.4198 310.34772 310.34772 23733.412 23733.412 521.23882 521.23882 Loop time of 28.1472 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.819 hours/ns, 35.527 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 | 28.022 | 28.022 | 28.022 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025167 | 0.025167 | 0.025167 | 0.0 | 0.09 Output | 2.79e-05 | 2.79e-05 | 2.79e-05 | 0.0 | 0.00 Modify | 0.088602 | 0.088602 | 0.088602 | 0.0 | 0.31 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.888822713385, Press = -0.0158674948720017 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 611000 -8415.2287 -8415.2287 -8495.4198 -8495.4198 310.34772 310.34772 23733.412 23733.412 521.23882 521.23882 612000 -8414.5661 -8414.5661 -8496.0195 -8496.0195 315.23303 315.23303 23743.76 23743.76 -349.87396 -349.87396 Loop time of 27.8071 on 1 procs for 1000 steps with 2000 atoms Performance: 3.107 ns/day, 7.724 hours/ns, 35.962 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 | 27.683 | 27.683 | 27.683 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024994 | 0.024994 | 0.024994 | 0.0 | 0.09 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.087989 | 0.087989 | 0.087989 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.888108257789, Press = -0.000486604638248427 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 612000 -8414.5661 -8414.5661 -8496.0195 -8496.0195 315.23303 315.23303 23743.76 23743.76 -349.87396 -349.87396 613000 -8417.786 -8417.786 -8499.1238 -8499.1238 314.78581 314.78581 23735.807 23735.807 -408.71166 -408.71166 Loop time of 27.8579 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.738 hours/ns, 35.896 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.734 | 27.734 | 27.734 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024993 | 0.024993 | 0.024993 | 0.0 | 0.09 Output | 2.68e-05 | 2.68e-05 | 2.68e-05 | 0.0 | 0.00 Modify | 0.088348 | 0.088348 | 0.088348 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.887515087733, Press = 0.00426988277061356 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 613000 -8417.786 -8417.786 -8499.1238 -8499.1238 314.78581 314.78581 23735.807 23735.807 -408.71166 -408.71166 614000 -8414.7203 -8414.7203 -8495.0878 -8495.0878 311.0305 311.0305 23716.699 23716.699 1661.7944 1661.7944 Loop time of 28.2456 on 1 procs for 1000 steps with 2000 atoms Performance: 3.059 ns/day, 7.846 hours/ns, 35.404 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 | 28.121 | 28.121 | 28.121 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025221 | 0.025221 | 0.025221 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088954 | 0.088954 | 0.088954 | 0.0 | 0.31 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.882519745245, Press = 0.0365404764576174 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 614000 -8414.7203 -8414.7203 -8495.0878 -8495.0878 311.0305 311.0305 23716.699 23716.699 1661.7944 1661.7944 615000 -8416.6975 -8416.6975 -8494.9121 -8494.9121 302.69861 302.69861 23685.985 23685.985 3827.3973 3827.3973 Loop time of 27.8646 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.888 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 | 27.741 | 27.741 | 27.741 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024993 | 0.024993 | 0.024993 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.087753 | 0.087753 | 0.087753 | 0.0 | 0.31 Other | | 0.01076 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.881097743832, Press = 0.0147946090380264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 615000 -8416.6975 -8416.6975 -8494.9121 -8494.9121 302.69861 302.69861 23685.985 23685.985 3827.3973 3827.3973 616000 -8411.4779 -8411.4779 -8494.5776 -8494.5776 321.60436 321.60436 23696.594 23696.594 3354.3246 3354.3246 Loop time of 27.6422 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.678 hours/ns, 36.177 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 | 27.519 | 27.519 | 27.519 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024864 | 0.024864 | 0.024864 | 0.0 | 0.09 Output | 2.23e-05 | 2.23e-05 | 2.23e-05 | 0.0 | 0.00 Modify | 0.087753 | 0.087753 | 0.087753 | 0.0 | 0.32 Other | | 0.01079 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128114.0 ave 128114 max 128114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128114 Ave neighs/atom = 64.057000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.881792640762, Press = -0.0989491186337244 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 616000 -8411.4779 -8411.4779 -8494.5776 -8494.5776 321.60436 321.60436 23696.594 23696.594 3354.3246 3354.3246 617000 -8414.4325 -8414.4325 -8496.1024 -8496.1024 316.07077 316.07077 23733.623 23733.623 384.39832 384.39832 Loop time of 27.9751 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.771 hours/ns, 35.746 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 | 27.851 | 27.851 | 27.851 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025064 | 0.025064 | 0.025064 | 0.0 | 0.09 Output | 3.32e-05 | 3.32e-05 | 3.32e-05 | 0.0 | 0.00 Modify | 0.08813 | 0.08813 | 0.08813 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128072.0 ave 128072 max 128072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128072 Ave neighs/atom = 64.036000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.88366954575, Press = -0.0912035396930528 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 617000 -8414.4325 -8414.4325 -8496.1024 -8496.1024 316.07077 316.07077 23733.623 23733.623 384.39832 384.39832 618000 -8411.551 -8411.551 -8493.552 -8493.552 317.35209 317.35209 23742.427 23742.427 195.5767 195.5767 Loop time of 28.3917 on 1 procs for 1000 steps with 2000 atoms Performance: 3.043 ns/day, 7.887 hours/ns, 35.222 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 | 28.266 | 28.266 | 28.266 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025249 | 0.025249 | 0.025249 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.089409 | 0.089409 | 0.089409 | 0.0 | 0.31 Other | | 0.01125 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.889414301151, Press = -0.0723236033621524 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 618000 -8411.551 -8411.551 -8493.552 -8493.552 317.35209 317.35209 23742.427 23742.427 195.5767 195.5767 619000 -8415.4781 -8415.4781 -8496.2286 -8496.2286 312.51262 312.51262 23757.466 23757.466 -1418.4454 -1418.4454 Loop time of 28.2149 on 1 procs for 1000 steps with 2000 atoms Performance: 3.062 ns/day, 7.837 hours/ns, 35.442 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 | 28.09 | 28.09 | 28.09 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025305 | 0.025305 | 0.025305 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088902 | 0.088902 | 0.088902 | 0.0 | 0.32 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.893177929225, Press = -0.0866023051400883 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 619000 -8415.4781 -8415.4781 -8496.2286 -8496.2286 312.51262 312.51262 23757.466 23757.466 -1418.4454 -1418.4454 620000 -8409.098 -8409.098 -8492.7335 -8492.7335 323.67805 323.67805 23785.871 23785.871 -2646.9322 -2646.9322 Loop time of 27.736 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.704 hours/ns, 36.054 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 | 27.613 | 27.613 | 27.613 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024896 | 0.024896 | 0.024896 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.087211 | 0.087211 | 0.087211 | 0.0 | 0.31 Other | | 0.01081 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.895996227126, Press = -0.0654047624674327 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 620000 -8409.098 -8409.098 -8492.7335 -8492.7335 323.67805 323.67805 23785.871 23785.871 -2646.9322 -2646.9322 621000 -8415.6858 -8415.6858 -8495.9424 -8495.9424 310.60117 310.60117 23786.874 23786.874 -3518.3342 -3518.3342 Loop time of 27.8339 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.732 hours/ns, 35.927 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.709 | 27.709 | 27.709 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025151 | 0.025151 | 0.025151 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.088562 | 0.088562 | 0.088562 | 0.0 | 0.32 Other | | 0.01085 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128022.0 ave 128022 max 128022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128022 Ave neighs/atom = 64.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.899284707211, Press = -0.00903697016411867 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 621000 -8415.6858 -8415.6858 -8495.9424 -8495.9424 310.60117 310.60117 23786.874 23786.874 -3518.3342 -3518.3342 622000 -8413.8171 -8413.8171 -8496.2067 -8496.2067 318.85635 318.85635 23770.016 23770.016 -2152.7916 -2152.7916 Loop time of 27.6942 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.693 hours/ns, 36.109 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 | 27.571 | 27.571 | 27.571 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024882 | 0.024882 | 0.024882 | 0.0 | 0.09 Output | 2.69e-05 | 2.69e-05 | 2.69e-05 | 0.0 | 0.00 Modify | 0.087456 | 0.087456 | 0.087456 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128006.0 ave 128006 max 128006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128006 Ave neighs/atom = 64.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.898885426399, Press = 0.0798674038036118 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 622000 -8413.8171 -8413.8171 -8496.2067 -8496.2067 318.85635 318.85635 23770.016 23770.016 -2152.7916 -2152.7916 623000 -8411.7826 -8411.7826 -8493.541 -8493.541 316.41361 316.41361 23748.489 23748.489 -247.05061 -247.05061 Loop time of 27.4138 on 1 procs for 1000 steps with 2000 atoms Performance: 3.152 ns/day, 7.615 hours/ns, 36.478 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 | 27.291 | 27.291 | 27.291 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024755 | 0.024755 | 0.024755 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.087415 | 0.087415 | 0.087415 | 0.0 | 0.32 Other | | 0.01073 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.898319772828, Press = 0.0598888353949509 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 623000 -8411.7826 -8411.7826 -8493.541 -8493.541 316.41361 316.41361 23748.489 23748.489 -247.05061 -247.05061 624000 -8416.4166 -8416.4166 -8495.3715 -8495.3715 305.5635 305.5635 23731.322 23731.322 582.92892 582.92892 Loop time of 27.7491 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.708 hours/ns, 36.037 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 | 27.625 | 27.625 | 27.625 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024922 | 0.024922 | 0.024922 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.087882 | 0.087882 | 0.087882 | 0.0 | 0.32 Other | | 0.01083 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.900518747934, Press = 0.0435428843711046 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 624000 -8416.4166 -8416.4166 -8495.3715 -8495.3715 305.5635 305.5635 23731.322 23731.322 582.92892 582.92892 625000 -8408.9068 -8408.9068 -8491.4067 -8491.4067 319.28335 319.28335 23731.405 23731.405 1406.4887 1406.4887 Loop time of 28.1957 on 1 procs for 1000 steps with 2000 atoms Performance: 3.064 ns/day, 7.832 hours/ns, 35.466 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 | 28.071 | 28.071 | 28.071 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025015 | 0.025015 | 0.025015 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.089075 | 0.089075 | 0.089075 | 0.0 | 0.32 Other | | 0.0109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128010.0 ave 128010 max 128010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128010 Ave neighs/atom = 64.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.904457177916, Press = -0.014951122761749 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 625000 -8408.9068 -8408.9068 -8491.4067 -8491.4067 319.28335 319.28335 23731.405 23731.405 1406.4887 1406.4887 626000 -8417.6872 -8417.6872 -8496.3555 -8496.3555 304.45434 304.45434 23694.218 23694.218 3003.0694 3003.0694 Loop time of 27.9552 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.765 hours/ns, 35.771 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 | 27.83 | 27.83 | 27.83 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025118 | 0.025118 | 0.025118 | 0.0 | 0.09 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.088879 | 0.088879 | 0.088879 | 0.0 | 0.32 Other | | 0.01113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128114.0 ave 128114 max 128114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128114 Ave neighs/atom = 64.057000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.906222342777, Press = -0.0431893802058166 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 626000 -8417.6872 -8417.6872 -8496.3555 -8496.3555 304.45434 304.45434 23694.218 23694.218 3003.0694 3003.0694 627000 -8408.6235 -8408.6235 -8493.1071 -8493.1071 326.96018 326.96018 23709.034 23709.034 2722.5643 2722.5643 Loop time of 28.0557 on 1 procs for 1000 steps with 2000 atoms Performance: 3.080 ns/day, 7.793 hours/ns, 35.643 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 | 27.931 | 27.931 | 27.931 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024981 | 0.024981 | 0.024981 | 0.0 | 0.09 Output | 5.61e-05 | 5.61e-05 | 5.61e-05 | 0.0 | 0.00 Modify | 0.088511 | 0.088511 | 0.088511 | 0.0 | 0.32 Other | | 0.01094 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128116.0 ave 128116 max 128116 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128116 Ave neighs/atom = 64.058000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.905953597582, Press = -0.183150410408297 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 627000 -8408.6235 -8408.6235 -8493.1071 -8493.1071 326.96018 326.96018 23709.034 23709.034 2722.5643 2722.5643 628000 -8415.1378 -8415.1378 -8496.4552 -8496.4552 314.70676 314.70676 23748.616 23748.616 -824.36172 -824.36172 Loop time of 27.8839 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.746 hours/ns, 35.863 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 | 27.76 | 27.76 | 27.76 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025198 | 0.025198 | 0.025198 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088286 | 0.088286 | 0.088286 | 0.0 | 0.32 Other | | 0.01082 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.910175592839, Press = -0.120147207715669 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 628000 -8415.1378 -8415.1378 -8496.4552 -8496.4552 314.70676 314.70676 23748.616 23748.616 -824.36172 -824.36172 629000 -8414.0977 -8414.0977 -8495.0033 -8495.0033 313.11322 313.11322 23755.113 23755.113 -978.40864 -978.40864 Loop time of 27.6373 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.677 hours/ns, 36.183 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 | 27.513 | 27.513 | 27.513 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024979 | 0.024979 | 0.024979 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088216 | 0.088216 | 0.088216 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.911907032163, Press = -0.0875599103984347 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 629000 -8414.0977 -8414.0977 -8495.0033 -8495.0033 313.11322 313.11322 23755.113 23755.113 -978.40864 -978.40864 630000 -8412.5116 -8412.5116 -8496.0628 -8496.0628 323.35195 323.35195 23766.818 23766.818 -1822.6434 -1822.6434 Loop time of 28.1458 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.818 hours/ns, 35.529 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 | 28.02 | 28.02 | 28.02 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025418 | 0.025418 | 0.025418 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089284 | 0.089284 | 0.089284 | 0.0 | 0.32 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128046.0 ave 128046 max 128046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128046 Ave neighs/atom = 64.023000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.914436405991, Press = -0.0683337823102544 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 630000 -8412.5116 -8412.5116 -8496.0628 -8496.0628 323.35195 323.35195 23766.818 23766.818 -1822.6434 -1822.6434 631000 -8416.3058 -8416.3058 -8495.0391 -8495.0391 304.7063 304.7063 23774.52 23774.52 -2436.8614 -2436.8614 Loop time of 28.0902 on 1 procs for 1000 steps with 2000 atoms Performance: 3.076 ns/day, 7.803 hours/ns, 35.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 | 27.966 | 27.966 | 27.966 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025061 | 0.025061 | 0.025061 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.088511 | 0.088511 | 0.088511 | 0.0 | 0.32 Other | | 0.01088 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128006.0 ave 128006 max 128006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128006 Ave neighs/atom = 64.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.918629915823, Press = -0.0242426025447584 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 631000 -8416.3058 -8416.3058 -8495.0391 -8495.0391 304.7063 304.7063 23774.52 23774.52 -2436.8614 -2436.8614 632000 -8413.4218 -8413.4218 -8492.5429 -8492.5429 306.2066 306.2066 23789.807 23789.807 -3003.2651 -3003.2651 Loop time of 27.7908 on 1 procs for 1000 steps with 2000 atoms Performance: 3.109 ns/day, 7.720 hours/ns, 35.983 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 | 27.666 | 27.666 | 27.666 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024982 | 0.024982 | 0.024982 | 0.0 | 0.09 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.088675 | 0.088675 | 0.088675 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128032.0 ave 128032 max 128032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128032 Ave neighs/atom = 64.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.920825852086, Press = 0.06124868294025 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 632000 -8413.4218 -8413.4218 -8492.5429 -8492.5429 306.2066 306.2066 23789.807 23789.807 -3003.2651 -3003.2651 633000 -8417.0514 -8417.0514 -8495.7891 -8495.7891 304.72312 304.72312 23760.045 23760.045 -1510.8966 -1510.8966 Loop time of 28.0789 on 1 procs for 1000 steps with 2000 atoms Performance: 3.077 ns/day, 7.800 hours/ns, 35.614 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 | 27.953 | 27.953 | 27.953 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02546 | 0.02546 | 0.02546 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.088856 | 0.088856 | 0.088856 | 0.0 | 0.32 Other | | 0.01111 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.921707105304, Press = 0.146903297174681 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 633000 -8417.0514 -8417.0514 -8495.7891 -8495.7891 304.72312 304.72312 23760.045 23760.045 -1510.8966 -1510.8966 634000 -8410.8062 -8410.8062 -8494.6583 -8494.6583 324.51624 324.51624 23745.609 23745.609 5.6103773 5.6103773 Loop time of 27.8744 on 1 procs for 1000 steps with 2000 atoms Performance: 3.100 ns/day, 7.743 hours/ns, 35.875 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 | 27.75 | 27.75 | 27.75 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025028 | 0.025028 | 0.025028 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088293 | 0.088293 | 0.088293 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128038.0 ave 128038 max 128038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128038 Ave neighs/atom = 64.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.92515018674, Press = 0.077564805212167 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 634000 -8410.8062 -8410.8062 -8494.6583 -8494.6583 324.51624 324.51624 23745.609 23745.609 5.6103773 5.6103773 635000 -8415.1301 -8415.1301 -8495.263 -8495.263 310.12271 310.12271 23728.813 23728.813 838.70743 838.70743 Loop time of 28.0255 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.785 hours/ns, 35.682 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 | 27.901 | 27.901 | 27.901 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025181 | 0.025181 | 0.025181 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.088446 | 0.088446 | 0.088446 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128030.0 ave 128030 max 128030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128030 Ave neighs/atom = 64.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.930331176424, Press = 0.049960591711135 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 635000 -8415.1301 -8415.1301 -8495.263 -8495.263 310.12271 310.12271 23728.813 23728.813 838.70743 838.70743 636000 -8410.9678 -8410.9678 -8493.9049 -8493.9049 320.97531 320.97531 23728.975 23728.975 1112.0539 1112.0539 Loop time of 27.6792 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.689 hours/ns, 36.128 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 | 27.556 | 27.556 | 27.556 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024726 | 0.024726 | 0.024726 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.087814 | 0.087814 | 0.087814 | 0.0 | 0.32 Other | | 0.01072 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.93270571253, Press = 0.0312420966948453 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 636000 -8410.9678 -8410.9678 -8493.9049 -8493.9049 320.97531 320.97531 23728.975 23728.975 1112.0539 1112.0539 637000 -8415.8656 -8415.8656 -8496.61 -8496.61 312.48898 312.48898 23698.887 23698.887 2703.5132 2703.5132 Loop time of 27.9182 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.755 hours/ns, 35.819 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 | 27.794 | 27.794 | 27.794 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02486 | 0.02486 | 0.02486 | 0.0 | 0.09 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088462 | 0.088462 | 0.088462 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.935678714773, Press = -0.0133619406835781 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 637000 -8415.8656 -8415.8656 -8496.61 -8496.61 312.48898 312.48898 23698.887 23698.887 2703.5132 2703.5132 638000 -8414.055 -8414.055 -8493.6441 -8493.6441 308.01833 308.01833 23690.474 23690.474 3696.3823 3696.3823 Loop time of 27.8371 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.733 hours/ns, 35.923 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 | 27.713 | 27.713 | 27.713 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024944 | 0.024944 | 0.024944 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.088061 | 0.088061 | 0.088061 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.937277698721, Press = -0.0919011800373163 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 638000 -8414.055 -8414.055 -8493.6441 -8493.6441 308.01833 308.01833 23690.474 23690.474 3696.3823 3696.3823 639000 -8418.6023 -8418.6023 -8497.0055 -8497.0055 303.42846 303.42846 23714.978 23714.978 1390.1345 1390.1345 Loop time of 28.0399 on 1 procs for 1000 steps with 2000 atoms Performance: 3.081 ns/day, 7.789 hours/ns, 35.663 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 | 27.913 | 27.913 | 27.913 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025192 | 0.025192 | 0.025192 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.090565 | 0.090565 | 0.090565 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128076.0 ave 128076 max 128076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128076 Ave neighs/atom = 64.038000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.934194318973, Press = -0.111661269259201 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 639000 -8418.6023 -8418.6023 -8497.0055 -8497.0055 303.42846 303.42846 23714.978 23714.978 1390.1345 1390.1345 640000 -8412.9218 -8412.9218 -8494.8222 -8494.8222 316.96324 316.96324 23748.275 23748.275 -460.95694 -460.95694 Loop time of 28.0093 on 1 procs for 1000 steps with 2000 atoms Performance: 3.085 ns/day, 7.780 hours/ns, 35.702 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 | 27.885 | 27.885 | 27.885 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025053 | 0.025053 | 0.025053 | 0.0 | 0.09 Output | 2.54e-05 | 2.54e-05 | 2.54e-05 | 0.0 | 0.00 Modify | 0.088363 | 0.088363 | 0.088363 | 0.0 | 0.32 Other | | 0.01091 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128090.0 ave 128090 max 128090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128090 Ave neighs/atom = 64.045000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.932669987908, Press = -0.101030044840929 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 640000 -8412.9218 -8412.9218 -8494.8222 -8494.8222 316.96324 316.96324 23748.275 23748.275 -460.95694 -460.95694 641000 -8411.031 -8411.031 -8494.2352 -8494.2352 322.0091 322.0091 23765.501 23765.501 -1516.039 -1516.039 Loop time of 27.8926 on 1 procs for 1000 steps with 2000 atoms Performance: 3.098 ns/day, 7.748 hours/ns, 35.852 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 | 27.768 | 27.768 | 27.768 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025136 | 0.025136 | 0.025136 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.08875 | 0.08875 | 0.08875 | 0.0 | 0.32 Other | | 0.01092 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.933456082206, Press = -0.0871029660413229 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 641000 -8411.031 -8411.031 -8494.2352 -8494.2352 322.0091 322.0091 23765.501 23765.501 -1516.039 -1516.039 642000 -8414.663 -8414.663 -8497.1154 -8497.1154 319.09919 319.09919 23769.265 23769.265 -2313.7392 -2313.7392 Loop time of 28.3137 on 1 procs for 1000 steps with 2000 atoms Performance: 3.052 ns/day, 7.865 hours/ns, 35.319 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.188 | 28.188 | 28.188 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025261 | 0.025261 | 0.025261 | 0.0 | 0.09 Output | 2.86e-05 | 2.86e-05 | 2.86e-05 | 0.0 | 0.00 Modify | 0.08912 | 0.08912 | 0.08912 | 0.0 | 0.31 Other | | 0.01107 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128034.0 ave 128034 max 128034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128034 Ave neighs/atom = 64.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.937142300152, Press = -0.0621448533779061 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 642000 -8414.663 -8414.663 -8497.1154 -8497.1154 319.09919 319.09919 23769.265 23769.265 -2313.7392 -2313.7392 643000 -8416.4392 -8416.4392 -8495.973 -8495.973 307.80383 307.80383 23775.296 23775.296 -2668.8425 -2668.8425 Loop time of 27.977 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.771 hours/ns, 35.744 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 | 27.852 | 27.852 | 27.852 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02566 | 0.02566 | 0.02566 | 0.0 | 0.09 Output | 6.62e-05 | 6.62e-05 | 6.62e-05 | 0.0 | 0.00 Modify | 0.088622 | 0.088622 | 0.088622 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128016.0 ave 128016 max 128016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128016 Ave neighs/atom = 64.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.9363724924, Press = -0.0156080713839858 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 643000 -8416.4392 -8416.4392 -8495.973 -8495.973 307.80383 307.80383 23775.296 23775.296 -2668.8425 -2668.8425 644000 -8413.723 -8413.723 -8495.2206 -8495.2206 315.40422 315.40422 23773.678 23773.678 -2253.4413 -2253.4413 Loop time of 28.3388 on 1 procs for 1000 steps with 2000 atoms Performance: 3.049 ns/day, 7.872 hours/ns, 35.287 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 | 28.213 | 28.213 | 28.213 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025279 | 0.025279 | 0.025279 | 0.0 | 0.09 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.08905 | 0.08905 | 0.08905 | 0.0 | 0.31 Other | | 0.01105 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128058.0 ave 128058 max 128058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128058 Ave neighs/atom = 64.029000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.936129360386, Press = 0.0595147949203983 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 644000 -8413.723 -8413.723 -8495.2206 -8495.2206 315.40422 315.40422 23773.678 23773.678 -2253.4413 -2253.4413 645000 -8413.3344 -8413.3344 -8495.3853 -8495.3853 317.54557 317.54557 23742.624 23742.624 -304.58996 -304.58996 Loop time of 28.0966 on 1 procs for 1000 steps with 2000 atoms Performance: 3.075 ns/day, 7.805 hours/ns, 35.591 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 | 27.972 | 27.972 | 27.972 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025116 | 0.025116 | 0.025116 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088631 | 0.088631 | 0.088631 | 0.0 | 0.32 Other | | 0.01093 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.935842290957, Press = 0.1279135292972 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 645000 -8413.3344 -8413.3344 -8495.3853 -8495.3853 317.54557 317.54557 23742.624 23742.624 -304.58996 -304.58996 646000 -8415.9158 -8415.9158 -8497.1125 -8497.1125 314.2394 314.2394 23724.985 23724.985 802.61385 802.61385 Loop time of 27.8623 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.891 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 | 27.738 | 27.738 | 27.738 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025044 | 0.025044 | 0.025044 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.088238 | 0.088238 | 0.088238 | 0.0 | 0.32 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.938998867176, Press = 0.0534339849639588 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 646000 -8415.9158 -8415.9158 -8497.1125 -8497.1125 314.2394 314.2394 23724.985 23724.985 802.61385 802.61385 647000 -8415.4081 -8415.4081 -8496.9489 -8496.9489 315.57164 315.57164 23733.716 23733.716 160.32105 160.32105 Loop time of 27.9925 on 1 procs for 1000 steps with 2000 atoms Performance: 3.087 ns/day, 7.776 hours/ns, 35.724 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 | 27.868 | 27.868 | 27.868 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025075 | 0.025075 | 0.025075 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088783 | 0.088783 | 0.088783 | 0.0 | 0.32 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128042.0 ave 128042 max 128042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128042 Ave neighs/atom = 64.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.939126877741, Press = 5.89264037333845e-05 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 647000 -8415.4081 -8415.4081 -8496.9489 -8496.9489 315.57164 315.57164 23733.716 23733.716 160.32105 160.32105 648000 -8414.4375 -8414.4375 -8494.4747 -8494.4747 309.75215 309.75215 23740.918 23740.918 45.765409 45.765409 Loop time of 27.6696 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.686 hours/ns, 36.141 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 | 27.546 | 27.546 | 27.546 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024811 | 0.024811 | 0.024811 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.087859 | 0.087859 | 0.087859 | 0.0 | 0.32 Other | | 0.0108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128010.0 ave 128010 max 128010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128010 Ave neighs/atom = 64.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.938109303384, Press = 0.00381326266212133 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 648000 -8414.4375 -8414.4375 -8494.4747 -8494.4747 309.75215 309.75215 23740.918 23740.918 45.765409 45.765409 649000 -8415.4753 -8415.4753 -8496.2796 -8496.2796 312.72109 312.72109 23734.599 23734.599 221.21828 221.21828 Loop time of 27.8638 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.889 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.739 | 27.739 | 27.739 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024992 | 0.024992 | 0.024992 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088561 | 0.088561 | 0.088561 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.934293621735, Press = 0.00496837096447094 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 649000 -8415.4753 -8415.4753 -8496.2796 -8496.2796 312.72109 312.72109 23734.599 23734.599 221.21828 221.21828 650000 -8414.6109 -8414.6109 -8494.4527 -8494.4527 308.99585 308.99585 23736.97 23736.97 364.81476 364.81476 Loop time of 28.0122 on 1 procs for 1000 steps with 2000 atoms Performance: 3.084 ns/day, 7.781 hours/ns, 35.699 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.886 | 27.886 | 27.886 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026174 | 0.026174 | 0.026174 | 0.0 | 0.09 Output | 3.46e-05 | 3.46e-05 | 3.46e-05 | 0.0 | 0.00 Modify | 0.088913 | 0.088913 | 0.088913 | 0.0 | 0.32 Other | | 0.01104 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.933591070463, Press = -0.0076874236921773 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 650000 -8414.6109 -8414.6109 -8494.4527 -8494.4527 308.99585 308.99585 23736.97 23736.97 364.81476 364.81476 651000 -8410.4998 -8410.4998 -8492.0879 -8492.0879 315.75402 315.75402 23740.414 23740.414 529.05934 529.05934 Loop time of 28.2246 on 1 procs for 1000 steps with 2000 atoms Performance: 3.061 ns/day, 7.840 hours/ns, 35.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 | 28.099 | 28.099 | 28.099 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025247 | 0.025247 | 0.025247 | 0.0 | 0.09 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.089005 | 0.089005 | 0.089005 | 0.0 | 0.32 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128064.0 ave 128064 max 128064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128064 Ave neighs/atom = 64.032000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.933661550212, Press = -0.0184585729103364 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 651000 -8410.4998 -8410.4998 -8492.0879 -8492.0879 315.75402 315.75402 23740.414 23740.414 529.05934 529.05934 652000 -8415.1134 -8415.1134 -8496.5223 -8496.5223 315.06096 315.06096 23733.338 23733.338 184.49219 184.49219 Loop time of 28.0603 on 1 procs for 1000 steps with 2000 atoms Performance: 3.079 ns/day, 7.795 hours/ns, 35.637 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 | 27.936 | 27.936 | 27.936 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025035 | 0.025035 | 0.025035 | 0.0 | 0.09 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.08852 | 0.08852 | 0.08852 | 0.0 | 0.32 Other | | 0.01087 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128104.0 ave 128104 max 128104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128104 Ave neighs/atom = 64.052000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.936493905408, Press = -0.0236581799335737 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 652000 -8415.1134 -8415.1134 -8496.5223 -8496.5223 315.06096 315.06096 23733.338 23733.338 184.49219 184.49219 653000 -8409.7438 -8409.7438 -8494.6516 -8494.6516 328.60216 328.60216 23745.138 23745.138 -162.10011 -162.10011 Loop time of 27.9757 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.771 hours/ns, 35.745 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 | 27.851 | 27.851 | 27.851 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025148 | 0.025148 | 0.025148 | 0.0 | 0.09 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088119 | 0.088119 | 0.088119 | 0.0 | 0.31 Other | | 0.01096 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128070.0 ave 128070 max 128070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128070 Ave neighs/atom = 64.035000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.940606260184, Press = -0.0618862910006303 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 653000 -8409.7438 -8409.7438 -8494.6516 -8494.6516 328.60216 328.60216 23745.138 23745.138 -162.10011 -162.10011 654000 -8414.1906 -8414.1906 -8493.1756 -8493.1756 305.68019 305.68019 23737.457 23737.457 316.34076 316.34076 Loop time of 27.8023 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.723 hours/ns, 35.968 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.678 | 27.678 | 27.678 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025082 | 0.025082 | 0.025082 | 0.0 | 0.09 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.088028 | 0.088028 | 0.088028 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.941284748984, Press = -0.0396216548651125 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 654000 -8414.1906 -8414.1906 -8493.1756 -8493.1756 305.68019 305.68019 23737.457 23737.457 316.34076 316.34076 655000 -8414.5757 -8414.5757 -8496.1843 -8496.1843 315.8339 315.8339 23747.976 23747.976 -560.83714 -560.83714 Loop time of 27.9657 on 1 procs for 1000 steps with 2000 atoms Performance: 3.089 ns/day, 7.768 hours/ns, 35.758 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 | 27.841 | 27.841 | 27.841 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025052 | 0.025052 | 0.025052 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088195 | 0.088195 | 0.088195 | 0.0 | 0.32 Other | | 0.01099 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128068.0 ave 128068 max 128068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128068 Ave neighs/atom = 64.034000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.943193887819, Press = -0.0805136497065428 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 655000 -8414.5757 -8414.5757 -8496.1843 -8496.1843 315.8339 315.8339 23747.976 23747.976 -560.83714 -560.83714 656000 -8414.4929 -8414.4929 -8494.7093 -8494.7093 310.44587 310.44587 23777.528 23777.528 -2551.8628 -2551.8628 Loop time of 27.7453 on 1 procs for 1000 steps with 2000 atoms Performance: 3.114 ns/day, 7.707 hours/ns, 36.042 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 | 27.622 | 27.622 | 27.622 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024944 | 0.024944 | 0.024944 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.087853 | 0.087853 | 0.087853 | 0.0 | 0.32 Other | | 0.01077 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128074.0 ave 128074 max 128074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128074 Ave neighs/atom = 64.037000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.942111272157, Press = -0.0682787162715079 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 656000 -8414.4929 -8414.4929 -8494.7093 -8494.7093 310.44587 310.44587 23777.528 23777.528 -2551.8628 -2551.8628 657000 -8413.349 -8413.349 -8494.4617 -8494.4617 313.91461 313.91461 23785.947 23785.947 -3113.5295 -3113.5295 Loop time of 28.069 on 1 procs for 1000 steps with 2000 atoms Performance: 3.078 ns/day, 7.797 hours/ns, 35.627 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 | 27.942 | 27.942 | 27.942 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02507 | 0.02507 | 0.02507 | 0.0 | 0.09 Output | 2.3e-05 | 2.3e-05 | 2.3e-05 | 0.0 | 0.00 Modify | 0.09084 | 0.09084 | 0.09084 | 0.0 | 0.32 Other | | 0.011 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128052.0 ave 128052 max 128052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128052 Ave neighs/atom = 64.026000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.946732705518, Press = 0.0154513112833896 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 657000 -8413.349 -8413.349 -8494.4617 -8494.4617 313.91461 313.91461 23785.947 23785.947 -3113.5295 -3113.5295 658000 -8417.5503 -8417.5503 -8496.5565 -8496.5565 305.76219 305.76219 23755.649 23755.649 -1543.0381 -1543.0381 Loop time of 27.9084 on 1 procs for 1000 steps with 2000 atoms Performance: 3.096 ns/day, 7.752 hours/ns, 35.831 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 | 27.784 | 27.784 | 27.784 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025121 | 0.025121 | 0.025121 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088583 | 0.088583 | 0.088583 | 0.0 | 0.32 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128044.0 ave 128044 max 128044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128044 Ave neighs/atom = 64.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.946750906359, Press = 0.063442387704643 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 658000 -8417.5503 -8417.5503 -8496.5565 -8496.5565 305.76219 305.76219 23755.649 23755.649 -1543.0381 -1543.0381 659000 -8412.9511 -8412.9511 -8496.4615 -8496.4615 323.19373 323.19373 23746.328 23746.328 -425.86964 -425.86964 Loop time of 27.5762 on 1 procs for 1000 steps with 2000 atoms Performance: 3.133 ns/day, 7.660 hours/ns, 36.263 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 | 27.453 | 27.453 | 27.453 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025049 | 0.025049 | 0.025049 | 0.0 | 0.09 Output | 2.17e-05 | 2.17e-05 | 2.17e-05 | 0.0 | 0.00 Modify | 0.087504 | 0.087504 | 0.087504 | 0.0 | 0.32 Other | | 0.01084 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128036.0 ave 128036 max 128036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128036 Ave neighs/atom = 64.018000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.945210246831, Press = 0.0223056903985303 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 659000 -8412.9511 -8412.9511 -8496.4615 -8496.4615 323.19373 323.19373 23746.328 23746.328 -425.86964 -425.86964 660000 -8417.0744 -8417.0744 -8498.0746 -8498.0746 313.47903 313.47903 23734.221 23734.221 -152.57537 -152.57537 Loop time of 27.9202 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.756 hours/ns, 35.816 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 | 27.796 | 27.796 | 27.796 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024881 | 0.024881 | 0.024881 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088405 | 0.088405 | 0.088405 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128024.0 ave 128024 max 128024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128024 Ave neighs/atom = 64.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.942878520894, Press = -0.00176444154085367 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 660000 -8417.0744 -8417.0744 -8498.0746 -8498.0746 313.47903 313.47903 23734.221 23734.221 -152.57537 -152.57537 661000 -8414.1189 -8414.1189 -8499.2046 -8499.2046 329.29014 329.29014 23735.217 23735.217 -184.46567 -184.46567 Loop time of 27.8805 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.745 hours/ns, 35.867 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 | 27.756 | 27.756 | 27.756 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025058 | 0.025058 | 0.025058 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.088297 | 0.088297 | 0.088297 | 0.0 | 0.32 Other | | 0.01098 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.942644661164, Press = 0.00782228767268866 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 661000 -8414.1189 -8414.1189 -8499.2046 -8499.2046 329.29014 329.29014 23735.217 23735.217 -184.46567 -184.46567 662000 -8415.1971 -8415.1971 -8497.2002 -8497.2002 317.36037 317.36037 23705.53 23705.53 2103.6709 2103.6709 Loop time of 28.0521 on 1 procs for 1000 steps with 2000 atoms Performance: 3.080 ns/day, 7.792 hours/ns, 35.648 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 | 27.928 | 27.928 | 27.928 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025061 | 0.025061 | 0.025061 | 0.0 | 0.09 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.088303 | 0.088303 | 0.088303 | 0.0 | 0.31 Other | | 0.01101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128050.0 ave 128050 max 128050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128050 Ave neighs/atom = 64.025000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.943582035661, Press = -0.00382237817522396 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 662000 -8415.1971 -8415.1971 -8497.2002 -8497.2002 317.36037 317.36037 23705.53 23705.53 2103.6709 2103.6709 663000 -8415.6539 -8415.6539 -8493.3152 -8493.3152 300.55737 300.55737 23688.314 23688.314 3923.462 3923.462 Loop time of 27.8862 on 1 procs for 1000 steps with 2000 atoms Performance: 3.098 ns/day, 7.746 hours/ns, 35.860 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 | 27.762 | 27.762 | 27.762 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024966 | 0.024966 | 0.024966 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.088117 | 0.088117 | 0.088117 | 0.0 | 0.32 Other | | 0.01086 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128048.0 ave 128048 max 128048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128048 Ave neighs/atom = 64.024000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.945544717393, Press = -0.0906154839338657 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 663000 -8415.6539 -8415.6539 -8493.3152 -8493.3152 300.55737 300.55737 23688.314 23688.314 3923.462 3923.462 664000 -8410.929 -8410.929 -8494.5397 -8494.5397 323.58241 323.58241 23730.379 23730.379 940.47232 940.47232 Loop time of 27.9543 on 1 procs for 1000 steps with 2000 atoms Performance: 3.091 ns/day, 7.765 hours/ns, 35.773 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 | 27.83 | 27.83 | 27.83 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02505 | 0.02505 | 0.02505 | 0.0 | 0.09 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.087946 | 0.087946 | 0.087946 | 0.0 | 0.31 Other | | 0.01106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128082.0 ave 128082 max 128082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128082 Ave neighs/atom = 64.041000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.949268929813, Press = -0.134931811565888 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 664000 -8410.929 -8410.929 -8494.5397 -8494.5397 323.58241 323.58241 23730.379 23730.379 940.47232 940.47232 665000 -8415.3355 -8415.3355 -8495.3336 -8495.3336 309.60093 309.60093 23745.367 23745.367 -454.97388 -454.97388 Loop time of 27.9035 on 1 procs for 1000 steps with 2000 atoms Performance: 3.096 ns/day, 7.751 hours/ns, 35.838 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 | 27.779 | 27.779 | 27.779 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025 | 0.025 | 0.025 | 0.0 | 0.09 Output | 4.02e-05 | 4.02e-05 | 4.02e-05 | 0.0 | 0.00 Modify | 0.088163 | 0.088163 | 0.088163 | 0.0 | 0.32 Other | | 0.01089 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128056.0 ave 128056 max 128056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128056 Ave neighs/atom = 64.028000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 23739.6695445928 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0