# 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 4.322974419593815*${_u_distance} variable latticeconst_converted equal 4.322974419593815*1 lattice bcc ${latticeconst_converted} lattice bcc 4.32297441959382 Lattice spacing in x,y,z = 4.32297 4.32297 4.32297 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (43.2297 43.2297 43.2297) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000332117 secs variable mass_converted equal 22.98977*${_u_mass} variable mass_converted equal 22.98977*1 kim_interactions Na #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959MedCutoff_Na__MO_636041334617_004 pair_coeff * * Na #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 22.98977 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 80788.2121103464 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 80788.2121103464/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 80788.2121103464/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 80788.2121103464/(1*1*${_u_distance}) variable V0_metal equal 80788.2121103464/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 80788.2121103464*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 80788.2121103464 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 20.22 ghost atom cutoff = 20.22 binsize = 10.11, bins = 5 5 5 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 20.22 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -2137.2757 -2137.2757 -2218.1908 -2218.1908 313.15 313.15 80788.212 80788.212 1069.7981 1069.7981 1000 -2045.5789 -2045.5789 -2126.7139 -2126.7139 314.00062 314.00062 84238.131 84238.131 203.81014 203.81014 Loop time of 65.4728 on 1 procs for 1000 steps with 2000 atoms Performance: 1.320 ns/day, 18.187 hours/ns, 15.274 timesteps/s 82.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 64.382 | 64.382 | 64.382 | 0.0 | 98.33 Neigh | 0.82164 | 0.82164 | 0.82164 | 0.0 | 1.25 Comm | 0.10815 | 0.10815 | 0.10815 | 0.0 | 0.17 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 0.13304 | 0.13304 | 0.13304 | 0.0 | 0.20 Other | | 0.02817 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12703 ave 12703 max 12703 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66577e+06 ave 1.66577e+06 max 1.66577e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665770 Ave neighs/atom = 832.885 Neighbor list builds = 12 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -2045.5789 -2045.5789 -2126.7139 -2126.7139 314.00062 314.00062 84238.131 84238.131 203.81014 203.81014 2000 -2050.7965 -2050.7965 -2133.4128 -2133.4128 319.73346 319.73346 84188.512 84188.512 127.21391 127.21391 Loop time of 81.2808 on 1 procs for 1000 steps with 2000 atoms Performance: 1.063 ns/day, 22.578 hours/ns, 12.303 timesteps/s 74.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 | 79.858 | 79.858 | 79.858 | 0.0 | 98.25 Neigh | 1.0446 | 1.0446 | 1.0446 | 0.0 | 1.29 Comm | 0.20463 | 0.20463 | 0.20463 | 0.0 | 0.25 Output | 6.6042e-05 | 6.6042e-05 | 6.6042e-05 | 0.0 | 0.00 Modify | 0.15204 | 0.15204 | 0.15204 | 0.0 | 0.19 Other | | 0.02119 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12767 ave 12767 max 12767 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67268e+06 ave 1.67268e+06 max 1.67268e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1672678 Ave neighs/atom = 836.339 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -2050.7965 -2050.7965 -2133.4128 -2133.4128 319.73346 319.73346 84188.512 84188.512 127.21391 127.21391 3000 -2052.7827 -2052.7827 -2132.3158 -2132.3158 307.80133 307.80133 84218.169 84218.169 83.734629 83.734629 Loop time of 81.5607 on 1 procs for 1000 steps with 2000 atoms Performance: 1.059 ns/day, 22.656 hours/ns, 12.261 timesteps/s 74.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 79.244 | 79.244 | 79.244 | 0.0 | 97.16 Neigh | 1.0117 | 1.0117 | 1.0117 | 0.0 | 1.24 Comm | 0.2031 | 0.2031 | 0.2031 | 0.0 | 0.25 Output | 0.021615 | 0.021615 | 0.021615 | 0.0 | 0.03 Modify | 1.0391 | 1.0391 | 1.0391 | 0.0 | 1.27 Other | | 0.04155 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12741 ave 12741 max 12741 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66882e+06 ave 1.66882e+06 max 1.66882e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1668824 Ave neighs/atom = 834.412 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -2052.7827 -2052.7827 -2132.3158 -2132.3158 307.80133 307.80133 84218.169 84218.169 83.734629 83.734629 4000 -2049.3464 -2049.3464 -2131.0518 -2131.0518 316.20862 316.20862 84568.171 84568.171 -90.21892 -90.21892 Loop time of 92.7802 on 1 procs for 1000 steps with 2000 atoms Performance: 0.931 ns/day, 25.772 hours/ns, 10.778 timesteps/s 65.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 | 91.086 | 91.086 | 91.086 | 0.0 | 98.17 Neigh | 1.337 | 1.337 | 1.337 | 0.0 | 1.44 Comm | 0.11151 | 0.11151 | 0.11151 | 0.0 | 0.12 Output | 5.2929e-05 | 5.2929e-05 | 5.2929e-05 | 0.0 | 0.00 Modify | 0.19375 | 0.19375 | 0.19375 | 0.0 | 0.21 Other | | 0.0523 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12723 ave 12723 max 12723 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66277e+06 ave 1.66277e+06 max 1.66277e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1662774 Ave neighs/atom = 831.387 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -2049.3464 -2049.3464 -2131.0518 -2131.0518 316.20862 316.20862 84568.171 84568.171 -90.21892 -90.21892 5000 -2048.0601 -2048.0601 -2130.0568 -2130.0568 317.33602 317.33602 84663.824 84663.824 -132.98859 -132.98859 Loop time of 79.4184 on 1 procs for 1000 steps with 2000 atoms Performance: 1.088 ns/day, 22.061 hours/ns, 12.592 timesteps/s 76.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 | 78.124 | 78.124 | 78.124 | 0.0 | 98.37 Neigh | 1.0216 | 1.0216 | 1.0216 | 0.0 | 1.29 Comm | 0.11093 | 0.11093 | 0.11093 | 0.0 | 0.14 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.13991 | 0.13991 | 0.13991 | 0.0 | 0.18 Other | | 0.02201 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12679 ave 12679 max 12679 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65971e+06 ave 1.65971e+06 max 1.65971e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659712 Ave neighs/atom = 829.856 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 317.904527273289, Press = -55.0847625225317 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -2048.0601 -2048.0601 -2130.0568 -2130.0568 317.33602 317.33602 84663.824 84663.824 -132.98859 -132.98859 6000 -2052.3323 -2052.3323 -2131.3523 -2131.3523 305.81578 305.81578 84688.294 84688.294 -205.11305 -205.11305 Loop time of 92.1589 on 1 procs for 1000 steps with 2000 atoms Performance: 0.938 ns/day, 25.600 hours/ns, 10.851 timesteps/s 66.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 | 90.801 | 90.801 | 90.801 | 0.0 | 98.53 Neigh | 1.0869 | 1.0869 | 1.0869 | 0.0 | 1.18 Comm | 0.12409 | 0.12409 | 0.12409 | 0.0 | 0.13 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12556 | 0.12556 | 0.12556 | 0.0 | 0.14 Other | | 0.02086 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12741 ave 12741 max 12741 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65922e+06 ave 1.65922e+06 max 1.65922e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659224 Ave neighs/atom = 829.612 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.548736612388, Press = -1.60270162199758 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -2052.3323 -2052.3323 -2131.3523 -2131.3523 305.81578 305.81578 84688.294 84688.294 -205.11305 -205.11305 7000 -2049.7433 -2049.7433 -2129.4958 -2129.4958 308.65027 308.65027 85124.303 85124.303 -455.69262 -455.69262 Loop time of 83.4453 on 1 procs for 1000 steps with 2000 atoms Performance: 1.035 ns/day, 23.179 hours/ns, 11.984 timesteps/s 74.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 | 82.047 | 82.047 | 82.047 | 0.0 | 98.32 Neigh | 1.0742 | 1.0742 | 1.0742 | 0.0 | 1.29 Comm | 0.12556 | 0.12556 | 0.12556 | 0.0 | 0.15 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15111 | 0.15111 | 0.15111 | 0.0 | 0.18 Other | | 0.04718 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12651 ave 12651 max 12651 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.64878e+06 ave 1.64878e+06 max 1.64878e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1648780 Ave neighs/atom = 824.39 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.081806203088, Press = -2.56972086947048 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -2049.7433 -2049.7433 -2129.4958 -2129.4958 308.65027 308.65027 85124.303 85124.303 -455.69262 -455.69262 8000 -2053.057 -2053.057 -2132.7834 -2132.7834 308.54936 308.54936 84747.716 84747.716 -278.34127 -278.34127 Loop time of 80.7527 on 1 procs for 1000 steps with 2000 atoms Performance: 1.070 ns/day, 22.431 hours/ns, 12.383 timesteps/s 75.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 | 79.454 | 79.454 | 79.454 | 0.0 | 98.39 Neigh | 0.96844 | 0.96844 | 0.96844 | 0.0 | 1.20 Comm | 0.15485 | 0.15485 | 0.15485 | 0.0 | 0.19 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.15454 | 0.15454 | 0.15454 | 0.0 | 0.19 Other | | 0.021 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12725 ave 12725 max 12725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65688e+06 ave 1.65688e+06 max 1.65688e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1656882 Ave neighs/atom = 828.441 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.833722487186, Press = -4.8875218163959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -2053.057 -2053.057 -2132.7834 -2132.7834 308.54936 308.54936 84747.716 84747.716 -278.34127 -278.34127 9000 -2057.5133 -2057.5133 -2134.9912 -2134.9912 299.84769 299.84769 84473.677 84473.677 -160.33114 -160.33114 Loop time of 81.2005 on 1 procs for 1000 steps with 2000 atoms Performance: 1.064 ns/day, 22.556 hours/ns, 12.315 timesteps/s 74.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 79.753 | 79.753 | 79.753 | 0.0 | 98.22 Neigh | 1.0796 | 1.0796 | 1.0796 | 0.0 | 1.33 Comm | 0.15983 | 0.15983 | 0.15983 | 0.0 | 0.20 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.18367 | 0.18367 | 0.18367 | 0.0 | 0.23 Other | | 0.02474 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12723 ave 12723 max 12723 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66233e+06 ave 1.66233e+06 max 1.66233e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1662328 Ave neighs/atom = 831.164 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.286818096639, Press = -3.8636527005944 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -2057.5133 -2057.5133 -2134.9912 -2134.9912 299.84769 299.84769 84473.677 84473.677 -160.33114 -160.33114 10000 -2048.5531 -2048.5531 -2130.2071 -2130.2071 316.0095 316.0095 84729.664 84729.664 -176.82122 -176.82122 Loop time of 82.5236 on 1 procs for 1000 steps with 2000 atoms Performance: 1.047 ns/day, 22.923 hours/ns, 12.118 timesteps/s 74.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 | 81.253 | 81.253 | 81.253 | 0.0 | 98.46 Neigh | 0.92772 | 0.92772 | 0.92772 | 0.0 | 1.12 Comm | 0.18118 | 0.18118 | 0.18118 | 0.0 | 0.22 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12772 | 0.12772 | 0.12772 | 0.0 | 0.15 Other | | 0.03416 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12745 ave 12745 max 12745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65888e+06 ave 1.65888e+06 max 1.65888e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1658882 Ave neighs/atom = 829.441 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.866654617323, Press = -2.68859780966628 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -2048.5531 -2048.5531 -2130.2071 -2130.2071 316.0095 316.0095 84729.664 84729.664 -176.82122 -176.82122 11000 -2051.4603 -2051.4603 -2130.6522 -2130.6522 306.4807 306.4807 84456.403 84456.403 -51.548968 -51.548968 Loop time of 87.8764 on 1 procs for 1000 steps with 2000 atoms Performance: 0.983 ns/day, 24.410 hours/ns, 11.380 timesteps/s 68.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 | 86.596 | 86.596 | 86.596 | 0.0 | 98.54 Neigh | 0.94206 | 0.94206 | 0.94206 | 0.0 | 1.07 Comm | 0.1492 | 0.1492 | 0.1492 | 0.0 | 0.17 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.12509 | 0.12509 | 0.12509 | 0.0 | 0.14 Other | | 0.06393 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12657 ave 12657 max 12657 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66093e+06 ave 1.66093e+06 max 1.66093e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660932 Ave neighs/atom = 830.466 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.04494816332, Press = -4.1069136360765 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -2051.4603 -2051.4603 -2130.6522 -2130.6522 306.4807 306.4807 84456.403 84456.403 -51.548968 -51.548968 12000 -2050.9655 -2050.9655 -2133.0525 -2133.0525 317.68484 317.68484 84084.281 84084.281 178.98232 178.98232 Loop time of 81.4013 on 1 procs for 1000 steps with 2000 atoms Performance: 1.061 ns/day, 22.611 hours/ns, 12.285 timesteps/s 74.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 79.996 | 79.996 | 79.996 | 0.0 | 98.27 Neigh | 1.103 | 1.103 | 1.103 | 0.0 | 1.35 Comm | 0.11068 | 0.11068 | 0.11068 | 0.0 | 0.14 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.15678 | 0.15678 | 0.15678 | 0.0 | 0.19 Other | | 0.0344 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12705 ave 12705 max 12705 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66041e+06 ave 1.66041e+06 max 1.66041e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660412 Ave neighs/atom = 830.206 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.029044184124, Press = -6.48724580957276 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -2050.9655 -2050.9655 -2133.0525 -2133.0525 317.68484 317.68484 84084.281 84084.281 178.98232 178.98232 13000 -2049.4503 -2049.4503 -2130.8038 -2130.8038 314.84643 314.84643 84240.931 84240.931 109.65496 109.65496 Loop time of 77.0027 on 1 procs for 1000 steps with 2000 atoms Performance: 1.122 ns/day, 21.390 hours/ns, 12.987 timesteps/s 78.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 | 75.518 | 75.518 | 75.518 | 0.0 | 98.07 Neigh | 1.201 | 1.201 | 1.201 | 0.0 | 1.56 Comm | 0.12445 | 0.12445 | 0.12445 | 0.0 | 0.16 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.13837 | 0.13837 | 0.13837 | 0.0 | 0.18 Other | | 0.02098 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12689 ave 12689 max 12689 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66601e+06 ave 1.66601e+06 max 1.66601e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1666012 Ave neighs/atom = 833.006 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.958479014938, Press = -4.09389535677542 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -2049.4503 -2049.4503 -2130.8038 -2130.8038 314.84643 314.84643 84240.931 84240.931 109.65496 109.65496 14000 -2053.4109 -2053.4109 -2133.3805 -2133.3805 309.49085 309.49085 84141.087 84141.087 108.00489 108.00489 Loop time of 81.0083 on 1 procs for 1000 steps with 2000 atoms Performance: 1.067 ns/day, 22.502 hours/ns, 12.344 timesteps/s 75.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 79.802 | 79.802 | 79.802 | 0.0 | 98.51 Neigh | 0.88166 | 0.88166 | 0.88166 | 0.0 | 1.09 Comm | 0.12415 | 0.12415 | 0.12415 | 0.0 | 0.15 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 0.16547 | 0.16547 | 0.16547 | 0.0 | 0.20 Other | | 0.03442 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12739 ave 12739 max 12739 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66775e+06 ave 1.66775e+06 max 1.66775e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1667754 Ave neighs/atom = 833.877 Neighbor list builds = 12 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.806702211878, Press = -2.1387686829153 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -2053.4109 -2053.4109 -2133.3805 -2133.3805 309.49085 309.49085 84141.087 84141.087 108.00489 108.00489 15000 -2045.7515 -2045.7515 -2129.6473 -2129.6473 324.6851 324.6851 84421.986 84421.986 50.519881 50.519881 Loop time of 90.3341 on 1 procs for 1000 steps with 2000 atoms Performance: 0.956 ns/day, 25.093 hours/ns, 11.070 timesteps/s 67.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 | 88.804 | 88.804 | 88.804 | 0.0 | 98.31 Neigh | 1.2071 | 1.2071 | 1.2071 | 0.0 | 1.34 Comm | 0.1377 | 0.1377 | 0.1377 | 0.0 | 0.15 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.13829 | 0.13829 | 0.13829 | 0.0 | 0.15 Other | | 0.0472 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12717 ave 12717 max 12717 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66328e+06 ave 1.66328e+06 max 1.66328e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1663284 Ave neighs/atom = 831.642 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.806112286117, Press = -1.77355002757043 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -2045.7515 -2045.7515 -2129.6473 -2129.6473 324.6851 324.6851 84421.986 84421.986 50.519881 50.519881 16000 -2053.771 -2053.771 -2133.8675 -2133.8675 309.98199 309.98199 84089.861 84089.861 147.13073 147.13073 Loop time of 78.6825 on 1 procs for 1000 steps with 2000 atoms Performance: 1.098 ns/day, 21.856 hours/ns, 12.709 timesteps/s 77.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 77.265 | 77.265 | 77.265 | 0.0 | 98.20 Neigh | 1.0785 | 1.0785 | 1.0785 | 0.0 | 1.37 Comm | 0.15183 | 0.15183 | 0.15183 | 0.0 | 0.19 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.16574 | 0.16574 | 0.16574 | 0.0 | 0.21 Other | | 0.02089 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12765 ave 12765 max 12765 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67177e+06 ave 1.67177e+06 max 1.67177e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1671768 Ave neighs/atom = 835.884 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.850631004648, Press = -2.27531855228289 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -2053.771 -2053.771 -2133.8675 -2133.8675 309.98199 309.98199 84089.861 84089.861 147.13073 147.13073 17000 -2049.1799 -2049.1799 -2130.05 -2130.05 312.97539 312.97539 84147.606 84147.606 174.96359 174.96359 Loop time of 75.1031 on 1 procs for 1000 steps with 2000 atoms Performance: 1.150 ns/day, 20.862 hours/ns, 13.315 timesteps/s 80.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 73.714 | 73.714 | 73.714 | 0.0 | 98.15 Neigh | 1.0412 | 1.0412 | 1.0412 | 0.0 | 1.39 Comm | 0.16225 | 0.16225 | 0.16225 | 0.0 | 0.22 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.15159 | 0.15159 | 0.15159 | 0.0 | 0.20 Other | | 0.03391 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12721 ave 12721 max 12721 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66539e+06 ave 1.66539e+06 max 1.66539e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665394 Ave neighs/atom = 832.697 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.722599056377, Press = -2.2631646756035 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -2049.1799 -2049.1799 -2130.05 -2130.05 312.97539 312.97539 84147.606 84147.606 174.96359 174.96359 18000 -2049.7398 -2049.7398 -2132.9102 -2132.9102 321.87788 321.87788 83814.201 83814.201 385.31613 385.31613 Loop time of 79.8148 on 1 procs for 1000 steps with 2000 atoms Performance: 1.083 ns/day, 22.171 hours/ns, 12.529 timesteps/s 75.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 78.666 | 78.666 | 78.666 | 0.0 | 98.56 Neigh | 0.82523 | 0.82523 | 0.82523 | 0.0 | 1.03 Comm | 0.13596 | 0.13596 | 0.13596 | 0.0 | 0.17 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.16637 | 0.16637 | 0.16637 | 0.0 | 0.21 Other | | 0.02096 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12815 ave 12815 max 12815 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67564e+06 ave 1.67564e+06 max 1.67564e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1675640 Ave neighs/atom = 837.82 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.830254314134, Press = -1.17487034179647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -2049.7398 -2049.7398 -2132.9102 -2132.9102 321.87788 321.87788 83814.201 83814.201 385.31613 385.31613 19000 -2049.7171 -2049.7171 -2131.8129 -2131.8129 317.71957 317.71957 84068.226 84068.226 228.01145 228.01145 Loop time of 72.1851 on 1 procs for 1000 steps with 2000 atoms Performance: 1.197 ns/day, 20.051 hours/ns, 13.853 timesteps/s 83.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 70.918 | 70.918 | 70.918 | 0.0 | 98.24 Neigh | 0.96351 | 0.96351 | 0.96351 | 0.0 | 1.33 Comm | 0.13055 | 0.13055 | 0.13055 | 0.0 | 0.18 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.13888 | 0.13888 | 0.13888 | 0.0 | 0.19 Other | | 0.03397 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12719 ave 12719 max 12719 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67166e+06 ave 1.67166e+06 max 1.67166e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1671658 Ave neighs/atom = 835.829 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.822770674486, Press = -0.328280446875194 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -2049.7171 -2049.7171 -2131.8129 -2131.8129 317.71957 317.71957 84068.226 84068.226 228.01145 228.01145 20000 -2050.78 -2050.78 -2130.9389 -2130.9389 310.22324 310.22324 84215.031 84215.031 119.20078 119.20078 Loop time of 75.5867 on 1 procs for 1000 steps with 2000 atoms Performance: 1.143 ns/day, 20.996 hours/ns, 13.230 timesteps/s 79.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 74.527 | 74.527 | 74.527 | 0.0 | 98.60 Neigh | 0.75359 | 0.75359 | 0.75359 | 0.0 | 1.00 Comm | 0.1516 | 0.1516 | 0.1516 | 0.0 | 0.20 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.13333 | 0.13333 | 0.13333 | 0.0 | 0.18 Other | | 0.02125 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12709 ave 12709 max 12709 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66551e+06 ave 1.66551e+06 max 1.66551e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665508 Ave neighs/atom = 832.754 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.759790972252, Press = -0.864955359040264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -2050.78 -2050.78 -2130.9389 -2130.9389 310.22324 310.22324 84215.031 84215.031 119.20078 119.20078 21000 -2049.045 -2049.045 -2131.4331 -2131.4331 318.85028 318.85028 84355.122 84355.122 44.518477 44.518477 Loop time of 71.8662 on 1 procs for 1000 steps with 2000 atoms Performance: 1.202 ns/day, 19.963 hours/ns, 13.915 timesteps/s 83.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 70.719 | 70.719 | 70.719 | 0.0 | 98.40 Neigh | 0.87929 | 0.87929 | 0.87929 | 0.0 | 1.22 Comm | 0.10958 | 0.10958 | 0.10958 | 0.0 | 0.15 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.13773 | 0.13773 | 0.13773 | 0.0 | 0.19 Other | | 0.02081 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12701 ave 12701 max 12701 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66561e+06 ave 1.66561e+06 max 1.66561e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665608 Ave neighs/atom = 832.804 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.754037234225, Press = -0.204587869745943 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -2049.045 -2049.045 -2131.4331 -2131.4331 318.85028 318.85028 84355.122 84355.122 44.518477 44.518477 22000 -2050.8485 -2050.8485 -2132.2541 -2132.2541 315.04824 315.04824 84282.817 84282.817 58.889567 58.889567 Loop time of 71.337 on 1 procs for 1000 steps with 2000 atoms Performance: 1.211 ns/day, 19.816 hours/ns, 14.018 timesteps/s 85.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 | 70.157 | 70.157 | 70.157 | 0.0 | 98.35 Neigh | 0.89407 | 0.89407 | 0.89407 | 0.0 | 1.25 Comm | 0.11119 | 0.11119 | 0.11119 | 0.0 | 0.16 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.15321 | 0.15321 | 0.15321 | 0.0 | 0.21 Other | | 0.02116 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12731 ave 12731 max 12731 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66855e+06 ave 1.66855e+06 max 1.66855e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1668546 Ave neighs/atom = 834.273 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.715956532122, Press = 0.558222983012818 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -2050.8485 -2050.8485 -2132.2541 -2132.2541 315.04824 315.04824 84282.817 84282.817 58.889567 58.889567 23000 -2052.3783 -2052.3783 -2130.8522 -2130.8522 303.70213 303.70213 84442.391 84442.391 -54.058359 -54.058359 Loop time of 69.7507 on 1 procs for 1000 steps with 2000 atoms Performance: 1.239 ns/day, 19.375 hours/ns, 14.337 timesteps/s 87.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 | 68.537 | 68.537 | 68.537 | 0.0 | 98.26 Neigh | 0.89086 | 0.89086 | 0.89086 | 0.0 | 1.28 Comm | 0.14921 | 0.14921 | 0.14921 | 0.0 | 0.21 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15237 | 0.15237 | 0.15237 | 0.0 | 0.22 Other | | 0.02175 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12747 ave 12747 max 12747 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67319e+06 ave 1.67319e+06 max 1.67319e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1673194 Ave neighs/atom = 836.597 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.781536357256, Press = 1.37697406793184 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -2052.3783 -2052.3783 -2130.8522 -2130.8522 303.70213 303.70213 84442.391 84442.391 -54.058359 -54.058359 24000 -2050.2334 -2050.2334 -2130.9747 -2130.9747 312.47707 312.47707 84355.37 84355.37 26.059345 26.059345 Loop time of 75.6479 on 1 procs for 1000 steps with 2000 atoms Performance: 1.142 ns/day, 21.013 hours/ns, 13.219 timesteps/s 79.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 74.197 | 74.197 | 74.197 | 0.0 | 98.08 Neigh | 1.1694 | 1.1694 | 1.1694 | 0.0 | 1.55 Comm | 0.11052 | 0.11052 | 0.11052 | 0.0 | 0.15 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.13677 | 0.13677 | 0.13677 | 0.0 | 0.18 Other | | 0.03405 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12717 ave 12717 max 12717 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66877e+06 ave 1.66877e+06 max 1.66877e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1668770 Ave neighs/atom = 834.385 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.75909880337, Press = 0.831464188148941 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -2050.2334 -2050.2334 -2130.9747 -2130.9747 312.47707 312.47707 84355.37 84355.37 26.059345 26.059345 25000 -2050.9804 -2050.9804 -2133.3055 -2133.3055 318.60666 318.60666 84319.942 84319.942 33.954521 33.954521 Loop time of 69.43 on 1 procs for 1000 steps with 2000 atoms Performance: 1.244 ns/day, 19.286 hours/ns, 14.403 timesteps/s 87.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 68.227 | 68.227 | 68.227 | 0.0 | 98.27 Neigh | 0.92225 | 0.92225 | 0.92225 | 0.0 | 1.33 Comm | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.17 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.12579 | 0.12579 | 0.12579 | 0.0 | 0.18 Other | | 0.03411 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12779 ave 12779 max 12779 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66926e+06 ave 1.66926e+06 max 1.66926e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1669262 Ave neighs/atom = 834.631 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.807597622188, Press = 0.374243960072854 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -2050.9804 -2050.9804 -2133.3055 -2133.3055 318.60666 318.60666 84319.942 84319.942 33.954521 33.954521 26000 -2054.0508 -2054.0508 -2134.6759 -2134.6759 312.02726 312.02726 84331.107 84331.107 -29.230395 -29.230395 Loop time of 61.4127 on 1 procs for 1000 steps with 2000 atoms Performance: 1.407 ns/day, 17.059 hours/ns, 16.283 timesteps/s 97.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 | 60.336 | 60.336 | 60.336 | 0.0 | 98.25 Neigh | 0.82268 | 0.82268 | 0.82268 | 0.0 | 1.34 Comm | 0.10968 | 0.10968 | 0.10968 | 0.0 | 0.18 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12393 | 0.12393 | 0.12393 | 0.0 | 0.20 Other | | 0.02061 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12765 ave 12765 max 12765 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67094e+06 ave 1.67094e+06 max 1.67094e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1670942 Ave neighs/atom = 835.471 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.759918969757, Press = 0.337750348723506 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -2054.0508 -2054.0508 -2134.6759 -2134.6759 312.02726 312.02726 84331.107 84331.107 -29.230395 -29.230395 27000 -2050.731 -2050.731 -2131.4327 -2131.4327 312.3239 312.3239 84513.121 84513.121 -88.66226 -88.66226 Loop time of 63.9085 on 1 procs for 1000 steps with 2000 atoms Performance: 1.352 ns/day, 17.752 hours/ns, 15.647 timesteps/s 94.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 | 62.814 | 62.814 | 62.814 | 0.0 | 98.29 Neigh | 0.83805 | 0.83805 | 0.83805 | 0.0 | 1.31 Comm | 0.10997 | 0.10997 | 0.10997 | 0.0 | 0.17 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12575 | 0.12575 | 0.12575 | 0.0 | 0.20 Other | | 0.02121 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12727 ave 12727 max 12727 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66893e+06 ave 1.66893e+06 max 1.66893e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1668934 Ave neighs/atom = 834.467 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.710459357803, Press = 0.78274381035613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -2050.731 -2050.731 -2131.4327 -2131.4327 312.3239 312.3239 84513.121 84513.121 -88.66226 -88.66226 28000 -2053.732 -2053.732 -2132.2385 -2132.2385 303.8284 303.8284 84486.904 84486.904 -114.5859 -114.5859 Loop time of 62.5584 on 1 procs for 1000 steps with 2000 atoms Performance: 1.381 ns/day, 17.377 hours/ns, 15.985 timesteps/s 97.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 | 61.5 | 61.5 | 61.5 | 0.0 | 98.31 Neigh | 0.78357 | 0.78357 | 0.78357 | 0.0 | 1.25 Comm | 0.12586 | 0.12586 | 0.12586 | 0.0 | 0.20 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12743 | 0.12743 | 0.12743 | 0.0 | 0.20 Other | | 0.02112 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12705 ave 12705 max 12705 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66631e+06 ave 1.66631e+06 max 1.66631e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1666314 Ave neighs/atom = 833.157 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.711822668725, Press = 0.492310883026459 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -2053.732 -2053.732 -2132.2385 -2132.2385 303.8284 303.8284 84486.904 84486.904 -114.5859 -114.5859 29000 -2048.5612 -2048.5612 -2132.0929 -2132.0929 323.27623 323.27623 84829.941 84829.941 -260.08313 -260.08313 Loop time of 64.0451 on 1 procs for 1000 steps with 2000 atoms Performance: 1.349 ns/day, 17.790 hours/ns, 15.614 timesteps/s 94.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 | 62.954 | 62.954 | 62.954 | 0.0 | 98.30 Neigh | 0.80578 | 0.80578 | 0.80578 | 0.0 | 1.26 Comm | 0.12373 | 0.12373 | 0.12373 | 0.0 | 0.19 Output | 6.9141e-05 | 6.9141e-05 | 6.9141e-05 | 0.0 | 0.00 Modify | 0.13986 | 0.13986 | 0.13986 | 0.0 | 0.22 Other | | 0.02116 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12703 ave 12703 max 12703 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66467e+06 ave 1.66467e+06 max 1.66467e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1664672 Ave neighs/atom = 832.336 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.686613733628, Press = 0.777495086491093 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -2048.5612 -2048.5612 -2132.0929 -2132.0929 323.27623 323.27623 84829.941 84829.941 -260.08313 -260.08313 30000 -2051.9144 -2051.9144 -2132.5328 -2132.5328 312.00128 312.00128 84548.722 84548.722 -127.4123 -127.4123 Loop time of 63.4623 on 1 procs for 1000 steps with 2000 atoms Performance: 1.361 ns/day, 17.628 hours/ns, 15.757 timesteps/s 95.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.314 | 62.314 | 62.314 | 0.0 | 98.19 Neigh | 0.89025 | 0.89025 | 0.89025 | 0.0 | 1.40 Comm | 0.11093 | 0.11093 | 0.11093 | 0.0 | 0.17 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12583 | 0.12583 | 0.12583 | 0.0 | 0.20 Other | | 0.02091 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12735 ave 12735 max 12735 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6615e+06 ave 1.6615e+06 max 1.6615e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1661498 Ave neighs/atom = 830.749 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.740519605892, Press = 0.731737689986855 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -2051.9144 -2051.9144 -2132.5328 -2132.5328 312.00128 312.00128 84548.722 84548.722 -127.4123 -127.4123 31000 -2051.4554 -2051.4554 -2131.5369 -2131.5369 309.92383 309.92383 84739.65 84739.65 -238.86361 -238.86361 Loop time of 62.9447 on 1 procs for 1000 steps with 2000 atoms Performance: 1.373 ns/day, 17.485 hours/ns, 15.887 timesteps/s 96.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 61.863 | 61.863 | 61.863 | 0.0 | 98.28 Neigh | 0.82344 | 0.82344 | 0.82344 | 0.0 | 1.31 Comm | 0.11046 | 0.11046 | 0.11046 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12701 | 0.12701 | 0.12701 | 0.0 | 0.20 Other | | 0.02111 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12711 ave 12711 max 12711 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65831e+06 ave 1.65831e+06 max 1.65831e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1658310 Ave neighs/atom = 829.155 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.727669377962, Press = 0.00225089049140035 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -2051.4554 -2051.4554 -2131.5369 -2131.5369 309.92383 309.92383 84739.65 84739.65 -238.86361 -238.86361 32000 -2052.596 -2052.596 -2133.2196 -2133.2196 312.02141 312.02141 84719.523 84719.523 -253.27224 -253.27224 Loop time of 67.6965 on 1 procs for 1000 steps with 2000 atoms Performance: 1.276 ns/day, 18.805 hours/ns, 14.772 timesteps/s 89.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 66.513 | 66.513 | 66.513 | 0.0 | 98.25 Neigh | 0.87835 | 0.87835 | 0.87835 | 0.0 | 1.30 Comm | 0.12777 | 0.12777 | 0.12777 | 0.0 | 0.19 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15592 | 0.15592 | 0.15592 | 0.0 | 0.23 Other | | 0.02122 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12693 ave 12693 max 12693 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65651e+06 ave 1.65651e+06 max 1.65651e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1656514 Ave neighs/atom = 828.257 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.706557965748, Press = -0.624496103903705 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -2052.596 -2052.596 -2133.2196 -2133.2196 312.02141 312.02141 84719.523 84719.523 -253.27224 -253.27224 33000 -2050.7068 -2050.7068 -2131.5386 -2131.5386 312.82715 312.82715 84616.489 84616.489 -145.64607 -145.64607 Loop time of 70.15 on 1 procs for 1000 steps with 2000 atoms Performance: 1.232 ns/day, 19.486 hours/ns, 14.255 timesteps/s 86.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 68.845 | 68.845 | 68.845 | 0.0 | 98.14 Neigh | 0.94611 | 0.94611 | 0.94611 | 0.0 | 1.35 Comm | 0.14729 | 0.14729 | 0.14729 | 0.0 | 0.21 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.17757 | 0.17757 | 0.17757 | 0.0 | 0.25 Other | | 0.03405 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12715 ave 12715 max 12715 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65877e+06 ave 1.65877e+06 max 1.65877e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1658772 Ave neighs/atom = 829.386 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.689009133627, Press = -0.457418562364225 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -2050.7068 -2050.7068 -2131.5386 -2131.5386 312.82715 312.82715 84616.489 84616.489 -145.64607 -145.64607 34000 -2049.442 -2049.442 -2128.9738 -2128.9738 307.79638 307.79638 84697.67 84697.67 -175.59769 -175.59769 Loop time of 63.7297 on 1 procs for 1000 steps with 2000 atoms Performance: 1.356 ns/day, 17.703 hours/ns, 15.691 timesteps/s 94.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.664 | 62.664 | 62.664 | 0.0 | 98.33 Neigh | 0.7954 | 0.7954 | 0.7954 | 0.0 | 1.25 Comm | 0.1105 | 0.1105 | 0.1105 | 0.0 | 0.17 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.13895 | 0.13895 | 0.13895 | 0.0 | 0.22 Other | | 0.02086 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12691 ave 12691 max 12691 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65658e+06 ave 1.65658e+06 max 1.65658e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1656580 Ave neighs/atom = 828.29 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.78352001678, Press = -0.638746916066475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -2049.442 -2049.442 -2128.9738 -2128.9738 307.79638 307.79638 84697.67 84697.67 -175.59769 -175.59769 35000 -2047.8052 -2047.8052 -2130.1433 -2130.1433 318.65697 318.65697 84621.304 84621.304 -106.92176 -106.92176 Loop time of 66.3716 on 1 procs for 1000 steps with 2000 atoms Performance: 1.302 ns/day, 18.437 hours/ns, 15.067 timesteps/s 90.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 | 65.219 | 65.219 | 65.219 | 0.0 | 98.26 Neigh | 0.87884 | 0.87884 | 0.87884 | 0.0 | 1.32 Comm | 0.11448 | 0.11448 | 0.11448 | 0.0 | 0.17 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.13829 | 0.13829 | 0.13829 | 0.0 | 0.21 Other | | 0.02109 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12705 ave 12705 max 12705 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65978e+06 ave 1.65978e+06 max 1.65978e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659784 Ave neighs/atom = 829.892 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.810138822215, Press = -0.276409856461424 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -2047.8052 -2047.8052 -2130.1433 -2130.1433 318.65697 318.65697 84621.304 84621.304 -106.92176 -106.92176 36000 -2051.8696 -2051.8696 -2132.3499 -2132.3499 311.46722 311.46722 84302.106 84302.106 32.551819 32.551819 Loop time of 73.0433 on 1 procs for 1000 steps with 2000 atoms Performance: 1.183 ns/day, 20.290 hours/ns, 13.691 timesteps/s 82.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 71.702 | 71.702 | 71.702 | 0.0 | 98.16 Neigh | 1.0197 | 1.0197 | 1.0197 | 0.0 | 1.40 Comm | 0.14911 | 0.14911 | 0.14911 | 0.0 | 0.20 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.15134 | 0.15134 | 0.15134 | 0.0 | 0.21 Other | | 0.02093 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12751 ave 12751 max 12751 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6673e+06 ave 1.6673e+06 max 1.6673e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1667296 Ave neighs/atom = 833.648 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.834169766296, Press = -0.102443365810097 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -2051.8696 -2051.8696 -2132.3499 -2132.3499 311.46722 311.46722 84302.106 84302.106 32.551819 32.551819 37000 -2048.3064 -2048.3064 -2128.8288 -2128.8288 311.62974 311.62974 84594.105 84594.105 -100.50736 -100.50736 Loop time of 64.1077 on 1 procs for 1000 steps with 2000 atoms Performance: 1.348 ns/day, 17.808 hours/ns, 15.599 timesteps/s 94.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 | 62.963 | 62.963 | 62.963 | 0.0 | 98.21 Neigh | 0.88612 | 0.88612 | 0.88612 | 0.0 | 1.38 Comm | 0.11112 | 0.11112 | 0.11112 | 0.0 | 0.17 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.12619 | 0.12619 | 0.12619 | 0.0 | 0.20 Other | | 0.02088 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12709 ave 12709 max 12709 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65831e+06 ave 1.65831e+06 max 1.65831e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1658306 Ave neighs/atom = 829.153 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.814120295468, Press = -0.403165999497324 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -2048.3064 -2048.3064 -2128.8288 -2128.8288 311.62974 311.62974 84594.105 84594.105 -100.50736 -100.50736 38000 -2052.5401 -2052.5401 -2133.5447 -2133.5447 313.49618 313.49618 84387.779 84387.779 -38.203784 -38.203784 Loop time of 63.644 on 1 procs for 1000 steps with 2000 atoms Performance: 1.358 ns/day, 17.679 hours/ns, 15.712 timesteps/s 95.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 | 62.502 | 62.502 | 62.502 | 0.0 | 98.21 Neigh | 0.87265 | 0.87265 | 0.87265 | 0.0 | 1.37 Comm | 0.11006 | 0.11006 | 0.11006 | 0.0 | 0.17 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.13844 | 0.13844 | 0.13844 | 0.0 | 0.22 Other | | 0.02097 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12723 ave 12723 max 12723 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66527e+06 ave 1.66527e+06 max 1.66527e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665274 Ave neighs/atom = 832.637 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.833068111924, Press = -0.385482945281651 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -2052.5401 -2052.5401 -2133.5447 -2133.5447 313.49618 313.49618 84387.779 84387.779 -38.203784 -38.203784 39000 -2050.3948 -2050.3948 -2131.6173 -2131.6173 314.33951 314.33951 84519.112 84519.112 -80.934277 -80.934277 Loop time of 65.8526 on 1 procs for 1000 steps with 2000 atoms Performance: 1.312 ns/day, 18.292 hours/ns, 15.185 timesteps/s 91.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 | 64.762 | 64.762 | 64.762 | 0.0 | 98.34 Neigh | 0.81466 | 0.81466 | 0.81466 | 0.0 | 1.24 Comm | 0.12268 | 0.12268 | 0.12268 | 0.0 | 0.19 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.13256 | 0.13256 | 0.13256 | 0.0 | 0.20 Other | | 0.02085 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12731 ave 12731 max 12731 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6634e+06 ave 1.6634e+06 max 1.6634e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1663402 Ave neighs/atom = 831.701 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.791232771984, Press = -0.114210388951696 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -2050.3948 -2050.3948 -2131.6173 -2131.6173 314.33951 314.33951 84519.112 84519.112 -80.934277 -80.934277 40000 -2046.845 -2046.845 -2129.7338 -2129.7338 320.78824 320.78824 84753.604 84753.604 -179.20993 -179.20993 Loop time of 68.2563 on 1 procs for 1000 steps with 2000 atoms Performance: 1.266 ns/day, 18.960 hours/ns, 14.651 timesteps/s 88.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 | 67.056 | 67.056 | 67.056 | 0.0 | 98.24 Neigh | 0.91176 | 0.91176 | 0.91176 | 0.0 | 1.34 Comm | 0.12288 | 0.12288 | 0.12288 | 0.0 | 0.18 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.14436 | 0.14436 | 0.14436 | 0.0 | 0.21 Other | | 0.0211 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12679 ave 12679 max 12679 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65728e+06 ave 1.65728e+06 max 1.65728e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1657282 Ave neighs/atom = 828.641 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.756531810034, Press = -0.143853073018845 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -2046.845 -2046.845 -2129.7338 -2129.7338 320.78824 320.78824 84753.604 84753.604 -179.20993 -179.20993 41000 -2053.026 -2053.026 -2132.7398 -2132.7398 308.50062 308.50062 84664.233 84664.233 -210.08513 -210.08513 Loop time of 63.4203 on 1 procs for 1000 steps with 2000 atoms Performance: 1.362 ns/day, 17.617 hours/ns, 15.768 timesteps/s 95.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.38 | 62.38 | 62.38 | 0.0 | 98.36 Neigh | 0.7851 | 0.7851 | 0.7851 | 0.0 | 1.24 Comm | 0.10963 | 0.10963 | 0.10963 | 0.0 | 0.17 Output | 7.2002e-05 | 7.2002e-05 | 7.2002e-05 | 0.0 | 0.00 Modify | 0.1247 | 0.1247 | 0.1247 | 0.0 | 0.20 Other | | 0.02094 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12711 ave 12711 max 12711 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65972e+06 ave 1.65972e+06 max 1.65972e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659718 Ave neighs/atom = 829.859 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.824862840081, Press = -0.210075628124989 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -2053.026 -2053.026 -2132.7398 -2132.7398 308.50062 308.50062 84664.233 84664.233 -210.08513 -210.08513 42000 -2050.5024 -2050.5024 -2130.7396 -2130.7396 310.52618 310.52618 84889.981 84889.981 -316.03116 -316.03116 Loop time of 62.6154 on 1 procs for 1000 steps with 2000 atoms Performance: 1.380 ns/day, 17.393 hours/ns, 15.971 timesteps/s 97.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 | 61.547 | 61.547 | 61.547 | 0.0 | 98.29 Neigh | 0.80852 | 0.80852 | 0.80852 | 0.0 | 1.29 Comm | 0.11077 | 0.11077 | 0.11077 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12761 | 0.12761 | 0.12761 | 0.0 | 0.20 Other | | 0.02128 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12739 ave 12739 max 12739 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65635e+06 ave 1.65635e+06 max 1.65635e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1656346 Ave neighs/atom = 828.173 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.808113890262, Press = -0.096758890091944 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -2050.5024 -2050.5024 -2130.7396 -2130.7396 310.52618 310.52618 84889.981 84889.981 -316.03116 -316.03116 43000 -2051.0058 -2051.0058 -2130.9599 -2130.9599 309.43084 309.43084 84903.177 84903.177 -342.45154 -342.45154 Loop time of 60.4882 on 1 procs for 1000 steps with 2000 atoms Performance: 1.428 ns/day, 16.802 hours/ns, 16.532 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.44 | 59.44 | 59.44 | 0.0 | 98.27 Neigh | 0.79146 | 0.79146 | 0.79146 | 0.0 | 1.31 Comm | 0.10976 | 0.10976 | 0.10976 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12559 | 0.12559 | 0.12559 | 0.0 | 0.21 Other | | 0.02093 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12651 ave 12651 max 12651 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65415e+06 ave 1.65415e+06 max 1.65415e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1654152 Ave neighs/atom = 827.076 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.81554646497, Press = -0.34168779582088 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -2051.0058 -2051.0058 -2130.9599 -2130.9599 309.43084 309.43084 84903.177 84903.177 -342.45154 -342.45154 44000 -2054.0401 -2054.0401 -2132.5609 -2132.5609 303.88373 303.88373 84601.101 84601.101 -186.67286 -186.67286 Loop time of 60.1742 on 1 procs for 1000 steps with 2000 atoms Performance: 1.436 ns/day, 16.715 hours/ns, 16.618 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.169 | 59.169 | 59.169 | 0.0 | 98.33 Neigh | 0.74909 | 0.74909 | 0.74909 | 0.0 | 1.24 Comm | 0.11063 | 0.11063 | 0.11063 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12411 | 0.12411 | 0.12411 | 0.0 | 0.21 Other | | 0.02088 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12707 ave 12707 max 12707 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6609e+06 ave 1.6609e+06 max 1.6609e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660900 Ave neighs/atom = 830.45 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.837797867171, Press = -0.278597375169144 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -2054.0401 -2054.0401 -2132.5609 -2132.5609 303.88373 303.88373 84601.101 84601.101 -186.67286 -186.67286 45000 -2047.9111 -2047.9111 -2128.4714 -2128.4714 311.77688 311.77688 84638.815 84638.815 -114.60711 -114.60711 Loop time of 60.1565 on 1 procs for 1000 steps with 2000 atoms Performance: 1.436 ns/day, 16.710 hours/ns, 16.623 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.079 | 59.079 | 59.079 | 0.0 | 98.21 Neigh | 0.82216 | 0.82216 | 0.82216 | 0.0 | 1.37 Comm | 0.10935 | 0.10935 | 0.10935 | 0.0 | 0.18 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12448 | 0.12448 | 0.12448 | 0.0 | 0.21 Other | | 0.02093 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12679 ave 12679 max 12679 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65817e+06 ave 1.65817e+06 max 1.65817e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1658166 Ave neighs/atom = 829.083 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.796052498999, Press = -0.357872318938146 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -2047.9111 -2047.9111 -2128.4714 -2128.4714 311.77688 311.77688 84638.815 84638.815 -114.60711 -114.60711 46000 -2049.1296 -2049.1296 -2131.2976 -2131.2976 317.99876 317.99876 84468.123 84468.123 -35.291638 -35.291638 Loop time of 59.9774 on 1 procs for 1000 steps with 2000 atoms Performance: 1.441 ns/day, 16.660 hours/ns, 16.673 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.934 | 58.934 | 58.934 | 0.0 | 98.26 Neigh | 0.78896 | 0.78896 | 0.78896 | 0.0 | 1.32 Comm | 0.10899 | 0.10899 | 0.10899 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12461 | 0.12461 | 0.12461 | 0.0 | 0.21 Other | | 0.02084 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12659 ave 12659 max 12659 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66037e+06 ave 1.66037e+06 max 1.66037e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660374 Ave neighs/atom = 830.187 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.885366363157, Press = -0.520901655580402 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -2049.1296 -2049.1296 -2131.2976 -2131.2976 317.99876 317.99876 84468.123 84468.123 -35.291638 -35.291638 47000 -2051.5281 -2051.5281 -2131.0333 -2131.0333 307.69356 307.69356 84333.863 84333.863 29.575872 29.575872 Loop time of 60.0622 on 1 procs for 1000 steps with 2000 atoms Performance: 1.439 ns/day, 16.684 hours/ns, 16.649 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.047 | 59.047 | 59.047 | 0.0 | 98.31 Neigh | 0.76018 | 0.76018 | 0.76018 | 0.0 | 1.27 Comm | 0.10965 | 0.10965 | 0.10965 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12471 | 0.12471 | 0.12471 | 0.0 | 0.21 Other | | 0.02089 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12747 ave 12747 max 12747 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66685e+06 ave 1.66685e+06 max 1.66685e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1666850 Ave neighs/atom = 833.425 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.853005696097, Press = -0.226622167050405 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -2051.5281 -2051.5281 -2131.0333 -2131.0333 307.69356 307.69356 84333.863 84333.863 29.575872 29.575872 48000 -2051.8118 -2051.8118 -2132.432 -2132.432 312.00845 312.00845 83788.965 83788.965 369.36088 369.36088 Loop time of 60.6183 on 1 procs for 1000 steps with 2000 atoms Performance: 1.425 ns/day, 16.838 hours/ns, 16.497 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.566 | 59.566 | 59.566 | 0.0 | 98.26 Neigh | 0.7931 | 0.7931 | 0.7931 | 0.0 | 1.31 Comm | 0.11137 | 0.11137 | 0.11137 | 0.0 | 0.18 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12734 | 0.12734 | 0.12734 | 0.0 | 0.21 Other | | 0.02082 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12755 ave 12755 max 12755 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67311e+06 ave 1.67311e+06 max 1.67311e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1673114 Ave neighs/atom = 836.557 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.851341807739, Press = -0.152839245138567 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -2051.8118 -2051.8118 -2132.432 -2132.432 312.00845 312.00845 83788.965 83788.965 369.36088 369.36088 49000 -2050.5138 -2050.5138 -2130.633 -2130.633 310.06929 310.06929 83897.091 83897.091 323.71228 323.71228 Loop time of 61.152 on 1 procs for 1000 steps with 2000 atoms Performance: 1.413 ns/day, 16.987 hours/ns, 16.353 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.081 | 60.081 | 60.081 | 0.0 | 98.25 Neigh | 0.81232 | 0.81232 | 0.81232 | 0.0 | 1.33 Comm | 0.11099 | 0.11099 | 0.11099 | 0.0 | 0.18 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12657 | 0.12657 | 0.12657 | 0.0 | 0.21 Other | | 0.0213 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12755 ave 12755 max 12755 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67423e+06 ave 1.67423e+06 max 1.67423e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1674226 Ave neighs/atom = 837.113 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.85237617147, Press = -0.101829497916619 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -2050.5138 -2050.5138 -2130.633 -2130.633 310.06929 310.06929 83897.091 83897.091 323.71228 323.71228 50000 -2047.6705 -2047.6705 -2129.5617 -2129.5617 316.92759 316.92759 84147.609 84147.609 197.92763 197.92763 Loop time of 60.288 on 1 procs for 1000 steps with 2000 atoms Performance: 1.433 ns/day, 16.747 hours/ns, 16.587 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.291 | 59.291 | 59.291 | 0.0 | 98.35 Neigh | 0.74126 | 0.74126 | 0.74126 | 0.0 | 1.23 Comm | 0.10983 | 0.10983 | 0.10983 | 0.0 | 0.18 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.12501 | 0.12501 | 0.12501 | 0.0 | 0.21 Other | | 0.02063 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12751 ave 12751 max 12751 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6723e+06 ave 1.6723e+06 max 1.6723e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1672300 Ave neighs/atom = 836.15 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.868327708954, Press = 0.205711886266692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -2047.6705 -2047.6705 -2129.5617 -2129.5617 316.92759 316.92759 84147.609 84147.609 197.92763 197.92763 51000 -2054.072 -2054.072 -2134.4325 -2134.4325 311.00359 311.00359 83926.036 83926.036 249.25016 249.25016 Loop time of 61.2835 on 1 procs for 1000 steps with 2000 atoms Performance: 1.410 ns/day, 17.023 hours/ns, 16.318 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.143 | 60.143 | 60.143 | 0.0 | 98.14 Neigh | 0.88243 | 0.88243 | 0.88243 | 0.0 | 1.44 Comm | 0.11104 | 0.11104 | 0.11104 | 0.0 | 0.18 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12632 | 0.12632 | 0.12632 | 0.0 | 0.21 Other | | 0.02105 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12777 ave 12777 max 12777 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67819e+06 ave 1.67819e+06 max 1.67819e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1678194 Ave neighs/atom = 839.097 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.865040492626, Press = 0.172639157461363 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -2054.072 -2054.072 -2134.4325 -2134.4325 311.00359 311.00359 83926.036 83926.036 249.25016 249.25016 52000 -2049.1236 -2049.1236 -2129.7199 -2129.7199 311.91605 311.91605 84248.967 84248.967 117.70514 117.70514 Loop time of 60.2669 on 1 procs for 1000 steps with 2000 atoms Performance: 1.434 ns/day, 16.741 hours/ns, 16.593 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.273 | 59.273 | 59.273 | 0.0 | 98.35 Neigh | 0.739 | 0.739 | 0.739 | 0.0 | 1.23 Comm | 0.10945 | 0.10945 | 0.10945 | 0.0 | 0.18 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12483 | 0.12483 | 0.12483 | 0.0 | 0.21 Other | | 0.02087 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12723 ave 12723 max 12723 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66739e+06 ave 1.66739e+06 max 1.66739e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1667394 Ave neighs/atom = 833.697 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.840516841527, Press = 0.0425335723676755 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -2049.1236 -2049.1236 -2129.7199 -2129.7199 311.91605 311.91605 84248.967 84248.967 117.70514 117.70514 53000 -2050.029 -2050.029 -2131.0038 -2131.0038 313.38057 313.38057 84305.518 84305.518 71.501444 71.501444 Loop time of 60.578 on 1 procs for 1000 steps with 2000 atoms Performance: 1.426 ns/day, 16.827 hours/ns, 16.508 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.534 | 59.534 | 59.534 | 0.0 | 98.28 Neigh | 0.78856 | 0.78856 | 0.78856 | 0.0 | 1.30 Comm | 0.10972 | 0.10972 | 0.10972 | 0.0 | 0.18 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.12508 | 0.12508 | 0.12508 | 0.0 | 0.21 Other | | 0.02084 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12715 ave 12715 max 12715 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66662e+06 ave 1.66662e+06 max 1.66662e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1666620 Ave neighs/atom = 833.31 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.869305106879, Press = -0.137485504725713 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -2050.029 -2050.029 -2131.0038 -2131.0038 313.38057 313.38057 84305.518 84305.518 71.501444 71.501444 54000 -2048.4713 -2048.4713 -2130.5084 -2130.5084 317.49229 317.49229 84371.45 84371.45 43.858325 43.858325 Loop time of 60.8525 on 1 procs for 1000 steps with 2000 atoms Performance: 1.420 ns/day, 16.903 hours/ns, 16.433 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.81 | 59.81 | 59.81 | 0.0 | 98.29 Neigh | 0.78368 | 0.78368 | 0.78368 | 0.0 | 1.29 Comm | 0.10979 | 0.10979 | 0.10979 | 0.0 | 0.18 Output | 5.9843e-05 | 5.9843e-05 | 5.9843e-05 | 0.0 | 0.00 Modify | 0.12753 | 0.12753 | 0.12753 | 0.0 | 0.21 Other | | 0.02107 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12709 ave 12709 max 12709 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6691e+06 ave 1.6691e+06 max 1.6691e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1669096 Ave neighs/atom = 834.548 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.861281023783, Press = 0.248112240043001 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -2048.4713 -2048.4713 -2130.5084 -2130.5084 317.49229 317.49229 84371.45 84371.45 43.858325 43.858325 55000 -2054.4106 -2054.4106 -2133.0598 -2133.0598 304.38029 304.38029 84273.606 84273.606 16.696167 16.696167 Loop time of 59.8227 on 1 procs for 1000 steps with 2000 atoms Performance: 1.444 ns/day, 16.617 hours/ns, 16.716 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.823 | 58.823 | 58.823 | 0.0 | 98.33 Neigh | 0.74675 | 0.74675 | 0.74675 | 0.0 | 1.25 Comm | 0.10869 | 0.10869 | 0.10869 | 0.0 | 0.18 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12376 | 0.12376 | 0.12376 | 0.0 | 0.21 Other | | 0.02081 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12783 ave 12783 max 12783 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67543e+06 ave 1.67543e+06 max 1.67543e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1675426 Ave neighs/atom = 837.713 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.876263098751, Press = 0.385294672095442 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -2054.4106 -2054.4106 -2133.0598 -2133.0598 304.38029 304.38029 84273.606 84273.606 16.696167 16.696167 56000 -2050.8576 -2050.8576 -2130.7563 -2130.7563 309.21603 309.21603 84459.616 84459.616 -44.457425 -44.457425 Loop time of 60.9929 on 1 procs for 1000 steps with 2000 atoms Performance: 1.417 ns/day, 16.942 hours/ns, 16.395 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.987 | 59.987 | 59.987 | 0.0 | 98.35 Neigh | 0.74662 | 0.74662 | 0.74662 | 0.0 | 1.22 Comm | 0.11132 | 0.11132 | 0.11132 | 0.0 | 0.18 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.12707 | 0.12707 | 0.12707 | 0.0 | 0.21 Other | | 0.02118 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12705 ave 12705 max 12705 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66566e+06 ave 1.66566e+06 max 1.66566e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665656 Ave neighs/atom = 832.828 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.847624970441, Press = 0.112531870973327 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -2050.8576 -2050.8576 -2130.7563 -2130.7563 309.21603 309.21603 84459.616 84459.616 -44.457425 -44.457425 57000 -2050.4633 -2050.4633 -2131.8106 -2131.8106 314.82248 314.82248 84609.461 84609.461 -133.91044 -133.91044 Loop time of 60.6156 on 1 procs for 1000 steps with 2000 atoms Performance: 1.425 ns/day, 16.838 hours/ns, 16.497 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.552 | 59.552 | 59.552 | 0.0 | 98.25 Neigh | 0.80349 | 0.80349 | 0.80349 | 0.0 | 1.33 Comm | 0.1108 | 0.1108 | 0.1108 | 0.0 | 0.18 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.12816 | 0.12816 | 0.12816 | 0.0 | 0.21 Other | | 0.02095 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12715 ave 12715 max 12715 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6604e+06 ave 1.6604e+06 max 1.6604e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660404 Ave neighs/atom = 830.202 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.872055072442, Press = -0.0283824300964386 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -2050.4633 -2050.4633 -2131.8106 -2131.8106 314.82248 314.82248 84609.461 84609.461 -133.91044 -133.91044 58000 -2050.4267 -2050.4267 -2131.7401 -2131.7401 314.6914 314.6914 84503.671 84503.671 -82.192348 -82.192348 Loop time of 60.0858 on 1 procs for 1000 steps with 2000 atoms Performance: 1.438 ns/day, 16.691 hours/ns, 16.643 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.097 | 59.097 | 59.097 | 0.0 | 98.36 Neigh | 0.73277 | 0.73277 | 0.73277 | 0.0 | 1.22 Comm | 0.10968 | 0.10968 | 0.10968 | 0.0 | 0.18 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12496 | 0.12496 | 0.12496 | 0.0 | 0.21 Other | | 0.02089 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12749 ave 12749 max 12749 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66321e+06 ave 1.66321e+06 max 1.66321e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1663206 Ave neighs/atom = 831.603 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.863821082065, Press = -0.0677396132517014 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -2050.4267 -2050.4267 -2131.7401 -2131.7401 314.6914 314.6914 84503.671 84503.671 -82.192348 -82.192348 59000 -2051.6717 -2051.6717 -2132.7981 -2132.7981 313.96774 313.96774 84357.256 84357.256 2.1553342 2.1553342 Loop time of 60.091 on 1 procs for 1000 steps with 2000 atoms Performance: 1.438 ns/day, 16.692 hours/ns, 16.641 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.1 | 59.1 | 59.1 | 0.0 | 98.35 Neigh | 0.73653 | 0.73653 | 0.73653 | 0.0 | 1.23 Comm | 0.1093 | 0.1093 | 0.1093 | 0.0 | 0.18 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12426 | 0.12426 | 0.12426 | 0.0 | 0.21 Other | | 0.02084 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12727 ave 12727 max 12727 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66484e+06 ave 1.66484e+06 max 1.66484e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1664844 Ave neighs/atom = 832.422 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.863853587652, Press = -0.311398014182603 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -2051.6717 -2051.6717 -2132.7981 -2132.7981 313.96774 313.96774 84357.256 84357.256 2.1553342 2.1553342 60000 -2050.3209 -2050.3209 -2130.3302 -2130.3302 309.64411 309.64411 84558.028 84558.028 -98.43984 -98.43984 Loop time of 60.3679 on 1 procs for 1000 steps with 2000 atoms Performance: 1.431 ns/day, 16.769 hours/ns, 16.565 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.388 | 59.388 | 59.388 | 0.0 | 98.38 Neigh | 0.72375 | 0.72375 | 0.72375 | 0.0 | 1.20 Comm | 0.10969 | 0.10969 | 0.10969 | 0.0 | 0.18 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12518 | 0.12518 | 0.12518 | 0.0 | 0.21 Other | | 0.02078 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12657 ave 12657 max 12657 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65979e+06 ave 1.65979e+06 max 1.65979e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659792 Ave neighs/atom = 829.896 Neighbor list builds = 12 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.892636593743, Press = -0.339185684890242 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -2050.3209 -2050.3209 -2130.3302 -2130.3302 309.64411 309.64411 84558.028 84558.028 -98.43984 -98.43984 61000 -2052.135 -2052.135 -2133.1615 -2133.1615 313.58058 313.58058 84565.115 84565.115 -140.32392 -140.32392 Loop time of 60.6694 on 1 procs for 1000 steps with 2000 atoms Performance: 1.424 ns/day, 16.853 hours/ns, 16.483 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.621 | 59.621 | 59.621 | 0.0 | 98.27 Neigh | 0.79055 | 0.79055 | 0.79055 | 0.0 | 1.30 Comm | 0.1105 | 0.1105 | 0.1105 | 0.0 | 0.18 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.12622 | 0.12622 | 0.12622 | 0.0 | 0.21 Other | | 0.02099 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12697 ave 12697 max 12697 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66188e+06 ave 1.66188e+06 max 1.66188e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1661882 Ave neighs/atom = 830.941 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864689406043, Press = -0.201176580268155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -2052.135 -2052.135 -2133.1615 -2133.1615 313.58058 313.58058 84565.115 84565.115 -140.32392 -140.32392 62000 -2050.838 -2050.838 -2131.5012 -2131.5012 312.17479 312.17479 84714.552 84714.552 -223.74427 -223.74427 Loop time of 61.0052 on 1 procs for 1000 steps with 2000 atoms Performance: 1.416 ns/day, 16.946 hours/ns, 16.392 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.946 | 59.946 | 59.946 | 0.0 | 98.26 Neigh | 0.80174 | 0.80174 | 0.80174 | 0.0 | 1.31 Comm | 0.11045 | 0.11045 | 0.11045 | 0.0 | 0.18 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12594 | 0.12594 | 0.12594 | 0.0 | 0.21 Other | | 0.02098 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12703 ave 12703 max 12703 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65561e+06 ave 1.65561e+06 max 1.65561e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1655612 Ave neighs/atom = 827.806 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.874955251628, Press = -0.415747453763874 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -2050.838 -2050.838 -2131.5012 -2131.5012 312.17479 312.17479 84714.552 84714.552 -223.74427 -223.74427 63000 -2048.4202 -2048.4202 -2129.4122 -2129.4122 313.44731 313.44731 84679.019 84679.019 -143.95144 -143.95144 Loop time of 60.9371 on 1 procs for 1000 steps with 2000 atoms Performance: 1.418 ns/day, 16.927 hours/ns, 16.410 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.985 | 59.985 | 59.985 | 0.0 | 98.44 Neigh | 0.69366 | 0.69366 | 0.69366 | 0.0 | 1.14 Comm | 0.11088 | 0.11088 | 0.11088 | 0.0 | 0.18 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.12633 | 0.12633 | 0.12633 | 0.0 | 0.21 Other | | 0.02088 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12679 ave 12679 max 12679 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65565e+06 ave 1.65565e+06 max 1.65565e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1655652 Ave neighs/atom = 827.826 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.902723464339, Press = -0.373747913108509 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -2048.4202 -2048.4202 -2129.4122 -2129.4122 313.44731 313.44731 84679.019 84679.019 -143.95144 -143.95144 64000 -2050.1995 -2050.1995 -2131.745 -2131.745 315.5897 315.5897 84352.037 84352.037 30.853859 30.853859 Loop time of 60.805 on 1 procs for 1000 steps with 2000 atoms Performance: 1.421 ns/day, 16.890 hours/ns, 16.446 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.716 | 59.716 | 59.716 | 0.0 | 98.21 Neigh | 0.83084 | 0.83084 | 0.83084 | 0.0 | 1.37 Comm | 0.11129 | 0.11129 | 0.11129 | 0.0 | 0.18 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12576 | 0.12576 | 0.12576 | 0.0 | 0.21 Other | | 0.02124 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12723 ave 12723 max 12723 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66539e+06 ave 1.66539e+06 max 1.66539e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665394 Ave neighs/atom = 832.697 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.927663675573, Press = -0.245243931998005 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -2050.1995 -2050.1995 -2131.745 -2131.745 315.5897 315.5897 84352.037 84352.037 30.853859 30.853859 65000 -2052.3519 -2052.3519 -2134.4605 -2134.4605 317.76881 317.76881 84236.579 84236.579 59.795029 59.795029 Loop time of 60.7349 on 1 procs for 1000 steps with 2000 atoms Performance: 1.423 ns/day, 16.871 hours/ns, 16.465 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.772 | 59.772 | 59.772 | 0.0 | 98.41 Neigh | 0.70634 | 0.70634 | 0.70634 | 0.0 | 1.16 Comm | 0.1098 | 0.1098 | 0.1098 | 0.0 | 0.18 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.1256 | 0.1256 | 0.1256 | 0.0 | 0.21 Other | | 0.02091 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12749 ave 12749 max 12749 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66785e+06 ave 1.66785e+06 max 1.66785e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1667850 Ave neighs/atom = 833.925 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.907098106172, Press = -0.175241614086935 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -2052.3519 -2052.3519 -2134.4605 -2134.4605 317.76881 317.76881 84236.579 84236.579 59.795029 59.795029 66000 -2048.9521 -2048.9521 -2129.8512 -2129.8512 313.08787 313.08787 84551.79 84551.79 -75.973795 -75.973795 Loop time of 60.6771 on 1 procs for 1000 steps with 2000 atoms Performance: 1.424 ns/day, 16.855 hours/ns, 16.481 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.613 | 59.613 | 59.613 | 0.0 | 98.25 Neigh | 0.80749 | 0.80749 | 0.80749 | 0.0 | 1.33 Comm | 0.11054 | 0.11054 | 0.11054 | 0.0 | 0.18 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.12556 | 0.12556 | 0.12556 | 0.0 | 0.21 Other | | 0.02088 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12763 ave 12763 max 12763 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66272e+06 ave 1.66272e+06 max 1.66272e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1662722 Ave neighs/atom = 831.361 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.888356716021, Press = -0.152639604113352 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -2048.9521 -2048.9521 -2129.8512 -2129.8512 313.08787 313.08787 84551.79 84551.79 -75.973795 -75.973795 67000 -2050.0591 -2050.0591 -2131.7308 -2131.7308 316.07814 316.07814 84754.974 84754.974 -238.50793 -238.50793 Loop time of 60.6245 on 1 procs for 1000 steps with 2000 atoms Performance: 1.425 ns/day, 16.840 hours/ns, 16.495 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.602 | 59.602 | 59.602 | 0.0 | 98.31 Neigh | 0.76551 | 0.76551 | 0.76551 | 0.0 | 1.26 Comm | 0.10976 | 0.10976 | 0.10976 | 0.0 | 0.18 Output | 3.4809e-05 | 3.4809e-05 | 3.4809e-05 | 0.0 | 0.00 Modify | 0.12576 | 0.12576 | 0.12576 | 0.0 | 0.21 Other | | 0.02118 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12665 ave 12665 max 12665 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65921e+06 ave 1.65921e+06 max 1.65921e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659214 Ave neighs/atom = 829.607 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.878206887358, Press = -0.0134126417493119 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -2050.0591 -2050.0591 -2131.7308 -2131.7308 316.07814 316.07814 84754.974 84754.974 -238.50793 -238.50793 68000 -2052.469 -2052.469 -2132.0867 -2132.0867 308.12859 308.12859 84774.423 84774.423 -279.04247 -279.04247 Loop time of 60.9091 on 1 procs for 1000 steps with 2000 atoms Performance: 1.419 ns/day, 16.919 hours/ns, 16.418 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.892 | 59.892 | 59.892 | 0.0 | 98.33 Neigh | 0.76051 | 0.76051 | 0.76051 | 0.0 | 1.25 Comm | 0.1099 | 0.1099 | 0.1099 | 0.0 | 0.18 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.1257 | 0.1257 | 0.1257 | 0.0 | 0.21 Other | | 0.02082 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12689 ave 12689 max 12689 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65824e+06 ave 1.65824e+06 max 1.65824e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1658236 Ave neighs/atom = 829.118 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.875931799832, Press = -0.229464257321094 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -2052.469 -2052.469 -2132.0867 -2132.0867 308.12859 308.12859 84774.423 84774.423 -279.04247 -279.04247 69000 -2051.3018 -2051.3018 -2132.2459 -2132.2459 313.26186 313.26186 84908.119 84908.119 -364.5527 -364.5527 Loop time of 60.382 on 1 procs for 1000 steps with 2000 atoms Performance: 1.431 ns/day, 16.773 hours/ns, 16.561 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.325 | 59.325 | 59.325 | 0.0 | 98.25 Neigh | 0.80158 | 0.80158 | 0.80158 | 0.0 | 1.33 Comm | 0.11014 | 0.11014 | 0.11014 | 0.0 | 0.18 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12506 | 0.12506 | 0.12506 | 0.0 | 0.21 Other | | 0.02066 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12663 ave 12663 max 12663 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65401e+06 ave 1.65401e+06 max 1.65401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1654008 Ave neighs/atom = 827.004 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.876702606531, Press = -0.265474019233603 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -2051.3018 -2051.3018 -2132.2459 -2132.2459 313.26186 313.26186 84908.119 84908.119 -364.5527 -364.5527 70000 -2049.4206 -2049.4206 -2132.999 -2132.999 323.45704 323.45704 84580.76 84580.76 -112.6439 -112.6439 Loop time of 61.2426 on 1 procs for 1000 steps with 2000 atoms Performance: 1.411 ns/day, 17.012 hours/ns, 16.329 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.217 | 60.217 | 60.217 | 0.0 | 98.33 Neigh | 0.76668 | 0.76668 | 0.76668 | 0.0 | 1.25 Comm | 0.11099 | 0.11099 | 0.11099 | 0.0 | 0.18 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12675 | 0.12675 | 0.12675 | 0.0 | 0.21 Other | | 0.02101 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12727 ave 12727 max 12727 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65963e+06 ave 1.65963e+06 max 1.65963e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1659630 Ave neighs/atom = 829.815 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.87536105515, Press = -0.199442693288058 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -2049.4206 -2049.4206 -2132.999 -2132.999 323.45704 323.45704 84580.76 84580.76 -112.6439 -112.6439 71000 -2049.7136 -2049.7136 -2130.3543 -2130.3543 312.08789 312.08789 84432.764 84432.764 -9.3690173 -9.3690173 Loop time of 59.6787 on 1 procs for 1000 steps with 2000 atoms Performance: 1.448 ns/day, 16.577 hours/ns, 16.756 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.657 | 58.657 | 58.657 | 0.0 | 98.29 Neigh | 0.76908 | 0.76908 | 0.76908 | 0.0 | 1.29 Comm | 0.10825 | 0.10825 | 0.10825 | 0.0 | 0.18 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12335 | 0.12335 | 0.12335 | 0.0 | 0.21 Other | | 0.0208 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12719 ave 12719 max 12719 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66471e+06 ave 1.66471e+06 max 1.66471e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1664708 Ave neighs/atom = 832.354 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.880494912607, Press = -0.0710505775632958 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -2049.7136 -2049.7136 -2130.3543 -2130.3543 312.08789 312.08789 84432.764 84432.764 -9.3690173 -9.3690173 72000 -2048.8534 -2048.8534 -2130.3584 -2130.3584 315.43275 315.43275 84490.478 84490.478 -44.592002 -44.592002 Loop time of 60.4473 on 1 procs for 1000 steps with 2000 atoms Performance: 1.429 ns/day, 16.791 hours/ns, 16.543 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.434 | 59.434 | 59.434 | 0.0 | 98.32 Neigh | 0.75576 | 0.75576 | 0.75576 | 0.0 | 1.25 Comm | 0.10944 | 0.10944 | 0.10944 | 0.0 | 0.18 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12728 | 0.12728 | 0.12728 | 0.0 | 0.21 Other | | 0.02074 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12711 ave 12711 max 12711 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6655e+06 ave 1.6655e+06 max 1.6655e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1665502 Ave neighs/atom = 832.751 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.883241392754, Press = 0.00997066653010223 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -2048.8534 -2048.8534 -2130.3584 -2130.3584 315.43275 315.43275 84490.478 84490.478 -44.592002 -44.592002 73000 -2051.016 -2051.016 -2131.7156 -2131.7156 312.31582 312.31582 84341.382 84341.382 27.388854 27.388854 Loop time of 60.5186 on 1 procs for 1000 steps with 2000 atoms Performance: 1.428 ns/day, 16.811 hours/ns, 16.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.508 | 59.508 | 59.508 | 0.0 | 98.33 Neigh | 0.75422 | 0.75422 | 0.75422 | 0.0 | 1.25 Comm | 0.10981 | 0.10981 | 0.10981 | 0.0 | 0.18 Output | 4.077e-05 | 4.077e-05 | 4.077e-05 | 0.0 | 0.00 Modify | 0.12565 | 0.12565 | 0.12565 | 0.0 | 0.21 Other | | 0.02078 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12695 ave 12695 max 12695 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67084e+06 ave 1.67084e+06 max 1.67084e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1670844 Ave neighs/atom = 835.422 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.891257664892, Press = 0.207283943582759 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -2051.016 -2051.016 -2131.7156 -2131.7156 312.31582 312.31582 84341.382 84341.382 27.388854 27.388854 74000 -2052.894 -2052.894 -2131.8894 -2131.8894 305.72055 305.72055 84215.411 84215.411 79.99677 79.99677 Loop time of 60.7171 on 1 procs for 1000 steps with 2000 atoms Performance: 1.423 ns/day, 16.866 hours/ns, 16.470 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.675 | 59.675 | 59.675 | 0.0 | 98.28 Neigh | 0.78463 | 0.78463 | 0.78463 | 0.0 | 1.29 Comm | 0.11041 | 0.11041 | 0.11041 | 0.0 | 0.18 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12593 | 0.12593 | 0.12593 | 0.0 | 0.21 Other | | 0.02091 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12775 ave 12775 max 12775 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67215e+06 ave 1.67215e+06 max 1.67215e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1672148 Ave neighs/atom = 836.074 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.880536114007, Press = 0.087075692306414 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -2052.894 -2052.894 -2131.8894 -2131.8894 305.72055 305.72055 84215.411 84215.411 79.99677 79.99677 75000 -2044.7487 -2044.7487 -2127.3415 -2127.3415 319.64281 319.64281 84570.631 84570.631 -36.151572 -36.151572 Loop time of 60.1387 on 1 procs for 1000 steps with 2000 atoms Performance: 1.437 ns/day, 16.705 hours/ns, 16.628 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.125 | 59.125 | 59.125 | 0.0 | 98.31 Neigh | 0.75917 | 0.75917 | 0.75917 | 0.0 | 1.26 Comm | 0.10951 | 0.10951 | 0.10951 | 0.0 | 0.18 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12434 | 0.12434 | 0.12434 | 0.0 | 0.21 Other | | 0.02077 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12649 ave 12649 max 12649 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66274e+06 ave 1.66274e+06 max 1.66274e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1662740 Ave neighs/atom = 831.37 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.895077655138, Press = 0.221203560991523 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -2044.7487 -2044.7487 -2127.3415 -2127.3415 319.64281 319.64281 84570.631 84570.631 -36.151572 -36.151572 76000 -2050.3933 -2050.3933 -2131.206 -2131.206 312.75344 312.75344 84619.241 84619.241 -146.53891 -146.53891 Loop time of 60.5746 on 1 procs for 1000 steps with 2000 atoms Performance: 1.426 ns/day, 16.826 hours/ns, 16.509 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.507 | 59.507 | 59.507 | 0.0 | 98.24 Neigh | 0.81052 | 0.81052 | 0.81052 | 0.0 | 1.34 Comm | 0.10992 | 0.10992 | 0.10992 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12618 | 0.12618 | 0.12618 | 0.0 | 0.21 Other | | 0.02077 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12721 ave 12721 max 12721 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6607e+06 ave 1.6607e+06 max 1.6607e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660704 Ave neighs/atom = 830.352 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.925065750056, Press = 0.0744492461209358 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -2050.3933 -2050.3933 -2131.206 -2131.206 312.75344 312.75344 84619.241 84619.241 -146.53891 -146.53891 77000 -2052.2098 -2052.2098 -2131.4084 -2131.4084 306.50692 306.50692 84597.173 84597.173 -161.95462 -161.95462 Loop time of 60.8745 on 1 procs for 1000 steps with 2000 atoms Performance: 1.419 ns/day, 16.910 hours/ns, 16.427 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.847 | 59.847 | 59.847 | 0.0 | 98.31 Neigh | 0.76963 | 0.76963 | 0.76963 | 0.0 | 1.26 Comm | 0.11038 | 0.11038 | 0.11038 | 0.0 | 0.18 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.12603 | 0.12603 | 0.12603 | 0.0 | 0.21 Other | | 0.02105 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12713 ave 12713 max 12713 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66163e+06 ave 1.66163e+06 max 1.66163e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1661626 Ave neighs/atom = 830.813 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.927253447432, Press = -0.0353073306756638 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -2052.2098 -2052.2098 -2131.4084 -2131.4084 306.50692 306.50692 84597.173 84597.173 -161.95462 -161.95462 78000 -2053.7532 -2053.7532 -2135.6261 -2135.6261 316.85632 316.85632 84399.317 84399.317 -71.007658 -71.007658 Loop time of 60.8079 on 1 procs for 1000 steps with 2000 atoms Performance: 1.421 ns/day, 16.891 hours/ns, 16.445 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.774 | 59.774 | 59.774 | 0.0 | 98.30 Neigh | 0.77581 | 0.77581 | 0.77581 | 0.0 | 1.28 Comm | 0.11059 | 0.11059 | 0.11059 | 0.0 | 0.18 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12678 | 0.12678 | 0.12678 | 0.0 | 0.21 Other | | 0.02117 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12727 ave 12727 max 12727 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66623e+06 ave 1.66623e+06 max 1.66623e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1666226 Ave neighs/atom = 833.113 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.916455399002, Press = -0.148618965110126 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -2053.7532 -2053.7532 -2135.6261 -2135.6261 316.85632 316.85632 84399.317 84399.317 -71.007658 -71.007658 79000 -2047.4944 -2047.4944 -2129.9184 -2129.9184 318.98962 318.98962 84679.677 84679.677 -132.54131 -132.54131 Loop time of 60.521 on 1 procs for 1000 steps with 2000 atoms Performance: 1.428 ns/day, 16.811 hours/ns, 16.523 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.536 | 59.536 | 59.536 | 0.0 | 98.37 Neigh | 0.72783 | 0.72783 | 0.72783 | 0.0 | 1.20 Comm | 0.11014 | 0.11014 | 0.11014 | 0.0 | 0.18 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12584 | 0.12584 | 0.12584 | 0.0 | 0.21 Other | | 0.02091 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12687 ave 12687 max 12687 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.65684e+06 ave 1.65684e+06 max 1.65684e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1656838 Ave neighs/atom = 828.419 Neighbor list builds = 12 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.905398815378, Press = -0.240647937898618 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -2047.4944 -2047.4944 -2129.9184 -2129.9184 318.98962 318.98962 84679.677 84679.677 -132.54131 -132.54131 80000 -2050.4475 -2050.4475 -2133.2271 -2133.2271 320.36561 320.36561 84441.188 84441.188 -48.318059 -48.318059 Loop time of 60.9424 on 1 procs for 1000 steps with 2000 atoms Performance: 1.418 ns/day, 16.928 hours/ns, 16.409 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.89 | 59.89 | 59.89 | 0.0 | 98.27 Neigh | 0.79515 | 0.79515 | 0.79515 | 0.0 | 1.30 Comm | 0.11002 | 0.11002 | 0.11002 | 0.0 | 0.18 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12614 | 0.12614 | 0.12614 | 0.0 | 0.21 Other | | 0.02118 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12689 ave 12689 max 12689 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66073e+06 ave 1.66073e+06 max 1.66073e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660730 Ave neighs/atom = 830.365 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.937470561395, Press = -0.323574718585611 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -2050.4475 -2050.4475 -2133.2271 -2133.2271 320.36561 320.36561 84441.188 84441.188 -48.318059 -48.318059 81000 -2054.1137 -2054.1137 -2131.6533 -2131.6533 300.0861 300.0861 84267.5 84267.5 22.756007 22.756007 Loop time of 60.6114 on 1 procs for 1000 steps with 2000 atoms Performance: 1.425 ns/day, 16.837 hours/ns, 16.499 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.564 | 59.564 | 59.564 | 0.0 | 98.27 Neigh | 0.78958 | 0.78958 | 0.78958 | 0.0 | 1.30 Comm | 0.11023 | 0.11023 | 0.11023 | 0.0 | 0.18 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.12628 | 0.12628 | 0.12628 | 0.0 | 0.21 Other | | 0.02114 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12699 ave 12699 max 12699 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66312e+06 ave 1.66312e+06 max 1.66312e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1663116 Ave neighs/atom = 831.558 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.918558363002, Press = -0.407186015355783 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -2054.1137 -2054.1137 -2131.6533 -2131.6533 300.0861 300.0861 84267.5 84267.5 22.756007 22.756007 82000 -2049.1912 -2049.1912 -2130.2576 -2130.2576 313.73519 313.73519 84194.629 84194.629 153.35215 153.35215 Loop time of 60.7907 on 1 procs for 1000 steps with 2000 atoms Performance: 1.421 ns/day, 16.886 hours/ns, 16.450 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.734 | 59.734 | 59.734 | 0.0 | 98.26 Neigh | 0.80084 | 0.80084 | 0.80084 | 0.0 | 1.32 Comm | 0.10985 | 0.10985 | 0.10985 | 0.0 | 0.18 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12567 | 0.12567 | 0.12567 | 0.0 | 0.21 Other | | 0.02073 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12743 ave 12743 max 12743 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66025e+06 ave 1.66025e+06 max 1.66025e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1660252 Ave neighs/atom = 830.126 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.918933727705, Press = -0.470578165807356 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -2049.1912 -2049.1912 -2130.2576 -2130.2576 313.73519 313.73519 84194.629 84194.629 153.35215 153.35215 83000 -2048.3981 -2048.3981 -2132.4595 -2132.4595 325.32606 325.32606 84217.737 84217.737 133.1626 133.1626 Loop time of 60.8913 on 1 procs for 1000 steps with 2000 atoms Performance: 1.419 ns/day, 16.914 hours/ns, 16.423 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.769 | 59.769 | 59.769 | 0.0 | 98.16 Neigh | 0.86419 | 0.86419 | 0.86419 | 0.0 | 1.42 Comm | 0.11123 | 0.11123 | 0.11123 | 0.0 | 0.18 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.1263 | 0.1263 | 0.1263 | 0.0 | 0.21 Other | | 0.02095 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12711 ave 12711 max 12711 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.6665e+06 ave 1.6665e+06 max 1.6665e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1666496 Ave neighs/atom = 833.248 Neighbor list builds = 14 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.928182996947, Press = -0.334035726774726 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -2048.3981 -2048.3981 -2132.4595 -2132.4595 325.32606 325.32606 84217.737 84217.737 133.1626 133.1626 84000 -2053.9723 -2053.9723 -2133.6581 -2133.6581 308.39229 308.39229 84086.854 84086.854 138.91596 138.91596 Loop time of 60.8502 on 1 procs for 1000 steps with 2000 atoms Performance: 1.420 ns/day, 16.903 hours/ns, 16.434 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.86 | 59.86 | 59.86 | 0.0 | 98.37 Neigh | 0.73361 | 0.73361 | 0.73361 | 0.0 | 1.21 Comm | 0.11001 | 0.11001 | 0.11001 | 0.0 | 0.18 Output | 6.0797e-05 | 6.0797e-05 | 6.0797e-05 | 0.0 | 0.00 Modify | 0.12577 | 0.12577 | 0.12577 | 0.0 | 0.21 Other | | 0.02096 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12731 ave 12731 max 12731 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67019e+06 ave 1.67019e+06 max 1.67019e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1670190 Ave neighs/atom = 835.095 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.896277541953, Press = -0.1155112277467 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -2053.9723 -2053.9723 -2133.6581 -2133.6581 308.39229 308.39229 84086.854 84086.854 138.91596 138.91596 85000 -2052.1488 -2052.1488 -2131.052 -2131.052 305.36368 305.36368 84030.37 84030.37 218.28113 218.28113 Loop time of 60.6209 on 1 procs for 1000 steps with 2000 atoms Performance: 1.425 ns/day, 16.839 hours/ns, 16.496 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.515 | 59.515 | 59.515 | 0.0 | 98.18 Neigh | 0.84936 | 0.84936 | 0.84936 | 0.0 | 1.40 Comm | 0.10971 | 0.10971 | 0.10971 | 0.0 | 0.18 Output | 3.4809e-05 | 3.4809e-05 | 3.4809e-05 | 0.0 | 0.00 Modify | 0.12636 | 0.12636 | 0.12636 | 0.0 | 0.21 Other | | 0.02076 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12737 ave 12737 max 12737 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66815e+06 ave 1.66815e+06 max 1.66815e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1668146 Ave neighs/atom = 834.073 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.891742822638, Press = -0.228936724312533 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -2052.1488 -2052.1488 -2131.052 -2131.052 305.36368 305.36368 84030.37 84030.37 218.28113 218.28113 86000 -2047.9995 -2047.9995 -2130.6773 -2130.6773 319.97162 319.97162 84148.163 84148.163 190.23671 190.23671 Loop time of 61.1752 on 1 procs for 1000 steps with 2000 atoms Performance: 1.412 ns/day, 16.993 hours/ns, 16.346 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.114 | 60.114 | 60.114 | 0.0 | 98.27 Neigh | 0.80134 | 0.80134 | 0.80134 | 0.0 | 1.31 Comm | 0.11167 | 0.11167 | 0.11167 | 0.0 | 0.18 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.1268 | 0.1268 | 0.1268 | 0.0 | 0.21 Other | | 0.02137 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12725 ave 12725 max 12725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66955e+06 ave 1.66955e+06 max 1.66955e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1669548 Ave neighs/atom = 834.774 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.902351149924, Press = -0.153525629384857 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -2047.9995 -2047.9995 -2130.6773 -2130.6773 319.97162 319.97162 84148.163 84148.163 190.23671 190.23671 87000 -2052.0091 -2052.0091 -2132.2182 -2132.2182 310.41748 310.41748 83859.496 83859.496 330.61594 330.61594 Loop time of 60.0426 on 1 procs for 1000 steps with 2000 atoms Performance: 1.439 ns/day, 16.678 hours/ns, 16.655 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.046 | 59.046 | 59.046 | 0.0 | 98.34 Neigh | 0.74163 | 0.74163 | 0.74163 | 0.0 | 1.24 Comm | 0.10921 | 0.10921 | 0.10921 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12476 | 0.12476 | 0.12476 | 0.0 | 0.21 Other | | 0.02099 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12767 ave 12767 max 12767 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67337e+06 ave 1.67337e+06 max 1.67337e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1673372 Ave neighs/atom = 836.686 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.927150905525, Press = -0.158786528613594 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -2052.0091 -2052.0091 -2132.2182 -2132.2182 310.41748 310.41748 83859.496 83859.496 330.61594 330.61594 88000 -2048.4942 -2048.4942 -2132.1137 -2132.1137 323.6162 323.6162 83979.417 83979.417 297.35449 297.35449 Loop time of 61.5954 on 1 procs for 1000 steps with 2000 atoms Performance: 1.403 ns/day, 17.110 hours/ns, 16.235 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.531 | 60.531 | 60.531 | 0.0 | 98.27 Neigh | 0.80269 | 0.80269 | 0.80269 | 0.0 | 1.30 Comm | 0.11184 | 0.11184 | 0.11184 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12785 | 0.12785 | 0.12785 | 0.0 | 0.21 Other | | 0.02153 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12715 ave 12715 max 12715 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66869e+06 ave 1.66869e+06 max 1.66869e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1668690 Ave neighs/atom = 834.345 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.941385129769, Press = -0.13483822402132 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -2048.4942 -2048.4942 -2132.1137 -2132.1137 323.6162 323.6162 83979.417 83979.417 297.35449 297.35449 89000 -2050.3783 -2050.3783 -2131.2567 -2131.2567 313.00814 313.00814 83804.7 83804.7 390.7792 390.7792 Loop time of 60.1544 on 1 procs for 1000 steps with 2000 atoms Performance: 1.436 ns/day, 16.710 hours/ns, 16.624 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.162 | 59.162 | 59.162 | 0.0 | 98.35 Neigh | 0.73643 | 0.73643 | 0.73643 | 0.0 | 1.22 Comm | 0.10997 | 0.10997 | 0.10997 | 0.0 | 0.18 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.1254 | 0.1254 | 0.1254 | 0.0 | 0.21 Other | | 0.02106 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12763 ave 12763 max 12763 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67621e+06 ave 1.67621e+06 max 1.67621e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1676210 Ave neighs/atom = 838.105 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.94939200786, Press = -0.117799654172892 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -2050.3783 -2050.3783 -2131.2567 -2131.2567 313.00814 313.00814 83804.7 83804.7 390.7792 390.7792 90000 -2051.8473 -2051.8473 -2131.3513 -2131.3513 307.68883 307.68883 84028.755 84028.755 209.46682 209.46682 Loop time of 60.7631 on 1 procs for 1000 steps with 2000 atoms Performance: 1.422 ns/day, 16.879 hours/ns, 16.457 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.666 | 59.666 | 59.666 | 0.0 | 98.19 Neigh | 0.84086 | 0.84086 | 0.84086 | 0.0 | 1.38 Comm | 0.11068 | 0.11068 | 0.11068 | 0.0 | 0.18 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12514 | 0.12514 | 0.12514 | 0.0 | 0.21 Other | | 0.02083 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12747 ave 12747 max 12747 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.67271e+06 ave 1.67271e+06 max 1.67271e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1672712 Ave neighs/atom = 836.356 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.929013978838, Press = 0.00195458635937932 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -2051.8473 -2051.8473 -2131.3513 -2131.3513 307.68883 307.68883 84028.755 84028.755 209.46682 209.46682 91000 -2050.0329 -2050.0329 -2131.18 -2131.18 314.04734 314.04734 84232.113 84232.113 99.916352 99.916352 Loop time of 61.4487 on 1 procs for 1000 steps with 2000 atoms Performance: 1.406 ns/day, 17.069 hours/ns, 16.274 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.45 | 60.45 | 60.45 | 0.0 | 98.38 Neigh | 0.7389 | 0.7389 | 0.7389 | 0.0 | 1.20 Comm | 0.11095 | 0.11095 | 0.11095 | 0.0 | 0.18 Output | 5.8174e-05 | 5.8174e-05 | 5.8174e-05 | 0.0 | 0.00 Modify | 0.12714 | 0.12714 | 0.12714 | 0.0 | 0.21 Other | | 0.02133 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12759 ave 12759 max 12759 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66923e+06 ave 1.66923e+06 max 1.66923e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1669230 Ave neighs/atom = 834.615 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.933900939998, Press = -0.0353212278548 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -2050.0329 -2050.0329 -2131.18 -2131.18 314.04734 314.04734 84232.113 84232.113 99.916352 99.916352 92000 -2049.0211 -2049.0211 -2130.8857 -2130.8857 316.82432 316.82432 84432.934 84432.934 3.2761014 3.2761014 Loop time of 60.2145 on 1 procs for 1000 steps with 2000 atoms Performance: 1.435 ns/day, 16.726 hours/ns, 16.607 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.18 | 59.18 | 59.18 | 0.0 | 98.28 Neigh | 0.7793 | 0.7793 | 0.7793 | 0.0 | 1.29 Comm | 0.10929 | 0.10929 | 0.10929 | 0.0 | 0.18 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12485 | 0.12485 | 0.12485 | 0.0 | 0.21 Other | | 0.02092 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12679 ave 12679 max 12679 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66277e+06 ave 1.66277e+06 max 1.66277e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1662772 Ave neighs/atom = 831.386 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.937721980648, Press = -0.0934272236322017 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.33 | 10.33 | 10.33 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -2049.0211 -2049.0211 -2130.8857 -2130.8857 316.82432 316.82432 84432.934 84432.934 3.2761014 3.2761014 93000 -2043.9933 -2043.9933 -2127.4624 -2127.4624 323.03416 323.03416 84436.843 84436.843 69.033675 69.033675 Loop time of 60.3184 on 1 procs for 1000 steps with 2000 atoms Performance: 1.432 ns/day, 16.755 hours/ns, 16.579 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.241 | 59.241 | 59.241 | 0.0 | 98.21 Neigh | 0.82129 | 0.82129 | 0.82129 | 0.0 | 1.36 Comm | 0.10994 | 0.10994 | 0.10994 | 0.0 | 0.18 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.12541 | 0.12541 | 0.12541 | 0.0 | 0.21 Other | | 0.02085 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12715 ave 12715 max 12715 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.66399e+06 ave 1.66399e+06 max 1.66399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1663992 Ave neighs/atom = 831.996 Neighbor list builds = 13 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 84389.3838297942 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0