# 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 3.521391749382019*${_u_distance} variable latticeconst_converted equal 3.521391749382019*1 lattice fcc ${latticeconst_converted} lattice fcc 3.52139174938202 Lattice spacing in x,y,z = 3.5213917 3.5213917 3.5213917 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.213917 35.213917 35.213917) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 58.6934*${_u_mass} variable mass_converted equal 58.6934*1 kim_interactions Ni #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_WuLeeSu_2017_NiCr__MO_880803040302_000 pair_coeff * * Ni #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 58.6934 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 43665.9614516893 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 43665.9614516893*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 43665.9614516893 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -17627.791 -17627.791 -17800 -17800 333.15 333.15 43665.961 43665.961 4212.4372 4212.4372 1000 -17443.869 -17443.869 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.81285 -853.81285 Loop time of 78.0684 on 1 procs for 1000 steps with 4000 atoms Performance: 1.107 ns/day, 21.686 hours/ns, 12.809 timesteps/s 84.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 77.828 | 77.828 | 77.828 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038887 | 0.038887 | 0.038887 | 0.0 | 0.05 Output | 4.11e-05 | 4.11e-05 | 4.11e-05 | 0.0 | 0.00 Modify | 0.18238 | 0.18238 | 0.18238 | 0.0 | 0.23 Other | | 0.01911 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -17443.869 -17443.869 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.81285 -853.81285 2000 -17454.609 -17454.609 -17623.77 -17623.77 327.25301 327.25301 44222.94 44222.94 -887.66414 -887.66414 Loop time of 81.4961 on 1 procs for 1000 steps with 4000 atoms Performance: 1.060 ns/day, 22.638 hours/ns, 12.271 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 | 81.244 | 81.244 | 81.244 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039053 | 0.039053 | 0.039053 | 0.0 | 0.05 Output | 4.91e-05 | 4.91e-05 | 4.91e-05 | 0.0 | 0.00 Modify | 0.19354 | 0.19354 | 0.19354 | 0.0 | 0.24 Other | | 0.0193 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314176.0 ave 314176 max 314176 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314176 Ave neighs/atom = 78.544000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -17454.609 -17454.609 -17623.77 -17623.77 327.25301 327.25301 44222.94 44222.94 -887.66414 -887.66414 3000 -17453.858 -17453.858 -17622.126 -17622.126 325.52599 325.52599 44191.003 44191.003 523.13201 523.13201 Loop time of 81.0372 on 1 procs for 1000 steps with 4000 atoms Performance: 1.066 ns/day, 22.510 hours/ns, 12.340 timesteps/s 86.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.807 | 80.807 | 80.807 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038873 | 0.038873 | 0.038873 | 0.0 | 0.05 Output | 4.32e-05 | 4.32e-05 | 4.32e-05 | 0.0 | 0.00 Modify | 0.17237 | 0.17237 | 0.17237 | 0.0 | 0.21 Other | | 0.01928 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314264.0 ave 314264 max 314264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314264 Ave neighs/atom = 78.566000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -17453.858 -17453.858 -17622.126 -17622.126 325.52599 325.52599 44191.003 44191.003 523.13201 523.13201 4000 -17450.643 -17450.643 -17625.437 -17625.437 338.15071 338.15071 44188.212 44188.212 514.1274 514.1274 Loop time of 80.9082 on 1 procs for 1000 steps with 4000 atoms Performance: 1.068 ns/day, 22.474 hours/ns, 12.360 timesteps/s 86.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 | 80.627 | 80.627 | 80.627 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039507 | 0.039507 | 0.039507 | 0.0 | 0.05 Output | 7.27e-05 | 7.27e-05 | 7.27e-05 | 0.0 | 0.00 Modify | 0.20606 | 0.20606 | 0.20606 | 0.0 | 0.25 Other | | 0.03546 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314394.0 ave 314394 max 314394 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314394 Ave neighs/atom = 78.598500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -17450.643 -17450.643 -17625.437 -17625.437 338.15071 338.15071 44188.212 44188.212 514.1274 514.1274 5000 -17455.811 -17455.811 -17624.511 -17624.511 326.36331 326.36331 44199.096 44199.096 24.890837 24.890837 Loop time of 79.6867 on 1 procs for 1000 steps with 4000 atoms Performance: 1.084 ns/day, 22.135 hours/ns, 12.549 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 | 79.446 | 79.446 | 79.446 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039004 | 0.039004 | 0.039004 | 0.0 | 0.05 Output | 2.87e-05 | 2.87e-05 | 2.87e-05 | 0.0 | 0.00 Modify | 0.18182 | 0.18182 | 0.18182 | 0.0 | 0.23 Other | | 0.02004 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314146.0 ave 314146 max 314146 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314146 Ave neighs/atom = 78.536500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 330.186923810889, Press = -457.136201825442 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -17455.811 -17455.811 -17624.511 -17624.511 326.36331 326.36331 44199.096 44199.096 24.890837 24.890837 6000 -17449.586 -17449.586 -17623.112 -17623.112 335.69746 335.69746 44248.817 44248.817 -1803.0239 -1803.0239 Loop time of 83.4753 on 1 procs for 1000 steps with 4000 atoms Performance: 1.035 ns/day, 23.188 hours/ns, 11.980 timesteps/s 83.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 | 83.206 | 83.206 | 83.206 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039359 | 0.039359 | 0.039359 | 0.0 | 0.05 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.19041 | 0.19041 | 0.19041 | 0.0 | 0.23 Other | | 0.03926 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314320.0 ave 314320 max 314320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314320 Ave neighs/atom = 78.580000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.693656444664, Press = -17.2364874525336 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -17449.586 -17449.586 -17623.112 -17623.112 335.69746 335.69746 44248.817 44248.817 -1803.0239 -1803.0239 7000 -17455.624 -17455.624 -17627.618 -17627.618 332.73396 332.73396 44179.77 44179.77 565.99765 565.99765 Loop time of 80.6041 on 1 procs for 1000 steps with 4000 atoms Performance: 1.072 ns/day, 22.390 hours/ns, 12.406 timesteps/s 86.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 | 80.35 | 80.35 | 80.35 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038674 | 0.038674 | 0.038674 | 0.0 | 0.05 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.19652 | 0.19652 | 0.19652 | 0.0 | 0.24 Other | | 0.0192 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314202.0 ave 314202 max 314202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314202 Ave neighs/atom = 78.550500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.979382304788, Press = 29.8156574421801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -17455.624 -17455.624 -17627.618 -17627.618 332.73396 332.73396 44179.77 44179.77 565.99765 565.99765 8000 -17451.898 -17451.898 -17625.065 -17625.065 335.00257 335.00257 44135.688 44135.688 2684.7653 2684.7653 Loop time of 80.0894 on 1 procs for 1000 steps with 4000 atoms Performance: 1.079 ns/day, 22.247 hours/ns, 12.486 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 | 79.844 | 79.844 | 79.844 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054449 | 0.054449 | 0.054449 | 0.0 | 0.07 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.17132 | 0.17132 | 0.17132 | 0.0 | 0.21 Other | | 0.01941 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314246.0 ave 314246 max 314246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314246 Ave neighs/atom = 78.561500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.926839410221, Press = -9.08733232838282 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -17451.898 -17451.898 -17625.065 -17625.065 335.00257 335.00257 44135.688 44135.688 2684.7653 2684.7653 9000 -17456.684 -17456.684 -17628.358 -17628.358 332.115 332.115 44195.006 44195.006 -156.43446 -156.43446 Loop time of 78.704 on 1 procs for 1000 steps with 4000 atoms Performance: 1.098 ns/day, 21.862 hours/ns, 12.706 timesteps/s 88.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.451 | 78.451 | 78.451 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039356 | 0.039356 | 0.039356 | 0.0 | 0.05 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.19357 | 0.19357 | 0.19357 | 0.0 | 0.25 Other | | 0.01965 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314310.0 ave 314310 max 314310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314310 Ave neighs/atom = 78.577500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.605832439787, Press = -14.2747670837515 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -17456.684 -17456.684 -17628.358 -17628.358 332.115 332.115 44195.006 44195.006 -156.43446 -156.43446 10000 -17452.312 -17452.312 -17623.316 -17623.316 330.8186 330.8186 44217.769 44217.769 -676.64808 -676.64808 Loop time of 81.0902 on 1 procs for 1000 steps with 4000 atoms Performance: 1.065 ns/day, 22.525 hours/ns, 12.332 timesteps/s 86.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.806 | 80.806 | 80.806 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039082 | 0.039082 | 0.039082 | 0.0 | 0.05 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.22625 | 0.22625 | 0.22625 | 0.0 | 0.28 Other | | 0.01921 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314172.0 ave 314172 max 314172 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314172 Ave neighs/atom = 78.543000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.757071773797, Press = -3.6914128200628 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -17452.312 -17452.312 -17623.316 -17623.316 330.8186 330.8186 44217.769 44217.769 -676.64808 -676.64808 11000 -17457.389 -17457.389 -17627.562 -17627.562 329.21121 329.21121 44188.626 44188.626 59.218249 59.218249 Loop time of 81.514 on 1 procs for 1000 steps with 4000 atoms Performance: 1.060 ns/day, 22.643 hours/ns, 12.268 timesteps/s 85.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.25 | 81.25 | 81.25 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039276 | 0.039276 | 0.039276 | 0.0 | 0.05 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.20572 | 0.20572 | 0.20572 | 0.0 | 0.25 Other | | 0.01924 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314192.0 ave 314192 max 314192 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314192 Ave neighs/atom = 78.548000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.00010964985, Press = -1.13019684416334 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17457.389 -17457.389 -17627.562 -17627.562 329.21121 329.21121 44188.626 44188.626 59.218249 59.218249 12000 -17454.022 -17454.022 -17626.766 -17626.766 334.18528 334.18528 44156.711 44156.711 1604.4288 1604.4288 Loop time of 81.4216 on 1 procs for 1000 steps with 4000 atoms Performance: 1.061 ns/day, 22.617 hours/ns, 12.282 timesteps/s 85.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.175 | 81.175 | 81.175 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039073 | 0.039073 | 0.039073 | 0.0 | 0.05 Output | 3.44e-05 | 3.44e-05 | 3.44e-05 | 0.0 | 0.00 Modify | 0.18764 | 0.18764 | 0.18764 | 0.0 | 0.23 Other | | 0.01938 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314254.0 ave 314254 max 314254 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314254 Ave neighs/atom = 78.563500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.948507778369, Press = -2.28746135941737 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -17454.022 -17454.022 -17626.766 -17626.766 334.18528 334.18528 44156.711 44156.711 1604.4288 1604.4288 13000 -17452.456 -17452.456 -17620.794 -17620.794 325.66126 325.66126 44201.93 44201.93 281.17084 281.17084 Loop time of 82.0568 on 1 procs for 1000 steps with 4000 atoms Performance: 1.053 ns/day, 22.794 hours/ns, 12.187 timesteps/s 85.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.828 | 81.828 | 81.828 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039119 | 0.039119 | 0.039119 | 0.0 | 0.05 Output | 3.26e-05 | 3.26e-05 | 3.26e-05 | 0.0 | 0.00 Modify | 0.17003 | 0.17003 | 0.17003 | 0.0 | 0.21 Other | | 0.01935 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314280.0 ave 314280 max 314280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314280 Ave neighs/atom = 78.570000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.693859605432, Press = -11.5214088083364 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17452.456 -17452.456 -17620.794 -17620.794 325.66126 325.66126 44201.93 44201.93 281.17084 281.17084 14000 -17458.591 -17458.591 -17626.777 -17626.777 325.36615 325.36615 44248.172 44248.172 -2250.8471 -2250.8471 Loop time of 80.8083 on 1 procs for 1000 steps with 4000 atoms Performance: 1.069 ns/day, 22.447 hours/ns, 12.375 timesteps/s 86.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 80.554 | 80.554 | 80.554 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039362 | 0.039362 | 0.039362 | 0.0 | 0.05 Output | 3.32e-05 | 3.32e-05 | 3.32e-05 | 0.0 | 0.00 Modify | 0.19559 | 0.19559 | 0.19559 | 0.0 | 0.24 Other | | 0.01919 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314184.0 ave 314184 max 314184 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314184 Ave neighs/atom = 78.546000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.65132708995, Press = -1.23632480170423 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17458.591 -17458.591 -17626.777 -17626.777 325.36615 325.36615 44248.172 44248.172 -2250.8471 -2250.8471 15000 -17451.531 -17451.531 -17623.065 -17623.065 331.84428 331.84428 44186.336 44186.336 782.25908 782.25908 Loop time of 82.1725 on 1 procs for 1000 steps with 4000 atoms Performance: 1.051 ns/day, 22.826 hours/ns, 12.170 timesteps/s 84.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 81.926 | 81.926 | 81.926 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059307 | 0.059307 | 0.059307 | 0.0 | 0.07 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.16821 | 0.16821 | 0.16821 | 0.0 | 0.20 Other | | 0.01911 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 313970.0 ave 313970 max 313970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313970 Ave neighs/atom = 78.492500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.669903572687, Press = 1.76233896363026 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17451.531 -17451.531 -17623.065 -17623.065 331.84428 331.84428 44186.336 44186.336 782.25908 782.25908 16000 -17448.821 -17448.821 -17623.79 -17623.79 338.48952 338.48952 44197.059 44197.059 364.82607 364.82607 Loop time of 85.6324 on 1 procs for 1000 steps with 4000 atoms Performance: 1.009 ns/day, 23.787 hours/ns, 11.678 timesteps/s 81.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.346 | 85.346 | 85.346 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059715 | 0.059715 | 0.059715 | 0.0 | 0.07 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.18726 | 0.18726 | 0.18726 | 0.0 | 0.22 Other | | 0.03924 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314350.0 ave 314350 max 314350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314350 Ave neighs/atom = 78.587500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.697826535729, Press = -2.50217091666847 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17448.821 -17448.821 -17623.79 -17623.79 338.48952 338.48952 44197.059 44197.059 364.82607 364.82607 17000 -17451.423 -17451.423 -17623.628 -17623.628 333.14268 333.14268 44203.221 44203.221 8.2307051 8.2307051 Loop time of 82.5064 on 1 procs for 1000 steps with 4000 atoms Performance: 1.047 ns/day, 22.918 hours/ns, 12.120 timesteps/s 84.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.261 | 82.261 | 82.261 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038998 | 0.038998 | 0.038998 | 0.0 | 0.05 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.18728 | 0.18728 | 0.18728 | 0.0 | 0.23 Other | | 0.01936 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314160.0 ave 314160 max 314160 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314160 Ave neighs/atom = 78.540000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.636011106376, Press = -1.51190408691021 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17451.423 -17451.423 -17623.628 -17623.628 333.14268 333.14268 44203.221 44203.221 8.2307051 8.2307051 18000 -17459.634 -17459.634 -17626.973 -17626.973 323.72908 323.72908 44179.73 44179.73 529.44879 529.44879 Loop time of 83.4855 on 1 procs for 1000 steps with 4000 atoms Performance: 1.035 ns/day, 23.190 hours/ns, 11.978 timesteps/s 83.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 | 83.261 | 83.261 | 83.261 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038751 | 0.038751 | 0.038751 | 0.0 | 0.05 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.16642 | 0.16642 | 0.16642 | 0.0 | 0.20 Other | | 0.01925 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314252.0 ave 314252 max 314252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314252 Ave neighs/atom = 78.563000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.53223029721, Press = -1.93655644669021 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17459.634 -17459.634 -17626.973 -17626.973 323.72908 323.72908 44179.73 44179.73 529.44879 529.44879 19000 -17453.926 -17453.926 -17623.297 -17623.297 327.66106 327.66106 44198.205 44198.205 121.71707 121.71707 Loop time of 81.9316 on 1 procs for 1000 steps with 4000 atoms Performance: 1.055 ns/day, 22.759 hours/ns, 12.205 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 | 81.685 | 81.685 | 81.685 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039715 | 0.039715 | 0.039715 | 0.0 | 0.05 Output | 3.43e-05 | 3.43e-05 | 3.43e-05 | 0.0 | 0.00 Modify | 0.18752 | 0.18752 | 0.18752 | 0.0 | 0.23 Other | | 0.01966 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314148.0 ave 314148 max 314148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314148 Ave neighs/atom = 78.537000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.52960860319, Press = -2.02339039757016 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17453.926 -17453.926 -17623.297 -17623.297 327.66106 327.66106 44198.205 44198.205 121.71707 121.71707 20000 -17452.771 -17452.771 -17625.313 -17625.313 333.79434 333.79434 44195.712 44195.712 141.98734 141.98734 Loop time of 83.6597 on 1 procs for 1000 steps with 4000 atoms Performance: 1.033 ns/day, 23.239 hours/ns, 11.953 timesteps/s 83.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 | 83.389 | 83.389 | 83.389 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058729 | 0.058729 | 0.058729 | 0.0 | 0.07 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.19265 | 0.19265 | 0.19265 | 0.0 | 0.23 Other | | 0.01927 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314256.0 ave 314256 max 314256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314256 Ave neighs/atom = 78.564000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.579366727877, Press = -2.18543999350968 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -17452.771 -17452.771 -17625.313 -17625.313 333.79434 333.79434 44195.712 44195.712 141.98734 141.98734 21000 -17452.397 -17452.397 -17625.856 -17625.856 335.56791 335.56791 44216.404 44216.404 -829.24806 -829.24806 Loop time of 75.557 on 1 procs for 1000 steps with 4000 atoms Performance: 1.144 ns/day, 20.988 hours/ns, 13.235 timesteps/s 91.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 | 75.283 | 75.283 | 75.283 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038959 | 0.038959 | 0.038959 | 0.0 | 0.05 Output | 6.02e-05 | 6.02e-05 | 6.02e-05 | 0.0 | 0.00 Modify | 0.19604 | 0.19604 | 0.19604 | 0.0 | 0.26 Other | | 0.03913 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314142.0 ave 314142 max 314142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314142 Ave neighs/atom = 78.535500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.627177959339, Press = -2.78752247444089 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -17452.397 -17452.397 -17625.856 -17625.856 335.56791 335.56791 44216.404 44216.404 -829.24806 -829.24806 22000 -17454.709 -17454.709 -17623.264 -17623.264 326.07958 326.07958 44228.262 44228.262 -1149.6758 -1149.6758 Loop time of 75.6883 on 1 procs for 1000 steps with 4000 atoms Performance: 1.142 ns/day, 21.025 hours/ns, 13.212 timesteps/s 92.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 | 75.399 | 75.399 | 75.399 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047821 | 0.047821 | 0.047821 | 0.0 | 0.06 Output | 4.07e-05 | 4.07e-05 | 4.07e-05 | 0.0 | 0.00 Modify | 0.20199 | 0.20199 | 0.20199 | 0.0 | 0.27 Other | | 0.03943 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314220.0 ave 314220 max 314220 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314220 Ave neighs/atom = 78.555000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.717514751216, Press = 0.528574163492001 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -17454.709 -17454.709 -17623.264 -17623.264 326.07958 326.07958 44228.262 44228.262 -1149.6758 -1149.6758 23000 -17449.386 -17449.386 -17622.706 -17622.706 335.29846 335.29846 44163.164 44163.164 1755.5641 1755.5641 Loop time of 76.0271 on 1 procs for 1000 steps with 4000 atoms Performance: 1.136 ns/day, 21.119 hours/ns, 13.153 timesteps/s 91.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.768 | 75.768 | 75.768 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038942 | 0.038942 | 0.038942 | 0.0 | 0.05 Output | 3.33e-05 | 3.33e-05 | 3.33e-05 | 0.0 | 0.00 Modify | 0.20053 | 0.20053 | 0.20053 | 0.0 | 0.26 Other | | 0.01939 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314130.0 ave 314130 max 314130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314130 Ave neighs/atom = 78.532500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.836325139637, Press = 0.521839416207925 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -17449.386 -17449.386 -17622.706 -17622.706 335.29846 335.29846 44163.164 44163.164 1755.5641 1755.5641 24000 -17450.095 -17450.095 -17622.703 -17622.703 333.92009 333.92009 44171.978 44171.978 1343.1165 1343.1165 Loop time of 77.7188 on 1 procs for 1000 steps with 4000 atoms Performance: 1.112 ns/day, 21.589 hours/ns, 12.867 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 | 77.431 | 77.431 | 77.431 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038693 | 0.038693 | 0.038693 | 0.0 | 0.05 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.22972 | 0.22972 | 0.22972 | 0.0 | 0.30 Other | | 0.01909 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314296.0 ave 314296 max 314296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314296 Ave neighs/atom = 78.574000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.860457467371, Press = -3.83735051531129 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -17450.095 -17450.095 -17622.703 -17622.703 333.92009 333.92009 44171.978 44171.978 1343.1165 1343.1165 25000 -17460.305 -17460.305 -17631.133 -17631.133 330.47852 330.47852 44226.184 44226.184 -1825.9675 -1825.9675 Loop time of 75.6471 on 1 procs for 1000 steps with 4000 atoms Performance: 1.142 ns/day, 21.013 hours/ns, 13.219 timesteps/s 91.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 | 75.404 | 75.404 | 75.404 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039178 | 0.039178 | 0.039178 | 0.0 | 0.05 Output | 4.23e-05 | 4.23e-05 | 4.23e-05 | 0.0 | 0.00 Modify | 0.18419 | 0.18419 | 0.18419 | 0.0 | 0.24 Other | | 0.01924 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314258.0 ave 314258 max 314258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314258 Ave neighs/atom = 78.564500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.796287342551, Press = -2.64958131044808 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -17460.305 -17460.305 -17631.133 -17631.133 330.47852 330.47852 44226.184 44226.184 -1825.9675 -1825.9675 26000 -17452.219 -17452.219 -17627.994 -17627.994 340.04887 340.04887 44217.029 44217.029 -1022.9331 -1022.9331 Loop time of 76.9104 on 1 procs for 1000 steps with 4000 atoms Performance: 1.123 ns/day, 21.364 hours/ns, 13.002 timesteps/s 90.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 | 76.666 | 76.666 | 76.666 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058937 | 0.058937 | 0.058937 | 0.0 | 0.08 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.16643 | 0.16643 | 0.16643 | 0.0 | 0.22 Other | | 0.01925 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314030.0 ave 314030 max 314030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314030 Ave neighs/atom = 78.507500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.755754045001, Press = -0.368134668002866 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -17452.219 -17452.219 -17627.994 -17627.994 340.04887 340.04887 44217.029 44217.029 -1022.9331 -1022.9331 27000 -17453.058 -17453.058 -17624.369 -17624.369 331.41154 331.41154 44187.69 44187.69 572.14571 572.14571 Loop time of 72.0883 on 1 procs for 1000 steps with 4000 atoms Performance: 1.199 ns/day, 20.025 hours/ns, 13.872 timesteps/s 96.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 71.864 | 71.864 | 71.864 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038909 | 0.038909 | 0.038909 | 0.0 | 0.05 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.16575 | 0.16575 | 0.16575 | 0.0 | 0.23 Other | | 0.01927 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314076.0 ave 314076 max 314076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314076 Ave neighs/atom = 78.519000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.723155835579, Press = -0.718656421831904 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -17453.058 -17453.058 -17624.369 -17624.369 331.41154 331.41154 44187.69 44187.69 572.14571 572.14571 28000 -17455.056 -17455.056 -17628.074 -17628.074 334.71477 334.71477 44193.022 44193.022 15.426245 15.426245 Loop time of 72.6883 on 1 procs for 1000 steps with 4000 atoms Performance: 1.189 ns/day, 20.191 hours/ns, 13.757 timesteps/s 95.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 | 72.459 | 72.459 | 72.459 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041868 | 0.041868 | 0.041868 | 0.0 | 0.06 Output | 2.68e-05 | 2.68e-05 | 2.68e-05 | 0.0 | 0.00 Modify | 0.16793 | 0.16793 | 0.16793 | 0.0 | 0.23 Other | | 0.01952 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314252.0 ave 314252 max 314252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314252 Ave neighs/atom = 78.563000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.786791663192, Press = -1.83312560359024 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -17455.056 -17455.056 -17628.074 -17628.074 334.71477 334.71477 44193.022 44193.022 15.426245 15.426245 29000 -17452.534 -17452.534 -17625.666 -17625.666 334.93607 334.93607 44211.179 44211.179 -517.7616 -517.7616 Loop time of 71.5771 on 1 procs for 1000 steps with 4000 atoms Performance: 1.207 ns/day, 19.883 hours/ns, 13.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 | 71.329 | 71.329 | 71.329 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039328 | 0.039328 | 0.039328 | 0.0 | 0.05 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.18903 | 0.18903 | 0.18903 | 0.0 | 0.26 Other | | 0.01934 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314162.0 ave 314162 max 314162 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314162 Ave neighs/atom = 78.540500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.802524903271, Press = -1.29900817698473 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -17452.534 -17452.534 -17625.666 -17625.666 334.93607 334.93607 44211.179 44211.179 -517.7616 -517.7616 30000 -17459.256 -17459.256 -17628.471 -17628.471 327.35953 327.35953 44189.91 44189.91 -58.385759 -58.385759 Loop time of 68.256 on 1 procs for 1000 steps with 4000 atoms Performance: 1.266 ns/day, 18.960 hours/ns, 14.651 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 | 68.033 | 68.033 | 68.033 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038662 | 0.038662 | 0.038662 | 0.0 | 0.06 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.16487 | 0.16487 | 0.16487 | 0.0 | 0.24 Other | | 0.01922 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314110.0 ave 314110 max 314110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314110 Ave neighs/atom = 78.527500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.757856736469, Press = -1.39991914416932 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -17459.256 -17459.256 -17628.471 -17628.471 327.35953 327.35953 44189.91 44189.91 -58.385759 -58.385759 31000 -17450.597 -17450.597 -17624.774 -17624.774 336.95693 336.95693 44201.253 44201.253 -39.374521 -39.374521 Loop time of 68.1793 on 1 procs for 1000 steps with 4000 atoms Performance: 1.267 ns/day, 18.939 hours/ns, 14.667 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 | 67.958 | 67.958 | 67.958 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038424 | 0.038424 | 0.038424 | 0.0 | 0.06 Output | 2.86e-05 | 2.86e-05 | 2.86e-05 | 0.0 | 0.00 Modify | 0.16423 | 0.16423 | 0.16423 | 0.0 | 0.24 Other | | 0.01894 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314084.0 ave 314084 max 314084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314084 Ave neighs/atom = 78.521000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.716196054741, Press = -1.23198332832786 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -17450.597 -17450.597 -17624.774 -17624.774 336.95693 336.95693 44201.253 44201.253 -39.374521 -39.374521 32000 -17447.413 -17447.413 -17623.029 -17623.029 339.74202 339.74202 44225.568 44225.568 -761.36086 -761.36086 Loop time of 68.6104 on 1 procs for 1000 steps with 4000 atoms Performance: 1.259 ns/day, 19.058 hours/ns, 14.575 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 | 68.389 | 68.389 | 68.389 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038485 | 0.038485 | 0.038485 | 0.0 | 0.06 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.16428 | 0.16428 | 0.16428 | 0.0 | 0.24 Other | | 0.019 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314116.0 ave 314116 max 314116 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314116 Ave neighs/atom = 78.529000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.725677382483, Press = -1.40203965210642 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -17447.413 -17447.413 -17623.029 -17623.029 339.74202 339.74202 44225.568 44225.568 -761.36086 -761.36086 33000 -17454.14 -17454.14 -17625.913 -17625.913 332.30646 332.30646 44204.748 44204.748 -340.42337 -340.42337 Loop time of 68.7612 on 1 procs for 1000 steps with 4000 atoms Performance: 1.257 ns/day, 19.100 hours/ns, 14.543 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 | 68.524 | 68.524 | 68.524 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04985 | 0.04985 | 0.04985 | 0.0 | 0.07 Output | 3.69e-05 | 3.69e-05 | 3.69e-05 | 0.0 | 0.00 Modify | 0.16799 | 0.16799 | 0.16799 | 0.0 | 0.24 Other | | 0.01911 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314194.0 ave 314194 max 314194 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314194 Ave neighs/atom = 78.548500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.810301270362, Press = 0.0517493152519613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -17454.14 -17454.14 -17625.913 -17625.913 332.30646 332.30646 44204.748 44204.748 -340.42337 -340.42337 34000 -17446.394 -17446.394 -17619.309 -17619.309 334.51714 334.51714 44164.985 44164.985 2062.928 2062.928 Loop time of 68.6013 on 1 procs for 1000 steps with 4000 atoms Performance: 1.259 ns/day, 19.056 hours/ns, 14.577 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 | 68.379 | 68.379 | 68.379 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038367 | 0.038367 | 0.038367 | 0.0 | 0.06 Output | 2.85e-05 | 2.85e-05 | 2.85e-05 | 0.0 | 0.00 Modify | 0.16457 | 0.16457 | 0.16457 | 0.0 | 0.24 Other | | 0.01901 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314120.0 ave 314120 max 314120 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314120 Ave neighs/atom = 78.530000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.867148360432, Press = -1.23707369979944 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -17446.394 -17446.394 -17619.309 -17619.309 334.51714 334.51714 44164.985 44164.985 2062.928 2062.928 35000 -17453.738 -17453.738 -17625.121 -17625.121 331.5519 331.5519 44211.607 44211.607 -567.92961 -567.92961 Loop time of 68.2871 on 1 procs for 1000 steps with 4000 atoms Performance: 1.265 ns/day, 18.969 hours/ns, 14.644 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 | 68.065 | 68.065 | 68.065 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038712 | 0.038712 | 0.038712 | 0.0 | 0.06 Output | 3.67e-05 | 3.67e-05 | 3.67e-05 | 0.0 | 0.00 Modify | 0.16452 | 0.16452 | 0.16452 | 0.0 | 0.24 Other | | 0.01891 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314372.0 ave 314372 max 314372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314372 Ave neighs/atom = 78.593000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.917164360478, Press = -3.52770304564876 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -17453.738 -17453.738 -17625.121 -17625.121 331.5519 331.5519 44211.607 44211.607 -567.92961 -567.92961 36000 -17453.348 -17453.348 -17625.681 -17625.681 333.38906 333.38906 44255.332 44255.332 -2471.4469 -2471.4469 Loop time of 68.4583 on 1 procs for 1000 steps with 4000 atoms Performance: 1.262 ns/day, 19.016 hours/ns, 14.607 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 | 68.227 | 68.227 | 68.227 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038266 | 0.038266 | 0.038266 | 0.0 | 0.06 Output | 2.58e-05 | 2.58e-05 | 2.58e-05 | 0.0 | 0.00 Modify | 0.17422 | 0.17422 | 0.17422 | 0.0 | 0.25 Other | | 0.01886 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314142.0 ave 314142 max 314142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314142 Ave neighs/atom = 78.535500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.94666731052, Press = -0.498389488841606 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -17453.348 -17453.348 -17625.681 -17625.681 333.38906 333.38906 44255.332 44255.332 -2471.4469 -2471.4469 37000 -17449.256 -17449.256 -17623.987 -17623.987 338.02799 338.02799 44188.441 44188.441 533.01495 533.01495 Loop time of 67.8285 on 1 procs for 1000 steps with 4000 atoms Performance: 1.274 ns/day, 18.841 hours/ns, 14.743 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 | 67.608 | 67.608 | 67.608 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038356 | 0.038356 | 0.038356 | 0.0 | 0.06 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.16364 | 0.16364 | 0.16364 | 0.0 | 0.24 Other | | 0.01881 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314056.0 ave 314056 max 314056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314056 Ave neighs/atom = 78.514000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.965868332737, Press = -0.285735650359304 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -17449.256 -17449.256 -17623.987 -17623.987 338.02799 338.02799 44188.441 44188.441 533.01495 533.01495 38000 -17450.378 -17450.378 -17623.591 -17623.591 335.09296 335.09296 44191.57 44191.57 360.95588 360.95588 Loop time of 68.1321 on 1 procs for 1000 steps with 4000 atoms Performance: 1.268 ns/day, 18.926 hours/ns, 14.677 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 | 67.911 | 67.911 | 67.911 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038246 | 0.038246 | 0.038246 | 0.0 | 0.06 Output | 3.43e-05 | 3.43e-05 | 3.43e-05 | 0.0 | 0.00 Modify | 0.1646 | 0.1646 | 0.1646 | 0.0 | 0.24 Other | | 0.01874 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314332.0 ave 314332 max 314332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314332 Ave neighs/atom = 78.583000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.984637510266, Press = -1.18313708798381 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -17450.378 -17450.378 -17623.591 -17623.591 335.09296 335.09296 44191.57 44191.57 360.95588 360.95588 39000 -17455.762 -17455.762 -17625.571 -17625.571 328.50686 328.50686 44206.125 44206.125 -469.24535 -469.24535 Loop time of 67.5744 on 1 procs for 1000 steps with 4000 atoms Performance: 1.279 ns/day, 18.771 hours/ns, 14.798 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 | 67.354 | 67.354 | 67.354 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038357 | 0.038357 | 0.038357 | 0.0 | 0.06 Output | 2.82e-05 | 2.82e-05 | 2.82e-05 | 0.0 | 0.00 Modify | 0.16305 | 0.16305 | 0.16305 | 0.0 | 0.24 Other | | 0.01884 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314342.0 ave 314342 max 314342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314342 Ave neighs/atom = 78.585500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.047660427026, Press = -1.33765370610134 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -17455.762 -17455.762 -17625.571 -17625.571 328.50686 328.50686 44206.125 44206.125 -469.24535 -469.24535 40000 -17453.672 -17453.672 -17627.233 -17627.233 335.76635 335.76635 44220.418 44220.418 -1139.1241 -1139.1241 Loop time of 68.3429 on 1 procs for 1000 steps with 4000 atoms Performance: 1.264 ns/day, 18.984 hours/ns, 14.632 timesteps/s 99.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.118 | 68.118 | 68.118 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038475 | 0.038475 | 0.038475 | 0.0 | 0.06 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.16733 | 0.16733 | 0.16733 | 0.0 | 0.24 Other | | 0.01909 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314166.0 ave 314166 max 314166 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314166 Ave neighs/atom = 78.541500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.096960206117, Press = -0.38228422575948 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -17453.672 -17453.672 -17627.233 -17627.233 335.76635 335.76635 44220.418 44220.418 -1139.1241 -1139.1241 41000 -17458.772 -17458.772 -17629.656 -17629.656 330.58645 330.58645 44143.106 44143.106 1738.0335 1738.0335 Loop time of 68.5054 on 1 procs for 1000 steps with 4000 atoms Performance: 1.261 ns/day, 19.029 hours/ns, 14.597 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 | 68.284 | 68.284 | 68.284 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038351 | 0.038351 | 0.038351 | 0.0 | 0.06 Output | 3.37e-05 | 3.37e-05 | 3.37e-05 | 0.0 | 0.00 Modify | 0.16388 | 0.16388 | 0.16388 | 0.0 | 0.24 Other | | 0.01908 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314202.0 ave 314202 max 314202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314202 Ave neighs/atom = 78.550500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.092090078261, Press = 0.297979080611609 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -17458.772 -17458.772 -17629.656 -17629.656 330.58645 330.58645 44143.106 44143.106 1738.0335 1738.0335 42000 -17451.577 -17451.577 -17624.573 -17624.573 334.67251 334.67251 44157.382 44157.382 1752.3713 1752.3713 Loop time of 68.495 on 1 procs for 1000 steps with 4000 atoms Performance: 1.261 ns/day, 19.026 hours/ns, 14.600 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 | 68.272 | 68.272 | 68.272 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03862 | 0.03862 | 0.03862 | 0.0 | 0.06 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.16546 | 0.16546 | 0.16546 | 0.0 | 0.24 Other | | 0.01927 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314290.0 ave 314290 max 314290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314290 Ave neighs/atom = 78.572500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.041867885438, Press = -2.05036113487004 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -17451.577 -17451.577 -17624.573 -17624.573 334.67251 334.67251 44157.382 44157.382 1752.3713 1752.3713 43000 -17456.78 -17456.78 -17628.324 -17628.324 331.8625 331.8625 44220.165 44220.165 -1317.2573 -1317.2573 Loop time of 68.366 on 1 procs for 1000 steps with 4000 atoms Performance: 1.264 ns/day, 18.991 hours/ns, 14.627 timesteps/s 99.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.144 | 68.144 | 68.144 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03854 | 0.03854 | 0.03854 | 0.0 | 0.06 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.164 | 0.164 | 0.164 | 0.0 | 0.24 Other | | 0.01894 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314252.0 ave 314252 max 314252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314252 Ave neighs/atom = 78.563000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.035077250133, Press = -1.73434261489051 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -17456.78 -17456.78 -17628.324 -17628.324 331.8625 331.8625 44220.165 44220.165 -1317.2573 -1317.2573 44000 -17446.237 -17446.237 -17621.573 -17621.573 339.19976 339.19976 44218.605 44218.605 -425.36621 -425.36621 Loop time of 67.5909 on 1 procs for 1000 steps with 4000 atoms Performance: 1.278 ns/day, 18.775 hours/ns, 14.795 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 | 67.37 | 67.37 | 67.37 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038153 | 0.038153 | 0.038153 | 0.0 | 0.06 Output | 5.2e-05 | 5.2e-05 | 5.2e-05 | 0.0 | 0.00 Modify | 0.16381 | 0.16381 | 0.16381 | 0.0 | 0.24 Other | | 0.0188 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314114.0 ave 314114 max 314114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314114 Ave neighs/atom = 78.528500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.044104967821, Press = -0.4049953165854 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -17446.237 -17446.237 -17621.573 -17621.573 339.19976 339.19976 44218.605 44218.605 -425.36621 -425.36621 45000 -17453.468 -17453.468 -17623.678 -17623.678 329.28264 329.28264 44183.893 44183.893 726.53972 726.53972 Loop time of 65.3328 on 1 procs for 1000 steps with 4000 atoms Performance: 1.322 ns/day, 18.148 hours/ns, 15.306 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 | 65.117 | 65.117 | 65.117 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037278 | 0.037278 | 0.037278 | 0.0 | 0.06 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.15982 | 0.15982 | 0.15982 | 0.0 | 0.24 Other | | 0.01836 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314190.0 ave 314190 max 314190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314190 Ave neighs/atom = 78.547500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.069455895336, Press = -0.841590489817794 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -17453.468 -17453.468 -17623.678 -17623.678 329.28264 329.28264 44183.893 44183.893 726.53972 726.53972 46000 -17449.193 -17449.193 -17624.068 -17624.068 338.30714 338.30714 44200.278 44200.278 43.987729 43.987729 Loop time of 65.3929 on 1 procs for 1000 steps with 4000 atoms Performance: 1.321 ns/day, 18.165 hours/ns, 15.292 timesteps/s 99.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 | 65.175 | 65.175 | 65.175 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037049 | 0.037049 | 0.037049 | 0.0 | 0.06 Output | 2.85e-05 | 2.85e-05 | 2.85e-05 | 0.0 | 0.00 Modify | 0.1624 | 0.1624 | 0.1624 | 0.0 | 0.25 Other | | 0.01856 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314288.0 ave 314288 max 314288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314288 Ave neighs/atom = 78.572000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.060808361955, Press = -1.12530744048339 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -17449.193 -17449.193 -17624.068 -17624.068 338.30714 338.30714 44200.278 44200.278 43.987729 43.987729 47000 -17453.949 -17453.949 -17624.288 -17624.288 329.53135 329.53135 44195.632 44195.632 73.508775 73.508775 Loop time of 66.562 on 1 procs for 1000 steps with 4000 atoms Performance: 1.298 ns/day, 18.489 hours/ns, 15.024 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 | 66.338 | 66.338 | 66.338 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037869 | 0.037869 | 0.037869 | 0.0 | 0.06 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.16758 | 0.16758 | 0.16758 | 0.0 | 0.25 Other | | 0.01857 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314354.0 ave 314354 max 314354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314354 Ave neighs/atom = 78.588500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.096233873374, Press = -1.13224522919561 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -17453.949 -17453.949 -17624.288 -17624.288 329.53135 329.53135 44195.632 44195.632 73.508775 73.508775 48000 -17448.615 -17448.615 -17625.153 -17625.153 341.52488 341.52488 44214.323 44214.323 -662.06878 -662.06878 Loop time of 65.9224 on 1 procs for 1000 steps with 4000 atoms Performance: 1.311 ns/day, 18.312 hours/ns, 15.169 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 | 65.706 | 65.706 | 65.706 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037724 | 0.037724 | 0.037724 | 0.0 | 0.06 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.16048 | 0.16048 | 0.16048 | 0.0 | 0.24 Other | | 0.0184 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314206.0 ave 314206 max 314206 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314206 Ave neighs/atom = 78.551500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.122790104662, Press = -0.744830680797369 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -17448.615 -17448.615 -17625.153 -17625.153 341.52488 341.52488 44214.323 44214.323 -662.06878 -662.06878 49000 -17455.933 -17455.933 -17627.047 -17627.047 331.03023 331.03023 44176.274 44176.274 616.56111 616.56111 Loop time of 65.4038 on 1 procs for 1000 steps with 4000 atoms Performance: 1.321 ns/day, 18.168 hours/ns, 15.290 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 | 65.188 | 65.188 | 65.188 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037355 | 0.037355 | 0.037355 | 0.0 | 0.06 Output | 2.74e-05 | 2.74e-05 | 2.74e-05 | 0.0 | 0.00 Modify | 0.15985 | 0.15985 | 0.15985 | 0.0 | 0.24 Other | | 0.01845 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 314236.0 ave 314236 max 314236 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314236 Ave neighs/atom = 78.559000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 44198.2267321721 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0