# 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.8809780403971668*${_u_distance} variable latticeconst_converted equal 2.8809780403971668*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097804039717 Lattice spacing in x,y,z = 2.8809780 2.8809780 2.8809780 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.809780 28.809780 28.809780) 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 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_ChoiKimSeol_2017_CrMn__MO_671124822359_000 pair_coeff * * Cr #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23912.2170404509 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*1*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2170404509*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2170404509 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8119.0849 -8119.0849 -8200 -8200 313.15 313.15 23912.217 23912.217 3614.3172 3614.3172 1000 -8034.7316 -8034.7316 -8116.9191 -8116.9191 318.07431 318.07431 24192.555 24192.555 -939.11447 -939.11447 Loop time of 38.5679 on 1 procs for 1000 steps with 2000 atoms Performance: 2.240 ns/day, 10.713 hours/ns, 25.928 timesteps/s 78.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 38.449 | 38.449 | 38.449 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024846 | 0.024846 | 0.024846 | 0.0 | 0.06 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.083779 | 0.083779 | 0.083779 | 0.0 | 0.22 Other | | 0.01043 | | | 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: 224000.0 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 112.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8034.7316 -8034.7316 -8116.9191 -8116.9191 318.07431 318.07431 24192.555 24192.555 -939.11447 -939.11447 2000 -8034.3447 -8034.3447 -8118.9608 -8118.9608 327.47303 327.47303 24196.98 24196.98 -1582.3756 -1582.3756 Loop time of 36.246 on 1 procs for 1000 steps with 2000 atoms Performance: 2.384 ns/day, 10.068 hours/ns, 27.589 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 | 36.129 | 36.129 | 36.129 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024855 | 0.024855 | 0.024855 | 0.0 | 0.07 Output | 3.98e-05 | 3.98e-05 | 3.98e-05 | 0.0 | 0.00 Modify | 0.081477 | 0.081477 | 0.081477 | 0.0 | 0.22 Other | | 0.01047 | | | 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: 206564.0 ave 206564 max 206564 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206564 Ave neighs/atom = 103.28200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8034.3447 -8034.3447 -8118.9608 -8118.9608 327.47303 327.47303 24196.98 24196.98 -1582.3756 -1582.3756 3000 -8036.7986 -8036.7986 -8119.7713 -8119.7713 321.11318 321.11318 24178.976 24178.976 -506.68684 -506.68684 Loop time of 36.6686 on 1 procs for 1000 steps with 2000 atoms Performance: 2.356 ns/day, 10.186 hours/ns, 27.271 timesteps/s 82.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 | 36.471 | 36.471 | 36.471 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024874 | 0.024874 | 0.024874 | 0.0 | 0.07 Output | 4.17e-05 | 4.17e-05 | 4.17e-05 | 0.0 | 0.00 Modify | 0.14235 | 0.14235 | 0.14235 | 0.0 | 0.39 Other | | 0.03045 | | | 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: 206666.0 ave 206666 max 206666 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206666 Ave neighs/atom = 103.33300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8036.7986 -8036.7986 -8119.7713 -8119.7713 321.11318 321.11318 24178.976 24178.976 -506.68684 -506.68684 4000 -8033.2416 -8033.2416 -8119.0169 -8119.0169 331.95953 331.95953 24178.751 24178.751 -451.00732 -451.00732 Loop time of 37.4193 on 1 procs for 1000 steps with 2000 atoms Performance: 2.309 ns/day, 10.394 hours/ns, 26.724 timesteps/s 80.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.281 | 37.281 | 37.281 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024791 | 0.024791 | 0.024791 | 0.0 | 0.07 Output | 3.33e-05 | 3.33e-05 | 3.33e-05 | 0.0 | 0.00 Modify | 0.082158 | 0.082158 | 0.082158 | 0.0 | 0.22 Other | | 0.03142 | | | 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: 206678.0 ave 206678 max 206678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206678 Ave neighs/atom = 103.33900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8033.2416 -8033.2416 -8119.0169 -8119.0169 331.95953 331.95953 24178.751 24178.751 -451.00732 -451.00732 5000 -8037.8415 -8037.8415 -8116.7136 -8116.7136 305.24303 305.24303 24165.256 24165.256 1124.7621 1124.7621 Loop time of 39.2234 on 1 procs for 1000 steps with 2000 atoms Performance: 2.203 ns/day, 10.895 hours/ns, 25.495 timesteps/s 77.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 39.085 | 39.085 | 39.085 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02504 | 0.02504 | 0.02504 | 0.0 | 0.06 Output | 2.21e-05 | 2.21e-05 | 2.21e-05 | 0.0 | 0.00 Modify | 0.10222 | 0.10222 | 0.10222 | 0.0 | 0.26 Other | | 0.01068 | | | 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: 206744.0 ave 206744 max 206744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206744 Ave neighs/atom = 103.37200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.786248607198, Press = 62.1634895028475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8037.8415 -8037.8415 -8116.7136 -8116.7136 305.24303 305.24303 24165.256 24165.256 1124.7621 1124.7621 6000 -8034.5199 -8034.5199 -8117.4716 -8117.4716 321.03154 321.03154 24203.412 24203.412 -2259.4054 -2259.4054 Loop time of 37.1707 on 1 procs for 1000 steps with 2000 atoms Performance: 2.324 ns/day, 10.325 hours/ns, 26.903 timesteps/s 81.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.03 | 37.03 | 37.03 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044922 | 0.044922 | 0.044922 | 0.0 | 0.12 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.085653 | 0.085653 | 0.085653 | 0.0 | 0.23 Other | | 0.01038 | | | 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: 207024.0 ave 207024 max 207024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207024 Ave neighs/atom = 103.51200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.54231519117, Press = -2.22769991675479 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8034.5199 -8034.5199 -8117.4716 -8117.4716 321.03154 321.03154 24203.412 24203.412 -2259.4054 -2259.4054 7000 -8036.1811 -8036.1811 -8114.7359 -8114.7359 304.01512 304.01512 24184.276 24184.276 -252.31571 -252.31571 Loop time of 37.7769 on 1 procs for 1000 steps with 2000 atoms Performance: 2.287 ns/day, 10.494 hours/ns, 26.471 timesteps/s 79.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.591 | 37.591 | 37.591 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024783 | 0.024783 | 0.024783 | 0.0 | 0.07 Output | 2.34e-05 | 2.34e-05 | 2.34e-05 | 0.0 | 0.00 Modify | 0.14237 | 0.14237 | 0.14237 | 0.0 | 0.38 Other | | 0.0185 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206110.0 ave 206110 max 206110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206110 Ave neighs/atom = 103.05500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.244196593781, Press = -11.3932463845458 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8036.1811 -8036.1811 -8114.7359 -8114.7359 304.01512 304.01512 24184.276 24184.276 -252.31571 -252.31571 8000 -8036.5388 -8036.5388 -8117.0829 -8117.0829 311.71402 311.71402 24156.754 24156.754 1349.8628 1349.8628 Loop time of 36.4509 on 1 procs for 1000 steps with 2000 atoms Performance: 2.370 ns/day, 10.125 hours/ns, 27.434 timesteps/s 82.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 | 36.305 | 36.305 | 36.305 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.030074 | 0.030074 | 0.030074 | 0.0 | 0.08 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.10545 | 0.10545 | 0.10545 | 0.0 | 0.29 Other | | 0.01062 | | | 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: 206482.0 ave 206482 max 206482 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206482 Ave neighs/atom = 103.24100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.940472111775, Press = -11.1925400667063 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8036.5388 -8036.5388 -8117.0829 -8117.0829 311.71402 311.71402 24156.754 24156.754 1349.8628 1349.8628 9000 -8034.8399 -8034.8399 -8115.7998 -8115.7998 313.323 313.323 24183.118 24183.118 -350.26498 -350.26498 Loop time of 37.1279 on 1 procs for 1000 steps with 2000 atoms Performance: 2.327 ns/day, 10.313 hours/ns, 26.934 timesteps/s 81.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.967 | 36.967 | 36.967 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044819 | 0.044819 | 0.044819 | 0.0 | 0.12 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.10597 | 0.10597 | 0.10597 | 0.0 | 0.29 Other | | 0.01046 | | | 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: 207028.0 ave 207028 max 207028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207028 Ave neighs/atom = 103.51400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.753916878213, Press = 10.4971474297885 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8034.8399 -8034.8399 -8115.7998 -8115.7998 313.323 313.323 24183.118 24183.118 -350.26498 -350.26498 10000 -8038.7255 -8038.7255 -8120.7641 -8120.7641 317.49779 317.49779 24205.292 24205.292 -3030.4903 -3030.4903 Loop time of 40.2717 on 1 procs for 1000 steps with 2000 atoms Performance: 2.145 ns/day, 11.187 hours/ns, 24.831 timesteps/s 75.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 40.106 | 40.106 | 40.106 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026719 | 0.026719 | 0.026719 | 0.0 | 0.07 Output | 2.34e-05 | 2.34e-05 | 2.34e-05 | 0.0 | 0.00 Modify | 0.12834 | 0.12834 | 0.12834 | 0.0 | 0.32 Other | | 0.01079 | | | 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: 206486.0 ave 206486 max 206486 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206486 Ave neighs/atom = 103.24300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.66750217097, Press = -13.0150021847442 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8038.7255 -8038.7255 -8120.7641 -8120.7641 317.49779 317.49779 24205.292 24205.292 -3030.4903 -3030.4903 11000 -8034.7538 -8034.7538 -8114.2763 -8114.2763 307.76019 307.76019 24147.34 24147.34 2870.3097 2870.3097 Loop time of 38.622 on 1 procs for 1000 steps with 2000 atoms Performance: 2.237 ns/day, 10.728 hours/ns, 25.892 timesteps/s 77.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 38.48 | 38.48 | 38.48 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02565 | 0.02565 | 0.02565 | 0.0 | 0.07 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.08625 | 0.08625 | 0.08625 | 0.0 | 0.22 Other | | 0.03049 | | | 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: 206444.0 ave 206444 max 206444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206444 Ave neighs/atom = 103.22200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.588676958056, Press = -8.96034693197403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8034.7538 -8034.7538 -8114.2763 -8114.2763 307.76019 307.76019 24147.34 24147.34 2870.3097 2870.3097 12000 -8034.9583 -8034.9583 -8116.5262 -8116.5262 315.67636 315.67636 24165.225 24165.225 1281.6871 1281.6871 Loop time of 39.5241 on 1 procs for 1000 steps with 2000 atoms Performance: 2.186 ns/day, 10.979 hours/ns, 25.301 timesteps/s 76.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 | 39.281 | 39.281 | 39.281 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025412 | 0.025412 | 0.025412 | 0.0 | 0.06 Output | 2.15e-05 | 2.15e-05 | 2.15e-05 | 0.0 | 0.00 Modify | 0.18668 | 0.18668 | 0.18668 | 0.0 | 0.47 Other | | 0.0306 | | | 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: 207212.0 ave 207212 max 207212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207212 Ave neighs/atom = 103.60600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.746935983049, Press = 6.20601755153158 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8034.9583 -8034.9583 -8116.5262 -8116.5262 315.67636 315.67636 24165.225 24165.225 1281.6871 1281.6871 13000 -8034.6673 -8034.6673 -8115.5086 -8115.5086 312.86419 312.86419 24195.607 24195.607 -1234.1156 -1234.1156 Loop time of 37.6879 on 1 procs for 1000 steps with 2000 atoms Performance: 2.293 ns/day, 10.469 hours/ns, 26.534 timesteps/s 80.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.547 | 37.547 | 37.547 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025109 | 0.025109 | 0.025109 | 0.0 | 0.07 Output | 2.37e-05 | 2.37e-05 | 2.37e-05 | 0.0 | 0.00 Modify | 0.10555 | 0.10555 | 0.10555 | 0.0 | 0.28 Other | | 0.01043 | | | 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: 207360.0 ave 207360 max 207360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207360 Ave neighs/atom = 103.68000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.213793760254, Press = -2.94474747030447 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8034.6673 -8034.6673 -8115.5086 -8115.5086 312.86419 312.86419 24195.607 24195.607 -1234.1156 -1234.1156 14000 -8035.2882 -8035.2882 -8116.1837 -8116.1837 313.07401 313.07401 24170.837 24170.837 782.92986 782.92986 Loop time of 37.1153 on 1 procs for 1000 steps with 2000 atoms Performance: 2.328 ns/day, 10.310 hours/ns, 26.943 timesteps/s 81.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.994 | 36.994 | 36.994 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025216 | 0.025216 | 0.025216 | 0.0 | 0.07 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.085601 | 0.085601 | 0.085601 | 0.0 | 0.23 Other | | 0.01052 | | | 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: 206466.0 ave 206466 max 206466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206466 Ave neighs/atom = 103.23300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.297952760444, Press = -2.60662171521057 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8035.2882 -8035.2882 -8116.1837 -8116.1837 313.07401 313.07401 24170.837 24170.837 782.92986 782.92986 15000 -8034.9812 -8034.9812 -8113.564 -8113.564 304.12357 304.12357 24173.439 24173.439 886.07638 886.07638 Loop time of 38.6171 on 1 procs for 1000 steps with 2000 atoms Performance: 2.237 ns/day, 10.727 hours/ns, 25.895 timesteps/s 77.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 | 38.475 | 38.475 | 38.475 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024806 | 0.024806 | 0.024806 | 0.0 | 0.06 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.10532 | 0.10532 | 0.10532 | 0.0 | 0.27 Other | | 0.01175 | | | 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: 207118.0 ave 207118 max 207118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207118 Ave neighs/atom = 103.55900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.368470370967, Press = -0.817933952230891 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8034.9812 -8034.9812 -8113.564 -8113.564 304.12357 304.12357 24173.439 24173.439 886.07638 886.07638 16000 -8034.1172 -8034.1172 -8116.0083 -8116.0083 316.92698 316.92698 24208.859 24208.859 -2336.6576 -2336.6576 Loop time of 37.4187 on 1 procs for 1000 steps with 2000 atoms Performance: 2.309 ns/day, 10.394 hours/ns, 26.725 timesteps/s 80.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.278 | 37.278 | 37.278 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024844 | 0.024844 | 0.024844 | 0.0 | 0.07 Output | 2.34e-05 | 2.34e-05 | 2.34e-05 | 0.0 | 0.00 Modify | 0.10511 | 0.10511 | 0.10511 | 0.0 | 0.28 Other | | 0.01043 | | | 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: 206690.0 ave 206690 max 206690 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206690 Ave neighs/atom = 103.34500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.394880408967, Press = -2.4342034771276 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8034.1172 -8034.1172 -8116.0083 -8116.0083 316.92698 316.92698 24208.859 24208.859 -2336.6576 -2336.6576 17000 -8037.0913 -8037.0913 -8115.5971 -8115.5971 303.8254 303.8254 24165.327 24165.327 1139.5622 1139.5622 Loop time of 38.5852 on 1 procs for 1000 steps with 2000 atoms Performance: 2.239 ns/day, 10.718 hours/ns, 25.917 timesteps/s 78.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 38.423 | 38.423 | 38.423 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025026 | 0.025026 | 0.025026 | 0.0 | 0.06 Output | 2.98e-05 | 2.98e-05 | 2.98e-05 | 0.0 | 0.00 Modify | 0.12622 | 0.12622 | 0.12622 | 0.0 | 0.33 Other | | 0.01074 | | | 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: 206156.0 ave 206156 max 206156 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206156 Ave neighs/atom = 103.07800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.525006279172, Press = -7.3458843339389 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8037.0913 -8037.0913 -8115.5971 -8115.5971 303.8254 303.8254 24165.327 24165.327 1139.5622 1139.5622 18000 -8033.032 -8033.032 -8117.5715 -8117.5715 327.17658 327.17658 24145.85 24145.85 2352.7869 2352.7869 Loop time of 36.3073 on 1 procs for 1000 steps with 2000 atoms Performance: 2.380 ns/day, 10.085 hours/ns, 27.543 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 | 36.147 | 36.147 | 36.147 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044799 | 0.044799 | 0.044799 | 0.0 | 0.12 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.10545 | 0.10545 | 0.10545 | 0.0 | 0.29 Other | | 0.01039 | | | 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: 206822.0 ave 206822 max 206822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206822 Ave neighs/atom = 103.41100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.541249184431, Press = 1.7893904962022 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8033.032 -8033.032 -8117.5715 -8117.5715 327.17658 327.17658 24145.85 24145.85 2352.7869 2352.7869 19000 -8036.8255 -8036.8255 -8116.429 -8116.429 308.07367 308.07367 24203.242 24203.242 -1974.3336 -1974.3336 Loop time of 36.2869 on 1 procs for 1000 steps with 2000 atoms Performance: 2.381 ns/day, 10.080 hours/ns, 27.558 timesteps/s 84.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.132 | 36.132 | 36.132 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025031 | 0.025031 | 0.025031 | 0.0 | 0.07 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.1193 | 0.1193 | 0.1193 | 0.0 | 0.33 Other | | 0.01041 | | | 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: 207446.0 ave 207446 max 207446 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207446 Ave neighs/atom = 103.72300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.590929767088, Press = 0.781464750526985 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8036.8255 -8036.8255 -8116.429 -8116.429 308.07367 308.07367 24203.242 24203.242 -1974.3336 -1974.3336 20000 -8035.4587 -8035.4587 -8117.0481 -8117.0481 315.75947 315.75947 24182.167 24182.167 -522.68276 -522.68276 Loop time of 33.7138 on 1 procs for 1000 steps with 2000 atoms Performance: 2.563 ns/day, 9.365 hours/ns, 29.661 timesteps/s 88.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 | 33.593 | 33.593 | 33.593 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02464 | 0.02464 | 0.02464 | 0.0 | 0.07 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.085307 | 0.085307 | 0.085307 | 0.0 | 0.25 Other | | 0.01046 | | | 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: 206278.0 ave 206278 max 206278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206278 Ave neighs/atom = 103.13900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.429144113882, Press = -3.2504240362716 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8035.4587 -8035.4587 -8117.0481 -8117.0481 315.75947 315.75947 24182.167 24182.167 -522.68276 -522.68276 21000 -8036.5146 -8036.5146 -8117.3421 -8117.3421 312.81065 312.81065 24163.333 24163.333 843.49161 843.49161 Loop time of 32.6971 on 1 procs for 1000 steps with 2000 atoms Performance: 2.642 ns/day, 9.083 hours/ns, 30.584 timesteps/s 92.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.574 | 32.574 | 32.574 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02501 | 0.02501 | 0.02501 | 0.0 | 0.08 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.087379 | 0.087379 | 0.087379 | 0.0 | 0.27 Other | | 0.01048 | | | 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: 206618.0 ave 206618 max 206618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206618 Ave neighs/atom = 103.30900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.491529516116, Press = -1.74335522717039 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8036.5146 -8036.5146 -8117.3421 -8117.3421 312.81065 312.81065 24163.333 24163.333 843.49161 843.49161 22000 -8033.7064 -8033.7064 -8116.9166 -8116.9166 322.03219 322.03219 24195.225 24195.225 -1384.4528 -1384.4528 Loop time of 31.3793 on 1 procs for 1000 steps with 2000 atoms Performance: 2.753 ns/day, 8.716 hours/ns, 31.868 timesteps/s 95.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.258 | 31.258 | 31.258 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02495 | 0.02495 | 0.02495 | 0.0 | 0.08 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.085657 | 0.085657 | 0.085657 | 0.0 | 0.27 Other | | 0.01042 | | | 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: 206844.0 ave 206844 max 206844 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206844 Ave neighs/atom = 103.42200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.520229608942, Press = -0.295808331355827 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8033.7064 -8033.7064 -8116.9166 -8116.9166 322.03219 322.03219 24195.225 24195.225 -1384.4528 -1384.4528 23000 -8036.419 -8036.419 -8117.525 -8117.525 313.88893 313.88893 24181.704 24181.704 -563.39168 -563.39168 Loop time of 31.1859 on 1 procs for 1000 steps with 2000 atoms Performance: 2.770 ns/day, 8.663 hours/ns, 32.066 timesteps/s 96.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 | 31.063 | 31.063 | 31.063 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024884 | 0.024884 | 0.024884 | 0.0 | 0.08 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.087826 | 0.087826 | 0.087826 | 0.0 | 0.28 Other | | 0.01044 | | | 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: 206356.0 ave 206356 max 206356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206356 Ave neighs/atom = 103.17800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.441989428728, Press = -4.18021248299223 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8036.419 -8036.419 -8117.525 -8117.525 313.88893 313.88893 24181.704 24181.704 -563.39168 -563.39168 24000 -8032.8477 -8032.8477 -8114.3283 -8114.3283 315.33846 315.33846 24149.155 24149.155 2744.3802 2744.3802 Loop time of 32.0984 on 1 procs for 1000 steps with 2000 atoms Performance: 2.692 ns/day, 8.916 hours/ns, 31.154 timesteps/s 94.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.971 | 31.971 | 31.971 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025048 | 0.025048 | 0.025048 | 0.0 | 0.08 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.086143 | 0.086143 | 0.086143 | 0.0 | 0.27 Other | | 0.01612 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206622.0 ave 206622 max 206622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206622 Ave neighs/atom = 103.31100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.452486564218, Press = -0.562847185118058 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8032.8477 -8032.8477 -8114.3283 -8114.3283 315.33846 315.33846 24149.155 24149.155 2744.3802 2744.3802 25000 -8036.7425 -8036.7425 -8115.4019 -8115.4019 304.41985 304.41985 24190.821 24190.821 -858.5526 -858.5526 Loop time of 31.0451 on 1 procs for 1000 steps with 2000 atoms Performance: 2.783 ns/day, 8.624 hours/ns, 32.211 timesteps/s 96.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.924 | 30.924 | 30.924 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024799 | 0.024799 | 0.024799 | 0.0 | 0.08 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.085624 | 0.085624 | 0.085624 | 0.0 | 0.28 Other | | 0.01039 | | | 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: 207226.0 ave 207226 max 207226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207226 Ave neighs/atom = 103.61300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.471782693118, Press = 1.46168559111687 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8036.7425 -8036.7425 -8115.4019 -8115.4019 304.41985 304.41985 24190.821 24190.821 -858.5526 -858.5526 26000 -8033.8901 -8033.8901 -8114.5466 -8114.5466 312.14915 312.14915 24200.045 24200.045 -1548.0958 -1548.0958 Loop time of 30.3672 on 1 procs for 1000 steps with 2000 atoms Performance: 2.845 ns/day, 8.435 hours/ns, 32.930 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.246 | 30.246 | 30.246 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024973 | 0.024973 | 0.024973 | 0.0 | 0.08 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.086096 | 0.086096 | 0.086096 | 0.0 | 0.28 Other | | 0.01052 | | | 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: 206294.0 ave 206294 max 206294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206294 Ave neighs/atom = 103.14700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.457529657756, Press = -3.66676777265335 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8033.8901 -8033.8901 -8114.5466 -8114.5466 312.14915 312.14915 24200.045 24200.045 -1548.0958 -1548.0958 27000 -8037.0661 -8037.0661 -8116.8721 -8116.8721 308.85762 308.85762 24144.098 24144.098 2464.3406 2464.3406 Loop time of 29.97 on 1 procs for 1000 steps with 2000 atoms Performance: 2.883 ns/day, 8.325 hours/ns, 33.367 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.849 | 29.849 | 29.849 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025114 | 0.025114 | 0.025114 | 0.0 | 0.08 Output | 2.72e-05 | 2.72e-05 | 2.72e-05 | 0.0 | 0.00 Modify | 0.085202 | 0.085202 | 0.085202 | 0.0 | 0.28 Other | | 0.01037 | | | 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: 206204.0 ave 206204 max 206204 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206204 Ave neighs/atom = 103.10200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.363007394404, Press = -1.43178348810107 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8037.0661 -8037.0661 -8116.8721 -8116.8721 308.85762 308.85762 24144.098 24144.098 2464.3406 2464.3406 28000 -8035.7355 -8035.7355 -8118.3514 -8118.3514 319.73235 319.73235 24186.049 24186.049 -915.96862 -915.96862 Loop time of 29.7144 on 1 procs for 1000 steps with 2000 atoms Performance: 2.908 ns/day, 8.254 hours/ns, 33.654 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.594 | 29.594 | 29.594 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024812 | 0.024812 | 0.024812 | 0.0 | 0.08 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.085078 | 0.085078 | 0.085078 | 0.0 | 0.29 Other | | 0.01044 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207282.0 ave 207282 max 207282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207282 Ave neighs/atom = 103.64100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.376393830493, Press = 1.28282357515177 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8035.7355 -8035.7355 -8118.3514 -8118.3514 319.73235 319.73235 24186.049 24186.049 -915.96862 -915.96862 29000 -8037.9966 -8037.9966 -8119.2098 -8119.2098 314.30361 314.30361 24197.763 24197.763 -2085.4964 -2085.4964 Loop time of 30.2323 on 1 procs for 1000 steps with 2000 atoms Performance: 2.858 ns/day, 8.398 hours/ns, 33.077 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 | 30.111 | 30.111 | 30.111 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02485 | 0.02485 | 0.02485 | 0.0 | 0.08 Output | 2.89e-05 | 2.89e-05 | 2.89e-05 | 0.0 | 0.00 Modify | 0.086142 | 0.086142 | 0.086142 | 0.0 | 0.28 Other | | 0.0105 | | | 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: 206864.0 ave 206864 max 206864 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206864 Ave neighs/atom = 103.43200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.250258225114, Press = -2.48674584784854 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8037.9966 -8037.9966 -8119.2098 -8119.2098 314.30361 314.30361 24197.763 24197.763 -2085.4964 -2085.4964 30000 -8033.0515 -8033.0515 -8114.8657 -8114.8657 316.62967 316.62967 24137.921 24137.921 3485.1562 3485.1562 Loop time of 30.2252 on 1 procs for 1000 steps with 2000 atoms Performance: 2.859 ns/day, 8.396 hours/ns, 33.085 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 | 30.101 | 30.101 | 30.101 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024858 | 0.024858 | 0.024858 | 0.0 | 0.08 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.088696 | 0.088696 | 0.088696 | 0.0 | 0.29 Other | | 0.01053 | | | 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: 206458.0 ave 206458 max 206458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206458 Ave neighs/atom = 103.22900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.257604390197, Press = -2.40126148906455 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8033.0515 -8033.0515 -8114.8657 -8114.8657 316.62967 316.62967 24137.921 24137.921 3485.1562 3485.1562 31000 -8036.9958 -8036.9958 -8117.2921 -8117.2921 310.75512 310.75512 24170.093 24170.093 306.12533 306.12533 Loop time of 30.0889 on 1 procs for 1000 steps with 2000 atoms Performance: 2.871 ns/day, 8.358 hours/ns, 33.235 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.967 | 29.967 | 29.967 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024774 | 0.024774 | 0.024774 | 0.0 | 0.08 Output | 2.98e-05 | 2.98e-05 | 2.98e-05 | 0.0 | 0.00 Modify | 0.086746 | 0.086746 | 0.086746 | 0.0 | 0.29 Other | | 0.01057 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207454.0 ave 207454 max 207454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207454 Ave neighs/atom = 103.72700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.256205987651, Press = 3.02769170138097 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8036.9958 -8036.9958 -8117.2921 -8117.2921 310.75512 310.75512 24170.093 24170.093 306.12533 306.12533 32000 -8034.451 -8034.451 -8116.2547 -8116.2547 316.58886 316.58886 24197.868 24197.868 -1553.755 -1553.755 Loop time of 30.3215 on 1 procs for 1000 steps with 2000 atoms Performance: 2.849 ns/day, 8.423 hours/ns, 32.980 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.199 | 30.199 | 30.199 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02505 | 0.02505 | 0.02505 | 0.0 | 0.08 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.086485 | 0.086485 | 0.086485 | 0.0 | 0.29 Other | | 0.01049 | | | 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: 206914.0 ave 206914 max 206914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206914 Ave neighs/atom = 103.45700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.221228771314, Press = -1.2604785494526 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8034.451 -8034.451 -8116.2547 -8116.2547 316.58886 316.58886 24197.868 24197.868 -1553.755 -1553.755 33000 -8039.4438 -8039.4438 -8119.1604 -8119.1604 308.51121 308.51121 24169.061 24169.061 44.5649 44.5649 Loop time of 29.6963 on 1 procs for 1000 steps with 2000 atoms Performance: 2.909 ns/day, 8.249 hours/ns, 33.674 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.577 | 29.577 | 29.577 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024543 | 0.024543 | 0.024543 | 0.0 | 0.08 Output | 2.76e-05 | 2.76e-05 | 2.76e-05 | 0.0 | 0.00 Modify | 0.084754 | 0.084754 | 0.084754 | 0.0 | 0.29 Other | | 0.01021 | | | 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: 206248.0 ave 206248 max 206248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206248 Ave neighs/atom = 103.12400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.193418205349, Press = -1.96085355717091 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8039.4438 -8039.4438 -8119.1604 -8119.1604 308.51121 308.51121 24169.061 24169.061 44.5649 44.5649 34000 -8033.8674 -8033.8674 -8117.2402 -8117.2402 322.66148 322.66148 24168.996 24168.996 793.90402 793.90402 Loop time of 29.8629 on 1 procs for 1000 steps with 2000 atoms Performance: 2.893 ns/day, 8.295 hours/ns, 33.486 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.743 | 29.743 | 29.743 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024714 | 0.024714 | 0.024714 | 0.0 | 0.08 Output | 2.62e-05 | 2.62e-05 | 2.62e-05 | 0.0 | 0.00 Modify | 0.085188 | 0.085188 | 0.085188 | 0.0 | 0.29 Other | | 0.01042 | | | 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: 206964.0 ave 206964 max 206964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206964 Ave neighs/atom = 103.48200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.173266198679, Press = -0.24779461953735 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8033.8674 -8033.8674 -8117.2402 -8117.2402 322.66148 322.66148 24168.996 24168.996 793.90402 793.90402 35000 -8035.3262 -8035.3262 -8118.6956 -8118.6956 322.64796 322.64796 24187.645 24187.645 -1158.7694 -1158.7694 Loop time of 30.3313 on 1 procs for 1000 steps with 2000 atoms Performance: 2.849 ns/day, 8.425 hours/ns, 32.969 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.209 | 30.209 | 30.209 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025066 | 0.025066 | 0.025066 | 0.0 | 0.08 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.086355 | 0.086355 | 0.086355 | 0.0 | 0.28 Other | | 0.01045 | | | 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: 207096.0 ave 207096 max 207096 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207096 Ave neighs/atom = 103.54800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.190054174934, Press = 0.520878001564081 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8035.3262 -8035.3262 -8118.6956 -8118.6956 322.64796 322.64796 24187.645 24187.645 -1158.7694 -1158.7694 36000 -8036.5361 -8036.5361 -8117.2555 -8117.2555 312.39258 312.39258 24190.504 24190.504 -1215.2249 -1215.2249 Loop time of 30.4258 on 1 procs for 1000 steps with 2000 atoms Performance: 2.840 ns/day, 8.452 hours/ns, 32.867 timesteps/s 99.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.302 | 30.302 | 30.302 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02506 | 0.02506 | 0.02506 | 0.0 | 0.08 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.087757 | 0.087757 | 0.087757 | 0.0 | 0.29 Other | | 0.01058 | | | 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: 206714.0 ave 206714 max 206714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206714 Ave neighs/atom = 103.35700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.204259317874, Press = -2.56901908584482 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8036.5361 -8036.5361 -8117.2555 -8117.2555 312.39258 312.39258 24190.504 24190.504 -1215.2249 -1215.2249 37000 -8038.944 -8038.944 -8119.5824 -8119.5824 312.07905 312.07905 24137.362 24137.362 2378.1253 2378.1253 Loop time of 29.8472 on 1 procs for 1000 steps with 2000 atoms Performance: 2.895 ns/day, 8.291 hours/ns, 33.504 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.727 | 29.727 | 29.727 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02469 | 0.02469 | 0.02469 | 0.0 | 0.08 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.085121 | 0.085121 | 0.085121 | 0.0 | 0.29 Other | | 0.0104 | | | 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: 206722.0 ave 206722 max 206722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206722 Ave neighs/atom = 103.36100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.248933726016, Press = -0.859374567802947 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8038.944 -8038.944 -8119.5824 -8119.5824 312.07905 312.07905 24137.362 24137.362 2378.1253 2378.1253 38000 -8034.8353 -8034.8353 -8117.2804 -8117.2804 319.07102 319.07102 24191.823 24191.823 -1232.262 -1232.262 Loop time of 29.9878 on 1 procs for 1000 steps with 2000 atoms Performance: 2.881 ns/day, 8.330 hours/ns, 33.347 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.867 | 29.867 | 29.867 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0249 | 0.0249 | 0.0249 | 0.0 | 0.08 Output | 2.98e-05 | 2.98e-05 | 2.98e-05 | 0.0 | 0.00 Modify | 0.085434 | 0.085434 | 0.085434 | 0.0 | 0.28 Other | | 0.01039 | | | 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: 207694.0 ave 207694 max 207694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207694 Ave neighs/atom = 103.84700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.191749056806, Press = 1.05059291858505 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8034.8353 -8034.8353 -8117.2804 -8117.2804 319.07102 319.07102 24191.823 24191.823 -1232.262 -1232.262 39000 -8038.3908 -8038.3908 -8117.3382 -8117.3382 305.53453 305.53453 24192.767 24192.767 -1596.7102 -1596.7102 Loop time of 29.7862 on 1 procs for 1000 steps with 2000 atoms Performance: 2.901 ns/day, 8.274 hours/ns, 33.573 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.664 | 29.664 | 29.664 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024734 | 0.024734 | 0.024734 | 0.0 | 0.08 Output | 2.28e-05 | 2.28e-05 | 2.28e-05 | 0.0 | 0.00 Modify | 0.085324 | 0.085324 | 0.085324 | 0.0 | 0.29 Other | | 0.01175 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206516.0 ave 206516 max 206516 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206516 Ave neighs/atom = 103.25800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.197892316396, Press = -2.45766239775499 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8038.3908 -8038.3908 -8117.3382 -8117.3382 305.53453 305.53453 24192.767 24192.767 -1596.7102 -1596.7102 40000 -8033.7942 -8033.7942 -8115.2234 -8115.2234 315.13942 315.13942 24165.3 24165.3 1099.1187 1099.1187 Loop time of 29.995 on 1 procs for 1000 steps with 2000 atoms Performance: 2.880 ns/day, 8.332 hours/ns, 33.339 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.874 | 29.874 | 29.874 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024868 | 0.024868 | 0.024868 | 0.0 | 0.08 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.085577 | 0.085577 | 0.085577 | 0.0 | 0.29 Other | | 0.01043 | | | 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: 206534.0 ave 206534 max 206534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206534 Ave neighs/atom = 103.26700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.135680610746, Press = -0.802065898201922 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8033.7942 -8033.7942 -8115.2234 -8115.2234 315.13942 315.13942 24165.3 24165.3 1099.1187 1099.1187 41000 -8037.2148 -8037.2148 -8115.1995 -8115.1995 301.80912 301.80912 24172.985 24172.985 434.69557 434.69557 Loop time of 29.913 on 1 procs for 1000 steps with 2000 atoms Performance: 2.888 ns/day, 8.309 hours/ns, 33.430 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.789 | 29.789 | 29.789 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02471 | 0.02471 | 0.02471 | 0.0 | 0.08 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.089118 | 0.089118 | 0.089118 | 0.0 | 0.30 Other | | 0.01043 | | | 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: 206778.0 ave 206778 max 206778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206778 Ave neighs/atom = 103.38900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.144967090837, Press = -0.198450044514832 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8037.2148 -8037.2148 -8115.1995 -8115.1995 301.80912 301.80912 24172.985 24172.985 434.69557 434.69557 42000 -8032.2907 -8032.2907 -8115.8289 -8115.8289 323.30153 323.30153 24194.642 24194.642 -1050.6915 -1050.6915 Loop time of 29.5753 on 1 procs for 1000 steps with 2000 atoms Performance: 2.921 ns/day, 8.215 hours/ns, 33.812 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.455 | 29.455 | 29.455 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024805 | 0.024805 | 0.024805 | 0.0 | 0.08 Output | 2.26e-05 | 2.26e-05 | 2.26e-05 | 0.0 | 0.00 Modify | 0.085206 | 0.085206 | 0.085206 | 0.0 | 0.29 Other | | 0.01045 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206706.0 ave 206706 max 206706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206706 Ave neighs/atom = 103.35300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.173495936572, Press = -0.967001574018964 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8032.2907 -8032.2907 -8115.8289 -8115.8289 323.30153 323.30153 24194.642 24194.642 -1050.6915 -1050.6915 43000 -8034.7161 -8034.7161 -8117.3008 -8117.3008 319.6113 319.6113 24167.862 24167.862 717.526 717.526 Loop time of 30.0274 on 1 procs for 1000 steps with 2000 atoms Performance: 2.877 ns/day, 8.341 hours/ns, 33.303 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.906 | 29.906 | 29.906 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024814 | 0.024814 | 0.024814 | 0.0 | 0.08 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.085631 | 0.085631 | 0.085631 | 0.0 | 0.29 Other | | 0.01043 | | | 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: 206334.0 ave 206334 max 206334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206334 Ave neighs/atom = 103.16700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.211700359735, Press = -1.50533240664945 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8034.7161 -8034.7161 -8117.3008 -8117.3008 319.6113 319.6113 24167.862 24167.862 717.526 717.526 44000 -8036.2661 -8036.2661 -8118.5306 -8118.5306 318.37201 318.37201 24167.581 24167.581 548.99832 548.99832 Loop time of 29.9397 on 1 procs for 1000 steps with 2000 atoms Performance: 2.886 ns/day, 8.317 hours/ns, 33.401 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.819 | 29.819 | 29.819 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024628 | 0.024628 | 0.024628 | 0.0 | 0.08 Output | 5.1e-05 | 5.1e-05 | 5.1e-05 | 0.0 | 0.00 Modify | 0.08548 | 0.08548 | 0.08548 | 0.0 | 0.29 Other | | 0.01041 | | | 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: 206774.0 ave 206774 max 206774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206774 Ave neighs/atom = 103.38700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.22949182919, Press = 0.727229847283746 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8036.2661 -8036.2661 -8118.5306 -8118.5306 318.37201 318.37201 24167.581 24167.581 548.99832 548.99832 45000 -8034.6773 -8034.6773 -8115.3125 -8115.3125 312.06676 312.06676 24221.6 24221.6 -3066.624 -3066.624 Loop time of 29.8359 on 1 procs for 1000 steps with 2000 atoms Performance: 2.896 ns/day, 8.288 hours/ns, 33.517 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.716 | 29.716 | 29.716 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024726 | 0.024726 | 0.024726 | 0.0 | 0.08 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.085156 | 0.085156 | 0.085156 | 0.0 | 0.29 Other | | 0.01043 | | | 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: 206826.0 ave 206826 max 206826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206826 Ave neighs/atom = 103.41300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.289354989058, Press = -1.11416547858214 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8034.6773 -8034.6773 -8115.3125 -8115.3125 312.06676 312.06676 24221.6 24221.6 -3066.624 -3066.624 46000 -8034.927 -8034.927 -8116.0277 -8116.0277 313.86812 313.86812 24161.628 24161.628 1420.1745 1420.1745 Loop time of 29.9261 on 1 procs for 1000 steps with 2000 atoms Performance: 2.887 ns/day, 8.313 hours/ns, 33.416 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.805 | 29.805 | 29.805 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024687 | 0.024687 | 0.024687 | 0.0 | 0.08 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.086082 | 0.086082 | 0.086082 | 0.0 | 0.29 Other | | 0.01043 | | | 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: 205724.0 ave 205724 max 205724 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 205724 Ave neighs/atom = 102.86200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.316144318635, Press = -2.38069310452678 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8034.927 -8034.927 -8116.0277 -8116.0277 313.86812 313.86812 24161.628 24161.628 1420.1745 1420.1745 47000 -8034.0162 -8034.0162 -8113.8435 -8113.8435 308.94009 308.94009 24160.786 24160.786 1985.1875 1985.1875 Loop time of 29.8157 on 1 procs for 1000 steps with 2000 atoms Performance: 2.898 ns/day, 8.282 hours/ns, 33.539 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.696 | 29.696 | 29.696 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024621 | 0.024621 | 0.024621 | 0.0 | 0.08 Output | 4.11e-05 | 4.11e-05 | 4.11e-05 | 0.0 | 0.00 Modify | 0.085107 | 0.085107 | 0.085107 | 0.0 | 0.29 Other | | 0.01039 | | | 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: 206962.0 ave 206962 max 206962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206962 Ave neighs/atom = 103.48100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.422773277856, Press = 0.648450611928487 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8034.0162 -8034.0162 -8113.8435 -8113.8435 308.94009 308.94009 24160.786 24160.786 1985.1875 1985.1875 48000 -8036.143 -8036.143 -8117.5873 -8117.5873 315.1976 315.1976 24190.754 24190.754 -1362.0174 -1362.0174 Loop time of 30.0019 on 1 procs for 1000 steps with 2000 atoms Performance: 2.880 ns/day, 8.334 hours/ns, 33.331 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.881 | 29.881 | 29.881 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024787 | 0.024787 | 0.024787 | 0.0 | 0.08 Output | 2.2e-05 | 2.2e-05 | 2.2e-05 | 0.0 | 0.00 Modify | 0.085853 | 0.085853 | 0.085853 | 0.0 | 0.29 Other | | 0.01046 | | | 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: 206926.0 ave 206926 max 206926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206926 Ave neighs/atom = 103.46300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.472683042926, Press = -0.762115450859392 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8036.143 -8036.143 -8117.5873 -8117.5873 315.1976 315.1976 24190.754 24190.754 -1362.0174 -1362.0174 49000 -8038.6021 -8038.6021 -8118.5492 -8118.5492 309.40329 309.40329 24167.469 24167.469 394.73931 394.73931 Loop time of 29.8244 on 1 procs for 1000 steps with 2000 atoms Performance: 2.897 ns/day, 8.285 hours/ns, 33.530 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.702 | 29.702 | 29.702 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024761 | 0.024761 | 0.024761 | 0.0 | 0.08 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.087694 | 0.087694 | 0.087694 | 0.0 | 0.29 Other | | 0.01033 | | | 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: 206658.0 ave 206658 max 206658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206658 Ave neighs/atom = 103.32900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.509493644193, Press = -1.03090607428299 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8038.6021 -8038.6021 -8118.5492 -8118.5492 309.40329 309.40329 24167.469 24167.469 394.73931 394.73931 50000 -8035.0256 -8035.0256 -8114.4857 -8114.4857 307.51883 307.51883 24186.833 24186.833 -241.07254 -241.07254 Loop time of 29.738 on 1 procs for 1000 steps with 2000 atoms Performance: 2.905 ns/day, 8.261 hours/ns, 33.627 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.618 | 29.618 | 29.618 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024655 | 0.024655 | 0.024655 | 0.0 | 0.08 Output | 2.33e-05 | 2.33e-05 | 2.33e-05 | 0.0 | 0.00 Modify | 0.08499 | 0.08499 | 0.08499 | 0.0 | 0.29 Other | | 0.01041 | | | 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: 206988.0 ave 206988 max 206988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206988 Ave neighs/atom = 103.49400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.477657216823, Press = -0.52820245548875 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8035.0256 -8035.0256 -8114.4857 -8114.4857 307.51883 307.51883 24186.833 24186.833 -241.07254 -241.07254 51000 -8037.9307 -8037.9307 -8116.1412 -8116.1412 302.68283 302.68283 24174.479 24174.479 287.42818 287.42818 Loop time of 29.8717 on 1 procs for 1000 steps with 2000 atoms Performance: 2.892 ns/day, 8.298 hours/ns, 33.477 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.751 | 29.751 | 29.751 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024768 | 0.024768 | 0.024768 | 0.0 | 0.08 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.085705 | 0.085705 | 0.085705 | 0.0 | 0.29 Other | | 0.01036 | | | 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: 206466.0 ave 206466 max 206466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206466 Ave neighs/atom = 103.23300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.460634898161, Press = -1.17731156481029 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8037.9307 -8037.9307 -8116.1412 -8116.1412 302.68283 302.68283 24174.479 24174.479 287.42818 287.42818 52000 -8031.4996 -8031.4996 -8115.6636 -8115.6636 325.72338 325.72338 24155.501 24155.501 2155.9412 2155.9412 Loop time of 29.8462 on 1 procs for 1000 steps with 2000 atoms Performance: 2.895 ns/day, 8.291 hours/ns, 33.505 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.726 | 29.726 | 29.726 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024651 | 0.024651 | 0.024651 | 0.0 | 0.08 Output | 2.64e-05 | 2.64e-05 | 2.64e-05 | 0.0 | 0.00 Modify | 0.085557 | 0.085557 | 0.085557 | 0.0 | 0.29 Other | | 0.01035 | | | 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: 206710.0 ave 206710 max 206710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206710 Ave neighs/atom = 103.35500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.508487541042, Press = -1.06823659893656 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8031.4996 -8031.4996 -8115.6636 -8115.6636 325.72338 325.72338 24155.501 24155.501 2155.9412 2155.9412 53000 -8035.6655 -8035.6655 -8115.3284 -8115.3284 308.30376 308.30376 24183.784 24183.784 -312.57881 -312.57881 Loop time of 29.9236 on 1 procs for 1000 steps with 2000 atoms Performance: 2.887 ns/day, 8.312 hours/ns, 33.418 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.803 | 29.803 | 29.803 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024727 | 0.024727 | 0.024727 | 0.0 | 0.08 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.085394 | 0.085394 | 0.085394 | 0.0 | 0.29 Other | | 0.01033 | | | 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: 207036.0 ave 207036 max 207036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207036 Ave neighs/atom = 103.51800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.546202945988, Press = 0.886889587854014 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8035.6655 -8035.6655 -8115.3284 -8115.3284 308.30376 308.30376 24183.784 24183.784 -312.57881 -312.57881 54000 -8035.5638 -8035.5638 -8115.9729 -8115.9729 311.19165 311.19165 24205.844 24205.844 -2047.2488 -2047.2488 Loop time of 29.9485 on 1 procs for 1000 steps with 2000 atoms Performance: 2.885 ns/day, 8.319 hours/ns, 33.391 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.827 | 29.827 | 29.827 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02476 | 0.02476 | 0.02476 | 0.0 | 0.08 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.086301 | 0.086301 | 0.086301 | 0.0 | 0.29 Other | | 0.01029 | | | 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: 206558.0 ave 206558 max 206558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206558 Ave neighs/atom = 103.27900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.616363284079, Press = -1.64922066979298 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8035.5638 -8035.5638 -8115.9729 -8115.9729 311.19165 311.19165 24205.844 24205.844 -2047.2488 -2047.2488 55000 -8034.7108 -8034.7108 -8115.8967 -8115.8967 314.1977 314.1977 24163.02 24163.02 1383.8871 1383.8871 Loop time of 28.7349 on 1 procs for 1000 steps with 2000 atoms Performance: 3.007 ns/day, 7.982 hours/ns, 34.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 | 28.617 | 28.617 | 28.617 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024294 | 0.024294 | 0.024294 | 0.0 | 0.08 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.083775 | 0.083775 | 0.083775 | 0.0 | 0.29 Other | | 0.0102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206208.0 ave 206208 max 206208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206208 Ave neighs/atom = 103.10400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.645027488096, Press = -1.10700388082097 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8034.7108 -8034.7108 -8115.8967 -8115.8967 314.1977 314.1977 24163.02 24163.02 1383.8871 1383.8871 56000 -8033.7554 -8033.7554 -8115.3319 -8115.3319 315.70978 315.70978 24178.726 24178.726 374.53616 374.53616 Loop time of 28.7395 on 1 procs for 1000 steps with 2000 atoms Performance: 3.006 ns/day, 7.983 hours/ns, 34.795 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.621 | 28.621 | 28.621 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024242 | 0.024242 | 0.024242 | 0.0 | 0.08 Output | 2.32e-05 | 2.32e-05 | 2.32e-05 | 0.0 | 0.00 Modify | 0.084031 | 0.084031 | 0.084031 | 0.0 | 0.29 Other | | 0.01016 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206880.0 ave 206880 max 206880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206880 Ave neighs/atom = 103.44000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.684547799643, Press = 0.120466809552793 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8033.7554 -8033.7554 -8115.3319 -8115.3319 315.70978 315.70978 24178.726 24178.726 374.53616 374.53616 57000 -8034.4111 -8034.4111 -8117.107 -8117.107 320.0415 320.0415 24195.564 24195.564 -1424.6891 -1424.6891 Loop time of 28.714 on 1 procs for 1000 steps with 2000 atoms Performance: 3.009 ns/day, 7.976 hours/ns, 34.826 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.596 | 28.596 | 28.596 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024263 | 0.024263 | 0.024263 | 0.0 | 0.08 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.08358 | 0.08358 | 0.08358 | 0.0 | 0.29 Other | | 0.0102 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206606.0 ave 206606 max 206606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206606 Ave neighs/atom = 103.30300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.671397023787, Press = -0.888252936188532 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8034.4111 -8034.4111 -8117.107 -8117.107 320.0415 320.0415 24195.564 24195.564 -1424.6891 -1424.6891 58000 -8033.4289 -8033.4289 -8116.5035 -8116.5035 321.50743 321.50743 24152.898 24152.898 2430.6228 2430.6228 Loop time of 28.4173 on 1 procs for 1000 steps with 2000 atoms Performance: 3.040 ns/day, 7.894 hours/ns, 35.190 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.3 | 28.3 | 28.3 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023992 | 0.023992 | 0.023992 | 0.0 | 0.08 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.083513 | 0.083513 | 0.083513 | 0.0 | 0.29 Other | | 0.01013 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206418.0 ave 206418 max 206418 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206418 Ave neighs/atom = 103.20900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.722976755951, Press = -1.13936726576544 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8033.4289 -8033.4289 -8116.5035 -8116.5035 321.50743 321.50743 24152.898 24152.898 2430.6228 2430.6228 59000 -8035.7949 -8035.7949 -8116.2428 -8116.2428 311.34181 311.34181 24179.285 24179.285 -60.002663 -60.002663 Loop time of 28.3956 on 1 procs for 1000 steps with 2000 atoms Performance: 3.043 ns/day, 7.888 hours/ns, 35.217 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.278 | 28.278 | 28.278 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023957 | 0.023957 | 0.023957 | 0.0 | 0.08 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.083238 | 0.083238 | 0.083238 | 0.0 | 0.29 Other | | 0.01043 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207224.0 ave 207224 max 207224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207224 Ave neighs/atom = 103.61200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.751763195471, Press = 1.31874091191164 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8035.7949 -8035.7949 -8116.2428 -8116.2428 311.34181 311.34181 24179.285 24179.285 -60.002663 -60.002663 60000 -8035.5192 -8035.5192 -8114.9858 -8114.9858 307.54393 307.54393 24217.514 24217.514 -2556.2243 -2556.2243 Loop time of 28.3956 on 1 procs for 1000 steps with 2000 atoms Performance: 3.043 ns/day, 7.888 hours/ns, 35.217 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.278 | 28.278 | 28.278 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024077 | 0.024077 | 0.024077 | 0.0 | 0.08 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.083357 | 0.083357 | 0.083357 | 0.0 | 0.29 Other | | 0.01004 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206578.0 ave 206578 max 206578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206578 Ave neighs/atom = 103.28900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.762509898071, Press = -1.43543928925204 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8035.5192 -8035.5192 -8114.9858 -8114.9858 307.54393 307.54393 24217.514 24217.514 -2556.2243 -2556.2243 61000 -8036.4316 -8036.4316 -8117.5512 -8117.5512 313.94132 313.94132 24163.626 24163.626 1110.1952 1110.1952 Loop time of 28.2062 on 1 procs for 1000 steps with 2000 atoms Performance: 3.063 ns/day, 7.835 hours/ns, 35.453 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.089 | 28.089 | 28.089 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02401 | 0.02401 | 0.02401 | 0.0 | 0.09 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.08311 | 0.08311 | 0.08311 | 0.0 | 0.29 Other | | 0.0101 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 205968.0 ave 205968 max 205968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 205968 Ave neighs/atom = 102.98400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.716990789992, Press = -1.09679633562272 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8036.4316 -8036.4316 -8117.5512 -8117.5512 313.94132 313.94132 24163.626 24163.626 1110.1952 1110.1952 62000 -8037.9573 -8037.9573 -8116.2826 -8116.2826 303.12727 303.12727 24172.415 24172.415 335.37322 335.37322 Loop time of 28.9821 on 1 procs for 1000 steps with 2000 atoms Performance: 2.981 ns/day, 8.051 hours/ns, 34.504 timesteps/s 99.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.864 | 28.864 | 28.864 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024088 | 0.024088 | 0.024088 | 0.0 | 0.08 Output | 2.33e-05 | 2.33e-05 | 2.33e-05 | 0.0 | 0.00 Modify | 0.084026 | 0.084026 | 0.084026 | 0.0 | 0.29 Other | | 0.01023 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207004.0 ave 207004 max 207004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207004 Ave neighs/atom = 103.50200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.726147221234, Press = 0.00776164092361786 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8037.9573 -8037.9573 -8116.2826 -8116.2826 303.12727 303.12727 24172.415 24172.415 335.37322 335.37322 63000 -8034.2196 -8034.2196 -8115.8627 -8115.8627 315.96727 315.96727 24203.752 24203.752 -1724.5639 -1724.5639 Loop time of 28.5492 on 1 procs for 1000 steps with 2000 atoms Performance: 3.026 ns/day, 7.930 hours/ns, 35.027 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.431 | 28.431 | 28.431 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024101 | 0.024101 | 0.024101 | 0.0 | 0.08 Output | 2.36e-05 | 2.36e-05 | 2.36e-05 | 0.0 | 0.00 Modify | 0.083535 | 0.083535 | 0.083535 | 0.0 | 0.29 Other | | 0.01016 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206716.0 ave 206716 max 206716 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206716 Ave neighs/atom = 103.35800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.737894340654, Press = -0.900453437759943 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8034.2196 -8034.2196 -8115.8627 -8115.8627 315.96727 315.96727 24203.752 24203.752 -1724.5639 -1724.5639 64000 -8037.6587 -8037.6587 -8118.9202 -8118.9202 314.49032 314.49032 24144.895 24144.895 2350.7825 2350.7825 Loop time of 28.3877 on 1 procs for 1000 steps with 2000 atoms Performance: 3.044 ns/day, 7.885 hours/ns, 35.227 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.27 | 28.27 | 28.27 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023999 | 0.023999 | 0.023999 | 0.0 | 0.08 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.083185 | 0.083185 | 0.083185 | 0.0 | 0.29 Other | | 0.01012 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206294.0 ave 206294 max 206294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206294 Ave neighs/atom = 103.14700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.754227673052, Press = -1.26575711035324 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8037.6587 -8037.6587 -8118.9202 -8118.9202 314.49032 314.49032 24144.895 24144.895 2350.7825 2350.7825 65000 -8034.8119 -8034.8119 -8116.6304 -8116.6304 316.64594 316.64594 24161.85 24161.85 1436.6805 1436.6805 Loop time of 28.7144 on 1 procs for 1000 steps with 2000 atoms Performance: 3.009 ns/day, 7.976 hours/ns, 34.826 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.596 | 28.596 | 28.596 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024352 | 0.024352 | 0.024352 | 0.0 | 0.08 Output | 2.38e-05 | 2.38e-05 | 2.38e-05 | 0.0 | 0.00 Modify | 0.083706 | 0.083706 | 0.083706 | 0.0 | 0.29 Other | | 0.01029 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207518.0 ave 207518 max 207518 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207518 Ave neighs/atom = 103.75900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.791183873267, Press = 0.839363090221859 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8034.8119 -8034.8119 -8116.6304 -8116.6304 316.64594 316.64594 24161.85 24161.85 1436.6805 1436.6805 66000 -8033.7651 -8033.7651 -8114.6112 -8114.6112 312.88302 312.88302 24241.841 24241.841 -4583.878 -4583.878 Loop time of 28.2679 on 1 procs for 1000 steps with 2000 atoms Performance: 3.056 ns/day, 7.852 hours/ns, 35.376 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.151 | 28.151 | 28.151 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023897 | 0.023897 | 0.023897 | 0.0 | 0.08 Output | 2.9e-05 | 2.9e-05 | 2.9e-05 | 0.0 | 0.00 Modify | 0.083282 | 0.083282 | 0.083282 | 0.0 | 0.29 Other | | 0.01006 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206976.0 ave 206976 max 206976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206976 Ave neighs/atom = 103.48800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.818695464907, Press = -0.535848037567354 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8033.7651 -8033.7651 -8114.6112 -8114.6112 312.88302 312.88302 24241.841 24241.841 -4583.878 -4583.878 67000 -8037.5714 -8037.5714 -8117.6135 -8117.6135 309.77087 309.77087 24162.598 24162.598 965.02412 965.02412 Loop time of 28.2382 on 1 procs for 1000 steps with 2000 atoms Performance: 3.060 ns/day, 7.844 hours/ns, 35.413 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.121 | 28.121 | 28.121 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024143 | 0.024143 | 0.024143 | 0.0 | 0.09 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.083294 | 0.083294 | 0.083294 | 0.0 | 0.29 Other | | 0.01015 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 205208.0 ave 205208 max 205208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 205208 Ave neighs/atom = 102.60400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864527431824, Press = -1.17041716982158 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8037.5714 -8037.5714 -8117.6135 -8117.6135 309.77087 309.77087 24162.598 24162.598 965.02412 965.02412 68000 -8034.3072 -8034.3072 -8116.1651 -8116.1651 316.79857 316.79857 24168.901 24168.901 958.82376 958.82376 Loop time of 27.9919 on 1 procs for 1000 steps with 2000 atoms Performance: 3.087 ns/day, 7.776 hours/ns, 35.725 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.875 | 27.875 | 27.875 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024096 | 0.024096 | 0.024096 | 0.0 | 0.09 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.082759 | 0.082759 | 0.082759 | 0.0 | 0.30 Other | | 0.01024 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207012.0 ave 207012 max 207012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207012 Ave neighs/atom = 103.50600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.879244322925, Press = -0.434095552718454 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8034.3072 -8034.3072 -8116.1651 -8116.1651 316.79857 316.79857 24168.901 24168.901 958.82376 958.82376 69000 -8036.9253 -8036.9253 -8117.7334 -8117.7334 312.73581 312.73581 24185.635 24185.635 -885.14345 -885.14345 Loop time of 28.3205 on 1 procs for 1000 steps with 2000 atoms Performance: 3.051 ns/day, 7.867 hours/ns, 35.310 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.203 | 28.203 | 28.203 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02401 | 0.02401 | 0.02401 | 0.0 | 0.08 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.083422 | 0.083422 | 0.083422 | 0.0 | 0.29 Other | | 0.01016 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206698.0 ave 206698 max 206698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206698 Ave neighs/atom = 103.34900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.877072357642, Press = -0.148557421190735 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8036.9253 -8036.9253 -8117.7334 -8117.7334 312.73581 312.73581 24185.635 24185.635 -885.14345 -885.14345 70000 -8031.9613 -8031.9613 -8113.7103 -8113.7103 316.37724 316.37724 24199.743 24199.743 -920.49746 -920.49746 Loop time of 28.5814 on 1 procs for 1000 steps with 2000 atoms Performance: 3.023 ns/day, 7.939 hours/ns, 34.988 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.464 | 28.464 | 28.464 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024086 | 0.024086 | 0.024086 | 0.0 | 0.08 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.083496 | 0.083496 | 0.083496 | 0.0 | 0.29 Other | | 0.01019 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206740.0 ave 206740 max 206740 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206740 Ave neighs/atom = 103.37000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.898590793506, Press = -0.929671980277101 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -8031.9613 -8031.9613 -8113.7103 -8113.7103 316.37724 316.37724 24199.743 24199.743 -920.49746 -920.49746 71000 -8036.4797 -8036.4797 -8117.3658 -8117.3658 313.03768 313.03768 24152.36 24152.36 2098.7098 2098.7098 Loop time of 28.7848 on 1 procs for 1000 steps with 2000 atoms Performance: 3.002 ns/day, 7.996 hours/ns, 34.741 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.666 | 28.666 | 28.666 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024153 | 0.024153 | 0.024153 | 0.0 | 0.08 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.084474 | 0.084474 | 0.084474 | 0.0 | 0.29 Other | | 0.01018 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 206036.0 ave 206036 max 206036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206036 Ave neighs/atom = 103.01800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.928034625297, Press = -1.05753529918813 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -8036.4797 -8036.4797 -8117.3658 -8117.3658 313.03768 313.03768 24152.36 24152.36 2098.7098 2098.7098 72000 -8031.2884 -8031.2884 -8112.9486 -8112.9486 316.03332 316.03332 24190.596 24190.596 -47.180061 -47.180061 Loop time of 28.1399 on 1 procs for 1000 steps with 2000 atoms Performance: 3.070 ns/day, 7.817 hours/ns, 35.537 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.024 | 28.024 | 28.024 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0238 | 0.0238 | 0.0238 | 0.0 | 0.08 Output | 3.42e-05 | 3.42e-05 | 3.42e-05 | 0.0 | 0.00 Modify | 0.082544 | 0.082544 | 0.082544 | 0.0 | 0.29 Other | | 0.009967 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207334.0 ave 207334 max 207334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207334 Ave neighs/atom = 103.66700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 24178.4811167843 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0