# 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_WuLeeSu_2017_NiCrFe__MO_912636107108_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 273.15*${_u_temperature} variable temp_converted equal 273.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 273.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 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.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 "273.15 - 0.2" variable T_up equal "273.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 -8509.4205 -8509.4205 -8580 -8580 273.15 273.15 23483.517 23483.517 3210.2079 3210.2079 1000 -8435.9444 -8435.9444 -8503.654 -8503.654 262.04313 262.04313 23730.161 23730.161 -1534.9751 -1534.9751 Loop time of 33.7635 on 1 procs for 1000 steps with 2000 atoms Performance: 2.559 ns/day, 9.379 hours/ns, 29.618 timesteps/s 83.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.587 | 33.587 | 33.587 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026095 | 0.026095 | 0.026095 | 0.0 | 0.08 Output | 4.57e-05 | 4.57e-05 | 4.57e-05 | 0.0 | 0.00 Modify | 0.11881 | 0.11881 | 0.11881 | 0.0 | 0.35 Other | | 0.03122 | | | 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: 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 -8435.9444 -8435.9444 -8503.654 -8503.654 262.04313 262.04313 23730.161 23730.161 -1534.9751 -1534.9751 2000 -8436.055 -8436.055 -8505.408 -8505.408 268.40347 268.40347 23708.258 23708.258 -187.15584 -187.15584 Loop time of 35.2108 on 1 procs for 1000 steps with 2000 atoms Performance: 2.454 ns/day, 9.781 hours/ns, 28.400 timesteps/s 84.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.068 | 35.068 | 35.068 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0465 | 0.0465 | 0.0465 | 0.0 | 0.13 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.085382 | 0.085382 | 0.085382 | 0.0 | 0.24 Other | | 0.01102 | | | 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 = 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 -8436.055 -8436.055 -8505.408 -8505.408 268.40347 268.40347 23708.258 23708.258 -187.15584 -187.15584 3000 -8437.4691 -8437.4691 -8505.8669 -8505.8669 264.70669 264.70669 23695.161 23695.161 638.80543 638.80543 Loop time of 35.0819 on 1 procs for 1000 steps with 2000 atoms Performance: 2.463 ns/day, 9.745 hours/ns, 28.505 timesteps/s 85.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.919 | 34.919 | 34.919 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046151 | 0.046151 | 0.046151 | 0.0 | 0.13 Output | 4.25e-05 | 4.25e-05 | 4.25e-05 | 0.0 | 0.00 Modify | 0.10619 | 0.10619 | 0.10619 | 0.0 | 0.30 Other | | 0.01094 | | | 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 3000 -8437.4691 -8437.4691 -8505.8669 -8505.8669 264.70669 264.70669 23695.161 23695.161 638.80543 638.80543 4000 -8434.6534 -8434.6534 -8506.7351 -8506.7351 278.96383 278.96383 23718.104 23718.104 -882.14936 -882.14936 Loop time of 32.8257 on 1 procs for 1000 steps with 2000 atoms Performance: 2.632 ns/day, 9.118 hours/ns, 30.464 timesteps/s 90.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 | 32.643 | 32.643 | 32.643 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036014 | 0.036014 | 0.036014 | 0.0 | 0.11 Output | 4.52e-05 | 4.52e-05 | 4.52e-05 | 0.0 | 0.00 Modify | 0.13562 | 0.13562 | 0.13562 | 0.0 | 0.41 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: 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 = 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 -8434.6534 -8434.6534 -8506.7351 -8506.7351 278.96383 278.96383 23718.104 23718.104 -882.14936 -882.14936 5000 -8438.0574 -8438.0574 -8505.8237 -8505.8237 262.26258 262.26258 23687.231 23687.231 1098.7558 1098.7558 Loop time of 33.8536 on 1 procs for 1000 steps with 2000 atoms Performance: 2.552 ns/day, 9.404 hours/ns, 29.539 timesteps/s 88.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.73 | 33.73 | 33.73 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02641 | 0.02641 | 0.02641 | 0.0 | 0.08 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.086401 | 0.086401 | 0.086401 | 0.0 | 0.26 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: 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 = 273.178301915764, Press = -574.122525694584 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.0574 -8438.0574 -8505.8237 -8505.8237 262.26258 262.26258 23687.231 23687.231 1098.7558 1098.7558 6000 -8435.4259 -8435.4259 -8506.0617 -8506.0617 273.36774 273.36774 23708.185 23708.185 -208.60747 -208.60747 Loop time of 34.2376 on 1 procs for 1000 steps with 2000 atoms Performance: 2.524 ns/day, 9.510 hours/ns, 29.208 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 | 34.109 | 34.109 | 34.109 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026391 | 0.026391 | 0.026391 | 0.0 | 0.08 Output | 2.87e-05 | 2.87e-05 | 2.87e-05 | 0.0 | 0.00 Modify | 0.090763 | 0.090763 | 0.090763 | 0.0 | 0.27 Other | | 0.01098 | | | 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 = 272.696524237469, Press = 3.55309090479831 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.4259 -8435.4259 -8506.0617 -8506.0617 273.36774 273.36774 23708.185 23708.185 -208.60747 -208.60747 7000 -8435.1473 -8435.1473 -8502.9972 -8502.9972 262.5861 262.5861 23742.947 23742.947 -2296.1769 -2296.1769 Loop time of 35.2593 on 1 procs for 1000 steps with 2000 atoms Performance: 2.450 ns/day, 9.794 hours/ns, 28.361 timesteps/s 85.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.091 | 35.091 | 35.091 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046454 | 0.046454 | 0.046454 | 0.0 | 0.13 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.11053 | 0.11053 | 0.11053 | 0.0 | 0.31 Other | | 0.011 | | | 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 = 272.869040707663, Press = -22.826708034705 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.1473 -8435.1473 -8502.9972 -8502.9972 262.5861 262.5861 23742.947 23742.947 -2296.1769 -2296.1769 8000 -8437.3988 -8437.3988 -8507.5256 -8507.5256 271.39777 271.39777 23671.527 23671.527 2348.4891 2348.4891 Loop time of 33.3095 on 1 procs for 1000 steps with 2000 atoms Performance: 2.594 ns/day, 9.253 hours/ns, 30.021 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 | 33.181 | 33.181 | 33.181 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026468 | 0.026468 | 0.026468 | 0.0 | 0.08 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.090965 | 0.090965 | 0.090965 | 0.0 | 0.27 Other | | 0.011 | | | 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: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.345008177835, Press = -29.3199977739563 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.3988 -8437.3988 -8507.5256 -8507.5256 271.39777 271.39777 23671.527 23671.527 2348.4891 2348.4891 9000 -8434.6536 -8434.6536 -8505.9521 -8505.9521 275.9328 275.9328 23696.434 23696.434 820.28452 820.28452 Loop time of 32.3757 on 1 procs for 1000 steps with 2000 atoms Performance: 2.669 ns/day, 8.993 hours/ns, 30.887 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 | 32.248 | 32.248 | 32.248 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026331 | 0.026331 | 0.026331 | 0.0 | 0.08 Output | 2.64e-05 | 2.64e-05 | 2.64e-05 | 0.0 | 0.00 Modify | 0.090485 | 0.090485 | 0.090485 | 0.0 | 0.28 Other | | 0.01097 | | | 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 = 273.154400921119, Press = 5.47174971652722 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.6536 -8434.6536 -8505.9521 -8505.9521 275.9328 275.9328 23696.434 23696.434 820.28452 820.28452 10000 -8437.9826 -8437.9826 -8507.4274 -8507.4274 268.75868 268.75868 23715.409 23715.409 -959.80651 -959.80651 Loop time of 34.5992 on 1 procs for 1000 steps with 2000 atoms Performance: 2.497 ns/day, 9.611 hours/ns, 28.902 timesteps/s 86.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 | 34.445 | 34.445 | 34.445 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02622 | 0.02622 | 0.02622 | 0.0 | 0.08 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.091875 | 0.091875 | 0.091875 | 0.0 | 0.27 Other | | 0.03607 | | | 0.10 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 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 = 272.74893417326, Press = -8.02765680938492 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.9826 -8437.9826 -8507.4274 -8507.4274 268.75868 268.75868 23715.409 23715.409 -959.80651 -959.80651 11000 -8436.3151 -8436.3151 -8508.5479 -8508.5479 279.54833 279.54833 23693.7 23693.7 523.09079 523.09079 Loop time of 33.8617 on 1 procs for 1000 steps with 2000 atoms Performance: 2.552 ns/day, 9.406 hours/ns, 29.532 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.71 | 33.71 | 33.71 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026281 | 0.026281 | 0.026281 | 0.0 | 0.08 Output | 4.44e-05 | 4.44e-05 | 4.44e-05 | 0.0 | 0.00 Modify | 0.11404 | 0.11404 | 0.11404 | 0.0 | 0.34 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: 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 = 272.698465715187, Press = -8.40781202219626 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.3151 -8436.3151 -8508.5479 -8508.5479 279.54833 279.54833 23693.7 23693.7 523.09079 523.09079 12000 -8436.9727 -8436.9727 -8507.3707 -8507.3707 272.44735 272.44735 23694.003 23694.003 722.12568 722.12568 Loop time of 33.0435 on 1 procs for 1000 steps with 2000 atoms Performance: 2.615 ns/day, 9.179 hours/ns, 30.263 timesteps/s 90.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.893 | 32.893 | 32.893 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04976 | 0.04976 | 0.04976 | 0.0 | 0.15 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089618 | 0.089618 | 0.089618 | 0.0 | 0.27 Other | | 0.01106 | | | 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 = 272.448424406635, Press = -0.915053669792817 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.9727 -8436.9727 -8507.3707 -8507.3707 272.44735 272.44735 23694.003 23694.003 722.12568 722.12568 13000 -8437.3263 -8437.3263 -8506.3496 -8506.3496 267.12732 267.12732 23731.496 23731.496 -1867.9317 -1867.9317 Loop time of 33.3607 on 1 procs for 1000 steps with 2000 atoms Performance: 2.590 ns/day, 9.267 hours/ns, 29.975 timesteps/s 89.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 | 33.212 | 33.212 | 33.212 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026499 | 0.026499 | 0.026499 | 0.0 | 0.08 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.11111 | 0.11111 | 0.11111 | 0.0 | 0.33 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: 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 = 272.415957768645, Press = -5.45972075766772 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.3263 -8437.3263 -8506.3496 -8506.3496 267.12732 267.12732 23731.496 23731.496 -1867.9317 -1867.9317 14000 -8436.2652 -8436.2652 -8507.8676 -8507.8676 277.10891 277.10891 23684.251 23684.251 1289.2057 1289.2057 Loop time of 33.7957 on 1 procs for 1000 steps with 2000 atoms Performance: 2.557 ns/day, 9.388 hours/ns, 29.590 timesteps/s 88.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.602 | 33.602 | 33.602 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026192 | 0.026192 | 0.026192 | 0.0 | 0.08 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.15618 | 0.15618 | 0.15618 | 0.0 | 0.46 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: 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 = 272.174070796225, Press = -10.1390285798796 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.2652 -8436.2652 -8507.8676 -8507.8676 277.10891 277.10891 23684.251 23684.251 1289.2057 1289.2057 15000 -8438.009 -8438.009 -8508.23 -8508.23 271.76268 271.76268 23677.306 23677.306 1624.2375 1624.2375 Loop time of 35.932 on 1 procs for 1000 steps with 2000 atoms Performance: 2.405 ns/day, 9.981 hours/ns, 27.830 timesteps/s 83.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 35.802 | 35.802 | 35.802 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026318 | 0.026318 | 0.026318 | 0.0 | 0.07 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.092478 | 0.092478 | 0.092478 | 0.0 | 0.26 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: 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 = 272.236265932756, Press = 4.47340209865323 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.009 -8438.009 -8508.23 -8508.23 271.76268 271.76268 23677.306 23677.306 1624.2375 1624.2375 16000 -8434.9422 -8434.9422 -8504.582 -8504.582 269.51338 269.51338 23735.678 23735.678 -1810.4107 -1810.4107 Loop time of 37.4426 on 1 procs for 1000 steps with 2000 atoms Performance: 2.308 ns/day, 10.401 hours/ns, 26.708 timesteps/s 80.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.272 | 37.272 | 37.272 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028749 | 0.028749 | 0.028749 | 0.0 | 0.08 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.13122 | 0.13122 | 0.13122 | 0.0 | 0.35 Other | | 0.01102 | | | 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 = 272.390567246316, Press = -1.88248072423571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.9422 -8434.9422 -8504.582 -8504.582 269.51338 269.51338 23735.678 23735.678 -1810.4107 -1810.4107 17000 -8435.7511 -8435.7511 -8505.9866 -8505.9866 271.8187 271.8187 23698.226 23698.226 677.22152 677.22152 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 83.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 | 35.785 | 35.785 | 35.785 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066201 | 0.066201 | 0.066201 | 0.0 | 0.18 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.089863 | 0.089863 | 0.089863 | 0.0 | 0.25 Other | | 0.0111 | | | 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: 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 = 272.544342744287, Press = -4.52334787165979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.7511 -8435.7511 -8505.9866 -8505.9866 271.8187 271.8187 23698.226 23698.226 677.22152 677.22152 18000 -8436.3843 -8436.3843 -8508.7354 -8508.7354 280.00618 280.00618 23693.943 23693.943 550.512 550.512 Loop time of 34.4593 on 1 procs for 1000 steps with 2000 atoms Performance: 2.507 ns/day, 9.572 hours/ns, 29.020 timesteps/s 86.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.332 | 34.332 | 34.332 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026065 | 0.026065 | 0.026065 | 0.0 | 0.08 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.090566 | 0.090566 | 0.090566 | 0.0 | 0.26 Other | | 0.01106 | | | 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: 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 = 272.808305369778, Press = -2.32250798401029 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.3843 -8436.3843 -8508.7354 -8508.7354 280.00618 280.00618 23693.943 23693.943 550.512 550.512 19000 -8435.2692 -8435.2692 -8506.6969 -8506.6969 276.43232 276.43232 23716.818 23716.818 -822.95151 -822.95151 Loop time of 36.3413 on 1 procs for 1000 steps with 2000 atoms Performance: 2.377 ns/day, 10.095 hours/ns, 27.517 timesteps/s 82.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.214 | 36.214 | 36.214 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026214 | 0.026214 | 0.026214 | 0.0 | 0.07 Output | 2.55e-05 | 2.55e-05 | 2.55e-05 | 0.0 | 0.00 Modify | 0.090628 | 0.090628 | 0.090628 | 0.0 | 0.25 Other | | 0.0109 | | | 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: 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 = 272.814026963055, Press = -0.771044519305453 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.2692 -8435.2692 -8506.6969 -8506.6969 276.43232 276.43232 23716.818 23716.818 -822.95151 -822.95151 20000 -8438.2091 -8438.2091 -8507.446 -8507.446 267.954 267.954 23718.974 23718.974 -1369.3639 -1369.3639 Loop time of 36.8974 on 1 procs for 1000 steps with 2000 atoms Performance: 2.342 ns/day, 10.249 hours/ns, 27.102 timesteps/s 81.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.729 | 36.729 | 36.729 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026501 | 0.026501 | 0.026501 | 0.0 | 0.07 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.13037 | 0.13037 | 0.13037 | 0.0 | 0.35 Other | | 0.01104 | | | 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 = 272.872103253066, Press = -7.77715009728499 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.2091 -8438.2091 -8507.446 -8507.446 267.954 267.954 23718.974 23718.974 -1369.3639 -1369.3639 21000 -8434.3793 -8434.3793 -8506.7854 -8506.7854 280.21905 280.21905 23657.261 23657.261 3494.7304 3494.7304 Loop time of 34.7322 on 1 procs for 1000 steps with 2000 atoms Performance: 2.488 ns/day, 9.648 hours/ns, 28.792 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 | 34.584 | 34.584 | 34.584 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026403 | 0.026403 | 0.026403 | 0.0 | 0.08 Output | 5.69e-05 | 5.69e-05 | 5.69e-05 | 0.0 | 0.00 Modify | 0.11032 | 0.11032 | 0.11032 | 0.0 | 0.32 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: 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 = 272.827546983199, Press = -1.90784153034175 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.3793 -8434.3793 -8506.7854 -8506.7854 280.21905 280.21905 23657.261 23657.261 3494.7304 3494.7304 22000 -8440.2035 -8440.2035 -8508.7154 -8508.7154 265.1481 265.1481 23713.005 23713.005 -1033.3033 -1033.3033 Loop time of 34.3308 on 1 procs for 1000 steps with 2000 atoms Performance: 2.517 ns/day, 9.536 hours/ns, 29.128 timesteps/s 87.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 | 34.163 | 34.163 | 34.163 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026196 | 0.026196 | 0.026196 | 0.0 | 0.08 Output | 3.42e-05 | 3.42e-05 | 3.42e-05 | 0.0 | 0.00 Modify | 0.1305 | 0.1305 | 0.1305 | 0.0 | 0.38 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: 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 = 272.740007249089, Press = 1.24717713103145 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8440.2035 -8440.2035 -8508.7154 -8508.7154 265.1481 265.1481 23713.005 23713.005 -1033.3033 -1033.3033 23000 -8435.3927 -8435.3927 -8506.2308 -8506.2308 274.15085 274.15085 23722.434 23722.434 -1095.4084 -1095.4084 Loop time of 35.9351 on 1 procs for 1000 steps with 2000 atoms Performance: 2.404 ns/day, 9.982 hours/ns, 27.828 timesteps/s 83.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 35.797 | 35.797 | 35.797 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026272 | 0.026272 | 0.026272 | 0.0 | 0.07 Output | 2.9e-05 | 2.9e-05 | 2.9e-05 | 0.0 | 0.00 Modify | 0.10058 | 0.10058 | 0.10058 | 0.0 | 0.28 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: 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 = 272.678244190784, Press = -4.2432330006331 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.3927 -8435.3927 -8506.2308 -8506.2308 274.15085 274.15085 23722.434 23722.434 -1095.4084 -1095.4084 24000 -8438.6996 -8438.6996 -8509.6381 -8509.6381 274.53921 274.53921 23680.452 23680.452 1212.7245 1212.7245 Loop time of 35.6699 on 1 procs for 1000 steps with 2000 atoms Performance: 2.422 ns/day, 9.908 hours/ns, 28.035 timesteps/s 83.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 | 35.541 | 35.541 | 35.541 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026442 | 0.026442 | 0.026442 | 0.0 | 0.07 Output | 4.77e-05 | 4.77e-05 | 4.77e-05 | 0.0 | 0.00 Modify | 0.090969 | 0.090969 | 0.090969 | 0.0 | 0.26 Other | | 0.01104 | | | 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: 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 = 272.591674647999, Press = -1.3780838037646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.6996 -8438.6996 -8509.6381 -8509.6381 274.53921 274.53921 23680.452 23680.452 1212.7245 1212.7245 25000 -8435.8494 -8435.8494 -8506.1849 -8506.1849 272.20556 272.20556 23719.268 23719.268 -839.35548 -839.35548 Loop time of 37.1293 on 1 procs for 1000 steps with 2000 atoms Performance: 2.327 ns/day, 10.314 hours/ns, 26.933 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.912 | 36.912 | 36.912 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02663 | 0.02663 | 0.02663 | 0.0 | 0.07 Output | 2.78e-05 | 2.78e-05 | 2.78e-05 | 0.0 | 0.00 Modify | 0.16004 | 0.16004 | 0.16004 | 0.0 | 0.43 Other | | 0.03104 | | | 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 = 272.594852348364, Press = 0.428603895150627 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.8494 -8435.8494 -8506.1849 -8506.1849 272.20556 272.20556 23719.268 23719.268 -839.35548 -839.35548 26000 -8439.3871 -8439.3871 -8507.3239 -8507.3239 262.92257 262.92257 23740.603 23740.603 -2745.0153 -2745.0153 Loop time of 34.6972 on 1 procs for 1000 steps with 2000 atoms Performance: 2.490 ns/day, 9.638 hours/ns, 28.821 timesteps/s 86.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.542 | 34.542 | 34.542 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026373 | 0.026373 | 0.026373 | 0.0 | 0.08 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.1181 | 0.1181 | 0.1181 | 0.0 | 0.34 Other | | 0.01099 | | | 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 = 272.453969075413, Press = -6.24933574220391 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8439.3871 -8439.3871 -8507.3239 -8507.3239 262.92257 262.92257 23740.603 23740.603 -2745.0153 -2745.0153 27000 -8434.6011 -8434.6011 -8506.0176 -8506.0176 276.38916 276.38916 23671.434 23671.434 2595.917 2595.917 Loop time of 36.4449 on 1 procs for 1000 steps with 2000 atoms Performance: 2.371 ns/day, 10.124 hours/ns, 27.439 timesteps/s 81.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.317 | 36.317 | 36.317 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026373 | 0.026373 | 0.026373 | 0.0 | 0.07 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.090552 | 0.090552 | 0.090552 | 0.0 | 0.25 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: 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 = 272.447094447078, Press = -1.57815596888517 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.6011 -8434.6011 -8506.0176 -8506.0176 276.38916 276.38916 23671.434 23671.434 2595.917 2595.917 28000 -8433.7983 -8433.7983 -8504.5944 -8504.5944 273.98831 273.98831 23708.044 23708.044 191.34851 191.34851 Loop time of 35.4382 on 1 procs for 1000 steps with 2000 atoms Performance: 2.438 ns/day, 9.844 hours/ns, 28.218 timesteps/s 84.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 | 35.29 | 35.29 | 35.29 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026348 | 0.026348 | 0.026348 | 0.0 | 0.07 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.11074 | 0.11074 | 0.11074 | 0.0 | 0.31 Other | | 0.0111 | | | 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 = 272.493841366633, Press = -0.0567791820908851 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.7983 -8433.7983 -8504.5944 -8504.5944 273.98831 273.98831 23708.044 23708.044 191.34851 191.34851 29000 -8434.4221 -8434.4221 -8504.9442 -8504.9442 272.92782 272.92782 23725.928 23725.928 -1219.8879 -1219.8879 Loop time of 34.2465 on 1 procs for 1000 steps with 2000 atoms Performance: 2.523 ns/day, 9.513 hours/ns, 29.200 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 | 34.115 | 34.115 | 34.115 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027148 | 0.027148 | 0.027148 | 0.0 | 0.08 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.092981 | 0.092981 | 0.092981 | 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: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 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 = 272.634207962239, Press = -1.81844347179083 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.4221 -8434.4221 -8504.9442 -8504.9442 272.92782 272.92782 23725.928 23725.928 -1219.8879 -1219.8879 30000 -8436.1842 -8436.1842 -8508.5458 -8508.5458 280.04678 280.04678 23678.323 23678.323 1612.2467 1612.2467 Loop time of 33.5536 on 1 procs for 1000 steps with 2000 atoms Performance: 2.575 ns/day, 9.320 hours/ns, 29.803 timesteps/s 89.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 | 33.406 | 33.406 | 33.406 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026211 | 0.026211 | 0.026211 | 0.0 | 0.08 Output | 2.66e-05 | 2.66e-05 | 2.66e-05 | 0.0 | 0.00 Modify | 0.11047 | 0.11047 | 0.11047 | 0.0 | 0.33 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: 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 = 272.653599207243, Press = -2.54601508710198 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.1842 -8436.1842 -8508.5458 -8508.5458 280.04678 280.04678 23678.323 23678.323 1612.2467 1612.2467 31000 -8433.8393 -8433.8393 -8505.8157 -8505.8157 278.55633 278.55633 23679.914 23679.914 2127.5007 2127.5007 Loop time of 32.8684 on 1 procs for 1000 steps with 2000 atoms Performance: 2.629 ns/day, 9.130 hours/ns, 30.424 timesteps/s 91.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 | 32.741 | 32.741 | 32.741 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026312 | 0.026312 | 0.026312 | 0.0 | 0.08 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.090193 | 0.090193 | 0.090193 | 0.0 | 0.27 Other | | 0.01092 | | | 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: 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 = 272.760165529409, Press = 4.47448869664179 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.8393 -8433.8393 -8505.8157 -8505.8157 278.55633 278.55633 23679.914 23679.914 2127.5007 2127.5007 32000 -8436.5833 -8436.5833 -8506.972 -8506.972 272.41188 272.41188 23745.046 23745.046 -2938.5049 -2938.5049 Loop time of 32.2245 on 1 procs for 1000 steps with 2000 atoms Performance: 2.681 ns/day, 8.951 hours/ns, 31.032 timesteps/s 93.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 | 32.096 | 32.096 | 32.096 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026207 | 0.026207 | 0.026207 | 0.0 | 0.08 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.091218 | 0.091218 | 0.091218 | 0.0 | 0.28 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: 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 = 272.811479182703, Press = -1.06018619607057 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.5833 -8436.5833 -8506.972 -8506.972 272.41188 272.41188 23745.046 23745.046 -2938.5049 -2938.5049 33000 -8433.3463 -8433.3463 -8506.0751 -8506.0751 281.46797 281.46797 23700.327 23700.327 485.46695 485.46695 Loop time of 32.3387 on 1 procs for 1000 steps with 2000 atoms Performance: 2.672 ns/day, 8.983 hours/ns, 30.923 timesteps/s 91.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 | 32.192 | 32.192 | 32.192 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046039 | 0.046039 | 0.046039 | 0.0 | 0.14 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.089393 | 0.089393 | 0.089393 | 0.0 | 0.28 Other | | 0.01094 | | | 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: 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 = 272.926191623864, Press = -2.18640064857613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.3463 -8433.3463 -8506.0751 -8506.0751 281.46797 281.46797 23700.327 23700.327 485.46695 485.46695 34000 -8437.1026 -8437.1026 -8507.3289 -8507.3289 271.78324 271.78324 23682.983 23682.983 1428.2532 1428.2532 Loop time of 33.6039 on 1 procs for 1000 steps with 2000 atoms Performance: 2.571 ns/day, 9.334 hours/ns, 29.758 timesteps/s 89.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.474 | 33.474 | 33.474 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02636 | 0.02636 | 0.02636 | 0.0 | 0.08 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.092455 | 0.092455 | 0.092455 | 0.0 | 0.28 Other | | 0.01099 | | | 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: 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 = 272.915993387759, Press = 0.355990013161894 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.1026 -8437.1026 -8507.3289 -8507.3289 271.78324 271.78324 23682.983 23682.983 1428.2532 1428.2532 35000 -8435.2029 -8435.2029 -8506.0147 -8506.0147 274.04902 274.04902 23742.156 23742.156 -2487.9264 -2487.9264 Loop time of 33.951 on 1 procs for 1000 steps with 2000 atoms Performance: 2.545 ns/day, 9.431 hours/ns, 29.454 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.772 | 33.772 | 33.772 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047576 | 0.047576 | 0.047576 | 0.0 | 0.14 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.12061 | 0.12061 | 0.12061 | 0.0 | 0.36 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: 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 = 272.87233354107, Press = -0.159264051469633 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.2029 -8435.2029 -8506.0147 -8506.0147 274.04902 274.04902 23742.156 23742.156 -2487.9264 -2487.9264 36000 -8438.4164 -8438.4164 -8508.9891 -8508.9891 273.12373 273.12373 23700.622 23700.622 -83.168853 -83.168853 Loop time of 33.0822 on 1 procs for 1000 steps with 2000 atoms Performance: 2.612 ns/day, 9.189 hours/ns, 30.228 timesteps/s 90.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 | 32.955 | 32.955 | 32.955 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026119 | 0.026119 | 0.026119 | 0.0 | 0.08 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.089586 | 0.089586 | 0.089586 | 0.0 | 0.27 Other | | 0.01094 | | | 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: 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 = 272.854409367127, Press = -3.72581141839303 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.4164 -8438.4164 -8508.9891 -8508.9891 273.12373 273.12373 23700.622 23700.622 -83.168853 -83.168853 37000 -8434.7717 -8434.7717 -8504.9714 -8504.9714 271.68004 271.68004 23665.894 23665.894 2983.2023 2983.2023 Loop time of 33.2085 on 1 procs for 1000 steps with 2000 atoms Performance: 2.602 ns/day, 9.225 hours/ns, 30.113 timesteps/s 90.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.08 | 33.08 | 33.08 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02666 | 0.02666 | 0.02666 | 0.0 | 0.08 Output | 2.9e-05 | 2.9e-05 | 2.9e-05 | 0.0 | 0.00 Modify | 0.090891 | 0.090891 | 0.090891 | 0.0 | 0.27 Other | | 0.01103 | | | 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 = 272.833696379249, Press = 0.863601274960296 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.7717 -8434.7717 -8504.9714 -8504.9714 271.68004 271.68004 23665.894 23665.894 2983.2023 2983.2023 38000 -8437.6838 -8437.6838 -8508.7842 -8508.7842 275.16591 275.16591 23717.623 23717.623 -1257.2863 -1257.2863 Loop time of 31.8833 on 1 procs for 1000 steps with 2000 atoms Performance: 2.710 ns/day, 8.856 hours/ns, 31.364 timesteps/s 92.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.736 | 31.736 | 31.736 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046015 | 0.046015 | 0.046015 | 0.0 | 0.14 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090496 | 0.090496 | 0.090496 | 0.0 | 0.28 Other | | 0.01089 | | | 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: 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 = 272.868104294696, Press = -0.0012610582982575 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.6838 -8437.6838 -8508.7842 -8508.7842 275.16591 275.16591 23717.623 23717.623 -1257.2863 -1257.2863 39000 -8435.6552 -8435.6552 -8506.6481 -8506.6481 274.75006 274.75006 23697.392 23697.392 457.26487 457.26487 Loop time of 30.4116 on 1 procs for 1000 steps with 2000 atoms Performance: 2.841 ns/day, 8.448 hours/ns, 32.882 timesteps/s 97.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.285 | 30.285 | 30.285 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025942 | 0.025942 | 0.025942 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.089237 | 0.089237 | 0.089237 | 0.0 | 0.29 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: 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 = 272.86889096765, Press = -1.32552465473938 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.6552 -8435.6552 -8506.6481 -8506.6481 274.75006 274.75006 23697.392 23697.392 457.26487 457.26487 40000 -8438.2031 -8438.2031 -8508.1124 -8508.1124 270.55612 270.55612 23691.327 23691.327 830.0919 830.0919 Loop time of 30.4564 on 1 procs for 1000 steps with 2000 atoms Performance: 2.837 ns/day, 8.460 hours/ns, 32.834 timesteps/s 97.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.278 | 30.278 | 30.278 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07637 | 0.07637 | 0.07637 | 0.0 | 0.25 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.090764 | 0.090764 | 0.090764 | 0.0 | 0.30 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: 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 = 272.796943193782, Press = 0.375653255304878 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.2031 -8438.2031 -8508.1124 -8508.1124 270.55612 270.55612 23691.327 23691.327 830.0919 830.0919 41000 -8433.8024 -8433.8024 -8505.6713 -8505.6713 278.14004 278.14004 23752.942 23752.942 -3241.3279 -3241.3279 Loop time of 29.9435 on 1 procs for 1000 steps with 2000 atoms Performance: 2.885 ns/day, 8.318 hours/ns, 33.396 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 | 29.814 | 29.814 | 29.814 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028613 | 0.028613 | 0.028613 | 0.0 | 0.10 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.08995 | 0.08995 | 0.08995 | 0.0 | 0.30 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 = 272.826886149934, Press = -0.248660359374254 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.8024 -8433.8024 -8505.6713 -8505.6713 278.14004 278.14004 23752.942 23752.942 -3241.3279 -3241.3279 42000 -8436.7587 -8436.7587 -8508.3931 -8508.3931 277.23284 277.23284 23696.832 23696.832 359.21171 359.21171 Loop time of 29.2898 on 1 procs for 1000 steps with 2000 atoms Performance: 2.950 ns/day, 8.136 hours/ns, 34.142 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.164 | 29.164 | 29.164 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025752 | 0.025752 | 0.025752 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088928 | 0.088928 | 0.088928 | 0.0 | 0.30 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: 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 = 272.85762569605, Press = -3.32145944348646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.7587 -8436.7587 -8508.3931 -8508.3931 277.23284 277.23284 23696.832 23696.832 359.21171 359.21171 43000 -8434.3916 -8434.3916 -8505.9974 -8505.9974 277.12184 277.12184 23676.545 23676.545 2281.5781 2281.5781 Loop time of 29.4915 on 1 procs for 1000 steps with 2000 atoms Performance: 2.930 ns/day, 8.192 hours/ns, 33.908 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.366 | 29.366 | 29.366 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02569 | 0.02569 | 0.02569 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.089382 | 0.089382 | 0.089382 | 0.0 | 0.30 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: 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 = 272.927217681848, Press = 0.858036294490727 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.3916 -8434.3916 -8505.9974 -8505.9974 277.12184 277.12184 23676.545 23676.545 2281.5781 2281.5781 44000 -8437.4346 -8437.4346 -8508.0725 -8508.0725 273.37596 273.37596 23724.719 23724.719 -1666.7821 -1666.7821 Loop time of 29.2867 on 1 procs for 1000 steps with 2000 atoms Performance: 2.950 ns/day, 8.135 hours/ns, 34.145 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.161 | 29.161 | 29.161 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02573 | 0.02573 | 0.02573 | 0.0 | 0.09 Output | 5.12e-05 | 5.12e-05 | 5.12e-05 | 0.0 | 0.00 Modify | 0.089357 | 0.089357 | 0.089357 | 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: 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 = 272.931678409098, Press = 0.0168127321817215 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.4346 -8437.4346 -8508.0725 -8508.0725 273.37596 273.37596 23724.719 23724.719 -1666.7821 -1666.7821 45000 -8434.8317 -8434.8317 -8506.7559 -8506.7559 278.35416 278.35416 23707.918 23707.918 -112.58973 -112.58973 Loop time of 29.0623 on 1 procs for 1000 steps with 2000 atoms Performance: 2.973 ns/day, 8.073 hours/ns, 34.409 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.937 | 28.937 | 28.937 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025591 | 0.025591 | 0.025591 | 0.0 | 0.09 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.088818 | 0.088818 | 0.088818 | 0.0 | 0.31 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: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 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 = 272.916336028244, Press = -1.27817180563287 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.8317 -8434.8317 -8506.7559 -8506.7559 278.35416 278.35416 23707.918 23707.918 -112.58973 -112.58973 46000 -8436.7121 -8436.7121 -8506.8075 -8506.8075 271.27654 271.27654 23681.341 23681.341 1630.8758 1630.8758 Loop time of 29.2968 on 1 procs for 1000 steps with 2000 atoms Performance: 2.949 ns/day, 8.138 hours/ns, 34.133 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.169 | 29.169 | 29.169 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027852 | 0.027852 | 0.027852 | 0.0 | 0.10 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.089131 | 0.089131 | 0.089131 | 0.0 | 0.30 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 = 272.960277033435, Press = 0.349481639526123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.7121 -8436.7121 -8506.8075 -8506.8075 271.27654 271.27654 23681.341 23681.341 1630.8758 1630.8758 47000 -8436.1242 -8436.1242 -8506.5478 -8506.5478 272.5464 272.5464 23751.229 23751.229 -3297.109 -3297.109 Loop time of 29.3156 on 1 procs for 1000 steps with 2000 atoms Performance: 2.947 ns/day, 8.143 hours/ns, 34.112 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.184 | 29.184 | 29.184 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025644 | 0.025644 | 0.025644 | 0.0 | 0.09 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.095037 | 0.095037 | 0.095037 | 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: 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 = 272.954832736597, Press = 0.397449626779954 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.1242 -8436.1242 -8506.5478 -8506.5478 272.5464 272.5464 23751.229 23751.229 -3297.109 -3297.109 48000 -8439.496 -8439.496 -8507.7958 -8507.7958 264.32731 264.32731 23690.945 23690.945 742.78505 742.78505 Loop time of 29.4144 on 1 procs for 1000 steps with 2000 atoms Performance: 2.937 ns/day, 8.171 hours/ns, 33.997 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.288 | 29.288 | 29.288 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02586 | 0.02586 | 0.02586 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.089745 | 0.089745 | 0.089745 | 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: 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 = 272.93125840752, Press = -2.4596443597127 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8439.496 -8439.496 -8507.7958 -8507.7958 264.32731 264.32731 23690.945 23690.945 742.78505 742.78505 49000 -8435.226 -8435.226 -8506.5349 -8506.5349 275.97304 275.97304 23690.948 23690.948 1145.8274 1145.8274 Loop time of 29.4604 on 1 procs for 1000 steps with 2000 atoms Performance: 2.933 ns/day, 8.183 hours/ns, 33.944 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.333 | 29.333 | 29.333 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027554 | 0.027554 | 0.027554 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.089179 | 0.089179 | 0.089179 | 0.0 | 0.30 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: 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 = 272.925944291585, Press = 0.310108940074927 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.226 -8435.226 -8506.5349 -8506.5349 275.97304 275.97304 23690.948 23690.948 1145.8274 1145.8274 50000 -8438.0719 -8438.0719 -8507.53 -8507.53 268.81019 268.81019 23722.92 23722.92 -1458.4233 -1458.4233 Loop time of 29.1207 on 1 procs for 1000 steps with 2000 atoms Performance: 2.967 ns/day, 8.089 hours/ns, 34.340 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.995 | 28.995 | 28.995 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025812 | 0.025812 | 0.025812 | 0.0 | 0.09 Output | 4.05e-05 | 4.05e-05 | 4.05e-05 | 0.0 | 0.00 Modify | 0.089268 | 0.089268 | 0.089268 | 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: 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 = 272.943027359667, Press = 0.0854552995349518 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.0719 -8438.0719 -8507.53 -8507.53 268.81019 268.81019 23722.92 23722.92 -1458.4233 -1458.4233 51000 -8437.0309 -8437.0309 -8508.2906 -8508.2906 275.78246 275.78246 23710.207 23710.207 -514.22433 -514.22433 Loop time of 29.2646 on 1 procs for 1000 steps with 2000 atoms Performance: 2.952 ns/day, 8.129 hours/ns, 34.171 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.138 | 29.138 | 29.138 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025724 | 0.025724 | 0.025724 | 0.0 | 0.09 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.090402 | 0.090402 | 0.090402 | 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: 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 = 272.949640403335, Press = -1.27473343584924 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.0309 -8437.0309 -8508.2906 -8508.2906 275.78246 275.78246 23710.207 23710.207 -514.22433 -514.22433 52000 -8436.4326 -8436.4326 -8506.9942 -8506.9942 273.0807 273.0807 23672.91 23672.91 2180.4713 2180.4713 Loop time of 29.4421 on 1 procs for 1000 steps with 2000 atoms Performance: 2.935 ns/day, 8.178 hours/ns, 33.965 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.316 | 29.316 | 29.316 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025709 | 0.025709 | 0.025709 | 0.0 | 0.09 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.08937 | 0.08937 | 0.08937 | 0.0 | 0.30 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: 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 = 272.89304487259, Press = 0.420941144368084 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.4326 -8436.4326 -8506.9942 -8506.9942 273.0807 273.0807 23672.91 23672.91 2180.4713 2180.4713 53000 -8438.8171 -8438.8171 -8507.2593 -8507.2593 264.87864 264.87864 23754.711 23754.711 -3808.3491 -3808.3491 Loop time of 29.4183 on 1 procs for 1000 steps with 2000 atoms Performance: 2.937 ns/day, 8.172 hours/ns, 33.992 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.292 | 29.292 | 29.292 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025895 | 0.025895 | 0.025895 | 0.0 | 0.09 Output | 2.24e-05 | 2.24e-05 | 2.24e-05 | 0.0 | 0.00 Modify | 0.089373 | 0.089373 | 0.089373 | 0.0 | 0.30 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: 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 = 272.884583113948, Press = 1.27983186657668 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.8171 -8438.8171 -8507.2593 -8507.2593 264.87864 264.87864 23754.711 23754.711 -3808.3491 -3808.3491 54000 -8435.9167 -8435.9167 -8508.6547 -8508.6547 281.50359 281.50359 23725.876 23725.876 -1629.2562 -1629.2562 Loop time of 29.3472 on 1 procs for 1000 steps with 2000 atoms Performance: 2.944 ns/day, 8.152 hours/ns, 34.075 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.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025865 | 0.025865 | 0.025865 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.089308 | 0.089308 | 0.089308 | 0.0 | 0.30 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: 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 = 272.882509096842, Press = -2.02536099459541 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.9167 -8435.9167 -8508.6547 -8508.6547 281.50359 281.50359 23725.876 23725.876 -1629.2562 -1629.2562 55000 -8438.975 -8438.975 -8508.4802 -8508.4802 268.99208 268.99208 23674.318 23674.318 1885.3796 1885.3796 Loop time of 29.2587 on 1 procs for 1000 steps with 2000 atoms Performance: 2.953 ns/day, 8.127 hours/ns, 34.178 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.025684 | 0.025684 | 0.025684 | 0.0 | 0.09 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.089147 | 0.089147 | 0.089147 | 0.0 | 0.30 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: 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 = 272.842604826291, Press = 0.00548808062916736 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8438.975 -8438.975 -8508.4802 -8508.4802 268.99208 268.99208 23674.318 23674.318 1885.3796 1885.3796 56000 -8433.3263 -8433.3263 -8505.3109 -8505.3109 278.58783 278.58783 23719.424 23719.424 -663.36178 -663.36178 Loop time of 29.4254 on 1 procs for 1000 steps with 2000 atoms Performance: 2.936 ns/day, 8.174 hours/ns, 33.984 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.299 | 29.299 | 29.299 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025728 | 0.025728 | 0.025728 | 0.0 | 0.09 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.089345 | 0.089345 | 0.089345 | 0.0 | 0.30 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: 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 = 272.856620656613, Press = 0.6559221229768 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.3263 -8433.3263 -8505.3109 -8505.3109 278.58783 278.58783 23719.424 23719.424 -663.36178 -663.36178 57000 -8437.0367 -8437.0367 -8506.8702 -8506.8702 270.26259 270.26259 23721.697 23721.697 -1254.6914 -1254.6914 Loop time of 29.5503 on 1 procs for 1000 steps with 2000 atoms Performance: 2.924 ns/day, 8.208 hours/ns, 33.841 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.424 | 29.424 | 29.424 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025839 | 0.025839 | 0.025839 | 0.0 | 0.09 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.089915 | 0.089915 | 0.089915 | 0.0 | 0.30 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: 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 = 272.880714807056, Press = -0.620887232241345 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.0367 -8437.0367 -8506.8702 -8506.8702 270.26259 270.26259 23721.697 23721.697 -1254.6914 -1254.6914 58000 -8433.8078 -8433.8078 -8506.1215 -8506.1215 279.86155 279.86155 23683.951 23683.951 1802.8046 1802.8046 Loop time of 29.5346 on 1 procs for 1000 steps with 2000 atoms Performance: 2.925 ns/day, 8.204 hours/ns, 33.859 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.407 | 29.407 | 29.407 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025927 | 0.025927 | 0.025927 | 0.0 | 0.09 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.090717 | 0.090717 | 0.090717 | 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: 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 = 272.902325511768, Press = -0.645316810265915 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.8078 -8433.8078 -8506.1215 -8506.1215 279.86155 279.86155 23683.951 23683.951 1802.8046 1802.8046 59000 -8437.8668 -8437.8668 -8506.4306 -8506.4306 265.34877 265.34877 23679.972 23679.972 1774.5524 1774.5524 Loop time of 29.3487 on 1 procs for 1000 steps with 2000 atoms Performance: 2.944 ns/day, 8.152 hours/ns, 34.073 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.222 | 29.222 | 29.222 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02629 | 0.02629 | 0.02629 | 0.0 | 0.09 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.089556 | 0.089556 | 0.089556 | 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: 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 = 272.934241786624, Press = 1.87015450198236 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.8668 -8437.8668 -8506.4306 -8506.4306 265.34877 265.34877 23679.972 23679.972 1774.5524 1774.5524 60000 -8434.0696 -8434.0696 -8505.9394 -8505.9394 278.14347 278.14347 23745.206 23745.206 -2589.5742 -2589.5742 Loop time of 29.2498 on 1 procs for 1000 steps with 2000 atoms Performance: 2.954 ns/day, 8.125 hours/ns, 34.188 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.124 | 29.124 | 29.124 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025733 | 0.025733 | 0.025733 | 0.0 | 0.09 Output | 2.37e-05 | 2.37e-05 | 2.37e-05 | 0.0 | 0.00 Modify | 0.088668 | 0.088668 | 0.088668 | 0.0 | 0.30 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: 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 = 272.940847481292, Press = -0.27061430196955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.0696 -8434.0696 -8505.9394 -8505.9394 278.14347 278.14347 23745.206 23745.206 -2589.5742 -2589.5742 61000 -8439.2782 -8439.2782 -8509.6053 -8509.6053 272.17322 272.17322 23691.37 23691.37 542.97778 542.97778 Loop time of 29.5849 on 1 procs for 1000 steps with 2000 atoms Performance: 2.920 ns/day, 8.218 hours/ns, 33.801 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.458 | 29.458 | 29.458 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026157 | 0.026157 | 0.026157 | 0.0 | 0.09 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.090192 | 0.090192 | 0.090192 | 0.0 | 0.30 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: 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 = 272.926681801779, Press = -0.592070389574805 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8439.2782 -8439.2782 -8509.6053 -8509.6053 272.17322 272.17322 23691.37 23691.37 542.97778 542.97778 62000 -8435.2997 -8435.2997 -8506.3326 -8506.3326 274.90472 274.90472 23700.171 23700.171 511.37858 511.37858 Loop time of 29.4157 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.289 | 29.289 | 29.289 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025959 | 0.025959 | 0.025959 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.089712 | 0.089712 | 0.089712 | 0.0 | 0.30 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: 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 = 272.904848021768, Press = 0.746520007011136 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8435.2997 -8435.2997 -8506.3326 -8506.3326 274.90472 274.90472 23700.171 23700.171 511.37858 511.37858 63000 -8441.0141 -8441.0141 -8507.9435 -8507.9435 259.0234 259.0234 23722.217 23722.217 -1432.5406 -1432.5406 Loop time of 29.189 on 1 procs for 1000 steps with 2000 atoms Performance: 2.960 ns/day, 8.108 hours/ns, 34.259 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.064 | 29.064 | 29.064 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025668 | 0.025668 | 0.025668 | 0.0 | 0.09 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.088887 | 0.088887 | 0.088887 | 0.0 | 0.30 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 = 272.883586117106, Press = -0.479826786247319 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8441.0141 -8441.0141 -8507.9435 -8507.9435 259.0234 259.0234 23722.217 23722.217 -1432.5406 -1432.5406 64000 -8434.9093 -8434.9093 -8505.179 -8505.179 271.95094 271.95094 23687.222 23687.222 1602.8183 1602.8183 Loop time of 29.4212 on 1 procs for 1000 steps with 2000 atoms Performance: 2.937 ns/day, 8.173 hours/ns, 33.989 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.296 | 29.296 | 29.296 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0255 | 0.0255 | 0.0255 | 0.0 | 0.09 Output | 2.87e-05 | 2.87e-05 | 2.87e-05 | 0.0 | 0.00 Modify | 0.089113 | 0.089113 | 0.089113 | 0.0 | 0.30 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: 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 = 272.862429075595, Press = -0.981070938755681 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8434.9093 -8434.9093 -8505.179 -8505.179 271.95094 271.95094 23687.222 23687.222 1602.8183 1602.8183 65000 -8432.8733 -8432.8733 -8505.5236 -8505.5236 281.16391 281.16391 23681.91 23681.91 2010.2198 2010.2198 Loop time of 29.1409 on 1 procs for 1000 steps with 2000 atoms Performance: 2.965 ns/day, 8.095 hours/ns, 34.316 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.015 | 29.015 | 29.015 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025924 | 0.025924 | 0.025924 | 0.0 | 0.09 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.088756 | 0.088756 | 0.088756 | 0.0 | 0.30 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: 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 = 272.868605380442, Press = 2.02201436087534 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8432.8733 -8432.8733 -8505.5236 -8505.5236 281.16391 281.16391 23681.91 23681.91 2010.2198 2010.2198 66000 -8436.7007 -8436.7007 -8505.3525 -8505.3525 265.68958 265.68958 23730.065 23730.065 -1624.9863 -1624.9863 Loop time of 29.5204 on 1 procs for 1000 steps with 2000 atoms Performance: 2.927 ns/day, 8.200 hours/ns, 33.875 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.394 | 29.394 | 29.394 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02602 | 0.02602 | 0.02602 | 0.0 | 0.09 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.089853 | 0.089853 | 0.089853 | 0.0 | 0.30 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: 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 = 272.910551654666, Press = -0.0699276023531113 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.7007 -8436.7007 -8505.3525 -8505.3525 265.68958 265.68958 23730.065 23730.065 -1624.9863 -1624.9863 67000 -8432.1678 -8432.1678 -8506.1543 -8506.1543 286.33546 286.33546 23696.681 23696.681 908.04698 908.04698 Loop time of 29.4327 on 1 procs for 1000 steps with 2000 atoms Performance: 2.936 ns/day, 8.176 hours/ns, 33.976 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.306 | 29.306 | 29.306 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026011 | 0.026011 | 0.026011 | 0.0 | 0.09 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.089582 | 0.089582 | 0.089582 | 0.0 | 0.30 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: 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 = 272.926019167794, Press = -0.368375307901983 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8432.1678 -8432.1678 -8506.1543 -8506.1543 286.33546 286.33546 23696.681 23696.681 908.04698 908.04698 68000 -8437.0117 -8437.0117 -8505.3697 -8505.3697 264.55258 264.55258 23695.595 23695.595 881.76698 881.76698 Loop time of 29.4634 on 1 procs for 1000 steps with 2000 atoms Performance: 2.932 ns/day, 8.184 hours/ns, 33.940 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.337 | 29.337 | 29.337 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025806 | 0.025806 | 0.025806 | 0.0 | 0.09 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.089708 | 0.089708 | 0.089708 | 0.0 | 0.30 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: 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 = 272.971284834825, Press = 0.938300872040018 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.0117 -8437.0117 -8505.3697 -8505.3697 264.55258 264.55258 23695.595 23695.595 881.76698 881.76698 69000 -8433.722 -8433.722 -8505.2563 -8505.2563 276.84526 276.84526 23741.094 23741.094 -2106.5272 -2106.5272 Loop time of 29.6123 on 1 procs for 1000 steps with 2000 atoms Performance: 2.918 ns/day, 8.226 hours/ns, 33.770 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.485 | 29.485 | 29.485 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026061 | 0.026061 | 0.026061 | 0.0 | 0.09 Output | 2.7e-05 | 2.7e-05 | 2.7e-05 | 0.0 | 0.00 Modify | 0.090061 | 0.090061 | 0.090061 | 0.0 | 0.30 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: 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 = 272.997991739468, Press = -0.20339316711343 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8433.722 -8433.722 -8505.2563 -8505.2563 276.84526 276.84526 23741.094 23741.094 -2106.5272 -2106.5272 70000 -8437.7137 -8437.7137 -8507.3397 -8507.3397 269.4598 269.4598 23676.562 23676.562 1902.492 1902.492 Loop time of 29.4198 on 1 procs for 1000 steps with 2000 atoms Performance: 2.937 ns/day, 8.172 hours/ns, 33.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 | 29.292 | 29.292 | 29.292 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026731 | 0.026731 | 0.026731 | 0.0 | 0.09 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.089697 | 0.089697 | 0.089697 | 0.0 | 0.30 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: 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 = 273.010502788419, Press = -0.735990685663552 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8437.7137 -8437.7137 -8507.3397 -8507.3397 269.4598 269.4598 23676.562 23676.562 1902.492 1902.492 71000 -8436.1574 -8436.1574 -8507.2949 -8507.2949 275.30923 275.30923 23681.1 23681.1 1689.6552 1689.6552 Loop time of 29.675 on 1 procs for 1000 steps with 2000 atoms Performance: 2.912 ns/day, 8.243 hours/ns, 33.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 | 29.548 | 29.548 | 29.548 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025903 | 0.025903 | 0.025903 | 0.0 | 0.09 Output | 3.38e-05 | 3.38e-05 | 3.38e-05 | 0.0 | 0.00 Modify | 0.090087 | 0.090087 | 0.090087 | 0.0 | 0.30 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 = 273.020585303064, Press = 1.16396493142903 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 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 -8436.1574 -8436.1574 -8507.2949 -8507.2949 275.30923 275.30923 23681.1 23681.1 1689.6552 1689.6552 72000 -8436.9005 -8436.9005 -8507.1369 -8507.1369 271.82237 271.82237 23737.138 23737.138 -2276.7901 -2276.7901 Loop time of 29.363 on 1 procs for 1000 steps with 2000 atoms Performance: 2.942 ns/day, 8.156 hours/ns, 34.057 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.236 | 29.236 | 29.236 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025826 | 0.025826 | 0.025826 | 0.0 | 0.09 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.089906 | 0.089906 | 0.089906 | 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: 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" 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_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 23704.8938051032 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0