# Variables that can be adjusted by kim-lammps-preprocessor to switch unit sets for # Simulator Models variable _u_distance equal 1.0 variable _u_energy equal 1.0 variable _u_mass equal 1.0 variable _u_time equal 1.0 variable _u_pressure equal 1.0 variable _u_temperature equal 1.0 # This line may be swapped out by kim-lammps-preprocessor if running against a Simulator # Model whose atom_style is not 'atomic' atom_style atomic # 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.8553245961666107*${_u_distance} variable latticeconst_converted equal 2.8553245961666107*1 lattice bcc ${latticeconst_converted} lattice bcc 2.85532459616661 Lattice spacing in x,y,z = 2.85532 2.85532 2.85532 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.5532 28.5532 28.5532) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000298977 secs variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 # specify which KIM Model to use pair_style hybrid/overlay eam/alloy eam/fs pair_coeff * * eam/alloy ./SM_237089298463_000-files/b'FeCr_d.eam.alloy' Fe pair_coeff * * eam/fs ./SM_237089298463_000-files/b'FeCr_s.eam.fs' Fe 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 23279.1146518723 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23279.1146518723/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23279.1146518723/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23279.1146518723/(1*1*${_u_distance}) variable V0_metal equal 23279.1146518723/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23279.1146518723*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23279.1146518723 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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 = 7.3 ghost atom cutoff = 7.3 binsize = 3.65, bins = 8 8 8 2 neighbor lists, perpetual/occasional/extra = 2 0 0 (1) pair eam/alloy, perpetual attributes: half, newton on pair build: half/bin/atomonly/newton stencil: half/bin/3d/newton bin: standard (2) pair eam/fs, perpetual, copy from (1) attributes: half, newton on pair build: copy stencil: none bin: none Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8169.1229 -8169.1229 -8244.8702 -8244.8702 293.15 293.15 23279.115 23279.115 3475.5641 3475.5641 1000 -8088.8378 -8088.8378 -8158.8942 -8158.8942 271.12557 271.12557 23368.501 23368.501 -274.01198 -274.01198 Loop time of 34.1189 on 1 procs for 1000 steps with 2000 atoms Performance: 2.532 ns/day, 9.477 hours/ns, 29.309 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.58 | 33.58 | 33.58 | 0.0 | 98.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12586 | 0.12586 | 0.12586 | 0.0 | 0.37 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.39955 | 0.39955 | 0.39955 | 0.0 | 1.17 Other | | 0.01352 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 136000 ave 136000 max 136000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 136000 Ave neighs/atom = 68 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8088.8378 -8088.8378 -8158.8942 -8158.8942 271.12557 271.12557 23368.501 23368.501 -274.01198 -274.01198 2000 -8088.8251 -8088.8251 -8165.6812 -8165.6812 297.4409 297.4409 23342.714 23342.714 1184.2528 1184.2528 Loop time of 38.9409 on 1 procs for 1000 steps with 2000 atoms Performance: 2.219 ns/day, 10.817 hours/ns, 25.680 timesteps/s 25.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 | 38.417 | 38.417 | 38.417 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10541 | 0.10541 | 0.10541 | 0.0 | 0.27 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.40165 | 0.40165 | 0.40165 | 0.0 | 1.03 Other | | 0.01663 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5427 ave 5427 max 5427 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139174 ave 139174 max 139174 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139174 Ave neighs/atom = 69.587 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8088.8251 -8088.8251 -8165.6812 -8165.6812 297.4409 297.4409 23342.714 23342.714 1184.2528 1184.2528 3000 -8089.553 -8089.553 -8160.0956 -8160.0956 273.00717 273.00717 23303.776 23303.776 4220.6113 4220.6113 Loop time of 36.6305 on 1 procs for 1000 steps with 2000 atoms Performance: 2.359 ns/day, 10.175 hours/ns, 27.300 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.012 | 36.012 | 36.012 | 0.0 | 98.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18474 | 0.18474 | 0.18474 | 0.0 | 0.50 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.39038 | 0.39038 | 0.39038 | 0.0 | 1.07 Other | | 0.04375 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5454 ave 5454 max 5454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138760 ave 138760 max 138760 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138760 Ave neighs/atom = 69.38 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8089.553 -8089.553 -8160.0956 -8160.0956 273.00717 273.00717 23303.776 23303.776 4220.6113 4220.6113 4000 -8088.0254 -8088.0254 -8162.2384 -8162.2384 287.212 287.212 23344.262 23344.262 1535.5768 1535.5768 Loop time of 36.3749 on 1 procs for 1000 steps with 2000 atoms Performance: 2.375 ns/day, 10.104 hours/ns, 27.491 timesteps/s 25.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 | 35.755 | 35.755 | 35.755 | 0.0 | 98.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096001 | 0.096001 | 0.096001 | 0.0 | 0.26 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.39036 | 0.39036 | 0.39036 | 0.0 | 1.07 Other | | 0.1339 | | | 0.37 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5461 ave 5461 max 5461 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139252 ave 139252 max 139252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139252 Ave neighs/atom = 69.626 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8088.0254 -8088.0254 -8162.2384 -8162.2384 287.212 287.212 23344.262 23344.262 1535.5768 1535.5768 5000 -8090.2563 -8090.2563 -8165.944 -8165.944 292.91891 292.91891 23332.996 23332.996 2288.5251 2288.5251 Loop time of 35.5412 on 1 procs for 1000 steps with 2000 atoms Performance: 2.431 ns/day, 9.873 hours/ns, 28.136 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.714 | 34.714 | 34.714 | 0.0 | 97.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27366 | 0.27366 | 0.27366 | 0.0 | 0.77 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.50978 | 0.50978 | 0.50978 | 0.0 | 1.43 Other | | 0.04329 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5461 ave 5461 max 5461 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138874 ave 138874 max 138874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138874 Ave neighs/atom = 69.437 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 296.135995404251, Press = -394.726694133289 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8090.2563 -8090.2563 -8165.944 -8165.944 292.91891 292.91891 23332.996 23332.996 2288.5251 2288.5251 6000 -8087.7508 -8087.7508 -8163.288 -8163.288 292.33684 292.33684 23320.94 23320.94 3053.8422 3053.8422 Loop time of 34.95 on 1 procs for 1000 steps with 2000 atoms Performance: 2.472 ns/day, 9.708 hours/ns, 28.612 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.331 | 34.331 | 34.331 | 0.0 | 98.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12343 | 0.12343 | 0.12343 | 0.0 | 0.35 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.42209 | 0.42209 | 0.42209 | 0.0 | 1.21 Other | | 0.07294 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138647 ave 138647 max 138647 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138647 Ave neighs/atom = 69.3235 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.263601375794, Press = -32.5588451764047 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8087.7508 -8087.7508 -8163.288 -8163.288 292.33684 292.33684 23320.94 23320.94 3053.8422 3053.8422 7000 -8090.931 -8090.931 -8169.2673 -8169.2673 303.16956 303.16956 23345.309 23345.309 1339.4697 1339.4697 Loop time of 35.0352 on 1 procs for 1000 steps with 2000 atoms Performance: 2.466 ns/day, 9.732 hours/ns, 28.543 timesteps/s 24.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 | 34.537 | 34.537 | 34.537 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093381 | 0.093381 | 0.093381 | 0.0 | 0.27 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.30177 | 0.30177 | 0.30177 | 0.0 | 0.86 Other | | 0.1034 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5451 ave 5451 max 5451 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139205 ave 139205 max 139205 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139205 Ave neighs/atom = 69.6025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 291.697869943529, Press = -21.4608397116265 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8090.931 -8090.931 -8169.2673 -8169.2673 303.16956 303.16956 23345.309 23345.309 1339.4697 1339.4697 8000 -8089.4156 -8089.4156 -8165.8644 -8165.8644 295.86509 295.86509 23339.977 23339.977 1437.1738 1437.1738 Loop time of 34.7349 on 1 procs for 1000 steps with 2000 atoms Performance: 2.487 ns/day, 9.649 hours/ns, 28.789 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.207 | 34.207 | 34.207 | 0.0 | 98.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063072 | 0.063072 | 0.063072 | 0.0 | 0.18 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.45177 | 0.45177 | 0.45177 | 0.0 | 1.30 Other | | 0.01299 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138480 ave 138480 max 138480 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138480 Ave neighs/atom = 69.24 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.058323843585, Press = -18.6855996581741 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8089.4156 -8089.4156 -8165.8644 -8165.8644 295.86509 295.86509 23339.977 23339.977 1437.1738 1437.1738 9000 -8089.5839 -8089.5839 -8162.9502 -8162.9502 283.93521 283.93521 23324.669 23324.669 2906.317 2906.317 Loop time of 35.0753 on 1 procs for 1000 steps with 2000 atoms Performance: 2.463 ns/day, 9.743 hours/ns, 28.510 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.517 | 34.517 | 34.517 | 0.0 | 98.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2132 | 0.2132 | 0.2132 | 0.0 | 0.61 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.24193 | 0.24193 | 0.24193 | 0.0 | 0.69 Other | | 0.1035 | | | 0.29 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138878 ave 138878 max 138878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138878 Ave neighs/atom = 69.439 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 291.572037479491, Press = -18.1969289641761 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8089.5839 -8089.5839 -8162.9502 -8162.9502 283.93521 283.93521 23324.669 23324.669 2906.317 2906.317 10000 -8088.3842 -8088.3842 -8164.007 -8164.007 292.6681 292.6681 23338.146 23338.146 2382.8267 2382.8267 Loop time of 34.7156 on 1 procs for 1000 steps with 2000 atoms Performance: 2.489 ns/day, 9.643 hours/ns, 28.806 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.158 | 34.158 | 34.158 | 0.0 | 98.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12311 | 0.12311 | 0.12311 | 0.0 | 0.35 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.36148 | 0.36148 | 0.36148 | 0.0 | 1.04 Other | | 0.07303 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5454 ave 5454 max 5454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138800 ave 138800 max 138800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138800 Ave neighs/atom = 69.4 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 291.992604717658, Press = -14.6927741774292 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8088.3842 -8088.3842 -8164.007 -8164.007 292.6681 292.6681 23338.146 23338.146 2382.8267 2382.8267 11000 -8089.1682 -8089.1682 -8164.1947 -8164.1947 290.36016 290.36016 23352.201 23352.201 812.07406 812.07406 Loop time of 34.9307 on 1 procs for 1000 steps with 2000 atoms Performance: 2.473 ns/day, 9.703 hours/ns, 28.628 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.222 | 34.222 | 34.222 | 0.0 | 97.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12296 | 0.12296 | 0.12296 | 0.0 | 0.35 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.54241 | 0.54241 | 0.54241 | 0.0 | 1.55 Other | | 0.04293 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5460 ave 5460 max 5460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138825 ave 138825 max 138825 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138825 Ave neighs/atom = 69.4125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.116807428357, Press = -13.6218203451314 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8089.1682 -8089.1682 -8164.1947 -8164.1947 290.36016 290.36016 23352.201 23352.201 812.07406 812.07406 12000 -8091.1917 -8091.1917 -8168.6238 -8168.6238 299.66995 299.66995 23354.447 23354.447 706.36333 706.36333 Loop time of 34.5914 on 1 procs for 1000 steps with 2000 atoms Performance: 2.498 ns/day, 9.609 hours/ns, 28.909 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.153 | 34.153 | 34.153 | 0.0 | 98.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12292 | 0.12292 | 0.12292 | 0.0 | 0.36 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.30119 | 0.30119 | 0.30119 | 0.0 | 0.87 Other | | 0.01391 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5462 ave 5462 max 5462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138879 ave 138879 max 138879 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138879 Ave neighs/atom = 69.4395 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.329080477628, Press = -10.7381978126046 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8091.1917 -8091.1917 -8168.6238 -8168.6238 299.66995 299.66995 23354.447 23354.447 706.36333 706.36333 13000 -8087.1119 -8087.1119 -8161.2079 -8161.2079 286.75925 286.75925 23365.872 23365.872 441.90415 441.90415 Loop time of 34.9846 on 1 procs for 1000 steps with 2000 atoms Performance: 2.470 ns/day, 9.718 hours/ns, 28.584 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.488 | 34.488 | 34.488 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1228 | 0.1228 | 0.1228 | 0.0 | 0.35 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.33066 | 0.33066 | 0.33066 | 0.0 | 0.95 Other | | 0.04293 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138411 ave 138411 max 138411 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138411 Ave neighs/atom = 69.2055 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.218996841583, Press = -8.15702029542164 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8087.1119 -8087.1119 -8161.2079 -8161.2079 286.75925 286.75925 23365.872 23365.872 441.90415 441.90415 14000 -8089.0022 -8089.0022 -8165.2086 -8165.2086 294.92669 294.92669 23358.082 23358.082 566.71131 566.71131 Loop time of 34.8521 on 1 procs for 1000 steps with 2000 atoms Performance: 2.479 ns/day, 9.681 hours/ns, 28.693 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.441 | 34.441 | 34.441 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095917 | 0.095917 | 0.095917 | 0.0 | 0.28 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.30183 | 0.30183 | 0.30183 | 0.0 | 0.87 Other | | 0.01313 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5451 ave 5451 max 5451 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138935 ave 138935 max 138935 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138935 Ave neighs/atom = 69.4675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.285867281396, Press = -10.2957592331665 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8089.0022 -8089.0022 -8165.2086 -8165.2086 294.92669 294.92669 23358.082 23358.082 566.71131 566.71131 15000 -8092.1655 -8092.1655 -8166.5324 -8166.5324 287.80758 287.80758 23376.427 23376.427 -788.21181 -788.21181 Loop time of 34.5491 on 1 procs for 1000 steps with 2000 atoms Performance: 2.501 ns/day, 9.597 hours/ns, 28.944 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.926 | 33.926 | 33.926 | 0.0 | 98.20 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21359 | 0.21359 | 0.21359 | 0.0 | 0.62 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.33441 | 0.33441 | 0.33441 | 0.0 | 0.97 Other | | 0.07513 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5444 ave 5444 max 5444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138768 ave 138768 max 138768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138768 Ave neighs/atom = 69.384 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.087321399245, Press = -11.831311975869 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8092.1655 -8092.1655 -8166.5324 -8166.5324 287.80758 287.80758 23376.427 23376.427 -788.21181 -788.21181 16000 -8090.9318 -8090.9318 -8163.7085 -8163.7085 281.65345 281.65345 23395.607 23395.607 -2001.4326 -2001.4326 Loop time of 34.3847 on 1 procs for 1000 steps with 2000 atoms Performance: 2.513 ns/day, 9.551 hours/ns, 29.083 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.888 | 33.888 | 33.888 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15292 | 0.15292 | 0.15292 | 0.0 | 0.44 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.24106 | 0.24106 | 0.24106 | 0.0 | 0.70 Other | | 0.1031 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5461 ave 5461 max 5461 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138468 ave 138468 max 138468 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138468 Ave neighs/atom = 69.234 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.17105947627, Press = -7.47082571702167 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8090.9318 -8090.9318 -8163.7085 -8163.7085 281.65345 281.65345 23395.607 23395.607 -2001.4326 -2001.4326 17000 -8087.6753 -8087.6753 -8164.8882 -8164.8882 298.82184 298.82184 23389.849 23389.849 -1746.8306 -1746.8306 Loop time of 35.1271 on 1 procs for 1000 steps with 2000 atoms Performance: 2.460 ns/day, 9.758 hours/ns, 28.468 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.63 | 34.63 | 34.63 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1529 | 0.1529 | 0.1529 | 0.0 | 0.44 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.33104 | 0.33104 | 0.33104 | 0.0 | 0.94 Other | | 0.01298 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138503 ave 138503 max 138503 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138503 Ave neighs/atom = 69.2515 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.142055375464, Press = -1.60189944247412 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8087.6753 -8087.6753 -8164.8882 -8164.8882 298.82184 298.82184 23389.849 23389.849 -1746.8306 -1746.8306 18000 -8088.4089 -8088.4089 -8164.5719 -8164.5719 294.75895 294.75895 23354.668 23354.668 1042.2748 1042.2748 Loop time of 34.777 on 1 procs for 1000 steps with 2000 atoms Performance: 2.484 ns/day, 9.660 hours/ns, 28.755 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.34 | 34.34 | 34.34 | 0.0 | 98.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15247 | 0.15247 | 0.15247 | 0.0 | 0.44 Output | 2.2888e-05 | 2.2888e-05 | 2.2888e-05 | 0.0 | 0.00 Modify | 0.27165 | 0.27165 | 0.27165 | 0.0 | 0.78 Other | | 0.0126 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5454 ave 5454 max 5454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138553 ave 138553 max 138553 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138553 Ave neighs/atom = 69.2765 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.282737095452, Press = -2.46901237649662 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8088.4089 -8088.4089 -8164.5719 -8164.5719 294.75895 294.75895 23354.668 23354.668 1042.2748 1042.2748 19000 -8090.794 -8090.794 -8165.9839 -8165.9839 290.99265 290.99265 23349.867 23349.867 1371.1461 1371.1461 Loop time of 34.3948 on 1 procs for 1000 steps with 2000 atoms Performance: 2.512 ns/day, 9.554 hours/ns, 29.074 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.898 | 33.898 | 33.898 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062113 | 0.062113 | 0.062113 | 0.0 | 0.18 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.39161 | 0.39161 | 0.39161 | 0.0 | 1.14 Other | | 0.04286 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5444 ave 5444 max 5444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138730 ave 138730 max 138730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138730 Ave neighs/atom = 69.365 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.127707790267, Press = -1.19987440994998 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8090.794 -8090.794 -8165.9839 -8165.9839 290.99265 290.99265 23349.867 23349.867 1371.1461 1371.1461 20000 -8088.8 -8088.8 -8164.573 -8164.573 293.24916 293.24916 23326.338 23326.338 2433.1232 2433.1232 Loop time of 34.6129 on 1 procs for 1000 steps with 2000 atoms Performance: 2.496 ns/day, 9.615 hours/ns, 28.891 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.057 | 34.057 | 34.057 | 0.0 | 98.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092484 | 0.092484 | 0.092484 | 0.0 | 0.27 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.39089 | 0.39089 | 0.39089 | 0.0 | 1.13 Other | | 0.0729 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5441 ave 5441 max 5441 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138663 ave 138663 max 138663 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138663 Ave neighs/atom = 69.3315 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.169837039882, Press = -3.48903704025969 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8088.8 -8088.8 -8164.573 -8164.573 293.24916 293.24916 23326.338 23326.338 2433.1232 2433.1232 21000 -8091.4242 -8091.4242 -8167.3935 -8167.3935 294.00881 294.00881 23328.7 23328.7 2210.7372 2210.7372 Loop time of 34.2628 on 1 procs for 1000 steps with 2000 atoms Performance: 2.522 ns/day, 9.517 hours/ns, 29.186 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.557 | 33.557 | 33.557 | 0.0 | 97.94 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.27255 | 0.27255 | 0.27255 | 0.0 | 0.80 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.39093 | 0.39093 | 0.39093 | 0.0 | 1.14 Other | | 0.04273 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5460 ave 5460 max 5460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138921 ave 138921 max 138921 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138921 Ave neighs/atom = 69.4605 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.025551245677, Press = -7.26717710695143 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8091.4242 -8091.4242 -8167.3935 -8167.3935 294.00881 294.00881 23328.7 23328.7 2210.7372 2210.7372 22000 -8088.8081 -8088.8081 -8164.1589 -8164.1589 291.61553 291.61553 23379.479 23379.479 -939.53352 -939.53352 Loop time of 34.3279 on 1 procs for 1000 steps with 2000 atoms Performance: 2.517 ns/day, 9.536 hours/ns, 29.131 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.591 | 33.591 | 33.591 | 0.0 | 97.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15273 | 0.15273 | 0.15273 | 0.0 | 0.44 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.54128 | 0.54128 | 0.54128 | 0.0 | 1.58 Other | | 0.04274 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138788 ave 138788 max 138788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138788 Ave neighs/atom = 69.394 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.212453631347, Press = -6.04026698343875 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8088.8081 -8088.8081 -8164.1589 -8164.1589 291.61553 291.61553 23379.479 23379.479 -939.53352 -939.53352 23000 -8088.8333 -8088.8333 -8165.0411 -8165.0411 294.93217 294.93217 23387.123 23387.123 -1605.4672 -1605.4672 Loop time of 34.3877 on 1 procs for 1000 steps with 2000 atoms Performance: 2.513 ns/day, 9.552 hours/ns, 29.080 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.871 | 33.871 | 33.871 | 0.0 | 98.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082277 | 0.082277 | 0.082277 | 0.0 | 0.24 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.30088 | 0.30088 | 0.30088 | 0.0 | 0.87 Other | | 0.133 | | | 0.39 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5459 ave 5459 max 5459 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138682 ave 138682 max 138682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138682 Ave neighs/atom = 69.341 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.23998547309, Press = -2.89681620733691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8088.8333 -8088.8333 -8165.0411 -8165.0411 294.93217 294.93217 23387.123 23387.123 -1605.4672 -1605.4672 24000 -8092.4546 -8092.4546 -8165.7958 -8165.7958 283.83779 283.83779 23371.227 23371.227 -376.71598 -376.71598 Loop time of 34.764 on 1 procs for 1000 steps with 2000 atoms Performance: 2.485 ns/day, 9.657 hours/ns, 28.765 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.117 | 34.117 | 34.117 | 0.0 | 98.14 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062664 | 0.062664 | 0.062664 | 0.0 | 0.18 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.54166 | 0.54166 | 0.54166 | 0.0 | 1.56 Other | | 0.04282 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5443 ave 5443 max 5443 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138560 ave 138560 max 138560 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138560 Ave neighs/atom = 69.28 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.270567993583, Press = -0.8340043584339 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8092.4546 -8092.4546 -8165.7958 -8165.7958 283.83779 283.83779 23371.227 23371.227 -376.71598 -376.71598 25000 -8087.7741 -8087.7741 -8165.4683 -8165.4683 300.68459 300.68459 23353.166 23353.166 983.3301 983.3301 Loop time of 33.4994 on 1 procs for 1000 steps with 2000 atoms Performance: 2.579 ns/day, 9.305 hours/ns, 29.851 timesteps/s 25.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.824 | 32.824 | 32.824 | 0.0 | 97.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15215 | 0.15215 | 0.15215 | 0.0 | 0.45 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.42028 | 0.42028 | 0.42028 | 0.0 | 1.25 Other | | 0.1028 | | | 0.31 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5459 ave 5459 max 5459 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138580 ave 138580 max 138580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138580 Ave neighs/atom = 69.29 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.246027872376, Press = 0.250910699890047 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8087.7741 -8087.7741 -8165.4683 -8165.4683 300.68459 300.68459 23353.166 23353.166 983.3301 983.3301 26000 -8091.0098 -8091.0098 -8164.0898 -8164.0898 282.82703 282.82703 23289.312 23289.312 5122.2848 5122.2848 Loop time of 33.7025 on 1 procs for 1000 steps with 2000 atoms Performance: 2.564 ns/day, 9.362 hours/ns, 29.671 timesteps/s 25.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.166 | 33.166 | 33.166 | 0.0 | 98.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06244 | 0.06244 | 0.06244 | 0.0 | 0.19 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.4415 | 0.4415 | 0.4415 | 0.0 | 1.31 Other | | 0.033 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5466 ave 5466 max 5466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138742 ave 138742 max 138742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138742 Ave neighs/atom = 69.371 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.254715885838, Press = 0.0733999522812858 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8091.0098 -8091.0098 -8164.0898 -8164.0898 282.82703 282.82703 23289.312 23289.312 5122.2848 5122.2848 27000 -8088.4565 -8088.4565 -8165.593 -8165.593 298.52611 298.52611 23326.41 23326.41 2689.8693 2689.8693 Loop time of 33.1557 on 1 procs for 1000 steps with 2000 atoms Performance: 2.606 ns/day, 9.210 hours/ns, 30.161 timesteps/s 25.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.688 | 32.688 | 32.688 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18263 | 0.18263 | 0.18263 | 0.0 | 0.55 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.24182 | 0.24182 | 0.24182 | 0.0 | 0.73 Other | | 0.04304 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5467 ave 5467 max 5467 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139183 ave 139183 max 139183 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139183 Ave neighs/atom = 69.5915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.283166765009, Press = -3.7002366366388 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8088.4565 -8088.4565 -8165.593 -8165.593 298.52611 298.52611 23326.41 23326.41 2689.8693 2689.8693 28000 -8091.1554 -8091.1554 -8167.9049 -8167.9049 297.0285 297.0285 23356.494 23356.494 372.78635 372.78635 Loop time of 32.6654 on 1 procs for 1000 steps with 2000 atoms Performance: 2.645 ns/day, 9.074 hours/ns, 30.613 timesteps/s 26.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.019 | 32.019 | 32.019 | 0.0 | 98.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11226 | 0.11226 | 0.11226 | 0.0 | 0.34 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.52126 | 0.52126 | 0.52126 | 0.0 | 1.60 Other | | 0.0129 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5465 ave 5465 max 5465 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138900 ave 138900 max 138900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138900 Ave neighs/atom = 69.45 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.339106905317, Press = -3.00397919837098 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8091.1554 -8091.1554 -8167.9049 -8167.9049 297.0285 297.0285 23356.494 23356.494 372.78635 372.78635 29000 -8086.8184 -8086.8184 -8164.2443 -8164.2443 299.64612 299.64612 23366.62 23366.62 212.15636 212.15636 Loop time of 32.9402 on 1 procs for 1000 steps with 2000 atoms Performance: 2.623 ns/day, 9.150 hours/ns, 30.358 timesteps/s 26.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.374 | 32.374 | 32.374 | 0.0 | 98.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18264 | 0.18264 | 0.18264 | 0.0 | 0.55 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.31045 | 0.31045 | 0.31045 | 0.0 | 0.94 Other | | 0.073 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138556 ave 138556 max 138556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138556 Ave neighs/atom = 69.278 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.344257642998, Press = -2.3345898302221 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8086.8184 -8086.8184 -8164.2443 -8164.2443 299.64612 299.64612 23366.62 23366.62 212.15636 212.15636 30000 -8091.5947 -8091.5947 -8166.1328 -8166.1328 288.47012 288.47012 23358.488 23358.488 151.96917 151.96917 Loop time of 32.1713 on 1 procs for 1000 steps with 2000 atoms Performance: 2.686 ns/day, 8.936 hours/ns, 31.084 timesteps/s 26.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.724 | 31.724 | 31.724 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062387 | 0.062387 | 0.062387 | 0.0 | 0.19 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.34245 | 0.34245 | 0.34245 | 0.0 | 1.06 Other | | 0.04276 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5462 ave 5462 max 5462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138780 ave 138780 max 138780 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138780 Ave neighs/atom = 69.39 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.345418723394, Press = -0.473216000608324 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8091.5947 -8091.5947 -8166.1328 -8166.1328 288.47012 288.47012 23358.488 23358.488 151.96917 151.96917 31000 -8088.968 -8088.968 -8165.5143 -8165.5143 296.24206 296.24206 23342.515 23342.515 1329.6998 1329.6998 Loop time of 32.3949 on 1 procs for 1000 steps with 2000 atoms Performance: 2.667 ns/day, 8.999 hours/ns, 30.869 timesteps/s 26.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.819 | 31.819 | 31.819 | 0.0 | 98.22 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19248 | 0.19248 | 0.19248 | 0.0 | 0.59 Output | 2.2888e-05 | 2.2888e-05 | 2.2888e-05 | 0.0 | 0.00 Modify | 0.37063 | 0.37063 | 0.37063 | 0.0 | 1.14 Other | | 0.01285 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5442 ave 5442 max 5442 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138677 ave 138677 max 138677 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138677 Ave neighs/atom = 69.3385 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.387034208334, Press = -0.360354361273811 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8088.968 -8088.968 -8165.5143 -8165.5143 296.24206 296.24206 23342.515 23342.515 1329.6998 1329.6998 32000 -8088.4163 -8088.4163 -8163.3827 -8163.3827 290.12789 290.12789 23325.138 23325.138 2926.3091 2926.3091 Loop time of 31.4858 on 1 procs for 1000 steps with 2000 atoms Performance: 2.744 ns/day, 8.746 hours/ns, 31.760 timesteps/s 27.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 | 31.11 | 31.11 | 31.11 | 0.0 | 98.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062169 | 0.062169 | 0.062169 | 0.0 | 0.20 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.30096 | 0.30096 | 0.30096 | 0.0 | 0.96 Other | | 0.01276 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5459 ave 5459 max 5459 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138753 ave 138753 max 138753 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138753 Ave neighs/atom = 69.3765 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.39901334935, Press = -1.6519374657907 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8088.4163 -8088.4163 -8163.3827 -8163.3827 290.12789 290.12789 23325.138 23325.138 2926.3091 2926.3091 33000 -8090.9366 -8090.9366 -8165.7978 -8165.7978 289.72056 289.72056 23337.685 23337.685 1694.7672 1694.7672 Loop time of 32.2041 on 1 procs for 1000 steps with 2000 atoms Performance: 2.683 ns/day, 8.946 hours/ns, 31.052 timesteps/s 26.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.708 | 31.708 | 31.708 | 0.0 | 98.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15208 | 0.15208 | 0.15208 | 0.0 | 0.47 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.29134 | 0.29134 | 0.29134 | 0.0 | 0.90 Other | | 0.05295 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5460 ave 5460 max 5460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139038 ave 139038 max 139038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139038 Ave neighs/atom = 69.519 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.450370458708, Press = -3.39223796906628 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8090.9366 -8090.9366 -8165.7978 -8165.7978 289.72056 289.72056 23337.685 23337.685 1694.7672 1694.7672 34000 -8090.3974 -8090.3974 -8164.7636 -8164.7636 287.80476 287.80476 23371.181 23371.181 -197.5253 -197.5253 Loop time of 32.6919 on 1 procs for 1000 steps with 2000 atoms Performance: 2.643 ns/day, 9.081 hours/ns, 30.589 timesteps/s 26.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.356 | 32.356 | 32.356 | 0.0 | 98.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062706 | 0.062706 | 0.062706 | 0.0 | 0.19 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.26058 | 0.26058 | 0.26058 | 0.0 | 0.80 Other | | 0.01296 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5460 ave 5460 max 5460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138821 ave 138821 max 138821 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138821 Ave neighs/atom = 69.4105 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.536410893613, Press = -2.43932388615323 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8090.3974 -8090.3974 -8164.7636 -8164.7636 287.80476 287.80476 23371.181 23371.181 -197.5253 -197.5253 35000 -8089.0313 -8089.0313 -8164.795 -8164.795 293.21339 293.21339 23378.783 23378.783 -916.56467 -916.56467 Loop time of 32.1877 on 1 procs for 1000 steps with 2000 atoms Performance: 2.684 ns/day, 8.941 hours/ns, 31.068 timesteps/s 26.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 | 31.541 | 31.541 | 31.541 | 0.0 | 97.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.26282 | 0.26282 | 0.26282 | 0.0 | 0.82 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.34088 | 0.34088 | 0.34088 | 0.0 | 1.06 Other | | 0.04293 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5446 ave 5446 max 5446 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138574 ave 138574 max 138574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138574 Ave neighs/atom = 69.287 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.60013517572, Press = -1.74689626544963 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8089.0313 -8089.0313 -8164.795 -8164.795 293.21339 293.21339 23378.783 23378.783 -916.56467 -916.56467 36000 -8089.4617 -8089.4617 -8165.0852 -8165.0852 292.67084 292.67084 23358.527 23358.527 118.68412 118.68412 Loop time of 32.1215 on 1 procs for 1000 steps with 2000 atoms Performance: 2.690 ns/day, 8.923 hours/ns, 31.132 timesteps/s 26.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 | 31.746 | 31.746 | 31.746 | 0.0 | 98.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10234 | 0.10234 | 0.10234 | 0.0 | 0.32 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.26088 | 0.26088 | 0.26088 | 0.0 | 0.81 Other | | 0.01264 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5436 ave 5436 max 5436 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138641 ave 138641 max 138641 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138641 Ave neighs/atom = 69.3205 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.596821098912, Press = -0.754588353755435 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8089.4617 -8089.4617 -8165.0852 -8165.0852 292.67084 292.67084 23358.527 23358.527 118.68412 118.68412 37000 -8085.6185 -8085.6185 -8162.4653 -8162.4653 297.4053 297.4053 23358.121 23358.121 696.38467 696.38467 Loop time of 32.5052 on 1 procs for 1000 steps with 2000 atoms Performance: 2.658 ns/day, 9.029 hours/ns, 30.764 timesteps/s 26.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.888 | 31.888 | 31.888 | 0.0 | 98.10 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.183 | 0.183 | 0.183 | 0.0 | 0.56 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.3911 | 0.3911 | 0.3911 | 0.0 | 1.20 Other | | 0.043 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5459 ave 5459 max 5459 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138729 ave 138729 max 138729 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138729 Ave neighs/atom = 69.3645 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.666656641627, Press = -1.04784645886189 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8085.6185 -8085.6185 -8162.4653 -8162.4653 297.4053 297.4053 23358.121 23358.121 696.38467 696.38467 38000 -8090.0795 -8090.0795 -8165.7096 -8165.7096 292.69617 292.69617 23353.866 23353.866 818.54211 818.54211 Loop time of 31.4655 on 1 procs for 1000 steps with 2000 atoms Performance: 2.746 ns/day, 8.740 hours/ns, 31.781 timesteps/s 27.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 | 31.07 | 31.07 | 31.07 | 0.0 | 98.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062059 | 0.062059 | 0.062059 | 0.0 | 0.20 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.29065 | 0.29065 | 0.29065 | 0.0 | 0.92 Other | | 0.04258 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138732 ave 138732 max 138732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138732 Ave neighs/atom = 69.366 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.707152561602, Press = -1.78220045311356 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8090.0795 -8090.0795 -8165.7096 -8165.7096 292.69617 292.69617 23353.866 23353.866 818.54211 818.54211 39000 -8087.3041 -8087.3041 -8165.3452 -8165.3452 302.02719 302.02719 23349.918 23349.918 1039.6074 1039.6074 Loop time of 30.8172 on 1 procs for 1000 steps with 2000 atoms Performance: 2.804 ns/day, 8.560 hours/ns, 32.449 timesteps/s 28.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 | 30.241 | 30.241 | 30.241 | 0.0 | 98.13 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062202 | 0.062202 | 0.062202 | 0.0 | 0.20 Output | 2.3842e-05 | 2.3842e-05 | 2.3842e-05 | 0.0 | 0.00 Modify | 0.50062 | 0.50062 | 0.50062 | 0.0 | 1.62 Other | | 0.01289 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5461 ave 5461 max 5461 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138655 ave 138655 max 138655 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138655 Ave neighs/atom = 69.3275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.802562937585, Press = -1.94819473050847 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8087.3041 -8087.3041 -8165.3452 -8165.3452 302.02719 302.02719 23349.918 23349.918 1039.6074 1039.6074 40000 -8092.7931 -8092.7931 -8165.9858 -8165.9858 283.26297 283.26297 23346.816 23346.816 1013.9499 1013.9499 Loop time of 28.9845 on 1 procs for 1000 steps with 2000 atoms Performance: 2.981 ns/day, 8.051 hours/ns, 34.501 timesteps/s 29.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.608 | 28.608 | 28.608 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12255 | 0.12255 | 0.12255 | 0.0 | 0.42 Output | 2.2888e-05 | 2.2888e-05 | 2.2888e-05 | 0.0 | 0.00 Modify | 0.24083 | 0.24083 | 0.24083 | 0.0 | 0.83 Other | | 0.01279 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138708 ave 138708 max 138708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138708 Ave neighs/atom = 69.354 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.77871344322, Press = -4.08356964264212 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8092.7931 -8092.7931 -8165.9858 -8165.9858 283.26297 283.26297 23346.816 23346.816 1013.9499 1013.9499 41000 -8088.3833 -8088.3833 -8163.2761 -8163.2761 289.84307 289.84307 23386.695 23386.695 -1201.6322 -1201.6322 Loop time of 30.0026 on 1 procs for 1000 steps with 2000 atoms Performance: 2.880 ns/day, 8.334 hours/ns, 33.330 timesteps/s 28.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.506 | 29.506 | 29.506 | 0.0 | 98.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11212 | 0.11212 | 0.11212 | 0.0 | 0.37 Output | 2.2888e-05 | 2.2888e-05 | 2.2888e-05 | 0.0 | 0.00 Modify | 0.35134 | 0.35134 | 0.35134 | 0.0 | 1.17 Other | | 0.0329 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138727 ave 138727 max 138727 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138727 Ave neighs/atom = 69.3635 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.744657100506, Press = -3.33919431512855 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8088.3833 -8088.3833 -8163.2761 -8163.2761 289.84307 289.84307 23386.695 23386.695 -1201.6322 -1201.6322 42000 -8091.8773 -8091.8773 -8167.1962 -8167.1962 291.49176 291.49176 23369.554 23369.554 -372.79585 -372.79585 Loop time of 29.8835 on 1 procs for 1000 steps with 2000 atoms Performance: 2.891 ns/day, 8.301 hours/ns, 33.463 timesteps/s 28.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.517 | 29.517 | 29.517 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052743 | 0.052743 | 0.052743 | 0.0 | 0.18 Output | 2.2173e-05 | 2.2173e-05 | 2.2173e-05 | 0.0 | 0.00 Modify | 0.24322 | 0.24322 | 0.24322 | 0.0 | 0.81 Other | | 0.07059 | | | 0.24 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138578 ave 138578 max 138578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138578 Ave neighs/atom = 69.289 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.689158857077, Press = -1.0792921179573 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8091.8773 -8091.8773 -8167.1962 -8167.1962 291.49176 291.49176 23369.554 23369.554 -372.79585 -372.79585 43000 -8090.4835 -8090.4835 -8166.0792 -8166.0792 292.56338 292.56338 23361.946 23361.946 154.72072 154.72072 Loop time of 29.3218 on 1 procs for 1000 steps with 2000 atoms Performance: 2.947 ns/day, 8.145 hours/ns, 34.104 timesteps/s 29.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.825 | 28.825 | 28.825 | 0.0 | 98.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1323 | 0.1323 | 0.1323 | 0.0 | 0.45 Output | 2.1935e-05 | 2.1935e-05 | 2.1935e-05 | 0.0 | 0.00 Modify | 0.3214 | 0.3214 | 0.3214 | 0.0 | 1.10 Other | | 0.04284 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5464 ave 5464 max 5464 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138532 ave 138532 max 138532 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138532 Ave neighs/atom = 69.266 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.709633204196, Press = -1.0137895623782 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8090.4835 -8090.4835 -8166.0792 -8166.0792 292.56338 292.56338 23361.946 23361.946 154.72072 154.72072 44000 -8089.1075 -8089.1075 -8165.1026 -8165.1026 294.10905 294.10905 23365.423 23365.423 104.48535 104.48535 Loop time of 29.5286 on 1 procs for 1000 steps with 2000 atoms Performance: 2.926 ns/day, 8.202 hours/ns, 33.865 timesteps/s 28.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.991 | 28.991 | 28.991 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11256 | 0.11256 | 0.11256 | 0.0 | 0.38 Output | 3.4094e-05 | 3.4094e-05 | 3.4094e-05 | 0.0 | 0.00 Modify | 0.31093 | 0.31093 | 0.31093 | 0.0 | 1.05 Other | | 0.1138 | | | 0.39 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138682 ave 138682 max 138682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138682 Ave neighs/atom = 69.341 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.700757761346, Press = -1.05159105353302 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8089.1075 -8089.1075 -8165.1026 -8165.1026 294.10905 294.10905 23365.423 23365.423 104.48535 104.48535 45000 -8091.3795 -8091.3795 -8166.5921 -8166.5921 291.08025 291.08025 23358.17 23358.17 384.36919 384.36919 Loop time of 28.5876 on 1 procs for 1000 steps with 2000 atoms Performance: 3.022 ns/day, 7.941 hours/ns, 34.980 timesteps/s 30.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.194 | 28.194 | 28.194 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072268 | 0.072268 | 0.072268 | 0.0 | 0.25 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.27818 | 0.27818 | 0.27818 | 0.0 | 0.97 Other | | 0.04282 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138606 ave 138606 max 138606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138606 Ave neighs/atom = 69.303 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.723408246568, Press = -1.17491365310232 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8091.3795 -8091.3795 -8166.5921 -8166.5921 291.08025 291.08025 23358.17 23358.17 384.36919 384.36919 46000 -8088.6236 -8088.6236 -8164.1384 -8164.1384 292.24995 292.24995 23349.925 23349.925 1376.7144 1376.7144 Loop time of 29.5555 on 1 procs for 1000 steps with 2000 atoms Performance: 2.923 ns/day, 8.210 hours/ns, 33.835 timesteps/s 28.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.09 | 29.09 | 29.09 | 0.0 | 98.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11216 | 0.11216 | 0.11216 | 0.0 | 0.38 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.32098 | 0.32098 | 0.32098 | 0.0 | 1.09 Other | | 0.03277 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5452 ave 5452 max 5452 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138618 ave 138618 max 138618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138618 Ave neighs/atom = 69.309 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.74639950397, Press = -0.948506819241962 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8088.6236 -8088.6236 -8164.1384 -8164.1384 292.24995 292.24995 23349.925 23349.925 1376.7144 1376.7144 47000 -8087.4913 -8087.4913 -8163.4963 -8163.4963 294.14734 294.14734 23339.957 23339.957 1907.5712 1907.5712 Loop time of 29.4449 on 1 procs for 1000 steps with 2000 atoms Performance: 2.934 ns/day, 8.179 hours/ns, 33.962 timesteps/s 29.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.997 | 28.997 | 28.997 | 0.0 | 98.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082541 | 0.082541 | 0.082541 | 0.0 | 0.28 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.31182 | 0.31182 | 0.31182 | 0.0 | 1.06 Other | | 0.05301 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138713 ave 138713 max 138713 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138713 Ave neighs/atom = 69.3565 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.734810604197, Press = -1.34772055678675 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8087.4913 -8087.4913 -8163.4963 -8163.4963 294.14734 294.14734 23339.957 23339.957 1907.5712 1907.5712 48000 -8087.6987 -8087.6987 -8163.9769 -8163.9769 295.20443 295.20443 23338.756 23338.756 1614.1928 1614.1928 Loop time of 27.3558 on 1 procs for 1000 steps with 2000 atoms Performance: 3.158 ns/day, 7.599 hours/ns, 36.555 timesteps/s 31.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 | 26.9 | 26.9 | 26.9 | 0.0 | 98.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15285 | 0.15285 | 0.15285 | 0.0 | 0.56 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.23047 | 0.23047 | 0.23047 | 0.0 | 0.84 Other | | 0.07289 | | | 0.27 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5449 ave 5449 max 5449 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138915 ave 138915 max 138915 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138915 Ave neighs/atom = 69.4575 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.765907015333, Press = -3.14803737735032 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8087.6987 -8087.6987 -8163.9769 -8163.9769 295.20443 295.20443 23338.756 23338.756 1614.1928 1614.1928 49000 -8091.4963 -8091.4963 -8169.131 -8169.131 300.45432 300.45432 23371.262 23371.262 -429.5175 -429.5175 Loop time of 28.5203 on 1 procs for 1000 steps with 2000 atoms Performance: 3.029 ns/day, 7.922 hours/ns, 35.063 timesteps/s 30.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.119 | 28.119 | 28.119 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060147 | 0.060147 | 0.060147 | 0.0 | 0.21 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.27836 | 0.27836 | 0.27836 | 0.0 | 0.98 Other | | 0.06292 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5447 ave 5447 max 5447 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138857 ave 138857 max 138857 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138857 Ave neighs/atom = 69.4285 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.743966128911, Press = -2.42983669235595 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8091.4963 -8091.4963 -8169.131 -8169.131 300.45432 300.45432 23371.262 23371.262 -429.5175 -429.5175 50000 -8090.8183 -8090.8183 -8168.1416 -8168.1416 299.24907 299.24907 23377.569 23377.569 -1247.8135 -1247.8135 Loop time of 26.2102 on 1 procs for 1000 steps with 2000 atoms Performance: 3.296 ns/day, 7.281 hours/ns, 38.153 timesteps/s 32.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 | 25.517 | 25.517 | 25.517 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14258 | 0.14258 | 0.14258 | 0.0 | 0.54 Output | 2.3842e-05 | 2.3842e-05 | 2.3842e-05 | 0.0 | 0.00 Modify | 0.45339 | 0.45339 | 0.45339 | 0.0 | 1.73 Other | | 0.09718 | | | 0.37 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5461 ave 5461 max 5461 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138413 ave 138413 max 138413 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138413 Ave neighs/atom = 69.2065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.751562833202, Press = -1.03155505826866 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8090.8183 -8090.8183 -8168.1416 -8168.1416 299.24907 299.24907 23377.569 23377.569 -1247.8135 -1247.8135 51000 -8085.0284 -8085.0284 -8163.6875 -8163.6875 304.41878 304.41878 23381.585 23381.585 -935.4363 -935.4363 Loop time of 24.7101 on 1 procs for 1000 steps with 2000 atoms Performance: 3.497 ns/day, 6.864 hours/ns, 40.469 timesteps/s 34.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 | 24.354 | 24.354 | 24.354 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092221 | 0.092221 | 0.092221 | 0.0 | 0.37 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.19116 | 0.19116 | 0.19116 | 0.0 | 0.77 Other | | 0.07271 | | | 0.29 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138428 ave 138428 max 138428 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138428 Ave neighs/atom = 69.214 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.793170679553, Press = -1.63246615925911 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8085.0284 -8085.0284 -8163.6875 -8163.6875 304.41878 304.41878 23381.585 23381.585 -935.4363 -935.4363 52000 -8089.0697 -8089.0697 -8164.3201 -8164.3201 291.22668 291.22668 23382.452 23382.452 -1265.7428 -1265.7428 Loop time of 24.3358 on 1 procs for 1000 steps with 2000 atoms Performance: 3.550 ns/day, 6.760 hours/ns, 41.092 timesteps/s 35.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 | 24.022 | 24.022 | 24.022 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052265 | 0.052265 | 0.052265 | 0.0 | 0.21 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.24839 | 0.24839 | 0.24839 | 0.0 | 1.02 Other | | 0.01294 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138733 ave 138733 max 138733 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138733 Ave neighs/atom = 69.3665 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.823275263512, Press = -0.632509973541312 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8089.0697 -8089.0697 -8164.3201 -8164.3201 291.22668 291.22668 23382.452 23382.452 -1265.7428 -1265.7428 53000 -8088.3765 -8088.3765 -8165.0969 -8165.0969 296.91609 296.91609 23390.05 23390.05 -1928.0078 -1928.0078 Loop time of 25.2684 on 1 procs for 1000 steps with 2000 atoms Performance: 3.419 ns/day, 7.019 hours/ns, 39.575 timesteps/s 33.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 | 24.873 | 24.873 | 24.873 | 0.0 | 98.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051897 | 0.051897 | 0.051897 | 0.0 | 0.21 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.31055 | 0.31055 | 0.31055 | 0.0 | 1.23 Other | | 0.03267 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5449 ave 5449 max 5449 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138609 ave 138609 max 138609 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138609 Ave neighs/atom = 69.3045 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.894867436474, Press = 0.0389631295037439 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8088.3765 -8088.3765 -8165.0969 -8165.0969 296.91609 296.91609 23390.05 23390.05 -1928.0078 -1928.0078 54000 -8086.6753 -8086.6753 -8163.2222 -8163.2222 296.24443 296.24443 23370.096 23370.096 -463.13949 -463.13949 Loop time of 25.1658 on 1 procs for 1000 steps with 2000 atoms Performance: 3.433 ns/day, 6.990 hours/ns, 39.736 timesteps/s 33.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 | 24.79 | 24.79 | 24.79 | 0.0 | 98.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092117 | 0.092117 | 0.092117 | 0.0 | 0.37 Output | 2.2888e-05 | 2.2888e-05 | 2.2888e-05 | 0.0 | 0.00 Modify | 0.27103 | 0.27103 | 0.27103 | 0.0 | 1.08 Other | | 0.01285 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5432 ave 5432 max 5432 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138526 ave 138526 max 138526 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138526 Ave neighs/atom = 69.263 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.898329460397, Press = 0.53704976336679 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8086.6753 -8086.6753 -8163.2222 -8163.2222 296.24443 296.24443 23370.096 23370.096 -463.13949 -463.13949 55000 -8090.508 -8090.508 -8164.2181 -8164.2181 285.26544 285.26544 23338.29 23338.29 1626.9342 1626.9342 Loop time of 25.5337 on 1 procs for 1000 steps with 2000 atoms Performance: 3.384 ns/day, 7.093 hours/ns, 39.164 timesteps/s 33.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 | 25.117 | 25.117 | 25.117 | 0.0 | 98.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052327 | 0.052327 | 0.052327 | 0.0 | 0.20 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.33165 | 0.33165 | 0.33165 | 0.0 | 1.30 Other | | 0.03287 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138720 ave 138720 max 138720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138720 Ave neighs/atom = 69.36 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.939051941289, Press = 0.0683373226287753 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8090.508 -8090.508 -8164.2181 -8164.2181 285.26544 285.26544 23338.29 23338.29 1626.9342 1626.9342 56000 -8086.8499 -8086.8499 -8164.0917 -8164.0917 298.93363 298.93363 23355.269 23355.269 421.09774 421.09774 Loop time of 24.3082 on 1 procs for 1000 steps with 2000 atoms Performance: 3.554 ns/day, 6.752 hours/ns, 41.138 timesteps/s 35.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 | 23.932 | 23.932 | 23.932 | 0.0 | 98.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11291 | 0.11291 | 0.11291 | 0.0 | 0.46 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.25078 | 0.25078 | 0.25078 | 0.0 | 1.03 Other | | 0.0127 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5461 ave 5461 max 5461 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138944 ave 138944 max 138944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138944 Ave neighs/atom = 69.472 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.987859140496, Press = -0.991737774372941 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8086.8499 -8086.8499 -8164.0917 -8164.0917 298.93363 298.93363 23355.269 23355.269 421.09774 421.09774 57000 -8090.5529 -8090.5529 -8165.5866 -8165.5866 290.38828 290.38828 23361.188 23361.188 81.361994 81.361994 Loop time of 23.9924 on 1 procs for 1000 steps with 2000 atoms Performance: 3.601 ns/day, 6.665 hours/ns, 41.680 timesteps/s 35.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 | 23.617 | 23.617 | 23.617 | 0.0 | 98.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0917 | 0.0917 | 0.0917 | 0.0 | 0.38 Output | 3.4809e-05 | 3.4809e-05 | 3.4809e-05 | 0.0 | 0.00 Modify | 0.21045 | 0.21045 | 0.21045 | 0.0 | 0.88 Other | | 0.07281 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138897 ave 138897 max 138897 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138897 Ave neighs/atom = 69.4485 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.037391003865, Press = -0.565353180641084 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8090.5529 -8090.5529 -8165.5866 -8165.5866 290.38828 290.38828 23361.188 23361.188 81.361994 81.361994 58000 -8087.4756 -8087.4756 -8163.485 -8163.485 294.16453 294.16453 23362.67 23362.67 128.92564 128.92564 Loop time of 23.8673 on 1 procs for 1000 steps with 2000 atoms Performance: 3.620 ns/day, 6.630 hours/ns, 41.898 timesteps/s 35.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 | 23.451 | 23.451 | 23.451 | 0.0 | 98.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11225 | 0.11225 | 0.11225 | 0.0 | 0.47 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.2908 | 0.2908 | 0.2908 | 0.0 | 1.22 Other | | 0.01286 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5452 ave 5452 max 5452 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138728 ave 138728 max 138728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138728 Ave neighs/atom = 69.364 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.059649864217, Press = -0.798970359365106 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8087.4756 -8087.4756 -8163.485 -8163.485 294.16453 294.16453 23362.67 23362.67 128.92564 128.92564 59000 -8088.9902 -8088.9902 -8165.5531 -8165.5531 296.30626 296.30626 23383.136 23383.136 -1444.884 -1444.884 Loop time of 23.8353 on 1 procs for 1000 steps with 2000 atoms Performance: 3.625 ns/day, 6.621 hours/ns, 41.955 timesteps/s 35.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 | 23.438 | 23.438 | 23.438 | 0.0 | 98.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12234 | 0.12234 | 0.12234 | 0.0 | 0.51 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.20201 | 0.20201 | 0.20201 | 0.0 | 0.85 Other | | 0.07291 | | | 0.31 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138773 ave 138773 max 138773 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138773 Ave neighs/atom = 69.3865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.044503318206, Press = -0.515415649245036 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8088.9902 -8088.9902 -8165.5531 -8165.5531 296.30626 296.30626 23383.136 23383.136 -1444.884 -1444.884 60000 -8090.654 -8090.654 -8164.4233 -8164.4233 285.49497 285.49497 23355.622 23355.622 499.16233 499.16233 Loop time of 22.0033 on 1 procs for 1000 steps with 2000 atoms Performance: 3.927 ns/day, 6.112 hours/ns, 45.448 timesteps/s 38.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 | 21.658 | 21.658 | 21.658 | 0.0 | 98.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092599 | 0.092599 | 0.092599 | 0.0 | 0.42 Output | 2.9802e-05 | 2.9802e-05 | 2.9802e-05 | 0.0 | 0.00 Modify | 0.23964 | 0.23964 | 0.23964 | 0.0 | 1.09 Other | | 0.01261 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5442 ave 5442 max 5442 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138522 ave 138522 max 138522 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138522 Ave neighs/atom = 69.261 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.074353778492, Press = -0.258401163965798 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8090.654 -8090.654 -8164.4233 -8164.4233 285.49497 285.49497 23355.622 23355.622 499.16233 499.16233 61000 -8086.9327 -8086.9327 -8164.6303 -8164.6303 300.6976 300.6976 23346.719 23346.719 1464.0324 1464.0324 Loop time of 21.5396 on 1 procs for 1000 steps with 2000 atoms Performance: 4.011 ns/day, 5.983 hours/ns, 46.426 timesteps/s 39.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 | 21.213 | 21.213 | 21.213 | 0.0 | 98.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10213 | 0.10213 | 0.10213 | 0.0 | 0.47 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.21168 | 0.21168 | 0.21168 | 0.0 | 0.98 Other | | 0.01287 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138678 ave 138678 max 138678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138678 Ave neighs/atom = 69.339 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.102331416808, Press = -0.311613412119315 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8086.9327 -8086.9327 -8164.6303 -8164.6303 300.6976 300.6976 23346.719 23346.719 1464.0324 1464.0324 62000 -8090.8229 -8090.8229 -8165.0536 -8165.0536 287.2802 287.2802 23317.108 23317.108 3128.3573 3128.3573 Loop time of 23.2524 on 1 procs for 1000 steps with 2000 atoms Performance: 3.716 ns/day, 6.459 hours/ns, 43.006 timesteps/s 36.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 | 22.836 | 22.836 | 22.836 | 0.0 | 98.21 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11196 | 0.11196 | 0.11196 | 0.0 | 0.48 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.27192 | 0.27192 | 0.27192 | 0.0 | 1.17 Other | | 0.03277 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138704 ave 138704 max 138704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138704 Ave neighs/atom = 69.352 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.136312600146, Press = -0.71279427652568 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8090.8229 -8090.8229 -8165.0536 -8165.0536 287.2802 287.2802 23317.108 23317.108 3128.3573 3128.3573 63000 -8086.2845 -8086.2845 -8162.5329 -8162.5329 295.08896 295.08896 23332.997 23332.997 2336.2444 2336.2444 Loop time of 22.9249 on 1 procs for 1000 steps with 2000 atoms Performance: 3.769 ns/day, 6.368 hours/ns, 43.621 timesteps/s 37.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 | 22.671 | 22.671 | 22.671 | 0.0 | 98.89 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07028 | 0.07028 | 0.07028 | 0.0 | 0.31 Output | 4.8161e-05 | 4.8161e-05 | 4.8161e-05 | 0.0 | 0.00 Modify | 0.17077 | 0.17077 | 0.17077 | 0.0 | 0.74 Other | | 0.01276 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5467 ave 5467 max 5467 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139061 ave 139061 max 139061 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139061 Ave neighs/atom = 69.5305 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.145788209463, Press = -1.65820666302485 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8086.2845 -8086.2845 -8162.5329 -8162.5329 295.08896 295.08896 23332.997 23332.997 2336.2444 2336.2444 64000 -8088.9072 -8088.9072 -8163.2395 -8163.2395 287.67353 287.67353 23364.055 23364.055 112.6245 112.6245 Loop time of 21.7313 on 1 procs for 1000 steps with 2000 atoms Performance: 3.976 ns/day, 6.036 hours/ns, 46.017 timesteps/s 39.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 | 21.264 | 21.264 | 21.264 | 0.0 | 97.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16258 | 0.16258 | 0.16258 | 0.0 | 0.75 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.25162 | 0.25162 | 0.25162 | 0.0 | 1.16 Other | | 0.05298 | | | 0.24 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139082 ave 139082 max 139082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139082 Ave neighs/atom = 69.541 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.148850430068, Press = -1.73591977553221 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8088.9072 -8088.9072 -8163.2395 -8163.2395 287.67353 287.67353 23364.055 23364.055 112.6245 112.6245 65000 -8089.464 -8089.464 -8164.9463 -8164.9463 292.12442 292.12442 23375.817 23375.817 -657.41853 -657.41853 Loop time of 22.8656 on 1 procs for 1000 steps with 2000 atoms Performance: 3.779 ns/day, 6.352 hours/ns, 43.734 timesteps/s 37.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 | 22.449 | 22.449 | 22.449 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092399 | 0.092399 | 0.092399 | 0.0 | 0.40 Output | 2.408e-05 | 2.408e-05 | 2.408e-05 | 0.0 | 0.00 Modify | 0.29087 | 0.29087 | 0.29087 | 0.0 | 1.27 Other | | 0.03289 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5454 ave 5454 max 5454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138658 ave 138658 max 138658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138658 Ave neighs/atom = 69.329 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.130521778289, Press = -0.918166431284816 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8089.464 -8089.464 -8164.9463 -8164.9463 292.12442 292.12442 23375.817 23375.817 -657.41853 -657.41853 66000 -8091.06 -8091.06 -8167.1843 -8167.1843 294.60877 294.60877 23369.229 23369.229 -631.75802 -631.75802 Loop time of 21.6767 on 1 procs for 1000 steps with 2000 atoms Performance: 3.986 ns/day, 6.021 hours/ns, 46.132 timesteps/s 39.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 | 21.345 | 21.345 | 21.345 | 0.0 | 98.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092272 | 0.092272 | 0.092272 | 0.0 | 0.43 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.2061 | 0.2061 | 0.2061 | 0.0 | 0.95 Other | | 0.03287 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5434 ave 5434 max 5434 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138522 ave 138522 max 138522 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138522 Ave neighs/atom = 69.261 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.128660406451, Press = -0.947242077658194 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8091.06 -8091.06 -8167.1843 -8167.1843 294.60877 294.60877 23369.229 23369.229 -631.75802 -631.75802 67000 -8089.2849 -8089.2849 -8165.599 -8165.599 295.34374 295.34374 23362.93 23362.93 1.4578058 1.4578058 Loop time of 22.7333 on 1 procs for 1000 steps with 2000 atoms Performance: 3.801 ns/day, 6.315 hours/ns, 43.988 timesteps/s 37.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 | 22.281 | 22.281 | 22.281 | 0.0 | 98.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09226 | 0.09226 | 0.09226 | 0.0 | 0.41 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.34715 | 0.34715 | 0.34715 | 0.0 | 1.53 Other | | 0.01293 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5440 ave 5440 max 5440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138717 ave 138717 max 138717 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138717 Ave neighs/atom = 69.3585 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.084555423207, Press = -0.583587095560131 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8089.2849 -8089.2849 -8165.599 -8165.599 295.34374 295.34374 23362.93 23362.93 1.4578058 1.4578058 68000 -8088.6258 -8088.6258 -8163.0762 -8163.0762 288.13079 288.13079 23351.282 23351.282 697.66005 697.66005 Loop time of 21.6331 on 1 procs for 1000 steps with 2000 atoms Performance: 3.994 ns/day, 6.009 hours/ns, 46.226 timesteps/s 39.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 | 21.243 | 21.243 | 21.243 | 0.0 | 98.20 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12252 | 0.12252 | 0.12252 | 0.0 | 0.57 Output | 4.077e-05 | 4.077e-05 | 4.077e-05 | 0.0 | 0.00 Modify | 0.23474 | 0.23474 | 0.23474 | 0.0 | 1.09 Other | | 0.03303 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138663 ave 138663 max 138663 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138663 Ave neighs/atom = 69.3315 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.072125987266, Press = -1.57569064064982 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8088.6258 -8088.6258 -8163.0762 -8163.0762 288.13079 288.13079 23351.282 23351.282 697.66005 697.66005 69000 -8085.8047 -8085.8047 -8163.7545 -8163.7545 301.67359 301.67359 23362.455 23362.455 766.95728 766.95728 Loop time of 21.1049 on 1 procs for 1000 steps with 2000 atoms Performance: 4.094 ns/day, 5.862 hours/ns, 47.382 timesteps/s 40.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 | 20.81 | 20.81 | 20.81 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091701 | 0.091701 | 0.091701 | 0.0 | 0.43 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.17059 | 0.17059 | 0.17059 | 0.0 | 0.81 Other | | 0.03269 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138785 ave 138785 max 138785 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138785 Ave neighs/atom = 69.3925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.054899631903, Press = -1.1499809840069 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8085.8047 -8085.8047 -8163.7545 -8163.7545 301.67359 301.67359 23362.455 23362.455 766.95728 766.95728 70000 -8089.7213 -8089.7213 -8166.7015 -8166.7015 297.92134 297.92134 23362.835 23362.835 226.46014 226.46014 Loop time of 21.8443 on 1 procs for 1000 steps with 2000 atoms Performance: 3.955 ns/day, 6.068 hours/ns, 45.779 timesteps/s 38.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 | 21.386 | 21.386 | 21.386 | 0.0 | 97.90 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11185 | 0.11185 | 0.11185 | 0.0 | 0.51 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 0.28082 | 0.28082 | 0.28082 | 0.0 | 1.29 Other | | 0.06551 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138793 ave 138793 max 138793 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138793 Ave neighs/atom = 69.3965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.084313371508, Press = -1.43938967348713 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -8089.7213 -8089.7213 -8166.7015 -8166.7015 297.92134 297.92134 23362.835 23362.835 226.46014 226.46014 71000 -8087.1911 -8087.1911 -8163.9758 -8163.9758 297.1647 297.1647 23384.625 23384.625 -1088.6007 -1088.6007 Loop time of 21.4519 on 1 procs for 1000 steps with 2000 atoms Performance: 4.028 ns/day, 5.959 hours/ns, 46.616 timesteps/s 39.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 | 21.156 | 21.156 | 21.156 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072031 | 0.072031 | 0.072031 | 0.0 | 0.34 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.19104 | 0.19104 | 0.19104 | 0.0 | 0.89 Other | | 0.0326 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138611 ave 138611 max 138611 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138611 Ave neighs/atom = 69.3055 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.078012780791, Press = -1.22794600515679 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -8087.1911 -8087.1911 -8163.9758 -8163.9758 297.1647 297.1647 23384.625 23384.625 -1088.6007 -1088.6007 72000 -8088.0147 -8088.0147 -8165.662 -8165.662 300.50312 300.50312 23387.897 23387.897 -1125.6187 -1125.6187 Loop time of 21.4619 on 1 procs for 1000 steps with 2000 atoms Performance: 4.026 ns/day, 5.962 hours/ns, 46.594 timesteps/s 39.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 | 21.086 | 21.086 | 21.086 | 0.0 | 98.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072286 | 0.072286 | 0.072286 | 0.0 | 0.34 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.21053 | 0.21053 | 0.21053 | 0.0 | 0.98 Other | | 0.09298 | | | 0.43 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5438 ave 5438 max 5438 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138661 ave 138661 max 138661 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138661 Ave neighs/atom = 69.3305 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.124640031739, Press = -0.552360278540595 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -8088.0147 -8088.0147 -8165.662 -8165.662 300.50312 300.50312 23387.897 23387.897 -1125.6187 -1125.6187 73000 -8089.6629 -8089.6629 -8165.2159 -8165.2159 292.39802 292.39802 23358.354 23358.354 587.4604 587.4604 Loop time of 21.781 on 1 procs for 1000 steps with 2000 atoms Performance: 3.967 ns/day, 6.050 hours/ns, 45.912 timesteps/s 39.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 | 21.425 | 21.425 | 21.425 | 0.0 | 98.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092099 | 0.092099 | 0.092099 | 0.0 | 0.42 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.23097 | 0.23097 | 0.23097 | 0.0 | 1.06 Other | | 0.03262 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5454 ave 5454 max 5454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138433 ave 138433 max 138433 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138433 Ave neighs/atom = 69.2165 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.141320800387, Press = -0.348643966251164 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -8089.6629 -8089.6629 -8165.2159 -8165.2159 292.39802 292.39802 23358.354 23358.354 587.4604 587.4604 74000 -8092.354 -8092.354 -8166.6494 -8166.6494 287.53061 287.53061 23332.761 23332.761 2133.1985 2133.1985 Loop time of 21.4954 on 1 procs for 1000 steps with 2000 atoms Performance: 4.019 ns/day, 5.971 hours/ns, 46.522 timesteps/s 39.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 | 21.221 | 21.221 | 21.221 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.031797 | 0.031797 | 0.031797 | 0.0 | 0.15 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.23028 | 0.23028 | 0.23028 | 0.0 | 1.07 Other | | 0.01268 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5446 ave 5446 max 5446 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138778 ave 138778 max 138778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138778 Ave neighs/atom = 69.389 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.156043581391, Press = -0.39192965640879 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -8092.354 -8092.354 -8166.6494 -8166.6494 287.53061 287.53061 23332.761 23332.761 2133.1985 2133.1985 75000 -8088.7017 -8088.7017 -8163.6698 -8163.6698 290.13441 290.13441 23310.909 23310.909 3678.3 3678.3 Loop time of 21.6236 on 1 procs for 1000 steps with 2000 atoms Performance: 3.996 ns/day, 6.007 hours/ns, 46.246 timesteps/s 39.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 | 21.217 | 21.217 | 21.217 | 0.0 | 98.12 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07192 | 0.07192 | 0.07192 | 0.0 | 0.33 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.28238 | 0.28238 | 0.28238 | 0.0 | 1.31 Other | | 0.05275 | | | 0.24 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138734 ave 138734 max 138734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138734 Ave neighs/atom = 69.367 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.115331503024, Press = -0.616483666168051 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -8088.7017 -8088.7017 -8163.6698 -8163.6698 290.13441 290.13441 23310.909 23310.909 3678.3 3678.3 76000 -8089.355 -8089.355 -8164.5528 -8164.5528 291.02326 291.02326 23338.143 23338.143 1812.9569 1812.9569 Loop time of 21.5158 on 1 procs for 1000 steps with 2000 atoms Performance: 4.016 ns/day, 5.977 hours/ns, 46.477 timesteps/s 39.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 | 21.18 | 21.18 | 21.18 | 0.0 | 98.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09255 | 0.09255 | 0.09255 | 0.0 | 0.43 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.21065 | 0.21065 | 0.21065 | 0.0 | 0.98 Other | | 0.03271 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139077 ave 139077 max 139077 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139077 Ave neighs/atom = 69.5385 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.104273211387, Press = -1.27747349816442 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -8089.355 -8089.355 -8164.5528 -8164.5528 291.02326 291.02326 23338.143 23338.143 1812.9569 1812.9569 77000 -8086.4889 -8086.4889 -8163.6957 -8163.6957 298.79825 298.79825 23364.078 23364.078 472.37412 472.37412 Loop time of 21.1818 on 1 procs for 1000 steps with 2000 atoms Performance: 4.079 ns/day, 5.884 hours/ns, 47.210 timesteps/s 39.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 | 20.796 | 20.796 | 20.796 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1318 | 0.1318 | 0.1318 | 0.0 | 0.62 Output | 2.1935e-05 | 2.1935e-05 | 2.1935e-05 | 0.0 | 0.00 Modify | 0.24164 | 0.24164 | 0.24164 | 0.0 | 1.14 Other | | 0.01257 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5449 ave 5449 max 5449 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138847 ave 138847 max 138847 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138847 Ave neighs/atom = 69.4235 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.109699651796, Press = -1.26883013121662 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -8086.4889 -8086.4889 -8163.6957 -8163.6957 298.79825 298.79825 23364.078 23364.078 472.37412 472.37412 78000 -8090.273 -8090.273 -8164.7448 -8164.7448 288.2134 288.2134 23375.604 23375.604 -413.45039 -413.45039 Loop time of 20.6236 on 1 procs for 1000 steps with 2000 atoms Performance: 4.189 ns/day, 5.729 hours/ns, 48.488 timesteps/s 41.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 | 20.421 | 20.421 | 20.421 | 0.0 | 99.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048696 | 0.048696 | 0.048696 | 0.0 | 0.24 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 0.14138 | 0.14138 | 0.14138 | 0.0 | 0.69 Other | | 0.01272 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5459 ave 5459 max 5459 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138689 ave 138689 max 138689 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138689 Ave neighs/atom = 69.3445 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.118179534503, Press = -1.13372322103027 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -8090.273 -8090.273 -8164.7448 -8164.7448 288.2134 288.2134 23375.604 23375.604 -413.45039 -413.45039 79000 -8086.1432 -8086.1432 -8163.4428 -8163.4428 299.15764 299.15764 23390.489 23390.489 -1464.8251 -1464.8251 Loop time of 22.2813 on 1 procs for 1000 steps with 2000 atoms Performance: 3.878 ns/day, 6.189 hours/ns, 44.881 timesteps/s 38.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 | 21.846 | 21.846 | 21.846 | 0.0 | 98.05 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092068 | 0.092068 | 0.092068 | 0.0 | 0.41 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.29068 | 0.29068 | 0.29068 | 0.0 | 1.30 Other | | 0.05275 | | | 0.24 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138821 ave 138821 max 138821 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138821 Ave neighs/atom = 69.4105 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.139383869961, Press = -1.20289368292912 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -8086.1432 -8086.1432 -8163.4428 -8163.4428 299.15764 299.15764 23390.489 23390.489 -1464.8251 -1464.8251 80000 -8087.7831 -8087.7831 -8163.0976 -8163.0976 291.47475 291.47475 23420.178 23420.178 -3416.8125 -3416.8125 Loop time of 21.2389 on 1 procs for 1000 steps with 2000 atoms Performance: 4.068 ns/day, 5.900 hours/ns, 47.083 timesteps/s 40.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 | 20.883 | 20.883 | 20.883 | 0.0 | 98.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11214 | 0.11214 | 0.11214 | 0.0 | 0.53 Output | 2.3842e-05 | 2.3842e-05 | 2.3842e-05 | 0.0 | 0.00 Modify | 0.21061 | 0.21061 | 0.21061 | 0.0 | 0.99 Other | | 0.03267 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5437 ave 5437 max 5437 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138625 ave 138625 max 138625 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138625 Ave neighs/atom = 69.3125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.120596849573, Press = -1.38834576896077 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -8087.7831 -8087.7831 -8163.0976 -8163.0976 291.47475 291.47475 23420.178 23420.178 -3416.8125 -3416.8125 81000 -8087.7329 -8087.7329 -8164.9665 -8164.9665 298.90201 298.90201 23401.891 23401.891 -2383.9139 -2383.9139 Loop time of 21.1975 on 1 procs for 1000 steps with 2000 atoms Performance: 4.076 ns/day, 5.888 hours/ns, 47.175 timesteps/s 40.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 | 20.852 | 20.852 | 20.852 | 0.0 | 98.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10175 | 0.10175 | 0.10175 | 0.0 | 0.48 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.23112 | 0.23112 | 0.23112 | 0.0 | 1.09 Other | | 0.01272 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5456 ave 5456 max 5456 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138500 ave 138500 max 138500 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138500 Ave neighs/atom = 69.25 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.100335385853, Press = -0.440652908391139 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -8087.7329 -8087.7329 -8164.9665 -8164.9665 298.90201 298.90201 23401.891 23401.891 -2383.9139 -2383.9139 82000 -8090.3232 -8090.3232 -8164.3631 -8164.3631 286.54201 286.54201 23361.433 23361.433 52.452918 52.452918 Loop time of 22.3743 on 1 procs for 1000 steps with 2000 atoms Performance: 3.862 ns/day, 6.215 hours/ns, 44.694 timesteps/s 38.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 | 22.098 | 22.098 | 22.098 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072175 | 0.072175 | 0.072175 | 0.0 | 0.32 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.19117 | 0.19117 | 0.19117 | 0.0 | 0.85 Other | | 0.01267 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138382 ave 138382 max 138382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138382 Ave neighs/atom = 69.191 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.067316039578, Press = -0.661478314063591 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -8090.3232 -8090.3232 -8164.3631 -8164.3631 286.54201 286.54201 23361.433 23361.433 52.452918 52.452918 83000 -8088.8749 -8088.8749 -8165.2868 -8165.2868 295.72211 295.72211 23360.294 23360.294 103.1368 103.1368 Loop time of 21.9618 on 1 procs for 1000 steps with 2000 atoms Performance: 3.934 ns/day, 6.100 hours/ns, 45.534 timesteps/s 38.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 | 21.415 | 21.415 | 21.415 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19256 | 0.19256 | 0.19256 | 0.0 | 0.88 Output | 5.8889e-05 | 5.8889e-05 | 5.8889e-05 | 0.0 | 0.00 Modify | 0.2912 | 0.2912 | 0.2912 | 0.0 | 1.33 Other | | 0.0628 | | | 0.29 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5445 ave 5445 max 5445 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138926 ave 138926 max 138926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138926 Ave neighs/atom = 69.463 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.054923914417, Press = -0.930252634860462 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -8088.8749 -8088.8749 -8165.2868 -8165.2868 295.72211 295.72211 23360.294 23360.294 103.1368 103.1368 84000 -8090.3459 -8090.3459 -8164.6624 -8164.6624 287.61223 287.61223 23366.351 23366.351 -74.057739 -74.057739 Loop time of 21.5087 on 1 procs for 1000 steps with 2000 atoms Performance: 4.017 ns/day, 5.975 hours/ns, 46.493 timesteps/s 39.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 | 21.233 | 21.233 | 21.233 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051918 | 0.051918 | 0.051918 | 0.0 | 0.24 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.17113 | 0.17113 | 0.17113 | 0.0 | 0.80 Other | | 0.05269 | | | 0.24 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5447 ave 5447 max 5447 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138775 ave 138775 max 138775 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138775 Ave neighs/atom = 69.3875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.025619442453, Press = -1.09989376012269 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -8090.3459 -8090.3459 -8164.6624 -8164.6624 287.61223 287.61223 23366.351 23366.351 -74.057739 -74.057739 85000 -8087.4435 -8087.4435 -8163.187 -8163.187 293.13503 293.13503 23385.848 23385.848 -1244.4803 -1244.4803 Loop time of 22.3943 on 1 procs for 1000 steps with 2000 atoms Performance: 3.858 ns/day, 6.221 hours/ns, 44.654 timesteps/s 38.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 | 22.087 | 22.087 | 22.087 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072358 | 0.072358 | 0.072358 | 0.0 | 0.32 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.15098 | 0.15098 | 0.15098 | 0.0 | 0.67 Other | | 0.08377 | | | 0.37 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138719 ave 138719 max 138719 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138719 Ave neighs/atom = 69.3595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.014690020816, Press = -1.70589199546787 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -8087.4435 -8087.4435 -8163.187 -8163.187 293.13503 293.13503 23385.848 23385.848 -1244.4803 -1244.4803 86000 -8091.9215 -8091.9215 -8166.1647 -8166.1647 287.32859 287.32859 23395.583 23395.583 -2040.507 -2040.507 Loop time of 22.4659 on 1 procs for 1000 steps with 2000 atoms Performance: 3.846 ns/day, 6.241 hours/ns, 44.512 timesteps/s 38.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 | 22.078 | 22.078 | 22.078 | 0.0 | 98.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051914 | 0.051914 | 0.051914 | 0.0 | 0.23 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.3027 | 0.3027 | 0.3027 | 0.0 | 1.35 Other | | 0.03276 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5448 ave 5448 max 5448 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138651 ave 138651 max 138651 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138651 Ave neighs/atom = 69.3255 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.993827833505, Press = -1.69866470293571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -8091.9215 -8091.9215 -8166.1647 -8166.1647 287.32859 287.32859 23395.583 23395.583 -2040.507 -2040.507 87000 -8088.4364 -8088.4364 -8163.5835 -8163.5835 290.82731 290.82731 23382.771 23382.771 -1414.8793 -1414.8793 Loop time of 21.9336 on 1 procs for 1000 steps with 2000 atoms Performance: 3.939 ns/day, 6.093 hours/ns, 45.592 timesteps/s 38.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 | 21.638 | 21.638 | 21.638 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05181 | 0.05181 | 0.05181 | 0.0 | 0.24 Output | 2.2888e-05 | 2.2888e-05 | 2.2888e-05 | 0.0 | 0.00 Modify | 0.21071 | 0.21071 | 0.21071 | 0.0 | 0.96 Other | | 0.03262 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5449 ave 5449 max 5449 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138471 ave 138471 max 138471 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138471 Ave neighs/atom = 69.2355 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.99467464017, Press = -0.824786753952235 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -8088.4364 -8088.4364 -8163.5835 -8163.5835 290.82731 290.82731 23382.771 23382.771 -1414.8793 -1414.8793 88000 -8088.7872 -8088.7872 -8164.1178 -8164.1178 291.53752 291.53752 23380.233 23380.233 -938.02393 -938.02393 Loop time of 22.1464 on 1 procs for 1000 steps with 2000 atoms Performance: 3.901 ns/day, 6.152 hours/ns, 45.154 timesteps/s 38.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 | 21.831 | 21.831 | 21.831 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1121 | 0.1121 | 0.1121 | 0.0 | 0.51 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.17102 | 0.17102 | 0.17102 | 0.0 | 0.77 Other | | 0.03265 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5451 ave 5451 max 5451 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138718 ave 138718 max 138718 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138718 Ave neighs/atom = 69.359 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.998409739544, Press = -0.857045507608182 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -8088.7872 -8088.7872 -8164.1178 -8164.1178 291.53752 291.53752 23380.233 23380.233 -938.02393 -938.02393 89000 -8090.1541 -8090.1541 -8166.1559 -8166.1559 294.13467 294.13467 23369.064 23369.064 -736.90574 -736.90574 Loop time of 20.6874 on 1 procs for 1000 steps with 2000 atoms Performance: 4.176 ns/day, 5.746 hours/ns, 48.339 timesteps/s 41.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 | 20.421 | 20.421 | 20.421 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052099 | 0.052099 | 0.052099 | 0.0 | 0.25 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.20133 | 0.20133 | 0.20133 | 0.0 | 0.97 Other | | 0.01283 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5451 ave 5451 max 5451 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138585 ave 138585 max 138585 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138585 Ave neighs/atom = 69.2925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.015894429117, Press = -0.743416634731424 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -8090.1541 -8090.1541 -8166.1559 -8166.1559 294.13467 294.13467 23369.064 23369.064 -736.90574 -736.90574 90000 -8091.232 -8091.232 -8165.8606 -8165.8606 288.82038 288.82038 23371.899 23371.899 -758.75629 -758.75629 Loop time of 20.977 on 1 procs for 1000 steps with 2000 atoms Performance: 4.119 ns/day, 5.827 hours/ns, 47.671 timesteps/s 40.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 | 20.631 | 20.631 | 20.631 | 0.0 | 98.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082249 | 0.082249 | 0.082249 | 0.0 | 0.39 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.24135 | 0.24135 | 0.24135 | 0.0 | 1.15 Other | | 0.0228 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5450 ave 5450 max 5450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138606 ave 138606 max 138606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138606 Ave neighs/atom = 69.303 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.003698973311, Press = -0.886329366709102 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -8091.232 -8091.232 -8165.8606 -8165.8606 288.82038 288.82038 23371.899 23371.899 -758.75629 -758.75629 91000 -8087.8249 -8087.8249 -8164.7236 -8164.7236 297.60596 297.60596 23396.973 23396.973 -2328.1282 -2328.1282 Loop time of 21.4303 on 1 procs for 1000 steps with 2000 atoms Performance: 4.032 ns/day, 5.953 hours/ns, 46.663 timesteps/s 39.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 | 21.175 | 21.175 | 21.175 | 0.0 | 98.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.071974 | 0.071974 | 0.071974 | 0.0 | 0.34 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.17063 | 0.17063 | 0.17063 | 0.0 | 0.80 Other | | 0.01275 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138636 ave 138636 max 138636 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138636 Ave neighs/atom = 69.318 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.996473975826, Press = -0.925368460785449 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -8087.8249 -8087.8249 -8164.7236 -8164.7236 297.60596 297.60596 23396.973 23396.973 -2328.1282 -2328.1282 92000 -8089.6585 -8089.6585 -8165.8589 -8165.8589 294.90351 294.90351 23387.905 23387.905 -1517.7795 -1517.7795 Loop time of 20.5274 on 1 procs for 1000 steps with 2000 atoms Performance: 4.209 ns/day, 5.702 hours/ns, 48.715 timesteps/s 41.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 | 20.231 | 20.231 | 20.231 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051962 | 0.051962 | 0.051962 | 0.0 | 0.25 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.23227 | 0.23227 | 0.23227 | 0.0 | 1.13 Other | | 0.01253 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138612 ave 138612 max 138612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138612 Ave neighs/atom = 69.306 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 23365.1119539955 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0