# 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 6.083469396829612*${_u_distance} variable latticeconst_converted equal 6.083469396829612*1 lattice fcc ${latticeconst_converted} lattice fcc 6.08346939682961 Lattice spacing in x,y,z = 6.08347 6.08347 6.08347 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (60.8347 60.8347 60.8347) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.000862122 secs variable mass_converted equal 87.62*${_u_mass} variable mass_converted equal 87.62*1 kim_interactions Sr #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959MedCutoff_Sr__MO_964297938209_004 pair_coeff * * Sr #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 87.62 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 225140.684924316 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 225140.684924316/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 225140.684924316/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 225140.684924316/(1*1*${_u_distance}) variable V0_metal equal 225140.684924316/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 225140.684924316*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 225140.684924316 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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 = 17.4319 ghost atom cutoff = 17.4319 binsize = 8.71595, bins = 7 7 7 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 17.4319 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 9.434 | 9.434 | 9.434 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -6707.5723 -6707.5723 -6838.4284 -6838.4284 253.15 253.15 225140.68 225140.68 620.81125 620.81125 1000 -6562.5077 -6562.5077 -6693.8756 -6693.8756 254.14003 254.14003 229575.3 229575.3 -139.91157 -139.91157 Loop time of 70.0906 on 1 procs for 1000 steps with 4000 atoms Performance: 1.233 ns/day, 19.470 hours/ns, 14.267 timesteps/s 70.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 | 69.405 | 69.405 | 69.405 | 0.0 | 99.02 Neigh | 0.2446 | 0.2446 | 0.2446 | 0.0 | 0.35 Comm | 0.10958 | 0.10958 | 0.10958 | 0.0 | 0.16 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 0.2893 | 0.2893 | 0.2893 | 0.0 | 0.41 Other | | 0.04235 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50974e+06 ave 1.50974e+06 max 1.50974e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1509738 Ave neighs/atom = 377.435 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -6562.5077 -6562.5077 -6693.8756 -6693.8756 254.14003 254.14003 229575.3 229575.3 -139.91157 -139.91157 2000 -6568.6733 -6568.6733 -6702.8392 -6702.8392 259.55307 259.55307 229390.71 229390.71 -142.40007 -142.40007 Loop time of 65.6725 on 1 procs for 1000 steps with 4000 atoms Performance: 1.316 ns/day, 18.242 hours/ns, 15.227 timesteps/s 76.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.817 | 64.817 | 64.817 | 0.0 | 98.70 Neigh | 0.42998 | 0.42998 | 0.42998 | 0.0 | 0.65 Comm | 0.11235 | 0.11235 | 0.11235 | 0.0 | 0.17 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.28349 | 0.28349 | 0.28349 | 0.0 | 0.43 Other | | 0.02977 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51234e+06 ave 1.51234e+06 max 1.51234e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512344 Ave neighs/atom = 378.086 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -6568.6733 -6568.6733 -6702.8392 -6702.8392 259.55307 259.55307 229390.71 229390.71 -142.40007 -142.40007 3000 -6575.1147 -6575.1147 -6709.6248 -6709.6248 260.21886 260.21886 229058.4 229058.4 -30.492189 -30.492189 Loop time of 67.8388 on 1 procs for 1000 steps with 4000 atoms Performance: 1.274 ns/day, 18.844 hours/ns, 14.741 timesteps/s 72.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 | 67.213 | 67.213 | 67.213 | 0.0 | 99.08 Neigh | 0.25726 | 0.25726 | 0.25726 | 0.0 | 0.38 Comm | 0.098509 | 0.098509 | 0.098509 | 0.0 | 0.15 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.24003 | 0.24003 | 0.24003 | 0.0 | 0.35 Other | | 0.02967 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51217e+06 ave 1.51217e+06 max 1.51217e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512172 Ave neighs/atom = 378.043 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -6575.1147 -6575.1147 -6709.6248 -6709.6248 260.21886 260.21886 229058.4 229058.4 -30.492189 -30.492189 4000 -6580.5373 -6580.5373 -6706.9571 -6706.9571 244.5677 244.5677 228810.43 228810.43 67.031435 67.031435 Loop time of 85.149 on 1 procs for 1000 steps with 4000 atoms Performance: 1.015 ns/day, 23.653 hours/ns, 11.744 timesteps/s 57.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 | 84.193 | 84.193 | 84.193 | 0.0 | 98.88 Neigh | 0.35991 | 0.35991 | 0.35991 | 0.0 | 0.42 Comm | 0.14568 | 0.14568 | 0.14568 | 0.0 | 0.17 Output | 6.1035e-05 | 6.1035e-05 | 6.1035e-05 | 0.0 | 0.00 Modify | 0.40994 | 0.40994 | 0.40994 | 0.0 | 0.48 Other | | 0.04018 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51295e+06 ave 1.51295e+06 max 1.51295e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512946 Ave neighs/atom = 378.236 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -6580.5373 -6580.5373 -6706.9571 -6706.9571 244.5677 244.5677 228810.43 228810.43 67.031435 67.031435 5000 -6569.0604 -6569.0604 -6701.3784 -6701.3784 255.97817 255.97817 228852.6 228852.6 145.02997 145.02997 Loop time of 91.997 on 1 procs for 1000 steps with 4000 atoms Performance: 0.939 ns/day, 25.555 hours/ns, 10.870 timesteps/s 54.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 | 91.051 | 91.051 | 91.051 | 0.0 | 98.97 Neigh | 0.38612 | 0.38612 | 0.38612 | 0.0 | 0.42 Comm | 0.13185 | 0.13185 | 0.13185 | 0.0 | 0.14 Output | 0.00036097 | 0.00036097 | 0.00036097 | 0.0 | 0.00 Modify | 0.34615 | 0.34615 | 0.34615 | 0.0 | 0.38 Other | | 0.08167 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51096e+06 ave 1.51096e+06 max 1.51096e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1510964 Ave neighs/atom = 377.741 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 260.346353642046, Press = -20.0288322095959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -6569.0604 -6569.0604 -6701.3784 -6701.3784 255.97817 255.97817 228852.6 228852.6 145.02997 145.02997 6000 -6578.1525 -6578.1525 -6705.0814 -6705.0814 245.55274 245.55274 229171.74 229171.74 -86.651368 -86.651368 Loop time of 89.2705 on 1 procs for 1000 steps with 4000 atoms Performance: 0.968 ns/day, 24.797 hours/ns, 11.202 timesteps/s 55.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 | 88.235 | 88.235 | 88.235 | 0.0 | 98.84 Neigh | 0.36221 | 0.36221 | 0.36221 | 0.0 | 0.41 Comm | 0.14453 | 0.14453 | 0.14453 | 0.0 | 0.16 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.43728 | 0.43728 | 0.43728 | 0.0 | 0.49 Other | | 0.09116 | | | 0.10 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.5129e+06 ave 1.5129e+06 max 1.5129e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512902 Ave neighs/atom = 378.226 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.827593799199, Press = -5.92844626035389 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -6578.1525 -6578.1525 -6705.0814 -6705.0814 245.55274 245.55274 229171.74 229171.74 -86.651368 -86.651368 7000 -6567.2923 -6567.2923 -6703.7255 -6703.7255 263.93941 263.93941 229593.02 229593.02 -231.09512 -231.09512 Loop time of 90.2508 on 1 procs for 1000 steps with 4000 atoms Performance: 0.957 ns/day, 25.070 hours/ns, 11.080 timesteps/s 54.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 | 89.211 | 89.211 | 89.211 | 0.0 | 98.85 Neigh | 0.41627 | 0.41627 | 0.41627 | 0.0 | 0.46 Comm | 0.12858 | 0.12858 | 0.12858 | 0.0 | 0.14 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.39336 | 0.39336 | 0.39336 | 0.0 | 0.44 Other | | 0.1014 | | | 0.11 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51328e+06 ave 1.51328e+06 max 1.51328e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513276 Ave neighs/atom = 378.319 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.262868881732, Press = 2.43010232562126 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -6567.2923 -6567.2923 -6703.7255 -6703.7255 263.93941 263.93941 229593.02 229593.02 -231.09512 -231.09512 8000 -6575.2217 -6575.2217 -6705.4666 -6705.4666 251.96757 251.96757 228919.72 228919.72 44.4026 44.4026 Loop time of 100.984 on 1 procs for 1000 steps with 4000 atoms Performance: 0.856 ns/day, 28.051 hours/ns, 9.903 timesteps/s 49.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 | 99.947 | 99.947 | 99.947 | 0.0 | 98.97 Neigh | 0.45533 | 0.45533 | 0.45533 | 0.0 | 0.45 Comm | 0.17786 | 0.17786 | 0.17786 | 0.0 | 0.18 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.33581 | 0.33581 | 0.33581 | 0.0 | 0.33 Other | | 0.06852 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51304e+06 ave 1.51304e+06 max 1.51304e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513038 Ave neighs/atom = 378.26 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.297712813045, Press = 3.1070518193157 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -6575.2217 -6575.2217 -6705.4666 -6705.4666 251.96757 251.96757 228919.72 228919.72 44.4026 44.4026 9000 -6568.7513 -6568.7513 -6700.4912 -6700.4912 254.85987 254.85987 229046.02 229046.02 44.655754 44.655754 Loop time of 85.1801 on 1 procs for 1000 steps with 4000 atoms Performance: 1.014 ns/day, 23.661 hours/ns, 11.740 timesteps/s 58.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 | 84.12 | 84.12 | 84.12 | 0.0 | 98.76 Neigh | 0.49822 | 0.49822 | 0.49822 | 0.0 | 0.58 Comm | 0.1298 | 0.1298 | 0.1298 | 0.0 | 0.15 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.40194 | 0.40194 | 0.40194 | 0.0 | 0.47 Other | | 0.02977 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51168e+06 ave 1.51168e+06 max 1.51168e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511682 Ave neighs/atom = 377.921 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.598692971398, Press = 0.016399973245089 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -6568.7513 -6568.7513 -6700.4912 -6700.4912 254.85987 254.85987 229046.02 229046.02 44.655754 44.655754 10000 -6573.3079 -6573.3079 -6705.5642 -6705.5642 255.85878 255.85878 229155.68 229155.68 -63.947268 -63.947268 Loop time of 99.7985 on 1 procs for 1000 steps with 4000 atoms Performance: 0.866 ns/day, 27.722 hours/ns, 10.020 timesteps/s 49.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 | 98.545 | 98.545 | 98.545 | 0.0 | 98.74 Neigh | 0.34991 | 0.34991 | 0.34991 | 0.0 | 0.35 Comm | 0.23722 | 0.23722 | 0.23722 | 0.0 | 0.24 Output | 4.8161e-05 | 4.8161e-05 | 4.8161e-05 | 0.0 | 0.00 Modify | 0.59562 | 0.59562 | 0.59562 | 0.0 | 0.60 Other | | 0.07019 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51223e+06 ave 1.51223e+06 max 1.51223e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512226 Ave neighs/atom = 378.057 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.482125382052, Press = 0.427669842255872 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -6573.3079 -6573.3079 -6705.5642 -6705.5642 255.85878 255.85878 229155.68 229155.68 -63.947268 -63.947268 11000 -6568.6783 -6568.6783 -6704.2227 -6704.2227 262.21976 262.21976 229113.84 229113.84 -4.093991 -4.093991 Loop time of 88.0729 on 1 procs for 1000 steps with 4000 atoms Performance: 0.981 ns/day, 24.465 hours/ns, 11.354 timesteps/s 56.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 | 86.931 | 86.931 | 86.931 | 0.0 | 98.70 Neigh | 0.48049 | 0.48049 | 0.48049 | 0.0 | 0.55 Comm | 0.19566 | 0.19566 | 0.19566 | 0.0 | 0.22 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.40173 | 0.40173 | 0.40173 | 0.0 | 0.46 Other | | 0.06439 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51235e+06 ave 1.51235e+06 max 1.51235e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512350 Ave neighs/atom = 378.087 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.61912589645, Press = 0.395748035854741 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -6568.6783 -6568.6783 -6704.2227 -6704.2227 262.21976 262.21976 229113.84 229113.84 -4.093991 -4.093991 12000 -6569.7951 -6569.7951 -6701.0279 -6701.0279 253.87865 253.87865 229141.16 229141.16 -10.503471 -10.503471 Loop time of 86.2666 on 1 procs for 1000 steps with 4000 atoms Performance: 1.002 ns/day, 23.963 hours/ns, 11.592 timesteps/s 57.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 | 85.387 | 85.387 | 85.387 | 0.0 | 98.98 Neigh | 0.30261 | 0.30261 | 0.30261 | 0.0 | 0.35 Comm | 0.12427 | 0.12427 | 0.12427 | 0.0 | 0.14 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.39246 | 0.39246 | 0.39246 | 0.0 | 0.45 Other | | 0.06042 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51226e+06 ave 1.51226e+06 max 1.51226e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512260 Ave neighs/atom = 378.065 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.562790672326, Press = 0.123649483208148 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -6569.7951 -6569.7951 -6701.0279 -6701.0279 253.87865 253.87865 229141.16 229141.16 -10.503471 -10.503471 13000 -6574.2791 -6574.2791 -6704.2548 -6704.2548 251.44689 251.44689 229108.12 229108.12 -30.236675 -30.236675 Loop time of 80.1846 on 1 procs for 1000 steps with 4000 atoms Performance: 1.078 ns/day, 22.274 hours/ns, 12.471 timesteps/s 61.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.288 | 79.288 | 79.288 | 0.0 | 98.88 Neigh | 0.27141 | 0.27141 | 0.27141 | 0.0 | 0.34 Comm | 0.13382 | 0.13382 | 0.13382 | 0.0 | 0.17 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.44435 | 0.44435 | 0.44435 | 0.0 | 0.55 Other | | 0.04739 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51281e+06 ave 1.51281e+06 max 1.51281e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512808 Ave neighs/atom = 378.202 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.432868619456, Press = 0.220016426650612 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -6574.2791 -6574.2791 -6704.2548 -6704.2548 251.44689 251.44689 229108.12 229108.12 -30.236675 -30.236675 14000 -6574.3607 -6574.3607 -6703.9929 -6703.9929 250.78225 250.78225 229005.45 229005.45 20.229208 20.229208 Loop time of 83.2974 on 1 procs for 1000 steps with 4000 atoms Performance: 1.037 ns/day, 23.138 hours/ns, 12.005 timesteps/s 59.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 | 82.247 | 82.247 | 82.247 | 0.0 | 98.74 Neigh | 0.49919 | 0.49919 | 0.49919 | 0.0 | 0.60 Comm | 0.16645 | 0.16645 | 0.16645 | 0.0 | 0.20 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.31932 | 0.31932 | 0.31932 | 0.0 | 0.38 Other | | 0.06504 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51245e+06 ave 1.51245e+06 max 1.51245e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512448 Ave neighs/atom = 378.112 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.360239758565, Press = 0.34018474230861 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -6574.3607 -6574.3607 -6703.9929 -6703.9929 250.78225 250.78225 229005.45 229005.45 20.229208 20.229208 15000 -6573.4645 -6573.4645 -6703.8015 -6703.8015 252.1457 252.1457 228793.03 228793.03 128.10287 128.10287 Loop time of 80.3333 on 1 procs for 1000 steps with 4000 atoms Performance: 1.076 ns/day, 22.315 hours/ns, 12.448 timesteps/s 61.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.483 | 79.483 | 79.483 | 0.0 | 98.94 Neigh | 0.30793 | 0.30793 | 0.30793 | 0.0 | 0.38 Comm | 0.16237 | 0.16237 | 0.16237 | 0.0 | 0.20 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.33742 | 0.33742 | 0.33742 | 0.0 | 0.42 Other | | 0.04208 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51186e+06 ave 1.51186e+06 max 1.51186e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511856 Ave neighs/atom = 377.964 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.418094437807, Press = -0.0796478734002681 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -6573.4645 -6573.4645 -6703.8015 -6703.8015 252.1457 252.1457 228793.03 228793.03 128.10287 128.10287 16000 -6568.4465 -6568.4465 -6700.6938 -6700.6938 255.84156 255.84156 229411.42 229411.42 -135.42819 -135.42819 Loop time of 80.5279 on 1 procs for 1000 steps with 4000 atoms Performance: 1.073 ns/day, 22.369 hours/ns, 12.418 timesteps/s 61.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.598 | 79.598 | 79.598 | 0.0 | 98.84 Neigh | 0.35505 | 0.35505 | 0.35505 | 0.0 | 0.44 Comm | 0.13413 | 0.13413 | 0.13413 | 0.0 | 0.17 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.39898 | 0.39898 | 0.39898 | 0.0 | 0.50 Other | | 0.04213 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51304e+06 ave 1.51304e+06 max 1.51304e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513038 Ave neighs/atom = 378.26 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.564143726382, Press = -0.736369180038117 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -6568.4465 -6568.4465 -6700.6938 -6700.6938 255.84156 255.84156 229411.42 229411.42 -135.42819 -135.42819 17000 -6574.1437 -6574.1437 -6705.1878 -6705.1878 253.51361 253.51361 229525.53 229525.53 -247.38371 -247.38371 Loop time of 67.0895 on 1 procs for 1000 steps with 4000 atoms Performance: 1.288 ns/day, 18.636 hours/ns, 14.905 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 | 66.349 | 66.349 | 66.349 | 0.0 | 98.90 Neigh | 0.28926 | 0.28926 | 0.28926 | 0.0 | 0.43 Comm | 0.10982 | 0.10982 | 0.10982 | 0.0 | 0.16 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.30978 | 0.30978 | 0.30978 | 0.0 | 0.46 Other | | 0.03181 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.5144e+06 ave 1.5144e+06 max 1.5144e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1514402 Ave neighs/atom = 378.601 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.635781353889, Press = 0.468426434945943 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -6574.1437 -6574.1437 -6705.1878 -6705.1878 253.51361 253.51361 229525.53 229525.53 -247.38371 -247.38371 18000 -6574.5821 -6574.5821 -6705.0334 -6705.0334 252.36689 252.36689 228921.62 228921.62 52.56182 52.56182 Loop time of 64.1386 on 1 procs for 1000 steps with 4000 atoms Performance: 1.347 ns/day, 17.816 hours/ns, 15.591 timesteps/s 77.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 | 63.365 | 63.365 | 63.365 | 0.0 | 98.79 Neigh | 0.2385 | 0.2385 | 0.2385 | 0.0 | 0.37 Comm | 0.15798 | 0.15798 | 0.15798 | 0.0 | 0.25 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.32204 | 0.32204 | 0.32204 | 0.0 | 0.50 Other | | 0.05506 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.5132e+06 ave 1.5132e+06 max 1.5132e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513196 Ave neighs/atom = 378.299 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.690354937152, Press = 0.55993544253147 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -6574.5821 -6574.5821 -6705.0334 -6705.0334 252.36689 252.36689 228921.62 228921.62 52.56182 52.56182 19000 -6573.0371 -6573.0371 -6703.2015 -6703.2015 251.81183 251.81183 228785.93 228785.93 140.15146 140.15146 Loop time of 60.8307 on 1 procs for 1000 steps with 4000 atoms Performance: 1.420 ns/day, 16.897 hours/ns, 16.439 timesteps/s 81.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.088 | 60.088 | 60.088 | 0.0 | 98.78 Neigh | 0.31035 | 0.31035 | 0.31035 | 0.0 | 0.51 Comm | 0.10915 | 0.10915 | 0.10915 | 0.0 | 0.18 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.2938 | 0.2938 | 0.2938 | 0.0 | 0.48 Other | | 0.02908 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51102e+06 ave 1.51102e+06 max 1.51102e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511018 Ave neighs/atom = 377.755 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.705814430454, Press = 0.0679676483316182 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -6573.0371 -6573.0371 -6703.2015 -6703.2015 251.81183 251.81183 228785.93 228785.93 140.15146 140.15146 20000 -6573.7862 -6573.7862 -6703.1389 -6703.1389 250.2415 250.2415 228970.2 228970.2 46.842579 46.842579 Loop time of 58.6045 on 1 procs for 1000 steps with 4000 atoms Performance: 1.474 ns/day, 16.279 hours/ns, 17.064 timesteps/s 84.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 | 57.867 | 57.867 | 57.867 | 0.0 | 98.74 Neigh | 0.29104 | 0.29104 | 0.29104 | 0.0 | 0.50 Comm | 0.1542 | 0.1542 | 0.1542 | 0.0 | 0.26 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.25681 | 0.25681 | 0.25681 | 0.0 | 0.44 Other | | 0.03497 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51335e+06 ave 1.51335e+06 max 1.51335e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513354 Ave neighs/atom = 378.339 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.654155732406, Press = -0.381832931549415 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -6573.7862 -6573.7862 -6703.1389 -6703.1389 250.2415 250.2415 228970.2 228970.2 46.842579 46.842579 21000 -6571.7234 -6571.7234 -6702.295 -6702.295 252.59975 252.59975 229360.32 229360.32 -133.36767 -133.36767 Loop time of 64.4481 on 1 procs for 1000 steps with 4000 atoms Performance: 1.341 ns/day, 17.902 hours/ns, 15.516 timesteps/s 77.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 | 63.594 | 63.594 | 63.594 | 0.0 | 98.68 Neigh | 0.35244 | 0.35244 | 0.35244 | 0.0 | 0.55 Comm | 0.12697 | 0.12697 | 0.12697 | 0.0 | 0.20 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 0.3447 | 0.3447 | 0.3447 | 0.0 | 0.53 Other | | 0.02968 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51297e+06 ave 1.51297e+06 max 1.51297e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512968 Ave neighs/atom = 378.242 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.665137048768, Press = 0.0467495096207586 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -6571.7234 -6571.7234 -6702.295 -6702.295 252.59975 252.59975 229360.32 229360.32 -133.36767 -133.36767 22000 -6573.9416 -6573.9416 -6705.7194 -6705.7194 254.93304 254.93304 229074.64 229074.64 -29.903883 -29.903883 Loop time of 57.1421 on 1 procs for 1000 steps with 4000 atoms Performance: 1.512 ns/day, 15.873 hours/ns, 17.500 timesteps/s 85.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.399 | 56.399 | 56.399 | 0.0 | 98.70 Neigh | 0.29804 | 0.29804 | 0.29804 | 0.0 | 0.52 Comm | 0.14015 | 0.14015 | 0.14015 | 0.0 | 0.25 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.27567 | 0.27567 | 0.27567 | 0.0 | 0.48 Other | | 0.02899 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51307e+06 ave 1.51307e+06 max 1.51307e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513066 Ave neighs/atom = 378.267 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.568952989799, Press = 0.744948488272551 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -6573.9416 -6573.9416 -6705.7194 -6705.7194 254.93304 254.93304 229074.64 229074.64 -29.903883 -29.903883 23000 -6567.5829 -6567.5829 -6701.0983 -6701.0983 258.29462 258.29462 228360.2 228360.2 387.72956 387.72956 Loop time of 64.9093 on 1 procs for 1000 steps with 4000 atoms Performance: 1.331 ns/day, 18.030 hours/ns, 15.406 timesteps/s 76.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 | 64.065 | 64.065 | 64.065 | 0.0 | 98.70 Neigh | 0.40922 | 0.40922 | 0.40922 | 0.0 | 0.63 Comm | 0.097516 | 0.097516 | 0.097516 | 0.0 | 0.15 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.30846 | 0.30846 | 0.30846 | 0.0 | 0.48 Other | | 0.02941 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.5108e+06 ave 1.5108e+06 max 1.5108e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1510798 Ave neighs/atom = 377.7 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.636267464967, Press = 0.210774804198992 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -6567.5829 -6567.5829 -6701.0983 -6701.0983 258.29462 258.29462 228360.2 228360.2 387.72956 387.72956 24000 -6572.6509 -6572.6509 -6705.0219 -6705.0219 256.08077 256.08077 229048.63 229048.63 -1.784012 -1.784012 Loop time of 83.9468 on 1 procs for 1000 steps with 4000 atoms Performance: 1.029 ns/day, 23.319 hours/ns, 11.912 timesteps/s 58.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.822 | 82.822 | 82.822 | 0.0 | 98.66 Neigh | 0.56704 | 0.56704 | 0.56704 | 0.0 | 0.68 Comm | 0.17089 | 0.17089 | 0.17089 | 0.0 | 0.20 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.35818 | 0.35818 | 0.35818 | 0.0 | 0.43 Other | | 0.02896 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51114e+06 ave 1.51114e+06 max 1.51114e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511140 Ave neighs/atom = 377.785 Neighbor list builds = 6 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.567833987057, Press = -0.401882946786508 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -6572.6509 -6572.6509 -6705.0219 -6705.0219 256.08077 256.08077 229048.63 229048.63 -1.784012 -1.784012 25000 -6571.0916 -6571.0916 -6702.5354 -6702.5354 254.2869 254.2869 229469.35 229469.35 -184.22496 -184.22496 Loop time of 82.7011 on 1 procs for 1000 steps with 4000 atoms Performance: 1.045 ns/day, 22.973 hours/ns, 12.092 timesteps/s 61.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 | 81.722 | 81.722 | 81.722 | 0.0 | 98.82 Neigh | 0.38035 | 0.38035 | 0.38035 | 0.0 | 0.46 Comm | 0.19186 | 0.19186 | 0.19186 | 0.0 | 0.23 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.37717 | 0.37717 | 0.37717 | 0.0 | 0.46 Other | | 0.03001 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51292e+06 ave 1.51292e+06 max 1.51292e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512920 Ave neighs/atom = 378.23 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.663122072936, Press = 0.00595777044415054 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -6571.0916 -6571.0916 -6702.5354 -6702.5354 254.2869 254.2869 229469.35 229469.35 -184.22496 -184.22496 26000 -6572.1209 -6572.1209 -6702.9407 -6702.9407 253.07979 253.07979 229001.87 229001.87 39.128119 39.128119 Loop time of 56.0362 on 1 procs for 1000 steps with 4000 atoms Performance: 1.542 ns/day, 15.566 hours/ns, 17.846 timesteps/s 89.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 | 55.322 | 55.322 | 55.322 | 0.0 | 98.72 Neigh | 0.31965 | 0.31965 | 0.31965 | 0.0 | 0.57 Comm | 0.111 | 0.111 | 0.111 | 0.0 | 0.20 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.25397 | 0.25397 | 0.25397 | 0.0 | 0.45 Other | | 0.02981 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51288e+06 ave 1.51288e+06 max 1.51288e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512878 Ave neighs/atom = 378.219 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.631606265807, Press = 0.359840018805056 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -6572.1209 -6572.1209 -6702.9407 -6702.9407 253.07979 253.07979 229001.87 229001.87 39.128119 39.128119 27000 -6572.639 -6572.639 -6703.4589 -6703.4589 253.0799 253.0799 228797.52 228797.52 129.30384 129.30384 Loop time of 52.6062 on 1 procs for 1000 steps with 4000 atoms Performance: 1.642 ns/day, 14.613 hours/ns, 19.009 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 | 51.934 | 51.934 | 51.934 | 0.0 | 98.72 Neigh | 0.28062 | 0.28062 | 0.28062 | 0.0 | 0.53 Comm | 0.097548 | 0.097548 | 0.097548 | 0.0 | 0.19 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.26454 | 0.26454 | 0.26454 | 0.0 | 0.50 Other | | 0.02962 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51139e+06 ave 1.51139e+06 max 1.51139e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511390 Ave neighs/atom = 377.848 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.618127077469, Press = 0.0220054105141963 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -6572.639 -6572.639 -6703.4589 -6703.4589 253.0799 253.0799 228797.52 228797.52 129.30384 129.30384 28000 -6571.957 -6571.957 -6701.5213 -6701.5213 250.65101 250.65101 229083.99 229083.99 -1.0936724 -1.0936724 Loop time of 53.7047 on 1 procs for 1000 steps with 4000 atoms Performance: 1.609 ns/day, 14.918 hours/ns, 18.620 timesteps/s 93.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 | 53.036 | 53.036 | 53.036 | 0.0 | 98.76 Neigh | 0.27477 | 0.27477 | 0.27477 | 0.0 | 0.51 Comm | 0.097726 | 0.097726 | 0.097726 | 0.0 | 0.18 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.26592 | 0.26592 | 0.26592 | 0.0 | 0.50 Other | | 0.02976 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51106e+06 ave 1.51106e+06 max 1.51106e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511062 Ave neighs/atom = 377.765 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.613148574207, Press = -0.258679536740437 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -6571.957 -6571.957 -6701.5213 -6701.5213 250.65101 250.65101 229083.99 229083.99 -1.0936724 -1.0936724 29000 -6573.7369 -6573.7369 -6703.8635 -6703.8635 251.73887 251.73887 229670.6 229670.6 -302.27371 -302.27371 Loop time of 48.8827 on 1 procs for 1000 steps with 4000 atoms Performance: 1.767 ns/day, 13.579 hours/ns, 20.457 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 48.297 | 48.297 | 48.297 | 0.0 | 98.80 Neigh | 0.22726 | 0.22726 | 0.22726 | 0.0 | 0.46 Comm | 0.094392 | 0.094392 | 0.094392 | 0.0 | 0.19 Output | 6.6042e-05 | 6.6042e-05 | 6.6042e-05 | 0.0 | 0.00 Modify | 0.2356 | 0.2356 | 0.2356 | 0.0 | 0.48 Other | | 0.02855 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51468e+06 ave 1.51468e+06 max 1.51468e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1514682 Ave neighs/atom = 378.671 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.522630872665, Press = 0.0264499499725386 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -6573.7369 -6573.7369 -6703.8635 -6703.8635 251.73887 251.73887 229670.6 229670.6 -302.27371 -302.27371 30000 -6572.5261 -6572.5261 -6703.171 -6703.171 252.7414 252.7414 229117.61 229117.61 -27.393009 -27.393009 Loop time of 49.3518 on 1 procs for 1000 steps with 4000 atoms Performance: 1.751 ns/day, 13.709 hours/ns, 20.263 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 | 48.746 | 48.746 | 48.746 | 0.0 | 98.77 Neigh | 0.24431 | 0.24431 | 0.24431 | 0.0 | 0.50 Comm | 0.096198 | 0.096198 | 0.096198 | 0.0 | 0.19 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.23589 | 0.23589 | 0.23589 | 0.0 | 0.48 Other | | 0.02918 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51429e+06 ave 1.51429e+06 max 1.51429e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1514292 Ave neighs/atom = 378.573 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.508129818234, Press = 0.497976440060293 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -6572.5261 -6572.5261 -6703.171 -6703.171 252.7414 252.7414 229117.61 229117.61 -27.393009 -27.393009 31000 -6578.6315 -6578.6315 -6707.0912 -6707.0912 248.51389 248.51389 228754.76 228754.76 103.91081 103.91081 Loop time of 49.7693 on 1 procs for 1000 steps with 4000 atoms Performance: 1.736 ns/day, 13.825 hours/ns, 20.093 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 | 49.155 | 49.155 | 49.155 | 0.0 | 98.77 Neigh | 0.2514 | 0.2514 | 0.2514 | 0.0 | 0.51 Comm | 0.096699 | 0.096699 | 0.096699 | 0.0 | 0.19 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.23719 | 0.23719 | 0.23719 | 0.0 | 0.48 Other | | 0.02905 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51298e+06 ave 1.51298e+06 max 1.51298e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512980 Ave neighs/atom = 378.245 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.489300042314, Press = 0.0706006218674388 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -6578.6315 -6578.6315 -6707.0912 -6707.0912 248.51389 248.51389 228754.76 228754.76 103.91081 103.91081 32000 -6573.617 -6573.617 -6704.8349 -6704.8349 253.8499 253.8499 229088.78 229088.78 -17.301617 -17.301617 Loop time of 49.4644 on 1 procs for 1000 steps with 4000 atoms Performance: 1.747 ns/day, 13.740 hours/ns, 20.217 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 | 48.854 | 48.854 | 48.854 | 0.0 | 98.77 Neigh | 0.24828 | 0.24828 | 0.24828 | 0.0 | 0.50 Comm | 0.096145 | 0.096145 | 0.096145 | 0.0 | 0.19 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.23685 | 0.23685 | 0.23685 | 0.0 | 0.48 Other | | 0.02911 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.5117e+06 ave 1.5117e+06 max 1.5117e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511698 Ave neighs/atom = 377.925 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.423860890245, Press = 0.00969091048413296 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -6573.617 -6573.617 -6704.8349 -6704.8349 253.8499 253.8499 229088.78 229088.78 -17.301617 -17.301617 33000 -6570.9849 -6570.9849 -6704.2167 -6704.2167 257.74601 257.74601 229105.47 229105.47 -15.12069 -15.12069 Loop time of 49.7002 on 1 procs for 1000 steps with 4000 atoms Performance: 1.738 ns/day, 13.806 hours/ns, 20.121 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 | 49.063 | 49.063 | 49.063 | 0.0 | 98.72 Neigh | 0.27083 | 0.27083 | 0.27083 | 0.0 | 0.54 Comm | 0.098378 | 0.098378 | 0.098378 | 0.0 | 0.20 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.2382 | 0.2382 | 0.2382 | 0.0 | 0.48 Other | | 0.02924 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51222e+06 ave 1.51222e+06 max 1.51222e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512222 Ave neighs/atom = 378.055 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.366018895215, Press = 0.121983129782897 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -6570.9849 -6570.9849 -6704.2167 -6704.2167 257.74601 257.74601 229105.47 229105.47 -15.12069 -15.12069 34000 -6573.3171 -6573.3171 -6705.9547 -6705.9547 256.59633 256.59633 228935.86 228935.86 47.055162 47.055162 Loop time of 49.517 on 1 procs for 1000 steps with 4000 atoms Performance: 1.745 ns/day, 13.755 hours/ns, 20.195 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 | 48.957 | 48.957 | 48.957 | 0.0 | 98.87 Neigh | 0.19738 | 0.19738 | 0.19738 | 0.0 | 0.40 Comm | 0.096078 | 0.096078 | 0.096078 | 0.0 | 0.19 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.23713 | 0.23713 | 0.23713 | 0.0 | 0.48 Other | | 0.02932 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51237e+06 ave 1.51237e+06 max 1.51237e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512372 Ave neighs/atom = 378.093 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.352789386389, Press = 0.0577512766988049 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -6573.3171 -6573.3171 -6705.9547 -6705.9547 256.59633 256.59633 228935.86 228935.86 47.055162 47.055162 35000 -6573.1456 -6573.1456 -6702.8179 -6702.8179 250.85985 250.85985 229039.97 229039.97 10.521784 10.521784 Loop time of 49.3017 on 1 procs for 1000 steps with 4000 atoms Performance: 1.752 ns/day, 13.695 hours/ns, 20.283 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 | 48.667 | 48.667 | 48.667 | 0.0 | 98.71 Neigh | 0.2744 | 0.2744 | 0.2744 | 0.0 | 0.56 Comm | 0.095172 | 0.095172 | 0.095172 | 0.0 | 0.19 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.23681 | 0.23681 | 0.23681 | 0.0 | 0.48 Other | | 0.02874 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51156e+06 ave 1.51156e+06 max 1.51156e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1511558 Ave neighs/atom = 377.889 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.367790741982, Press = -0.0745260622147872 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -6573.1456 -6573.1456 -6702.8179 -6702.8179 250.85985 250.85985 229039.97 229039.97 10.521784 10.521784 36000 -6570.9502 -6570.9502 -6702.5241 -6702.5241 254.5386 254.5386 229333.65 229333.65 -123.03123 -123.03123 Loop time of 49.5509 on 1 procs for 1000 steps with 4000 atoms Performance: 1.744 ns/day, 13.764 hours/ns, 20.181 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 | 49.004 | 49.004 | 49.004 | 0.0 | 98.90 Neigh | 0.1863 | 0.1863 | 0.1863 | 0.0 | 0.38 Comm | 0.095823 | 0.095823 | 0.095823 | 0.0 | 0.19 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.23558 | 0.23558 | 0.23558 | 0.0 | 0.48 Other | | 0.02941 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51313e+06 ave 1.51313e+06 max 1.51313e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513132 Ave neighs/atom = 378.283 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.363719382494, Press = 0.111773223757955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -6570.9502 -6570.9502 -6702.5241 -6702.5241 254.5386 254.5386 229333.65 229333.65 -123.03123 -123.03123 37000 -6573.1001 -6573.1001 -6702.0856 -6702.0856 249.53116 249.53116 229021.39 229021.39 32.847274 32.847274 Loop time of 49.3561 on 1 procs for 1000 steps with 4000 atoms Performance: 1.751 ns/day, 13.710 hours/ns, 20.261 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 | 48.753 | 48.753 | 48.753 | 0.0 | 98.78 Neigh | 0.24237 | 0.24237 | 0.24237 | 0.0 | 0.49 Comm | 0.095948 | 0.095948 | 0.095948 | 0.0 | 0.19 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.23548 | 0.23548 | 0.23548 | 0.0 | 0.48 Other | | 0.029 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51339e+06 ave 1.51339e+06 max 1.51339e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1513394 Ave neighs/atom = 378.349 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.360804940154, Press = 0.263559931503925 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -6573.1001 -6573.1001 -6702.0856 -6702.0856 249.53116 249.53116 229021.39 229021.39 32.847274 32.847274 38000 -6575.7079 -6575.7079 -6708.206 -6708.206 256.32663 256.32663 228509.04 228509.04 231.60863 231.60863 Loop time of 48.7576 on 1 procs for 1000 steps with 4000 atoms Performance: 1.772 ns/day, 13.544 hours/ns, 20.510 timesteps/s 99.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 | 48.094 | 48.094 | 48.094 | 0.0 | 98.64 Neigh | 0.30816 | 0.30816 | 0.30816 | 0.0 | 0.63 Comm | 0.095089 | 0.095089 | 0.095089 | 0.0 | 0.20 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.23133 | 0.23133 | 0.23133 | 0.0 | 0.47 Other | | 0.02874 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51408e+06 ave 1.51408e+06 max 1.51408e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1514082 Ave neighs/atom = 378.521 Neighbor list builds = 6 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.39286875629, Press = 0.0461626993655843 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -6575.7079 -6575.7079 -6708.206 -6708.206 256.32663 256.32663 228509.04 228509.04 231.60863 231.60863 39000 -6569.4503 -6569.4503 -6702.0563 -6702.0563 256.5354 256.5354 229170.73 229170.73 -30.489935 -30.489935 Loop time of 48.182 on 1 procs for 1000 steps with 4000 atoms Performance: 1.793 ns/day, 13.384 hours/ns, 20.755 timesteps/s 99.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 | 47.64 | 47.64 | 47.64 | 0.0 | 98.87 Neigh | 0.19108 | 0.19108 | 0.19108 | 0.0 | 0.40 Comm | 0.093345 | 0.093345 | 0.093345 | 0.0 | 0.19 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.22927 | 0.22927 | 0.22927 | 0.0 | 0.48 Other | | 0.02851 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51428e+06 ave 1.51428e+06 max 1.51428e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1514284 Ave neighs/atom = 378.571 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.349569591456, Press = -0.226531916833936 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -6569.4503 -6569.4503 -6702.0563 -6702.0563 256.5354 256.5354 229170.73 229170.73 -30.489935 -30.489935 40000 -6574.9114 -6574.9114 -6705.6913 -6705.6913 253.0026 253.0026 229259.1 229259.1 -122.55986 -122.55986 Loop time of 49.9253 on 1 procs for 1000 steps with 4000 atoms Performance: 1.731 ns/day, 13.868 hours/ns, 20.030 timesteps/s 98.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 | 49.314 | 49.314 | 49.314 | 0.0 | 98.78 Neigh | 0.24438 | 0.24438 | 0.24438 | 0.0 | 0.49 Comm | 0.096637 | 0.096637 | 0.096637 | 0.0 | 0.19 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.241 | 0.241 | 0.241 | 0.0 | 0.48 Other | | 0.02933 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51275e+06 ave 1.51275e+06 max 1.51275e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512748 Ave neighs/atom = 378.187 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.35698532259, Press = 0.0577389821179146 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -6574.9114 -6574.9114 -6705.6913 -6705.6913 253.0026 253.0026 229259.1 229259.1 -122.55986 -122.55986 41000 -6570.8228 -6570.8228 -6703.7317 -6703.7317 257.12134 257.12134 229040.34 229040.34 16.495111 16.495111 Loop time of 51.454 on 1 procs for 1000 steps with 4000 atoms Performance: 1.679 ns/day, 14.293 hours/ns, 19.435 timesteps/s 95.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 | 50.829 | 50.829 | 50.829 | 0.0 | 98.78 Neigh | 0.24343 | 0.24343 | 0.24343 | 0.0 | 0.47 Comm | 0.10218 | 0.10218 | 0.10218 | 0.0 | 0.20 Output | 8.2016e-05 | 8.2016e-05 | 8.2016e-05 | 0.0 | 0.00 Modify | 0.24942 | 0.24942 | 0.24942 | 0.0 | 0.48 Other | | 0.03026 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51214e+06 ave 1.51214e+06 max 1.51214e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512136 Ave neighs/atom = 378.034 Neighbor list builds = 5 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.355347030605, Press = 0.123918790723593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -6570.8228 -6570.8228 -6703.7317 -6703.7317 257.12134 257.12134 229040.34 229040.34 16.495111 16.495111 42000 -6570.6791 -6570.6791 -6701.2531 -6701.2531 252.60429 252.60429 229076.7 229076.7 17.527971 17.527971 Loop time of 51.5756 on 1 procs for 1000 steps with 4000 atoms Performance: 1.675 ns/day, 14.327 hours/ns, 19.389 timesteps/s 95.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.976 | 50.976 | 50.976 | 0.0 | 98.84 Neigh | 0.22498 | 0.22498 | 0.22498 | 0.0 | 0.44 Comm | 0.098861 | 0.098861 | 0.098861 | 0.0 | 0.19 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.24595 | 0.24595 | 0.24595 | 0.0 | 0.48 Other | | 0.02963 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.5127e+06 ave 1.5127e+06 max 1.5127e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1512696 Ave neighs/atom = 378.174 Neighbor list builds = 4 Dangerous builds = 0 if "${V_metal}>${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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 229061.016037674 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0