# 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.863645806908607*${_u_distance} variable latticeconst_converted equal 2.863645806908607*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86364580690861 Lattice spacing in x,y,z = 2.8636458 2.8636458 2.8636458 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.636458 28.636458 28.636458) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_JeongParkDo_2018_PdFe__MO_924736622203_000 pair_coeff * * Fe #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23483.2338195995 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.2338195995/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.2338195995/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.2338195995/(1*1*${_u_distance}) variable V0_metal equal 23483.2338195995/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23483.2338195995*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23483.2338195995 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 273.15*${_u_temperature} variable temp_converted equal 273.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 273.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "273.15 - 0.2" variable T_up equal "273.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.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 -8509.8399 -8509.8399 -8580.4194 -8580.4194 273.15 273.15 23483.234 23483.234 3210.2212 3210.2212 1000 -8436.3395 -8436.3395 -8504.0388 -8504.0388 262.00349 262.00349 23734.657 23734.657 -1570.3261 -1570.3261 Loop time of 84.4926 on 1 procs for 1000 steps with 2000 atoms Performance: 1.023 ns/day, 23.470 hours/ns, 11.835 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 | 84.372 | 84.372 | 84.372 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02632 | 0.02632 | 0.02632 | 0.0 | 0.03 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.083493 | 0.083493 | 0.083493 | 0.0 | 0.10 Other | | 0.0112 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 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 -8436.3395 -8436.3395 -8504.0388 -8504.0388 262.00349 262.00349 23734.657 23734.657 -1570.3261 -1570.3261 2000 -8436.5125 -8436.5125 -8505.6925 -8505.6925 267.73361 267.73361 23709.968 23709.968 -26.539256 -26.539256 Loop time of 83.7173 on 1 procs for 1000 steps with 2000 atoms Performance: 1.032 ns/day, 23.255 hours/ns, 11.945 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 | 83.535 | 83.535 | 83.535 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027309 | 0.027309 | 0.027309 | 0.0 | 0.03 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.12396 | 0.12396 | 0.12396 | 0.0 | 0.15 Other | | 0.03118 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213060.0 ave 213060 max 213060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213060 Ave neighs/atom = 106.53000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 -8436.5125 -8436.5125 -8505.6925 -8505.6925 267.73361 267.73361 23709.968 23709.968 -26.539256 -26.539256 3000 -8437.8435 -8437.8435 -8506.7126 -8506.7126 266.53082 266.53082 23700.482 23700.482 491.86441 491.86441 Loop time of 83.5834 on 1 procs for 1000 steps with 2000 atoms Performance: 1.034 ns/day, 23.218 hours/ns, 11.964 timesteps/s 80.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 83.383 | 83.383 | 83.383 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025905 | 0.025905 | 0.025905 | 0.0 | 0.03 Output | 3.45e-05 | 3.45e-05 | 3.45e-05 | 0.0 | 0.00 Modify | 0.163 | 0.163 | 0.163 | 0.0 | 0.20 Other | | 0.011 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213732.0 ave 213732 max 213732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213732 Ave neighs/atom = 106.86600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 -8437.8435 -8437.8435 -8506.7126 -8506.7126 266.53082 266.53082 23700.482 23700.482 491.86441 491.86441 4000 -8435.1225 -8435.1225 -8506.4717 -8506.4717 276.12887 276.12887 23721.226 23721.226 -764.61196 -764.61196 Loop time of 81.5957 on 1 procs for 1000 steps with 2000 atoms Performance: 1.059 ns/day, 22.665 hours/ns, 12.256 timesteps/s 84.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.471 | 81.471 | 81.471 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026397 | 0.026397 | 0.026397 | 0.0 | 0.03 Output | 4.53e-05 | 4.53e-05 | 4.53e-05 | 0.0 | 0.00 Modify | 0.087285 | 0.087285 | 0.087285 | 0.0 | 0.11 Other | | 0.01138 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213996.0 ave 213996 max 213996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213996 Ave neighs/atom = 106.99800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 -8435.1225 -8435.1225 -8506.4717 -8506.4717 276.12887 276.12887 23721.226 23721.226 -764.61196 -764.61196 5000 -8438.4524 -8438.4524 -8506.4627 -8506.4627 263.20685 263.20685 23687.762 23687.762 1310.6632 1310.6632 Loop time of 85.5211 on 1 procs for 1000 steps with 2000 atoms Performance: 1.010 ns/day, 23.756 hours/ns, 11.693 timesteps/s 79.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 | 85.339 | 85.339 | 85.339 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026513 | 0.026513 | 0.026513 | 0.0 | 0.03 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.14455 | 0.14455 | 0.14455 | 0.0 | 0.17 Other | | 0.01113 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213880.0 ave 213880 max 213880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213880 Ave neighs/atom = 106.94000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.103011407276, Press = -535.059801633138 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 -8438.4524 -8438.4524 -8506.4627 -8506.4627 263.20685 263.20685 23687.762 23687.762 1310.6632 1310.6632 6000 -8436.4876 -8436.4876 -8506.6798 -8506.6798 271.65091 271.65091 23718.704 23718.704 -759.70721 -759.70721 Loop time of 83.6061 on 1 procs for 1000 steps with 2000 atoms Performance: 1.033 ns/day, 23.224 hours/ns, 11.961 timesteps/s 82.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 83.437 | 83.437 | 83.437 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026257 | 0.026257 | 0.026257 | 0.0 | 0.03 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.13166 | 0.13166 | 0.13166 | 0.0 | 0.16 Other | | 0.01114 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214104.0 ave 214104 max 214104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214104 Ave neighs/atom = 107.05200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.66194682122, Press = 3.99184190200358 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 -8436.4876 -8436.4876 -8506.6798 -8506.6798 271.65091 271.65091 23718.704 23718.704 -759.70721 -759.70721 7000 -8441.7438 -8441.7438 -8506.9729 -8506.9729 252.44331 252.44331 23732.222 23732.222 -1972.9693 -1972.9693 Loop time of 84.8219 on 1 procs for 1000 steps with 2000 atoms Performance: 1.019 ns/day, 23.562 hours/ns, 11.789 timesteps/s 80.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 | 84.649 | 84.649 | 84.649 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026179 | 0.026179 | 0.026179 | 0.0 | 0.03 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.11554 | 0.11554 | 0.11554 | 0.0 | 0.14 Other | | 0.03113 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213624.0 ave 213624 max 213624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213624 Ave neighs/atom = 106.81200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.433350851358, Press = -37.5412002210717 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 -8441.7438 -8441.7438 -8506.9729 -8506.9729 252.44331 252.44331 23732.222 23732.222 -1972.9693 -1972.9693 8000 -8435.4438 -8435.4438 -8507.1041 -8507.1041 277.33288 277.33288 23667.509 23667.509 3101.1391 3101.1391 Loop time of 79.0274 on 1 procs for 1000 steps with 2000 atoms Performance: 1.093 ns/day, 21.952 hours/ns, 12.654 timesteps/s 86.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 | 78.874 | 78.874 | 78.874 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026305 | 0.026305 | 0.026305 | 0.0 | 0.03 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.11577 | 0.11577 | 0.11577 | 0.0 | 0.15 Other | | 0.01139 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213544.0 ave 213544 max 213544 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213544 Ave neighs/atom = 106.77200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.157323121979, Press = -21.1438032995278 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 -8435.4438 -8435.4438 -8507.1041 -8507.1041 277.33288 277.33288 23667.509 23667.509 3101.1391 3101.1391 9000 -8438.2874 -8438.2874 -8508.3704 -8508.3704 271.22878 271.22878 23706.06 23706.06 -41.593457 -41.593457 Loop time of 78.0793 on 1 procs for 1000 steps with 2000 atoms Performance: 1.107 ns/day, 21.689 hours/ns, 12.807 timesteps/s 87.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 77.954 | 77.954 | 77.954 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026235 | 0.026235 | 0.026235 | 0.0 | 0.03 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.088142 | 0.088142 | 0.088142 | 0.0 | 0.11 Other | | 0.01109 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214810.0 ave 214810 max 214810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214810 Ave neighs/atom = 107.40500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 271.928212663975, Press = 6.11438663268555 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 -8438.2874 -8438.2874 -8508.3704 -8508.3704 271.22878 271.22878 23706.06 23706.06 -41.593457 -41.593457 10000 -8434.7075 -8434.7075 -8505.9178 -8505.9178 275.59121 275.59121 23728.952 23728.952 -1203.3223 -1203.3223 Loop time of 81.9882 on 1 procs for 1000 steps with 2000 atoms Performance: 1.054 ns/day, 22.774 hours/ns, 12.197 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 | 81.862 | 81.862 | 81.862 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02622 | 0.02622 | 0.02622 | 0.0 | 0.03 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088812 | 0.088812 | 0.088812 | 0.0 | 0.11 Other | | 0.01116 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214372.0 ave 214372 max 214372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214372 Ave neighs/atom = 107.18600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.132942928524, Press = -11.5978939672279 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 -8434.7075 -8434.7075 -8505.9178 -8505.9178 275.59121 275.59121 23728.952 23728.952 -1203.3223 -1203.3223 11000 -8436.8129 -8436.8129 -8508.4531 -8508.4531 277.25499 277.25499 23686.406 23686.406 1384.4148 1384.4148 Loop time of 85.2984 on 1 procs for 1000 steps with 2000 atoms Performance: 1.013 ns/day, 23.694 hours/ns, 11.724 timesteps/s 82.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 | 85.162 | 85.162 | 85.162 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027154 | 0.027154 | 0.027154 | 0.0 | 0.03 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.097786 | 0.097786 | 0.097786 | 0.0 | 0.11 Other | | 0.0117 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213678.0 ave 213678 max 213678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213678 Ave neighs/atom = 106.83900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.356376686463, Press = -8.46262841369277 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 -8436.8129 -8436.8129 -8508.4531 -8508.4531 277.25499 277.25499 23686.406 23686.406 1384.4148 1384.4148 12000 -8437.3674 -8437.3674 -8507.0608 -8507.0608 269.72072 269.72072 23701.657 23701.657 525.63388 525.63388 Loop time of 78.7727 on 1 procs for 1000 steps with 2000 atoms Performance: 1.097 ns/day, 21.881 hours/ns, 12.695 timesteps/s 86.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 78.647 | 78.647 | 78.647 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026174 | 0.026174 | 0.026174 | 0.0 | 0.03 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.08864 | 0.08864 | 0.08864 | 0.0 | 0.11 Other | | 0.01104 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214446.0 ave 214446 max 214446 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214446 Ave neighs/atom = 107.22300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.528851701501, Press = 2.42323613516692 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 -8437.3674 -8437.3674 -8507.0608 -8507.0608 269.72072 269.72072 23701.657 23701.657 525.63388 525.63388 13000 -8436.3044 -8436.3044 -8505.9659 -8505.9659 269.59711 269.59711 23760.448 23760.448 -3477.2099 -3477.2099 Loop time of 80.268 on 1 procs for 1000 steps with 2000 atoms Performance: 1.076 ns/day, 22.297 hours/ns, 12.458 timesteps/s 85.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 | 80.141 | 80.141 | 80.141 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026452 | 0.026452 | 0.026452 | 0.0 | 0.03 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.08927 | 0.08927 | 0.08927 | 0.0 | 0.11 Other | | 0.0111 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214172.0 ave 214172 max 214172 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214172 Ave neighs/atom = 107.08600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.508643064848, Press = -8.56209832452036 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 -8436.3044 -8436.3044 -8505.9659 -8505.9659 269.59711 269.59711 23760.448 23760.448 -3477.2099 -3477.2099 14000 -8434.2038 -8434.2038 -8507.6394 -8507.6394 284.20314 284.20314 23676.575 23676.575 2320.3615 2320.3615 Loop time of 80.2796 on 1 procs for 1000 steps with 2000 atoms Performance: 1.076 ns/day, 22.300 hours/ns, 12.456 timesteps/s 84.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.154 | 80.154 | 80.154 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026348 | 0.026348 | 0.026348 | 0.0 | 0.03 Output | 2.88e-05 | 2.88e-05 | 2.88e-05 | 0.0 | 0.00 Modify | 0.087957 | 0.087957 | 0.087957 | 0.0 | 0.11 Other | | 0.01117 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213246.0 ave 213246 max 213246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213246 Ave neighs/atom = 106.62300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.557424318441, Press = -8.94618966388861 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 -8434.2038 -8434.2038 -8507.6394 -8507.6394 284.20314 284.20314 23676.575 23676.575 2320.3615 2320.3615 15000 -8438.076 -8438.076 -8508.7352 -8508.7352 273.45836 273.45836 23701.524 23701.524 210.5649 210.5649 Loop time of 82.9499 on 1 procs for 1000 steps with 2000 atoms Performance: 1.042 ns/day, 23.042 hours/ns, 12.055 timesteps/s 81.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.824 | 82.824 | 82.824 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026375 | 0.026375 | 0.026375 | 0.0 | 0.03 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.08817 | 0.08817 | 0.08817 | 0.0 | 0.11 Other | | 0.01109 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214246.0 ave 214246 max 214246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214246 Ave neighs/atom = 107.12300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.677577850959, Press = 0.189540380662278 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 -8438.076 -8438.076 -8508.7352 -8508.7352 273.45836 273.45836 23701.524 23701.524 210.5649 210.5649 16000 -8436.7116 -8436.7116 -8505.4519 -8505.4519 266.03209 266.03209 23718.052 23718.052 -383.0844 -383.0844 Loop time of 82.7958 on 1 procs for 1000 steps with 2000 atoms Performance: 1.044 ns/day, 22.999 hours/ns, 12.078 timesteps/s 82.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.65 | 82.65 | 82.65 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026239 | 0.026239 | 0.026239 | 0.0 | 0.03 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.10867 | 0.10867 | 0.10867 | 0.0 | 0.13 Other | | 0.01116 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214026.0 ave 214026 max 214026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214026 Ave neighs/atom = 107.01300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.790764835635, Press = -2.13238340377958 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 -8436.7116 -8436.7116 -8505.4519 -8505.4519 266.03209 266.03209 23718.052 23718.052 -383.0844 -383.0844 17000 -8437.0714 -8437.0714 -8506.6725 -8506.6725 269.36323 269.36323 23699.815 23699.815 783.08319 783.08319 Loop time of 79.3932 on 1 procs for 1000 steps with 2000 atoms Performance: 1.088 ns/day, 22.054 hours/ns, 12.596 timesteps/s 85.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 79.257 | 79.257 | 79.257 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026088 | 0.026088 | 0.026088 | 0.0 | 0.03 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088661 | 0.088661 | 0.088661 | 0.0 | 0.11 Other | | 0.02121 | | | 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: 213566.0 ave 213566 max 213566 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213566 Ave neighs/atom = 106.78300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.934429381936, Press = -3.8659117436159 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 -8437.0714 -8437.0714 -8506.6725 -8506.6725 269.36323 269.36323 23699.815 23699.815 783.08319 783.08319 18000 -8435.8895 -8435.8895 -8507.7247 -8507.7247 278.00967 278.00967 23694.786 23694.786 1012.8796 1012.8796 Loop time of 78.1596 on 1 procs for 1000 steps with 2000 atoms Performance: 1.105 ns/day, 21.711 hours/ns, 12.794 timesteps/s 87.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 | 78.034 | 78.034 | 78.034 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02632 | 0.02632 | 0.02632 | 0.0 | 0.03 Output | 2.83e-05 | 2.83e-05 | 2.83e-05 | 0.0 | 0.00 Modify | 0.088258 | 0.088258 | 0.088258 | 0.0 | 0.11 Other | | 0.01124 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214314.0 ave 214314 max 214314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214314 Ave neighs/atom = 107.15700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.940829226148, Press = -0.45405501454062 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 -8435.8895 -8435.8895 -8507.7247 -8507.7247 278.00967 278.00967 23694.786 23694.786 1012.8796 1012.8796 19000 -8439.4627 -8439.4627 -8508.6592 -8508.6592 267.79747 267.79747 23736.297 23736.297 -2198.7097 -2198.7097 Loop time of 81.6428 on 1 procs for 1000 steps with 2000 atoms Performance: 1.058 ns/day, 22.679 hours/ns, 12.248 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 | 81.513 | 81.513 | 81.513 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026324 | 0.026324 | 0.026324 | 0.0 | 0.03 Output | 2.76e-05 | 2.76e-05 | 2.76e-05 | 0.0 | 0.00 Modify | 0.092288 | 0.092288 | 0.092288 | 0.0 | 0.11 Other | | 0.01116 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214446.0 ave 214446 max 214446 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214446 Ave neighs/atom = 107.22300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.835081186987, Press = -0.854278627877736 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 -8439.4627 -8439.4627 -8508.6592 -8508.6592 267.79747 267.79747 23736.297 23736.297 -2198.7097 -2198.7097 20000 -8435.4191 -8435.4191 -8504.7611 -8504.7611 268.3606 268.3606 23708.225 23708.225 324.47358 324.47358 Loop time of 79.8743 on 1 procs for 1000 steps with 2000 atoms Performance: 1.082 ns/day, 22.187 hours/ns, 12.520 timesteps/s 85.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 | 79.706 | 79.706 | 79.706 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046466 | 0.046466 | 0.046466 | 0.0 | 0.06 Output | 2.55e-05 | 2.55e-05 | 2.55e-05 | 0.0 | 0.00 Modify | 0.1105 | 0.1105 | 0.1105 | 0.0 | 0.14 Other | | 0.01109 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213676.0 ave 213676 max 213676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213676 Ave neighs/atom = 106.83800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.748531204855, Press = -7.20578325897149 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 -8435.4191 -8435.4191 -8504.7611 -8504.7611 268.3606 268.3606 23708.225 23708.225 324.47358 324.47358 21000 -8438.065 -8438.065 -8509.6354 -8509.6354 276.98501 276.98501 23677.155 23677.155 1831.9156 1831.9156 Loop time of 81.636 on 1 procs for 1000 steps with 2000 atoms Performance: 1.058 ns/day, 22.677 hours/ns, 12.249 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 | 81.45 | 81.45 | 81.45 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066356 | 0.066356 | 0.066356 | 0.0 | 0.08 Output | 5.06e-05 | 5.06e-05 | 5.06e-05 | 0.0 | 0.00 Modify | 0.10817 | 0.10817 | 0.10817 | 0.0 | 0.13 Other | | 0.01115 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213566.0 ave 213566 max 213566 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213566 Ave neighs/atom = 106.78300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.675251384245, Press = -0.836874201516797 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 -8438.065 -8438.065 -8509.6354 -8509.6354 276.98501 276.98501 23677.155 23677.155 1831.9156 1831.9156 22000 -8437.4484 -8437.4484 -8507.9548 -8507.9548 272.86701 272.86701 23724.572 23724.572 -1362.6618 -1362.6618 Loop time of 80.3105 on 1 procs for 1000 steps with 2000 atoms Performance: 1.076 ns/day, 22.308 hours/ns, 12.452 timesteps/s 84.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.163 | 80.163 | 80.163 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026128 | 0.026128 | 0.026128 | 0.0 | 0.03 Output | 2.51e-05 | 2.51e-05 | 2.51e-05 | 0.0 | 0.00 Modify | 0.10997 | 0.10997 | 0.10997 | 0.0 | 0.14 Other | | 0.01102 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214552.0 ave 214552 max 214552 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214552 Ave neighs/atom = 107.27600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.736368207861, Press = -0.862302520552019 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 -8437.4484 -8437.4484 -8507.9548 -8507.9548 272.86701 272.86701 23724.572 23724.572 -1362.6618 -1362.6618 23000 -8436.2193 -8436.2193 -8507.0967 -8507.0967 274.30303 274.30303 23714.337 23714.337 -413.61042 -413.61042 Loop time of 79.7795 on 1 procs for 1000 steps with 2000 atoms Performance: 1.083 ns/day, 22.161 hours/ns, 12.535 timesteps/s 85.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 79.65 | 79.65 | 79.65 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0262 | 0.0262 | 0.0262 | 0.0 | 0.03 Output | 2.77e-05 | 2.77e-05 | 2.77e-05 | 0.0 | 0.00 Modify | 0.092164 | 0.092164 | 0.092164 | 0.0 | 0.12 Other | | 0.0111 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213830.0 ave 213830 max 213830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213830 Ave neighs/atom = 106.91500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.659669866742, Press = -3.23578860714483 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 -8436.2193 -8436.2193 -8507.0967 -8507.0967 274.30303 274.30303 23714.337 23714.337 -413.61042 -413.61042 24000 -8438.721 -8438.721 -8508.8034 -8508.8034 271.2263 271.2263 23692.285 23692.285 812.71741 812.71741 Loop time of 80.7774 on 1 procs for 1000 steps with 2000 atoms Performance: 1.070 ns/day, 22.438 hours/ns, 12.380 timesteps/s 84.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.592 | 80.592 | 80.592 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026211 | 0.026211 | 0.026211 | 0.0 | 0.03 Output | 2.56e-05 | 2.56e-05 | 2.56e-05 | 0.0 | 0.00 Modify | 0.14842 | 0.14842 | 0.14842 | 0.0 | 0.18 Other | | 0.01093 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213922.0 ave 213922 max 213922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213922 Ave neighs/atom = 106.96100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.66637549774, Press = -1.16119194516865 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 -8438.721 -8438.721 -8508.8034 -8508.8034 271.2263 271.2263 23692.285 23692.285 812.71741 812.71741 25000 -8435.043 -8435.043 -8506.6917 -8506.6917 277.28821 277.28821 23726.892 23726.892 -1135.0194 -1135.0194 Loop time of 78.1363 on 1 procs for 1000 steps with 2000 atoms Performance: 1.106 ns/day, 21.705 hours/ns, 12.798 timesteps/s 87.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 | 77.95 | 77.95 | 77.95 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046681 | 0.046681 | 0.046681 | 0.0 | 0.06 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.12838 | 0.12838 | 0.12838 | 0.0 | 0.16 Other | | 0.01097 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214244.0 ave 214244 max 214244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214244 Ave neighs/atom = 107.12200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.782114251465, Press = -2.31843210051622 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 -8435.043 -8435.043 -8506.6917 -8506.6917 277.28821 277.28821 23726.892 23726.892 -1135.0194 -1135.0194 26000 -8437.0767 -8437.0767 -8506.1273 -8506.1273 267.2329 267.2329 23663.869 23663.869 3238.2453 3238.2453 Loop time of 81.2939 on 1 procs for 1000 steps with 2000 atoms Performance: 1.063 ns/day, 22.582 hours/ns, 12.301 timesteps/s 83.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.15 | 81.15 | 81.15 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026087 | 0.026087 | 0.026087 | 0.0 | 0.03 Output | 2.74e-05 | 2.74e-05 | 2.74e-05 | 0.0 | 0.00 Modify | 0.10641 | 0.10641 | 0.10641 | 0.0 | 0.13 Other | | 0.01117 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213772.0 ave 213772 max 213772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213772 Ave neighs/atom = 106.88600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.774298891301, Press = -5.03626194530573 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 -8437.0767 -8437.0767 -8506.1273 -8506.1273 267.2329 267.2329 23663.869 23663.869 3238.2453 3238.2453 27000 -8438.0874 -8438.0874 -8507.4417 -8507.4417 268.40835 268.40835 23688.83 23688.83 1358.0836 1358.0836 Loop time of 83.5593 on 1 procs for 1000 steps with 2000 atoms Performance: 1.034 ns/day, 23.211 hours/ns, 11.968 timesteps/s 81.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 83.413 | 83.413 | 83.413 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026045 | 0.026045 | 0.026045 | 0.0 | 0.03 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.10894 | 0.10894 | 0.10894 | 0.0 | 0.13 Other | | 0.01112 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214626.0 ave 214626 max 214626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214626 Ave neighs/atom = 107.31300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.77285175693, Press = 1.80134582492049 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 -8438.0874 -8438.0874 -8507.4417 -8507.4417 268.40835 268.40835 23688.83 23688.83 1358.0836 1358.0836 28000 -8434.9534 -8434.9534 -8508.1988 -8508.1988 283.4673 283.4673 23743.38 23743.38 -2495.0205 -2495.0205 Loop time of 84.0954 on 1 procs for 1000 steps with 2000 atoms Performance: 1.027 ns/day, 23.360 hours/ns, 11.891 timesteps/s 81.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 | 83.927 | 83.927 | 83.927 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045965 | 0.045965 | 0.045965 | 0.0 | 0.05 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.11144 | 0.11144 | 0.11144 | 0.0 | 0.13 Other | | 0.01111 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214494.0 ave 214494 max 214494 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214494 Ave neighs/atom = 107.24700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.67912394064, Press = -1.96870244645227 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 -8434.9534 -8434.9534 -8508.1988 -8508.1988 283.4673 283.4673 23743.38 23743.38 -2495.0205 -2495.0205 29000 -8439.3059 -8439.3059 -8507.3423 -8507.3423 263.30793 263.30793 23679.265 23679.265 2030.0234 2030.0234 Loop time of 83.3393 on 1 procs for 1000 steps with 2000 atoms Performance: 1.037 ns/day, 23.150 hours/ns, 11.999 timesteps/s 81.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 | 83.188 | 83.188 | 83.188 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025986 | 0.025986 | 0.025986 | 0.0 | 0.03 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.093816 | 0.093816 | 0.093816 | 0.0 | 0.11 Other | | 0.03106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213898.0 ave 213898 max 213898 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213898 Ave neighs/atom = 106.94900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.664529894317, Press = -1.99245517055246 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 -8439.3059 -8439.3059 -8507.3423 -8507.3423 263.30793 263.30793 23679.265 23679.265 2030.0234 2030.0234 30000 -8437.8847 -8437.8847 -8507.5783 -8507.5783 269.72129 269.72129 23705.261 23705.261 163.18552 163.18552 Loop time of 81.3256 on 1 procs for 1000 steps with 2000 atoms Performance: 1.062 ns/day, 22.590 hours/ns, 12.296 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 | 81.169 | 81.169 | 81.169 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027514 | 0.027514 | 0.027514 | 0.0 | 0.03 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.10847 | 0.10847 | 0.10847 | 0.0 | 0.13 Other | | 0.02099 | | | 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: 214472.0 ave 214472 max 214472 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214472 Ave neighs/atom = 107.23600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.671543939375, Press = 0.0827460523892205 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 -8437.8847 -8437.8847 -8507.5783 -8507.5783 269.72129 269.72129 23705.261 23705.261 163.18552 163.18552 31000 -8434.3132 -8434.3132 -8506.0664 -8506.0664 277.69214 277.69214 23730.889 23730.889 -1364.4598 -1364.4598 Loop time of 80.2602 on 1 procs for 1000 steps with 2000 atoms Performance: 1.076 ns/day, 22.295 hours/ns, 12.459 timesteps/s 84.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.135 | 80.135 | 80.135 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026151 | 0.026151 | 0.026151 | 0.0 | 0.03 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088323 | 0.088323 | 0.088323 | 0.0 | 0.11 Other | | 0.01118 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214068.0 ave 214068 max 214068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214068 Ave neighs/atom = 107.03400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.754806069279, Press = -1.92008904975924 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 -8434.3132 -8434.3132 -8506.0664 -8506.0664 277.69214 277.69214 23730.889 23730.889 -1364.4598 -1364.4598 32000 -8437.7858 -8437.7858 -8507.4251 -8507.4251 269.51108 269.51108 23678.252 23678.252 2129.768 2129.768 Loop time of 79.7688 on 1 procs for 1000 steps with 2000 atoms Performance: 1.083 ns/day, 22.158 hours/ns, 12.536 timesteps/s 85.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 | 79.629 | 79.629 | 79.629 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026279 | 0.026279 | 0.026279 | 0.0 | 0.03 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.10271 | 0.10271 | 0.10271 | 0.0 | 0.13 Other | | 0.01112 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213806.0 ave 213806 max 213806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213806 Ave neighs/atom = 106.90300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.831844521502, Press = -3.16031803104534 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 -8437.7858 -8437.7858 -8507.4251 -8507.4251 269.51108 269.51108 23678.252 23678.252 2129.768 2129.768 33000 -8436.1955 -8436.1955 -8504.8521 -8504.8521 265.70818 265.70818 23680.318 23680.318 2277.3598 2277.3598 Loop time of 81.7823 on 1 procs for 1000 steps with 2000 atoms Performance: 1.056 ns/day, 22.717 hours/ns, 12.228 timesteps/s 83.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.65 | 81.65 | 81.65 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026314 | 0.026314 | 0.026314 | 0.0 | 0.03 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.094075 | 0.094075 | 0.094075 | 0.0 | 0.12 Other | | 0.01148 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214676.0 ave 214676 max 214676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214676 Ave neighs/atom = 107.33800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.881657893159, Press = 2.32313042870217 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 -8436.1955 -8436.1955 -8504.8521 -8504.8521 265.70818 265.70818 23680.318 23680.318 2277.3598 2277.3598 34000 -8436.5384 -8436.5384 -8506.4058 -8506.4058 270.39434 270.39434 23739.857 23739.857 -2267.6601 -2267.6601 Loop time of 84.3461 on 1 procs for 1000 steps with 2000 atoms Performance: 1.024 ns/day, 23.429 hours/ns, 11.856 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 | 84.178 | 84.178 | 84.178 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027117 | 0.027117 | 0.027117 | 0.0 | 0.03 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.12984 | 0.12984 | 0.12984 | 0.0 | 0.15 Other | | 0.01126 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214188.0 ave 214188 max 214188 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214188 Ave neighs/atom = 107.09400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.919808693372, Press = -1.07359113969 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 -8436.5384 -8436.5384 -8506.4058 -8506.4058 270.39434 270.39434 23739.857 23739.857 -2267.6601 -2267.6601 35000 -8437.6019 -8437.6019 -8508.0749 -8508.0749 272.73745 272.73745 23697.587 23697.587 514.16372 514.16372 Loop time of 81.6615 on 1 procs for 1000 steps with 2000 atoms Performance: 1.058 ns/day, 22.684 hours/ns, 12.246 timesteps/s 84.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.532 | 81.532 | 81.532 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028573 | 0.028573 | 0.028573 | 0.0 | 0.03 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.089431 | 0.089431 | 0.089431 | 0.0 | 0.11 Other | | 0.01113 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213212.0 ave 213212 max 213212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213212 Ave neighs/atom = 106.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 = 272.905263822695, Press = -2.11778586937939 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 -8437.6019 -8437.6019 -8508.0749 -8508.0749 272.73745 272.73745 23697.587 23697.587 514.16372 514.16372 36000 -8435.5047 -8435.5047 -8507.2022 -8507.2022 277.4767 277.4767 23710.227 23710.227 -109.64485 -109.64485 Loop time of 82.4301 on 1 procs for 1000 steps with 2000 atoms Performance: 1.048 ns/day, 22.897 hours/ns, 12.131 timesteps/s 82.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 | 82.259 | 82.259 | 82.259 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026126 | 0.026126 | 0.026126 | 0.0 | 0.03 Output | 2.74e-05 | 2.74e-05 | 2.74e-05 | 0.0 | 0.00 Modify | 0.11411 | 0.11411 | 0.11411 | 0.0 | 0.14 Other | | 0.03116 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214142.0 ave 214142 max 214142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214142 Ave neighs/atom = 107.07100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.986120305268, Press = -0.246834118832504 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 -8435.5047 -8435.5047 -8507.2022 -8507.2022 277.4767 277.4767 23710.227 23710.227 -109.64485 -109.64485 37000 -8435.0692 -8435.0692 -8505.9372 -8505.9372 274.26647 274.26647 23725.095 23725.095 -904.09298 -904.09298 Loop time of 78.5607 on 1 procs for 1000 steps with 2000 atoms Performance: 1.100 ns/day, 21.822 hours/ns, 12.729 timesteps/s 86.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 | 78.381 | 78.381 | 78.381 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026432 | 0.026432 | 0.026432 | 0.0 | 0.03 Output | 3.4e-05 | 3.4e-05 | 3.4e-05 | 0.0 | 0.00 Modify | 0.11166 | 0.11166 | 0.11166 | 0.0 | 0.14 Other | | 0.04113 | | | 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: 213984.0 ave 213984 max 213984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213984 Ave neighs/atom = 106.99200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.987616299193, Press = -1.44002038744114 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 -8435.0692 -8435.0692 -8505.9372 -8505.9372 274.26647 274.26647 23725.095 23725.095 -904.09298 -904.09298 38000 -8437.264 -8437.264 -8506.5924 -8506.5924 268.30821 268.30821 23693.879 23693.879 1105.426 1105.426 Loop time of 74.298 on 1 procs for 1000 steps with 2000 atoms Performance: 1.163 ns/day, 20.638 hours/ns, 13.459 timesteps/s 91.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 | 74.172 | 74.172 | 74.172 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02603 | 0.02603 | 0.02603 | 0.0 | 0.04 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.089151 | 0.089151 | 0.089151 | 0.0 | 0.12 Other | | 0.01121 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213894.0 ave 213894 max 213894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213894 Ave neighs/atom = 106.94700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.971676993087, Press = -1.78362276215642 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 -8437.264 -8437.264 -8506.5924 -8506.5924 268.30821 268.30821 23693.879 23693.879 1105.426 1105.426 39000 -8438.7076 -8438.7076 -8507.39 -8507.39 265.80792 265.80792 23695.248 23695.248 778.43934 778.43934 Loop time of 77.9301 on 1 procs for 1000 steps with 2000 atoms Performance: 1.109 ns/day, 21.647 hours/ns, 12.832 timesteps/s 87.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 | 77.783 | 77.783 | 77.783 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026252 | 0.026252 | 0.026252 | 0.0 | 0.03 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.10996 | 0.10996 | 0.10996 | 0.0 | 0.14 Other | | 0.01117 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214282.0 ave 214282 max 214282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214282 Ave neighs/atom = 107.14100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.899759790266, Press = 0.587209089878917 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 -8438.7076 -8438.7076 -8507.39 -8507.39 265.80792 265.80792 23695.248 23695.248 778.43934 778.43934 40000 -8434.3967 -8434.3967 -8504.154 -8504.154 269.96812 269.96812 23749.669 23749.669 -2445.2947 -2445.2947 Loop time of 74.9857 on 1 procs for 1000 steps with 2000 atoms Performance: 1.152 ns/day, 20.829 hours/ns, 13.336 timesteps/s 91.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 | 74.833 | 74.833 | 74.833 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02633 | 0.02633 | 0.02633 | 0.0 | 0.04 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.11508 | 0.11508 | 0.11508 | 0.0 | 0.15 Other | | 0.01108 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214118.0 ave 214118 max 214118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214118 Ave neighs/atom = 107.05900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.901305892864, Press = -1.35118617827812 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 -8434.3967 -8434.3967 -8504.154 -8504.154 269.96812 269.96812 23749.669 23749.669 -2445.2947 -2445.2947 41000 -8438.4814 -8438.4814 -8509.8019 -8509.8019 276.0178 276.0178 23674.775 23674.775 1883.458 1883.458 Loop time of 77.881 on 1 procs for 1000 steps with 2000 atoms Performance: 1.109 ns/day, 21.634 hours/ns, 12.840 timesteps/s 87.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 77.754 | 77.754 | 77.754 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026337 | 0.026337 | 0.026337 | 0.0 | 0.03 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.089034 | 0.089034 | 0.089034 | 0.0 | 0.11 Other | | 0.0111 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213410.0 ave 213410 max 213410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213410 Ave neighs/atom = 106.70500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.957093957489, Press = -2.53336248947298 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 -8438.4814 -8438.4814 -8509.8019 -8509.8019 276.0178 276.0178 23674.775 23674.775 1883.458 1883.458 42000 -8436.3984 -8436.3984 -8507.4671 -8507.4671 275.04331 275.04331 23695.42 23695.42 853.14325 853.14325 Loop time of 79.454 on 1 procs for 1000 steps with 2000 atoms Performance: 1.087 ns/day, 22.071 hours/ns, 12.586 timesteps/s 85.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 | 79.308 | 79.308 | 79.308 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026152 | 0.026152 | 0.026152 | 0.0 | 0.03 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.10891 | 0.10891 | 0.10891 | 0.0 | 0.14 Other | | 0.01116 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214632.0 ave 214632 max 214632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214632 Ave neighs/atom = 107.31600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.95133559571, Press = 0.362638531765685 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 -8436.3984 -8436.3984 -8507.4671 -8507.4671 275.04331 275.04331 23695.42 23695.42 853.14325 853.14325 43000 -8436.7516 -8436.7516 -8505.3301 -8505.3301 265.40593 265.40593 23726.07 23726.07 -1041.363 -1041.363 Loop time of 76.1352 on 1 procs for 1000 steps with 2000 atoms Performance: 1.135 ns/day, 21.149 hours/ns, 13.135 timesteps/s 89.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 | 76.01 | 76.01 | 76.01 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026123 | 0.026123 | 0.026123 | 0.0 | 0.03 Output | 3.84e-05 | 3.84e-05 | 3.84e-05 | 0.0 | 0.00 Modify | 0.087842 | 0.087842 | 0.087842 | 0.0 | 0.12 Other | | 0.01108 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214208.0 ave 214208 max 214208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214208 Ave neighs/atom = 107.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 = 272.895768870893, Press = -0.86489958738802 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 -8436.7516 -8436.7516 -8505.3301 -8505.3301 265.40593 265.40593 23726.07 23726.07 -1041.363 -1041.363 44000 -8435.5651 -8435.5651 -8506.932 -8506.932 276.19733 276.19733 23706.295 23706.295 253.32186 253.32186 Loop time of 76.6236 on 1 procs for 1000 steps with 2000 atoms Performance: 1.128 ns/day, 21.284 hours/ns, 13.051 timesteps/s 89.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 76.497 | 76.497 | 76.497 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026435 | 0.026435 | 0.026435 | 0.0 | 0.03 Output | 6.86e-05 | 6.86e-05 | 6.86e-05 | 0.0 | 0.00 Modify | 0.088715 | 0.088715 | 0.088715 | 0.0 | 0.12 Other | | 0.0111 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213600.0 ave 213600 max 213600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213600 Ave neighs/atom = 106.80000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.861117891848, Press = -1.53984396189071 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 -8435.5651 -8435.5651 -8506.932 -8506.932 276.19733 276.19733 23706.295 23706.295 253.32186 253.32186 45000 -8439.2635 -8439.2635 -8509.8789 -8509.8789 273.28876 273.28876 23681.202 23681.202 1502.048 1502.048 Loop time of 76.198 on 1 procs for 1000 steps with 2000 atoms Performance: 1.134 ns/day, 21.166 hours/ns, 13.124 timesteps/s 89.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 76.073 | 76.073 | 76.073 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025987 | 0.025987 | 0.025987 | 0.0 | 0.03 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.088342 | 0.088342 | 0.088342 | 0.0 | 0.12 Other | | 0.01107 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214214.0 ave 214214 max 214214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214214 Ave neighs/atom = 107.10700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.829404595929, Press = -0.235977003975953 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 -8439.2635 -8439.2635 -8509.8789 -8509.8789 273.28876 273.28876 23681.202 23681.202 1502.048 1502.048 46000 -8434.6709 -8434.6709 -8507.763 -8507.763 282.87414 282.87414 23755.506 23755.506 -3320.9173 -3320.9173 Loop time of 77.3182 on 1 procs for 1000 steps with 2000 atoms Performance: 1.117 ns/day, 21.477 hours/ns, 12.934 timesteps/s 88.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 77.192 | 77.192 | 77.192 | 0.0 | 99.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026005 | 0.026005 | 0.026005 | 0.0 | 0.03 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.088913 | 0.088913 | 0.088913 | 0.0 | 0.11 Other | | 0.01115 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214656.0 ave 214656 max 214656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214656 Ave neighs/atom = 107.32800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.839625918411, Press = 0.534823892529351 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 -8434.6709 -8434.6709 -8507.763 -8507.763 282.87414 282.87414 23755.506 23755.506 -3320.9173 -3320.9173 47000 -8437.7613 -8437.7613 -8506.4978 -8506.4978 266.01745 266.01745 23722.869 23722.869 -993.89716 -993.89716 Loop time of 76.1874 on 1 procs for 1000 steps with 2000 atoms Performance: 1.134 ns/day, 21.163 hours/ns, 13.126 timesteps/s 90.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 | 76.061 | 76.061 | 76.061 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026361 | 0.026361 | 0.026361 | 0.0 | 0.03 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.089113 | 0.089113 | 0.089113 | 0.0 | 0.12 Other | | 0.01118 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213458.0 ave 213458 max 213458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213458 Ave neighs/atom = 106.72900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.85665545864, Press = -2.61717012597351 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 -8437.7613 -8437.7613 -8506.4978 -8506.4978 266.01745 266.01745 23722.869 23722.869 -993.89716 -993.89716 48000 -8433.7446 -8433.7446 -8504.5023 -8504.5023 273.83963 273.83963 23684.212 23684.212 2258.993 2258.993 Loop time of 71.7783 on 1 procs for 1000 steps with 2000 atoms Performance: 1.204 ns/day, 19.938 hours/ns, 13.932 timesteps/s 94.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 | 71.65 | 71.65 | 71.65 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026117 | 0.026117 | 0.026117 | 0.0 | 0.04 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.09103 | 0.09103 | 0.09103 | 0.0 | 0.13 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213706.0 ave 213706 max 213706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213706 Ave neighs/atom = 106.85300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.926962134111, Press = -0.615899534838403 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 -8433.7446 -8433.7446 -8504.5023 -8504.5023 273.83963 273.83963 23684.212 23684.212 2258.993 2258.993 49000 -8438.4179 -8438.4179 -8506.9866 -8506.9866 265.36804 265.36804 23711.044 23711.044 -162.98296 -162.98296 Loop time of 72.3387 on 1 procs for 1000 steps with 2000 atoms Performance: 1.194 ns/day, 20.094 hours/ns, 13.824 timesteps/s 94.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 | 72.213 | 72.213 | 72.213 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026186 | 0.026186 | 0.026186 | 0.0 | 0.04 Output | 2.51e-05 | 2.51e-05 | 2.51e-05 | 0.0 | 0.00 Modify | 0.088096 | 0.088096 | 0.088096 | 0.0 | 0.12 Other | | 0.01111 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214166.0 ave 214166 max 214166 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214166 Ave neighs/atom = 107.08300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.955637296363, Press = 0.277845943363585 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 -8438.4179 -8438.4179 -8506.9866 -8506.9866 265.36804 265.36804 23711.044 23711.044 -162.98296 -162.98296 50000 -8435.2003 -8435.2003 -8505.2377 -8505.2377 271.05219 271.05219 23719.447 23719.447 -397.81883 -397.81883 Loop time of 70.8479 on 1 procs for 1000 steps with 2000 atoms Performance: 1.220 ns/day, 19.680 hours/ns, 14.115 timesteps/s 96.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 | 70.702 | 70.702 | 70.702 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026153 | 0.026153 | 0.026153 | 0.0 | 0.04 Output | 3.3e-05 | 3.3e-05 | 3.3e-05 | 0.0 | 0.00 Modify | 0.10877 | 0.10877 | 0.10877 | 0.0 | 0.15 Other | | 0.01106 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213950.0 ave 213950 max 213950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213950 Ave neighs/atom = 106.97500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.989818640437, Press = -1.26888665400149 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 -8435.2003 -8435.2003 -8505.2377 -8505.2377 271.05219 271.05219 23719.447 23719.447 -397.81883 -397.81883 51000 -8433.4299 -8433.4299 -8506.0912 -8506.0912 281.20662 281.20662 23676.39 23676.39 2658.0845 2658.0845 Loop time of 70.1193 on 1 procs for 1000 steps with 2000 atoms Performance: 1.232 ns/day, 19.478 hours/ns, 14.261 timesteps/s 96.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 69.993 | 69.993 | 69.993 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026716 | 0.026716 | 0.026716 | 0.0 | 0.04 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.088532 | 0.088532 | 0.088532 | 0.0 | 0.13 Other | | 0.01121 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213548.0 ave 213548 max 213548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213548 Ave neighs/atom = 106.77400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.995142746625, Press = -0.695661301172202 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 -8433.4299 -8433.4299 -8506.0912 -8506.0912 281.20662 281.20662 23676.39 23676.39 2658.0845 2658.0845 52000 -8436.8904 -8436.8904 -8508.6652 -8508.6652 277.77605 277.77605 23729.147 23729.147 -1569.3907 -1569.3907 Loop time of 70.6923 on 1 procs for 1000 steps with 2000 atoms Performance: 1.222 ns/day, 19.637 hours/ns, 14.146 timesteps/s 96.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 | 70.558 | 70.558 | 70.558 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026271 | 0.026271 | 0.026271 | 0.0 | 0.04 Output | 3.3e-05 | 3.3e-05 | 3.3e-05 | 0.0 | 0.00 Modify | 0.091319 | 0.091319 | 0.091319 | 0.0 | 0.13 Other | | 0.01628 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214576.0 ave 214576 max 214576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214576 Ave neighs/atom = 107.28800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.046237568176, Press = 1.33921494444027 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 -8436.8904 -8436.8904 -8508.6652 -8508.6652 277.77605 277.77605 23729.147 23729.147 -1569.3907 -1569.3907 53000 -8434.7541 -8434.7541 -8505.9196 -8505.9196 275.41755 275.41755 23731.271 23731.271 -1377.0152 -1377.0152 Loop time of 71.8035 on 1 procs for 1000 steps with 2000 atoms Performance: 1.203 ns/day, 19.945 hours/ns, 13.927 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 | 71.67 | 71.67 | 71.67 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.032343 | 0.032343 | 0.032343 | 0.0 | 0.05 Output | 2.82e-05 | 2.82e-05 | 2.82e-05 | 0.0 | 0.00 Modify | 0.089861 | 0.089861 | 0.089861 | 0.0 | 0.13 Other | | 0.0112 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214152.0 ave 214152 max 214152 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214152 Ave neighs/atom = 107.07600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.058459641064, Press = -1.3836220805379 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 -8434.7541 -8434.7541 -8505.9196 -8505.9196 275.41755 275.41755 23731.271 23731.271 -1377.0152 -1377.0152 54000 -8436.5481 -8436.5481 -8506.7071 -8506.7071 271.52269 271.52269 23695.841 23695.841 1065.8579 1065.8579 Loop time of 72.8905 on 1 procs for 1000 steps with 2000 atoms Performance: 1.185 ns/day, 20.247 hours/ns, 13.719 timesteps/s 92.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 72.764 | 72.764 | 72.764 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026279 | 0.026279 | 0.026279 | 0.0 | 0.04 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.088762 | 0.088762 | 0.088762 | 0.0 | 0.12 Other | | 0.01112 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213324.0 ave 213324 max 213324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213324 Ave neighs/atom = 106.66200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.098630825616, Press = -0.669555630258625 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 -8436.5481 -8436.5481 -8506.7071 -8506.7071 271.52269 271.52269 23695.841 23695.841 1065.8579 1065.8579 55000 -8432.7326 -8432.7326 -8505.2146 -8505.2146 280.51283 280.51283 23713.903 23713.903 104.02743 104.02743 Loop time of 71.1991 on 1 procs for 1000 steps with 2000 atoms Performance: 1.213 ns/day, 19.778 hours/ns, 14.045 timesteps/s 95.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 71.053 | 71.053 | 71.053 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046171 | 0.046171 | 0.046171 | 0.0 | 0.06 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.088666 | 0.088666 | 0.088666 | 0.0 | 0.12 Other | | 0.01108 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214232.0 ave 214232 max 214232 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214232 Ave neighs/atom = 107.11600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.119757395898, Press = -0.521858147816233 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 -8432.7326 -8432.7326 -8505.2146 -8505.2146 280.51283 280.51283 23713.903 23713.903 104.02743 104.02743 56000 -8438.5971 -8438.5971 -8508.242 -8508.242 269.53304 269.53304 23706.563 23706.563 54.534911 54.534911 Loop time of 71.7791 on 1 procs for 1000 steps with 2000 atoms Performance: 1.204 ns/day, 19.939 hours/ns, 13.932 timesteps/s 94.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 | 71.653 | 71.653 | 71.653 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026183 | 0.026183 | 0.026183 | 0.0 | 0.04 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.088733 | 0.088733 | 0.088733 | 0.0 | 0.12 Other | | 0.01113 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213906.0 ave 213906 max 213906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213906 Ave neighs/atom = 106.95300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.159521754595, Press = -0.792081664372203 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 -8438.5971 -8438.5971 -8508.242 -8508.242 269.53304 269.53304 23706.563 23706.563 54.534911 54.534911 57000 -8436.2056 -8436.2056 -8507.6485 -8507.6485 276.49136 276.49136 23702.608 23702.608 471.46488 471.46488 Loop time of 71.5755 on 1 procs for 1000 steps with 2000 atoms Performance: 1.207 ns/day, 19.882 hours/ns, 13.971 timesteps/s 96.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 | 71.449 | 71.449 | 71.449 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02621 | 0.02621 | 0.02621 | 0.0 | 0.04 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.089418 | 0.089418 | 0.089418 | 0.0 | 0.12 Other | | 0.01118 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214528.0 ave 214528 max 214528 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214528 Ave neighs/atom = 107.26400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.146034041326, Press = -0.5402193621924 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 -8436.2056 -8436.2056 -8507.6485 -8507.6485 276.49136 276.49136 23702.608 23702.608 471.46488 471.46488 58000 -8436.1278 -8436.1278 -8505.3588 -8505.3588 267.93095 267.93095 23724.737 23724.737 -856.48302 -856.48302 Loop time of 72.0726 on 1 procs for 1000 steps with 2000 atoms Performance: 1.199 ns/day, 20.020 hours/ns, 13.875 timesteps/s 94.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 | 71.946 | 71.946 | 71.946 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026253 | 0.026253 | 0.026253 | 0.0 | 0.04 Output | 2.56e-05 | 2.56e-05 | 2.56e-05 | 0.0 | 0.00 Modify | 0.089299 | 0.089299 | 0.089299 | 0.0 | 0.12 Other | | 0.0113 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214060.0 ave 214060 max 214060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214060 Ave neighs/atom = 107.03000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.094515185144, Press = -0.718696210324531 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 -8436.1278 -8436.1278 -8505.3588 -8505.3588 267.93095 267.93095 23724.737 23724.737 -856.48302 -856.48302 59000 -8439.1662 -8439.1662 -8508.0847 -8508.0847 266.72175 266.72175 23712.979 23712.979 -511.63022 -511.63022 Loop time of 70.2656 on 1 procs for 1000 steps with 2000 atoms Performance: 1.230 ns/day, 19.518 hours/ns, 14.232 timesteps/s 96.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 70.136 | 70.136 | 70.136 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027775 | 0.027775 | 0.027775 | 0.0 | 0.04 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.090976 | 0.090976 | 0.090976 | 0.0 | 0.13 Other | | 0.01118 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 213816.0 ave 213816 max 213816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 213816 Ave neighs/atom = 106.90800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.09262881199, Press = -1.90223327381558 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 -8439.1662 -8439.1662 -8508.0847 -8508.0847 266.72175 266.72175 23712.979 23712.979 -511.63022 -511.63022 60000 -8435.1128 -8435.1128 -8506.1604 -8506.1604 274.96172 274.96172 23651.717 23651.717 4245.4629 4245.4629 Loop time of 70.2558 on 1 procs for 1000 steps with 2000 atoms Performance: 1.230 ns/day, 19.516 hours/ns, 14.234 timesteps/s 96.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 70.126 | 70.126 | 70.126 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.029735 | 0.029735 | 0.029735 | 0.0 | 0.04 Output | 4.96e-05 | 4.96e-05 | 4.96e-05 | 0.0 | 0.00 Modify | 0.088588 | 0.088588 | 0.088588 | 0.0 | 0.13 Other | | 0.01117 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 214154.0 ave 214154 max 214154 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 214154 Ave neighs/atom = 107.07700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 23708.4512336717 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0