# 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_ChoiJoSohn_2018_CoNiCrFeMn__MO_115454747503_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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.4642 4212.4642 1000 -17443.869 -17443.869 -17624.378 -17624.378 349.20584 349.20584 44225.061 44225.061 -853.8124 -853.8124 Loop time of 112.333 on 1 procs for 1000 steps with 4000 atoms Performance: 0.769 ns/day, 31.204 hours/ns, 8.902 timesteps/s 79.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 | 112.1 | 112.1 | 112.1 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036482 | 0.036482 | 0.036482 | 0.0 | 0.03 Output | 4.62e-05 | 4.62e-05 | 4.62e-05 | 0.0 | 0.00 Modify | 0.17528 | 0.17528 | 0.17528 | 0.0 | 0.16 Other | | 0.01814 | | | 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: 344000.0 ave 344000 max 344000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 344000 Ave neighs/atom = 86.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.607 | 4.607 | 4.607 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.8124 -853.8124 2000 -17454.609 -17454.609 -17623.77 -17623.77 327.25301 327.25301 44222.94 44222.94 -887.66446 -887.66446 Loop time of 118.744 on 1 procs for 1000 steps with 4000 atoms Performance: 0.728 ns/day, 32.984 hours/ns, 8.422 timesteps/s 78.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 | 118.47 | 118.47 | 118.47 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057022 | 0.057022 | 0.057022 | 0.0 | 0.05 Output | 6.65e-05 | 6.65e-05 | 6.65e-05 | 0.0 | 0.00 Modify | 0.19572 | 0.19572 | 0.19572 | 0.0 | 0.16 Other | | 0.01809 | | | 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: 360018.0 ave 360018 max 360018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360018 Ave neighs/atom = 90.004500 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.607 | 4.607 | 4.607 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.66446 -887.66446 3000 -17453.858 -17453.858 -17622.126 -17622.126 325.52599 325.52599 44191.003 44191.003 523.13211 523.13211 Loop time of 121.57 on 1 procs for 1000 steps with 4000 atoms Performance: 0.711 ns/day, 33.769 hours/ns, 8.226 timesteps/s 76.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 | 121.3 | 121.3 | 121.3 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076945 | 0.076945 | 0.076945 | 0.0 | 0.06 Output | 3.87e-05 | 3.87e-05 | 3.87e-05 | 0.0 | 0.00 Modify | 0.17653 | 0.17653 | 0.17653 | 0.0 | 0.15 Other | | 0.01788 | | | 0.01 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: 360722.0 ave 360722 max 360722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360722 Ave neighs/atom = 90.180500 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.607 | 4.607 | 4.607 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.13211 523.13211 4000 -17450.643 -17450.643 -17625.437 -17625.437 338.15071 338.15071 44188.212 44188.212 514.12723 514.12723 Loop time of 118.142 on 1 procs for 1000 steps with 4000 atoms Performance: 0.731 ns/day, 32.817 hours/ns, 8.464 timesteps/s 79.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 | 117.83 | 117.83 | 117.83 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041483 | 0.041483 | 0.041483 | 0.0 | 0.04 Output | 4.38e-05 | 4.38e-05 | 4.38e-05 | 0.0 | 0.00 Modify | 0.25497 | 0.25497 | 0.25497 | 0.0 | 0.22 Other | | 0.01806 | | | 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: 361338.0 ave 361338 max 361338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361338 Ave neighs/atom = 90.334500 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.607 | 4.607 | 4.607 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.12723 514.12723 5000 -17455.811 -17455.811 -17624.511 -17624.511 326.36332 326.36332 44199.096 44199.096 24.890805 24.890805 Loop time of 116.076 on 1 procs for 1000 steps with 4000 atoms Performance: 0.744 ns/day, 32.243 hours/ns, 8.615 timesteps/s 80.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 115.8 | 115.8 | 115.8 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057064 | 0.057064 | 0.057064 | 0.0 | 0.05 Output | 3.46e-05 | 3.46e-05 | 3.46e-05 | 0.0 | 0.00 Modify | 0.19812 | 0.19812 | 0.19812 | 0.0 | 0.17 Other | | 0.01833 | | | 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: 360932.0 ave 360932 max 360932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360932 Ave neighs/atom = 90.233000 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.186924086433, Press = -457.136379363742 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.36332 326.36332 44199.096 44199.096 24.890805 24.890805 6000 -17449.586 -17449.586 -17623.112 -17623.112 335.69747 335.69747 44248.817 44248.817 -1803.0244 -1803.0244 Loop time of 118.845 on 1 procs for 1000 steps with 4000 atoms Performance: 0.727 ns/day, 33.012 hours/ns, 8.414 timesteps/s 78.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 | 118.63 | 118.63 | 118.63 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036163 | 0.036163 | 0.036163 | 0.0 | 0.03 Output | 2.75e-05 | 2.75e-05 | 2.75e-05 | 0.0 | 0.00 Modify | 0.15942 | 0.15942 | 0.15942 | 0.0 | 0.13 Other | | 0.01784 | | | 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: 360782.0 ave 360782 max 360782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360782 Ave neighs/atom = 90.195500 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.693656272581, Press = -17.236470862525 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.69747 335.69747 44248.817 44248.817 -1803.0244 -1803.0244 7000 -17455.624 -17455.624 -17627.618 -17627.618 332.73396 332.73396 44179.77 44179.77 565.9984 565.9984 Loop time of 118.572 on 1 procs for 1000 steps with 4000 atoms Performance: 0.729 ns/day, 32.937 hours/ns, 8.434 timesteps/s 78.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 | 118.31 | 118.31 | 118.31 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057558 | 0.057558 | 0.057558 | 0.0 | 0.05 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.18211 | 0.18211 | 0.18211 | 0.0 | 0.15 Other | | 0.01812 | | | 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: 360462.0 ave 360462 max 360462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360462 Ave neighs/atom = 90.115500 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.979382151009, Press = 29.8156616971949 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.9984 565.9984 8000 -17451.898 -17451.898 -17625.065 -17625.065 335.00256 335.00256 44135.688 44135.688 2684.7649 2684.7649 Loop time of 118.3 on 1 procs for 1000 steps with 4000 atoms Performance: 0.730 ns/day, 32.861 hours/ns, 8.453 timesteps/s 79.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 | 118.04 | 118.04 | 118.04 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036494 | 0.036494 | 0.036494 | 0.0 | 0.03 Output | 3.45e-05 | 3.45e-05 | 3.45e-05 | 0.0 | 0.00 Modify | 0.20034 | 0.20034 | 0.20034 | 0.0 | 0.17 Other | | 0.01828 | | | 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: 360356.0 ave 360356 max 360356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360356 Ave neighs/atom = 90.089000 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.92683941973, Press = -9.08734070230708 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.00256 335.00256 44135.688 44135.688 2684.7649 2684.7649 9000 -17456.684 -17456.684 -17628.358 -17628.358 332.11492 332.11492 44195.006 44195.006 -156.43421 -156.43421 Loop time of 115.81 on 1 procs for 1000 steps with 4000 atoms Performance: 0.746 ns/day, 32.170 hours/ns, 8.635 timesteps/s 81.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 | 115.5 | 115.5 | 115.5 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036526 | 0.036526 | 0.036526 | 0.0 | 0.03 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.24015 | 0.24015 | 0.24015 | 0.0 | 0.21 Other | | 0.03807 | | | 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: 361652.0 ave 361652 max 361652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361652 Ave neighs/atom = 90.413000 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.605830321327, Press = -14.2747326944465 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.11492 332.11492 44195.006 44195.006 -156.43421 -156.43421 10000 -17452.312 -17452.312 -17623.316 -17623.316 330.81852 330.81852 44217.769 44217.769 -676.65242 -676.65242 Loop time of 116.441 on 1 procs for 1000 steps with 4000 atoms Performance: 0.742 ns/day, 32.345 hours/ns, 8.588 timesteps/s 80.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 | 116.17 | 116.17 | 116.17 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036407 | 0.036407 | 0.036407 | 0.0 | 0.03 Output | 3.31e-05 | 3.31e-05 | 3.31e-05 | 0.0 | 0.00 Modify | 0.22026 | 0.22026 | 0.22026 | 0.0 | 0.19 Other | | 0.01797 | | | 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: 360156.0 ave 360156 max 360156 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360156 Ave neighs/atom = 90.039000 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.757070475455, Press = -3.69148460827635 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.81852 330.81852 44217.769 44217.769 -676.65242 -676.65242 11000 -17457.39 -17457.39 -17627.562 -17627.562 329.21107 329.21107 44188.626 44188.626 59.213081 59.213081 Loop time of 117.83 on 1 procs for 1000 steps with 4000 atoms Performance: 0.733 ns/day, 32.731 hours/ns, 8.487 timesteps/s 79.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 | 117.5 | 117.5 | 117.5 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05631 | 0.05631 | 0.05631 | 0.0 | 0.05 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.23355 | 0.23355 | 0.23355 | 0.0 | 0.20 Other | | 0.03812 | | | 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: 360652.0 ave 360652 max 360652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360652 Ave neighs/atom = 90.163000 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.000101547498, Press = -1.13024799587504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17457.39 -17457.39 -17627.562 -17627.562 329.21107 329.21107 44188.626 44188.626 59.213081 59.213081 12000 -17454.022 -17454.022 -17626.766 -17626.766 334.18579 334.18579 44156.712 44156.712 1604.3938 1604.3938 Loop time of 116.773 on 1 procs for 1000 steps with 4000 atoms Performance: 0.740 ns/day, 32.437 hours/ns, 8.564 timesteps/s 80.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 | 116.54 | 116.54 | 116.54 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036279 | 0.036279 | 0.036279 | 0.0 | 0.03 Output | 3.4e-05 | 3.4e-05 | 3.4e-05 | 0.0 | 0.00 Modify | 0.17989 | 0.17989 | 0.17989 | 0.0 | 0.15 Other | | 0.0181 | | | 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: 360940.0 ave 360940 max 360940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360940 Ave neighs/atom = 90.235000 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.948490133084, Press = -2.28741907613155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 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.18579 334.18579 44156.712 44156.712 1604.3938 1604.3938 13000 -17452.457 -17452.457 -17620.795 -17620.795 325.66046 325.66046 44201.928 44201.928 281.20406 281.20406 Loop time of 115.082 on 1 procs for 1000 steps with 4000 atoms Performance: 0.751 ns/day, 31.967 hours/ns, 8.689 timesteps/s 80.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 114.87 | 114.87 | 114.87 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036361 | 0.036361 | 0.036361 | 0.0 | 0.03 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.15897 | 0.15897 | 0.15897 | 0.0 | 0.14 Other | | 0.01792 | | | 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: 361434.0 ave 361434 max 361434 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361434 Ave neighs/atom = 90.358500 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.693835343202, Press = -11.5212654456848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17452.457 -17452.457 -17620.795 -17620.795 325.66046 325.66046 44201.928 44201.928 281.20406 281.20406 14000 -17458.587 -17458.587 -17626.774 -17626.774 325.36962 325.36962 44248.181 44248.181 -2250.9151 -2250.9151 Loop time of 117.744 on 1 procs for 1000 steps with 4000 atoms Performance: 0.734 ns/day, 32.707 hours/ns, 8.493 timesteps/s 79.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 117.45 | 117.45 | 117.45 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03662 | 0.03662 | 0.03662 | 0.0 | 0.03 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.24215 | 0.24215 | 0.24215 | 0.0 | 0.21 Other | | 0.0182 | | | 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: 360986.0 ave 360986 max 360986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360986 Ave neighs/atom = 90.246500 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.651411170429, Press = -1.23562395736232 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17458.587 -17458.587 -17626.774 -17626.774 325.36962 325.36962 44248.181 44248.181 -2250.9151 -2250.9151 15000 -17451.53 -17451.53 -17623.066 -17623.066 331.8485 331.8485 44186.32 44186.32 782.82996 782.82996 Loop time of 113.837 on 1 procs for 1000 steps with 4000 atoms Performance: 0.759 ns/day, 31.621 hours/ns, 8.784 timesteps/s 82.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 113.55 | 113.55 | 113.55 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056416 | 0.056416 | 0.056416 | 0.0 | 0.05 Output | 3.4e-05 | 3.4e-05 | 3.4e-05 | 0.0 | 0.00 Modify | 0.2101 | 0.2101 | 0.2101 | 0.0 | 0.18 Other | | 0.01805 | | | 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: 359642.0 ave 359642 max 359642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359642 Ave neighs/atom = 89.910500 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.669887899511, Press = 1.7626113954405 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17451.53 -17451.53 -17623.066 -17623.066 331.8485 331.8485 44186.32 44186.32 782.82996 782.82996 16000 -17448.803 -17448.803 -17623.778 -17623.778 338.50063 338.50063 44197.134 44197.134 363.12503 363.12503 Loop time of 113.28 on 1 procs for 1000 steps with 4000 atoms Performance: 0.763 ns/day, 31.467 hours/ns, 8.828 timesteps/s 82.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 | 112.99 | 112.99 | 112.99 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056315 | 0.056315 | 0.056315 | 0.0 | 0.05 Output | 3.43e-05 | 3.43e-05 | 3.43e-05 | 0.0 | 0.00 Modify | 0.19952 | 0.19952 | 0.19952 | 0.0 | 0.18 Other | | 0.03792 | | | 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: 361188.0 ave 361188 max 361188 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361188 Ave neighs/atom = 90.297000 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.698290514565, Press = -2.48377365671059 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17448.803 -17448.803 -17623.778 -17623.778 338.50063 338.50063 44197.134 44197.134 363.12503 363.12503 17000 -17451.515 -17451.515 -17623.678 -17623.678 333.06213 333.06213 44202.687 44202.687 24.078413 24.078413 Loop time of 120.261 on 1 procs for 1000 steps with 4000 atoms Performance: 0.718 ns/day, 33.406 hours/ns, 8.315 timesteps/s 77.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.03 | 120.03 | 120.03 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036583 | 0.036583 | 0.036583 | 0.0 | 0.03 Output | 3.49e-05 | 3.49e-05 | 3.49e-05 | 0.0 | 0.00 Modify | 0.17959 | 0.17959 | 0.17959 | 0.0 | 0.15 Other | | 0.01791 | | | 0.01 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: 360682.0 ave 360682 max 360682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360682 Ave neighs/atom = 90.170500 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.638279984523, Press = -1.52263532611367 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17451.515 -17451.515 -17623.678 -17623.678 333.06213 333.06213 44202.687 44202.687 24.078413 24.078413 18000 -17459.148 -17459.148 -17626.726 -17626.726 324.19019 324.19019 44180.141 44180.141 543.88854 543.88854 Loop time of 117.098 on 1 procs for 1000 steps with 4000 atoms Performance: 0.738 ns/day, 32.527 hours/ns, 8.540 timesteps/s 80.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 | 116.88 | 116.88 | 116.88 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036929 | 0.036929 | 0.036929 | 0.0 | 0.03 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.16005 | 0.16005 | 0.16005 | 0.0 | 0.14 Other | | 0.01803 | | | 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: 360640.0 ave 360640 max 360640 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360640 Ave neighs/atom = 90.160000 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.527441545387, Press = -1.92282728204657 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17459.148 -17459.148 -17626.726 -17626.726 324.19019 324.19019 44180.141 44180.141 543.88854 543.88854 19000 -17453.752 -17453.752 -17623.207 -17623.207 327.82373 327.82373 44198.762 44198.762 109.9475 109.9475 Loop time of 117.351 on 1 procs for 1000 steps with 4000 atoms Performance: 0.736 ns/day, 32.598 hours/ns, 8.521 timesteps/s 79.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 | 117.07 | 117.07 | 117.07 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067017 | 0.067017 | 0.067017 | 0.0 | 0.06 Output | 3.45e-05 | 3.45e-05 | 3.45e-05 | 0.0 | 0.00 Modify | 0.20028 | 0.20028 | 0.20028 | 0.0 | 0.17 Other | | 0.01797 | | | 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: 360694.0 ave 360694 max 360694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360694 Ave neighs/atom = 90.173500 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.527801690694, Press = -2.02540084462222 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17453.752 -17453.752 -17623.207 -17623.207 327.82373 327.82373 44198.762 44198.762 109.9475 109.9475 20000 -17452.92 -17452.92 -17625.391 -17625.391 333.65629 333.65629 44194.733 44194.733 173.04238 173.04238 Loop time of 115.631 on 1 procs for 1000 steps with 4000 atoms Performance: 0.747 ns/day, 32.120 hours/ns, 8.648 timesteps/s 80.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 | 115.33 | 115.33 | 115.33 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077978 | 0.077978 | 0.077978 | 0.0 | 0.07 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.20316 | 0.20316 | 0.20316 | 0.0 | 0.18 Other | | 0.01785 | | | 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: 361124.0 ave 361124 max 361124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361124 Ave neighs/atom = 90.281000 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.586768288279, Press = -2.130208854892 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -17452.92 -17452.92 -17625.391 -17625.391 333.65629 333.65629 44194.733 44194.733 173.04238 173.04238 21000 -17453.058 -17453.058 -17626.304 -17626.304 335.15645 335.15645 44207.248 44207.248 -500.91124 -500.91124 Loop time of 120.511 on 1 procs for 1000 steps with 4000 atoms Performance: 0.717 ns/day, 33.475 hours/ns, 8.298 timesteps/s 77.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 | 120.28 | 120.28 | 120.28 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04655 | 0.04655 | 0.04655 | 0.0 | 0.04 Output | 5.8e-05 | 5.8e-05 | 5.8e-05 | 0.0 | 0.00 Modify | 0.16155 | 0.16155 | 0.16155 | 0.0 | 0.13 Other | | 0.01823 | | | 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: 360906.0 ave 360906 max 360906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360906 Ave neighs/atom = 90.226500 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.59819866614, Press = -2.1462435802614 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -17453.058 -17453.058 -17626.304 -17626.304 335.15645 335.15645 44207.248 44207.248 -500.91124 -500.91124 22000 -17459.366 -17459.366 -17625.698 -17625.698 321.78077 321.78077 44223.078 44223.078 -1236.063 -1236.063 Loop time of 116.994 on 1 procs for 1000 steps with 4000 atoms Performance: 0.739 ns/day, 32.498 hours/ns, 8.547 timesteps/s 80.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 | 116.72 | 116.72 | 116.72 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036419 | 0.036419 | 0.036419 | 0.0 | 0.03 Output | 3.39e-05 | 3.39e-05 | 3.39e-05 | 0.0 | 0.00 Modify | 0.21987 | 0.21987 | 0.21987 | 0.0 | 0.19 Other | | 0.01805 | | | 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: 360764.0 ave 360764 max 360764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360764 Ave neighs/atom = 90.191000 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.582379838226, Press = -1.13952550517194 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -17459.366 -17459.366 -17625.698 -17625.698 321.78077 321.78077 44223.078 44223.078 -1236.063 -1236.063 23000 -17451.233 -17451.233 -17623.551 -17623.551 333.36007 333.36007 44186.785 44186.785 668.86465 668.86465 Loop time of 120.523 on 1 procs for 1000 steps with 4000 atoms Performance: 0.717 ns/day, 33.479 hours/ns, 8.297 timesteps/s 77.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 | 120.31 | 120.31 | 120.31 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03648 | 0.03648 | 0.03648 | 0.0 | 0.03 Output | 3.37e-05 | 3.37e-05 | 3.37e-05 | 0.0 | 0.00 Modify | 0.16048 | 0.16048 | 0.16048 | 0.0 | 0.13 Other | | 0.01815 | | | 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: 360142.0 ave 360142 max 360142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360142 Ave neighs/atom = 90.035500 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.569528127897, Press = 1.19941775828365 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -17451.233 -17451.233 -17623.551 -17623.551 333.36007 333.36007 44186.785 44186.785 668.86465 668.86465 24000 -17458.43 -17458.43 -17627.251 -17627.251 326.59585 326.59585 44135.417 44135.417 2300.6856 2300.6856 Loop time of 111.747 on 1 procs for 1000 steps with 4000 atoms Performance: 0.773 ns/day, 31.041 hours/ns, 8.949 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 | 111.49 | 111.49 | 111.49 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036273 | 0.036273 | 0.036273 | 0.0 | 0.03 Output | 2.75e-05 | 2.75e-05 | 2.75e-05 | 0.0 | 0.00 Modify | 0.18333 | 0.18333 | 0.18333 | 0.0 | 0.16 Other | | 0.03812 | | | 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: 360998.0 ave 360998 max 360998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360998 Ave neighs/atom = 90.249500 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.521414956228, Press = -2.56316695676148 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -17458.43 -17458.43 -17627.251 -17627.251 326.59585 326.59585 44135.417 44135.417 2300.6856 2300.6856 25000 -17450.47 -17450.47 -17626.073 -17626.073 339.71688 339.71688 44233.68 44233.68 -1498.1692 -1498.1692 Loop time of 107.96 on 1 procs for 1000 steps with 4000 atoms Performance: 0.800 ns/day, 29.989 hours/ns, 9.263 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 | 107.7 | 107.7 | 107.7 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036401 | 0.036401 | 0.036401 | 0.0 | 0.03 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.20112 | 0.20112 | 0.20112 | 0.0 | 0.19 Other | | 0.01809 | | | 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: 361730.0 ave 361730 max 361730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361730 Ave neighs/atom = 90.432500 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.501045985896, Press = -5.07969631312118 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -17450.47 -17450.47 -17626.073 -17626.073 339.71688 339.71688 44233.68 44233.68 -1498.1692 -1498.1692 26000 -17447.073 -17447.073 -17625.148 -17625.148 344.49739 344.49739 44243.073 44243.073 -1750.4816 -1750.4816 Loop time of 106.397 on 1 procs for 1000 steps with 4000 atoms Performance: 0.812 ns/day, 29.555 hours/ns, 9.399 timesteps/s 87.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.16 | 106.16 | 106.16 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036464 | 0.036464 | 0.036464 | 0.0 | 0.03 Output | 4.96e-05 | 4.96e-05 | 4.96e-05 | 0.0 | 0.00 Modify | 0.18093 | 0.18093 | 0.18093 | 0.0 | 0.17 Other | | 0.01826 | | | 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: 359756.0 ave 359756 max 359756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359756 Ave neighs/atom = 89.939000 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.566776738853, Press = -0.651667158651624 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -17447.073 -17447.073 -17625.148 -17625.148 344.49739 344.49739 44243.073 44243.073 -1750.4816 -1750.4816 27000 -17454.495 -17454.495 -17625.076 -17625.076 330.00009 330.00009 44190.012 44190.012 392.20901 392.20901 Loop time of 110.001 on 1 procs for 1000 steps with 4000 atoms Performance: 0.785 ns/day, 30.556 hours/ns, 9.091 timesteps/s 84.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 109.74 | 109.74 | 109.74 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036987 | 0.036987 | 0.036987 | 0.0 | 0.03 Output | 3.38e-05 | 3.38e-05 | 3.38e-05 | 0.0 | 0.00 Modify | 0.20113 | 0.20113 | 0.20113 | 0.0 | 0.18 Other | | 0.01819 | | | 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: 359962.0 ave 359962 max 359962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359962 Ave neighs/atom = 89.990500 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.672379518776, Press = -0.259973102592686 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -17454.495 -17454.495 -17625.076 -17625.076 330.00009 330.00009 44190.012 44190.012 392.20901 392.20901 28000 -17446.188 -17446.188 -17623.575 -17623.575 343.1662 343.1662 44198.086 44198.086 382.78784 382.78784 Loop time of 109.836 on 1 procs for 1000 steps with 4000 atoms Performance: 0.787 ns/day, 30.510 hours/ns, 9.104 timesteps/s 85.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 109.6 | 109.6 | 109.6 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036436 | 0.036436 | 0.036436 | 0.0 | 0.03 Output | 3.41e-05 | 3.41e-05 | 3.41e-05 | 0.0 | 0.00 Modify | 0.18038 | 0.18038 | 0.18038 | 0.0 | 0.16 Other | | 0.01799 | | | 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: 361004.0 ave 361004 max 361004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361004 Ave neighs/atom = 90.251000 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.772131392191, Press = -1.74750722651614 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -17446.188 -17446.188 -17623.575 -17623.575 343.1662 343.1662 44198.086 44198.086 382.78784 382.78784 29000 -17451.003 -17451.003 -17624.711 -17624.711 336.05049 336.05049 44227.54 44227.54 -1077.3092 -1077.3092 Loop time of 110.633 on 1 procs for 1000 steps with 4000 atoms Performance: 0.781 ns/day, 30.731 hours/ns, 9.039 timesteps/s 85.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 | 110.38 | 110.38 | 110.38 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056934 | 0.056934 | 0.056934 | 0.0 | 0.05 Output | 3.46e-05 | 3.46e-05 | 3.46e-05 | 0.0 | 0.00 Modify | 0.17608 | 0.17608 | 0.17608 | 0.0 | 0.16 Other | | 0.01818 | | | 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: 360862.0 ave 360862 max 360862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360862 Ave neighs/atom = 90.215500 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.802951924197, Press = -2.30070752444848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -17451.003 -17451.003 -17624.711 -17624.711 336.05049 336.05049 44227.54 44227.54 -1077.3092 -1077.3092 30000 -17456.621 -17456.621 -17626.871 -17626.871 329.36129 329.36129 44254.05 44254.05 -2511.9989 -2511.9989 Loop time of 108.083 on 1 procs for 1000 steps with 4000 atoms Performance: 0.799 ns/day, 30.023 hours/ns, 9.252 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 | 107.79 | 107.79 | 107.79 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056435 | 0.056435 | 0.056435 | 0.0 | 0.05 Output | 2.75e-05 | 2.75e-05 | 2.75e-05 | 0.0 | 0.00 Modify | 0.22075 | 0.22075 | 0.22075 | 0.0 | 0.20 Other | | 0.01857 | | | 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: 360058.0 ave 360058 max 360058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360058 Ave neighs/atom = 90.014500 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.84426115123, Press = 0.909240236522713 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -17456.621 -17456.621 -17626.871 -17626.871 329.36129 329.36129 44254.05 44254.05 -2511.9989 -2511.9989 31000 -17450.849 -17450.849 -17625.555 -17625.555 337.97981 337.97981 44152.89 44152.89 1897.4468 1897.4468 Loop time of 108.213 on 1 procs for 1000 steps with 4000 atoms Performance: 0.798 ns/day, 30.059 hours/ns, 9.241 timesteps/s 86.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 | 107.98 | 107.98 | 107.98 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036342 | 0.036342 | 0.036342 | 0.0 | 0.03 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.18002 | 0.18002 | 0.18002 | 0.0 | 0.17 Other | | 0.01972 | | | 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: 359350.0 ave 359350 max 359350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 359350 Ave neighs/atom = 89.837500 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.850250889759, Press = 1.46499440873216 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -17450.849 -17450.849 -17625.555 -17625.555 337.97981 337.97981 44152.89 44152.89 1897.4468 1897.4468 32000 -17456.101 -17456.101 -17627.803 -17627.803 332.17019 332.17019 44165.27 44165.27 1144.207 1144.207 Loop time of 111.657 on 1 procs for 1000 steps with 4000 atoms Performance: 0.774 ns/day, 31.016 hours/ns, 8.956 timesteps/s 84.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 111.4 | 111.4 | 111.4 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056771 | 0.056771 | 0.056771 | 0.0 | 0.05 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.18023 | 0.18023 | 0.18023 | 0.0 | 0.16 Other | | 0.01807 | | | 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: 361480.0 ave 361480 max 361480 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361480 Ave neighs/atom = 90.370000 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.83108179545, Press = -2.05607989625624 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -17456.101 -17456.101 -17627.803 -17627.803 332.17019 332.17019 44165.27 44165.27 1144.207 1144.207 33000 -17452.439 -17452.439 -17624.912 -17624.912 333.66128 333.66128 44218.827 44218.827 -801.46834 -801.46834 Loop time of 108.149 on 1 procs for 1000 steps with 4000 atoms Performance: 0.799 ns/day, 30.041 hours/ns, 9.247 timesteps/s 87.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 | 107.87 | 107.87 | 107.87 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036631 | 0.036631 | 0.036631 | 0.0 | 0.03 Output | 3.42e-05 | 3.42e-05 | 3.42e-05 | 0.0 | 0.00 Modify | 0.2208 | 0.2208 | 0.2208 | 0.0 | 0.20 Other | | 0.0181 | | | 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: 360930.0 ave 360930 max 360930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360930 Ave neighs/atom = 90.232500 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.836879983033, Press = -1.79600605319219 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -17452.439 -17452.439 -17624.912 -17624.912 333.66128 333.66128 44218.827 44218.827 -801.46834 -801.46834 34000 -17453.645 -17453.645 -17622.644 -17622.644 326.9409 326.9409 44213.224 44213.224 -379.80551 -379.80551 Loop time of 108.85 on 1 procs for 1000 steps with 4000 atoms Performance: 0.794 ns/day, 30.236 hours/ns, 9.187 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 | 108.59 | 108.59 | 108.59 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0366 | 0.0366 | 0.0366 | 0.0 | 0.03 Output | 2.73e-05 | 2.73e-05 | 2.73e-05 | 0.0 | 0.00 Modify | 0.20441 | 0.20441 | 0.20441 | 0.0 | 0.19 Other | | 0.01821 | | | 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: 360202.0 ave 360202 max 360202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360202 Ave neighs/atom = 90.050500 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.821998082474, Press = -0.855809992689469 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -17453.645 -17453.645 -17622.644 -17622.644 326.9409 326.9409 44213.224 44213.224 -379.80551 -379.80551 35000 -17448.917 -17448.917 -17622.26 -17622.26 335.34428 335.34428 44198.453 44198.453 324.30812 324.30812 Loop time of 105.643 on 1 procs for 1000 steps with 4000 atoms Performance: 0.818 ns/day, 29.345 hours/ns, 9.466 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 | 105.41 | 105.41 | 105.41 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036594 | 0.036594 | 0.036594 | 0.0 | 0.03 Output | 3.42e-05 | 3.42e-05 | 3.42e-05 | 0.0 | 0.00 Modify | 0.18059 | 0.18059 | 0.18059 | 0.0 | 0.17 Other | | 0.018 | | | 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: 360460.0 ave 360460 max 360460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360460 Ave neighs/atom = 90.115000 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.792154645914, Press = -0.0935665429113141 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -17448.917 -17448.917 -17622.26 -17622.26 335.34428 335.34428 44198.453 44198.453 324.30812 324.30812 36000 -17452.8 -17452.8 -17626.566 -17626.566 336.16368 336.16368 44146.107 44146.107 1990.6397 1990.6397 Loop time of 106.423 on 1 procs for 1000 steps with 4000 atoms Performance: 0.812 ns/day, 29.562 hours/ns, 9.396 timesteps/s 87.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.18 | 106.18 | 106.18 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041028 | 0.041028 | 0.041028 | 0.0 | 0.04 Output | 2.68e-05 | 2.68e-05 | 2.68e-05 | 0.0 | 0.00 Modify | 0.18197 | 0.18197 | 0.18197 | 0.0 | 0.17 Other | | 0.01807 | | | 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: 360874.0 ave 360874 max 360874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360874 Ave neighs/atom = 90.218500 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.824405812824, Press = -1.40718073625528 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -17452.8 -17452.8 -17626.566 -17626.566 336.16368 336.16368 44146.107 44146.107 1990.6397 1990.6397 37000 -17452.672 -17452.672 -17625.23 -17625.23 333.8244 333.8244 44219.568 44219.568 -934.98644 -934.98644 Loop time of 106.687 on 1 procs for 1000 steps with 4000 atoms Performance: 0.810 ns/day, 29.635 hours/ns, 9.373 timesteps/s 87.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 | 106.47 | 106.47 | 106.47 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036622 | 0.036622 | 0.036622 | 0.0 | 0.03 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.16064 | 0.16064 | 0.16064 | 0.0 | 0.15 Other | | 0.02018 | | | 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: 361902.0 ave 361902 max 361902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361902 Ave neighs/atom = 90.475500 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.849146720018, Press = -2.94423948772001 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -17452.672 -17452.672 -17625.23 -17625.23 333.8244 333.8244 44219.568 44219.568 -934.98644 -934.98644 38000 -17450.006 -17450.006 -17623.623 -17623.623 335.87399 335.87399 44249.197 44249.197 -2020.4968 -2020.4968 Loop time of 108.601 on 1 procs for 1000 steps with 4000 atoms Performance: 0.796 ns/day, 30.167 hours/ns, 9.208 timesteps/s 85.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 108.35 | 108.35 | 108.35 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036589 | 0.036589 | 0.036589 | 0.0 | 0.03 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.19979 | 0.19979 | 0.19979 | 0.0 | 0.18 Other | | 0.01812 | | | 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: 360406.0 ave 360406 max 360406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360406 Ave neighs/atom = 90.101500 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.921588850038, Press = -0.347458453950629 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -17450.006 -17450.006 -17623.623 -17623.623 335.87399 335.87399 44249.197 44249.197 -2020.4968 -2020.4968 39000 -17452.156 -17452.156 -17623.476 -17623.476 331.43041 331.43041 44189.734 44189.734 434.73617 434.73617 Loop time of 102.333 on 1 procs for 1000 steps with 4000 atoms Performance: 0.844 ns/day, 28.426 hours/ns, 9.772 timesteps/s 91.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 102.1 | 102.1 | 102.1 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036176 | 0.036176 | 0.036176 | 0.0 | 0.04 Output | 3.49e-05 | 3.49e-05 | 3.49e-05 | 0.0 | 0.00 Modify | 0.17929 | 0.17929 | 0.17929 | 0.0 | 0.18 Other | | 0.01798 | | | 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: 360266.0 ave 360266 max 360266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360266 Ave neighs/atom = 90.066500 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.944489023258, Press = 0.210487593738195 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -17452.156 -17452.156 -17623.476 -17623.476 331.43041 331.43041 44189.734 44189.734 434.73617 434.73617 40000 -17454.297 -17454.297 -17627.089 -17627.089 334.27644 334.27644 44182.373 44182.373 432.89563 432.89563 Loop time of 99.042 on 1 procs for 1000 steps with 4000 atoms Performance: 0.872 ns/day, 27.512 hours/ns, 10.097 timesteps/s 94.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 98.806 | 98.806 | 98.806 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036748 | 0.036748 | 0.036748 | 0.0 | 0.04 Output | 2.68e-05 | 2.68e-05 | 2.68e-05 | 0.0 | 0.00 Modify | 0.18147 | 0.18147 | 0.18147 | 0.0 | 0.18 Other | | 0.01817 | | | 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: 361408.0 ave 361408 max 361408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361408 Ave neighs/atom = 90.352000 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.022796873989, Press = -1.19997413670262 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -17454.297 -17454.297 -17627.089 -17627.089 334.27644 334.27644 44182.373 44182.373 432.89563 432.89563 41000 -17450.345 -17450.345 -17625.083 -17625.083 338.04271 338.04271 44197.646 44197.646 42.227307 42.227307 Loop time of 99.3812 on 1 procs for 1000 steps with 4000 atoms Performance: 0.869 ns/day, 27.606 hours/ns, 10.062 timesteps/s 93.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 | 99.143 | 99.143 | 99.143 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056991 | 0.056991 | 0.056991 | 0.0 | 0.06 Output | 2.78e-05 | 2.78e-05 | 2.78e-05 | 0.0 | 0.00 Modify | 0.16275 | 0.16275 | 0.16275 | 0.0 | 0.16 Other | | 0.01804 | | | 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: 361070.0 ave 361070 max 361070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 361070 Ave neighs/atom = 90.267500 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.046972455208, Press = -1.06591243957256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -17450.345 -17450.345 -17625.083 -17625.083 338.04271 338.04271 44197.646 44197.646 42.227307 42.227307 42000 -17455.099 -17455.099 -17625.925 -17625.925 330.47436 330.47436 44199.222 44199.222 -154.53465 -154.53465 Loop time of 99.503 on 1 procs for 1000 steps with 4000 atoms Performance: 0.868 ns/day, 27.640 hours/ns, 10.050 timesteps/s 93.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 | 99.288 | 99.288 | 99.288 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036727 | 0.036727 | 0.036727 | 0.0 | 0.04 Output | 3.34e-05 | 3.34e-05 | 3.34e-05 | 0.0 | 0.00 Modify | 0.1607 | 0.1607 | 0.1607 | 0.0 | 0.16 Other | | 0.01775 | | | 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: 360926.0 ave 360926 max 360926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360926 Ave neighs/atom = 90.231500 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.025641231802, Press = -0.974285334625782 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -17455.099 -17455.099 -17625.925 -17625.925 330.47436 330.47436 44199.222 44199.222 -154.53465 -154.53465 43000 -17460.551 -17460.551 -17630.109 -17630.109 328.0196 328.0196 44195.062 44195.062 -529.57126 -529.57126 Loop time of 98.1911 on 1 procs for 1000 steps with 4000 atoms Performance: 0.880 ns/day, 27.275 hours/ns, 10.184 timesteps/s 93.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 | 97.972 | 97.972 | 97.972 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036577 | 0.036577 | 0.036577 | 0.0 | 0.04 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.16444 | 0.16444 | 0.16444 | 0.0 | 0.17 Other | | 0.01776 | | | 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: 360688.0 ave 360688 max 360688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360688 Ave neighs/atom = 90.172000 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.028910023533, Press = -0.542920195672031 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.607 | 4.607 | 4.607 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -17460.551 -17460.551 -17630.109 -17630.109 328.0196 328.0196 44195.062 44195.062 -529.57126 -529.57126 44000 -17452.216 -17452.216 -17624.351 -17624.351 333.00705 333.00705 44174.651 44174.651 1015.6368 1015.6368 Loop time of 98.1623 on 1 procs for 1000 steps with 4000 atoms Performance: 0.880 ns/day, 27.267 hours/ns, 10.187 timesteps/s 94.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 | 97.946 | 97.946 | 97.946 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036843 | 0.036843 | 0.036843 | 0.0 | 0.04 Output | 5.57e-05 | 5.57e-05 | 5.57e-05 | 0.0 | 0.00 Modify | 0.16019 | 0.16019 | 0.16019 | 0.0 | 0.16 Other | | 0.01929 | | | 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: 360220.0 ave 360220 max 360220 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 360220 Ave neighs/atom = 90.055000 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.1213397541 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0