# 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.565719813108445*${_u_distance} variable latticeconst_converted equal 3.565719813108445*1 lattice diamond ${latticeconst_converted} lattice diamond 3.56571981310845 Lattice spacing in x,y,z = 3.5657198 3.5657198 3.5657198 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.657198 35.657198 35.657198) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.657198 35.657198 35.657198) create_atoms CPU = 0.008 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions C #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_PlummerTucker_2019_TiAlC__MO_736419017411_000 pair_coeff * * C #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 45335.8374670428 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45335.8374670428/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45335.8374670428/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 45335.8374670428/(1*1*${_u_distance}) variable V0_metal equal 45335.8374670428/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 45335.8374670428*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 45335.8374670428 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 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_736419017411_000#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58641.062 -58641.062 -58985.523 -58985.523 333.15 333.15 45335.837 45335.837 8115.6805 8115.6805 1000 -58263.915 -58263.915 -58613.138 -58613.138 337.75515 337.75515 45636.549 45636.549 -3532.5732 -3532.5732 Loop time of 389.359 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 108.155 hours/ns, 2.568 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 | 387.52 | 387.52 | 387.52 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29543 | 0.29543 | 0.29543 | 0.0 | 0.08 Output | 0.00026737 | 0.00026737 | 0.00026737 | 0.0 | 0.00 Modify | 1.3736 | 1.3736 | 1.3736 | 0.0 | 0.35 Other | | 0.1734 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58263.915 -58263.915 -58613.138 -58613.138 337.75515 337.75515 45636.549 45636.549 -3532.5732 -3532.5732 2000 -58299.492 -58299.492 -58632.033 -58632.033 321.62093 321.62093 45567.548 45567.548 1752.2007 1752.2007 Loop time of 398.159 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.600 hours/ns, 2.512 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 | 396.25 | 396.25 | 396.25 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3002 | 0.3002 | 0.3002 | 0.0 | 0.08 Output | 0.00026043 | 0.00026043 | 0.00026043 | 0.0 | 0.00 Modify | 1.4317 | 1.4317 | 1.4317 | 0.0 | 0.36 Other | | 0.1765 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58299.492 -58299.492 -58632.033 -58632.033 321.62093 321.62093 45567.548 45567.548 1752.2007 1752.2007 3000 -58284.717 -58284.717 -58640.057 -58640.057 343.67124 343.67124 45596.235 45596.235 -633.36001 -633.36001 Loop time of 393.933 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.426 hours/ns, 2.539 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 | 392.07 | 392.07 | 392.07 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29652 | 0.29652 | 0.29652 | 0.0 | 0.08 Output | 0.00026103 | 0.00026103 | 0.00026103 | 0.0 | 0.00 Modify | 1.3926 | 1.3926 | 1.3926 | 0.0 | 0.35 Other | | 0.1739 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58284.717 -58284.717 -58640.057 -58640.057 343.67124 343.67124 45596.235 45596.235 -633.36001 -633.36001 4000 -58287.834 -58287.834 -58623.96 -58623.96 325.08836 325.08836 45589.732 45589.732 252.0683 252.0683 Loop time of 395.412 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.837 hours/ns, 2.529 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 | 393.54 | 393.54 | 393.54 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29525 | 0.29525 | 0.29525 | 0.0 | 0.07 Output | 0.00026426 | 0.00026426 | 0.00026426 | 0.0 | 0.00 Modify | 1.4079 | 1.4079 | 1.4079 | 0.0 | 0.36 Other | | 0.1735 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58287.834 -58287.834 -58623.96 -58623.96 325.08836 325.08836 45589.732 45589.732 252.0683 252.0683 5000 -58293.192 -58293.192 -58637.331 -58637.331 332.83899 332.83899 45572.553 45572.553 1341.0124 1341.0124 Loop time of 405.976 on 1 procs for 1000 steps with 8000 atoms Performance: 0.213 ns/day, 112.771 hours/ns, 2.463 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 | 404.03 | 404.03 | 404.03 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30131 | 0.30131 | 0.30131 | 0.0 | 0.07 Output | 0.0002268 | 0.0002268 | 0.0002268 | 0.0 | 0.00 Modify | 1.4684 | 1.4684 | 1.4684 | 0.0 | 0.36 Other | | 0.1783 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.831527135689, Press = 670.508080121958 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58293.192 -58293.192 -58637.331 -58637.331 332.83899 332.83899 45572.553 45572.553 1341.0124 1341.0124 6000 -58282.614 -58282.614 -58637.832 -58637.832 343.55403 343.55403 45630.032 45630.032 -3814.4769 -3814.4769 Loop time of 400.887 on 1 procs for 1000 steps with 8000 atoms Performance: 0.216 ns/day, 111.358 hours/ns, 2.494 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 398.92 | 398.92 | 398.92 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30057 | 0.30057 | 0.30057 | 0.0 | 0.07 Output | 0.00026652 | 0.00026652 | 0.00026652 | 0.0 | 0.00 Modify | 1.4839 | 1.4839 | 1.4839 | 0.0 | 0.37 Other | | 0.1783 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.727295014897, Press = -55.4216945293322 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58282.614 -58282.614 -58637.832 -58637.832 343.55403 343.55403 45630.032 45630.032 -3814.4769 -3814.4769 7000 -58294.901 -58294.901 -58631.789 -58631.789 325.82562 325.82562 45540.989 45540.989 4163.5265 4163.5265 Loop time of 418.093 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 116.137 hours/ns, 2.392 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 416.04 | 416.04 | 416.04 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31115 | 0.31115 | 0.31115 | 0.0 | 0.07 Output | 0.0002737 | 0.0002737 | 0.0002737 | 0.0 | 0.00 Modify | 1.5551 | 1.5551 | 1.5551 | 0.0 | 0.37 Other | | 0.1842 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.974545408494, Press = 25.0070230047054 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58294.901 -58294.901 -58631.789 -58631.789 325.82562 325.82562 45540.989 45540.989 4163.5265 4163.5265 8000 -58284.023 -58284.023 -58625.713 -58625.713 330.46905 330.46905 45608.127 45608.127 -1568.1323 -1568.1323 Loop time of 418.166 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 116.157 hours/ns, 2.391 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 | 416.12 | 416.12 | 416.12 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30872 | 0.30872 | 0.30872 | 0.0 | 0.07 Output | 0.0002275 | 0.0002275 | 0.0002275 | 0.0 | 0.00 Modify | 1.5537 | 1.5537 | 1.5537 | 0.0 | 0.37 Other | | 0.1841 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26402e+06 ave 1.26402e+06 max 1.26402e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264018 Ave neighs/atom = 158.00225 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.097019467759, Press = 5.11293318054041 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58284.023 -58284.023 -58625.713 -58625.713 330.46905 330.46905 45608.127 45608.127 -1568.1323 -1568.1323 9000 -58290.865 -58290.865 -58632.923 -58632.923 330.82588 330.82588 45574.395 45574.395 1164.0998 1164.0998 Loop time of 412.084 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.468 hours/ns, 2.427 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 410.06 | 410.06 | 410.06 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30648 | 0.30648 | 0.30648 | 0.0 | 0.07 Output | 0.00029097 | 0.00029097 | 0.00029097 | 0.0 | 0.00 Modify | 1.538 | 1.538 | 1.538 | 0.0 | 0.37 Other | | 0.183 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.012645524351, Press = 1.78008698719267 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58290.865 -58290.865 -58632.923 -58632.923 330.82588 330.82588 45574.395 45574.395 1164.0998 1164.0998 10000 -58291.769 -58291.769 -58633.26 -58633.26 330.27795 330.27795 45601.737 45601.737 -1338.6255 -1338.6255 Loop time of 409.318 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.699 hours/ns, 2.443 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 | 407.32 | 407.32 | 407.32 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30468 | 0.30468 | 0.30468 | 0.0 | 0.07 Output | 0.00022746 | 0.00022746 | 0.00022746 | 0.0 | 0.00 Modify | 1.5094 | 1.5094 | 1.5094 | 0.0 | 0.37 Other | | 0.1812 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.120736503966, Press = 7.77542791565439 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58291.769 -58291.769 -58633.26 -58633.26 330.27795 330.27795 45601.737 45601.737 -1338.6255 -1338.6255 11000 -58284.299 -58284.299 -58627.148 -58627.148 331.59112 331.59112 45579.004 45579.004 1107.3722 1107.3722 Loop time of 412.274 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.521 hours/ns, 2.426 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 | 410.26 | 410.26 | 410.26 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30658 | 0.30658 | 0.30658 | 0.0 | 0.07 Output | 0.00022408 | 0.00022408 | 0.00022408 | 0.0 | 0.00 Modify | 1.522 | 1.522 | 1.522 | 0.0 | 0.37 Other | | 0.1822 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.985283048892, Press = -8.71754974214912 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58284.299 -58284.299 -58627.148 -58627.148 331.59112 331.59112 45579.004 45579.004 1107.3722 1107.3722 12000 -58294.221 -58294.221 -58634.343 -58634.343 328.95388 328.95388 45586.541 45586.541 -108.85418 -108.85418 Loop time of 414.1 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 115.028 hours/ns, 2.415 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 412.09 | 412.09 | 412.09 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30564 | 0.30564 | 0.30564 | 0.0 | 0.07 Output | 0.0002674 | 0.0002674 | 0.0002674 | 0.0 | 0.00 Modify | 1.5236 | 1.5236 | 1.5236 | 0.0 | 0.37 Other | | 0.1818 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.950073354231, Press = 18.4400644484102 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58294.221 -58294.221 -58634.343 -58634.343 328.95388 328.95388 45586.541 45586.541 -108.85418 -108.85418 13000 -58286.171 -58286.171 -58635.167 -58635.167 337.53546 337.53546 45604.124 45604.124 -1696.7607 -1696.7607 Loop time of 408.376 on 1 procs for 1000 steps with 8000 atoms Performance: 0.212 ns/day, 113.438 hours/ns, 2.449 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 | 406.39 | 406.39 | 406.39 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30248 | 0.30248 | 0.30248 | 0.0 | 0.07 Output | 0.00031073 | 0.00031073 | 0.00031073 | 0.0 | 0.00 Modify | 1.5023 | 1.5023 | 1.5023 | 0.0 | 0.37 Other | | 0.1803 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.816891243998, Press = -8.00295116645197 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58286.171 -58286.171 -58635.167 -58635.167 337.53546 337.53546 45604.124 45604.124 -1696.7607 -1696.7607 14000 -58299.556 -58299.556 -58645.477 -58645.477 334.56219 334.56219 45578.36 45578.36 441.35283 441.35283 Loop time of 409.247 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.680 hours/ns, 2.444 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 407.27 | 407.27 | 407.27 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30118 | 0.30118 | 0.30118 | 0.0 | 0.07 Output | 0.00033788 | 0.00033788 | 0.00033788 | 0.0 | 0.00 Modify | 1.4966 | 1.4966 | 1.4966 | 0.0 | 0.37 Other | | 0.1791 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.792983574793, Press = 3.89741597432745 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58299.556 -58299.556 -58645.477 -58645.477 334.56219 334.56219 45578.36 45578.36 441.35283 441.35283 15000 -58285.869 -58285.869 -58635.234 -58635.234 337.89226 337.89226 45599.5 45599.5 -1088.0568 -1088.0568 Loop time of 418.615 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.282 hours/ns, 2.389 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 416.57 | 416.57 | 416.57 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30851 | 0.30851 | 0.30851 | 0.0 | 0.07 Output | 0.00023211 | 0.00023211 | 0.00023211 | 0.0 | 0.00 Modify | 1.5505 | 1.5505 | 1.5505 | 0.0 | 0.37 Other | | 0.1828 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.724435348899, Press = 0.169974022240619 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58285.869 -58285.869 -58635.234 -58635.234 337.89226 337.89226 45599.5 45599.5 -1088.0568 -1088.0568 16000 -58288.952 -58288.952 -58630.003 -58630.003 329.85162 329.85162 45572.695 45572.695 1722.201 1722.201 Loop time of 417.487 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 115.969 hours/ns, 2.395 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 | 415.44 | 415.44 | 415.44 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3084 | 0.3084 | 0.3084 | 0.0 | 0.07 Output | 0.0002353 | 0.0002353 | 0.0002353 | 0.0 | 0.00 Modify | 1.5528 | 1.5528 | 1.5528 | 0.0 | 0.37 Other | | 0.1821 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.72684314644, Press = 1.46924874187594 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58288.952 -58288.952 -58630.003 -58630.003 329.85162 329.85162 45572.695 45572.695 1722.201 1722.201 17000 -58294.179 -58294.179 -58636.22 -58636.22 330.80958 330.80958 45619.19 45619.19 -2964.4071 -2964.4071 Loop time of 419.789 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.608 hours/ns, 2.382 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 | 417.73 | 417.73 | 417.73 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30899 | 0.30899 | 0.30899 | 0.0 | 0.07 Output | 0.00027 | 0.00027 | 0.00027 | 0.0 | 0.00 Modify | 1.5624 | 1.5624 | 1.5624 | 0.0 | 0.37 Other | | 0.1832 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.744311687399, Press = 3.69497156895143 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58294.179 -58294.179 -58636.22 -58636.22 330.80958 330.80958 45619.19 45619.19 -2964.4071 -2964.4071 18000 -58289.544 -58289.544 -58639.26 -58639.26 338.23246 338.23246 45565.749 45565.749 2027.6046 2027.6046 Loop time of 415.139 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.316 hours/ns, 2.409 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 | 413.09 | 413.09 | 413.09 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31062 | 0.31062 | 0.31062 | 0.0 | 0.07 Output | 0.00022542 | 0.00022542 | 0.00022542 | 0.0 | 0.00 Modify | 1.553 | 1.553 | 1.553 | 0.0 | 0.37 Other | | 0.1843 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.68070673052, Press = -5.06478193379701 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58289.544 -58289.544 -58639.26 -58639.26 338.23246 338.23246 45565.749 45565.749 2027.6046 2027.6046 19000 -58290.478 -58290.478 -58633.921 -58633.921 332.16545 332.16545 45591.371 45591.371 -373.05011 -373.05011 Loop time of 411.381 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.273 hours/ns, 2.431 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 409.4 | 409.4 | 409.4 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3053 | 0.3053 | 0.3053 | 0.0 | 0.07 Output | 0.00033655 | 0.00033655 | 0.00033655 | 0.0 | 0.00 Modify | 1.4943 | 1.4943 | 1.4943 | 0.0 | 0.36 Other | | 0.1783 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.738974281748, Press = 6.23026471313465 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58290.478 -58290.478 -58633.921 -58633.921 332.16545 332.16545 45591.371 45591.371 -373.05011 -373.05011 20000 -58286.523 -58286.523 -58628.213 -58628.213 330.47049 330.47049 45598.285 45598.285 -827.3115 -827.3115 Loop time of 415.176 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.327 hours/ns, 2.409 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 413.17 | 413.17 | 413.17 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30856 | 0.30856 | 0.30856 | 0.0 | 0.07 Output | 0.00022728 | 0.00022728 | 0.00022728 | 0.0 | 0.00 Modify | 1.521 | 1.521 | 1.521 | 0.0 | 0.37 Other | | 0.1812 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.731698409472, Press = -3.14515979565622 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58286.523 -58286.523 -58628.213 -58628.213 330.47049 330.47049 45598.285 45598.285 -827.3115 -827.3115 21000 -58295.736 -58295.736 -58634.85 -58634.85 327.97891 327.97891 45573.29 45573.29 1274.8408 1274.8408 Loop time of 416.189 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.608 hours/ns, 2.403 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 | 414.15 | 414.15 | 414.15 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30738 | 0.30738 | 0.30738 | 0.0 | 0.07 Output | 0.0002258 | 0.0002258 | 0.0002258 | 0.0 | 0.00 Modify | 1.5448 | 1.5448 | 1.5448 | 0.0 | 0.37 Other | | 0.1839 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.660020334594, Press = 2.91078398788109 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58295.736 -58295.736 -58634.85 -58634.85 327.97891 327.97891 45573.29 45573.29 1274.8408 1274.8408 22000 -58286.83 -58286.83 -58632.351 -58632.351 334.17447 334.17447 45595.506 45595.506 -660.59235 -660.59235 Loop time of 417.269 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 115.908 hours/ns, 2.397 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 | 415.22 | 415.22 | 415.22 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30861 | 0.30861 | 0.30861 | 0.0 | 0.07 Output | 0.00030239 | 0.00030239 | 0.00030239 | 0.0 | 0.00 Modify | 1.5542 | 1.5542 | 1.5542 | 0.0 | 0.37 Other | | 0.1838 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.627197561606, Press = 0.322366362353536 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58286.83 -58286.83 -58632.351 -58632.351 334.17447 334.17447 45595.506 45595.506 -660.59235 -660.59235 23000 -58282.469 -58282.469 -58623.205 -58623.205 329.54788 329.54788 45587.633 45587.633 503.63246 503.63246 Loop time of 407.441 on 1 procs for 1000 steps with 8000 atoms Performance: 0.212 ns/day, 113.178 hours/ns, 2.454 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 405.47 | 405.47 | 405.47 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30345 | 0.30345 | 0.30345 | 0.0 | 0.07 Output | 0.00027521 | 0.00027521 | 0.00027521 | 0.0 | 0.00 Modify | 1.4937 | 1.4937 | 1.4937 | 0.0 | 0.37 Other | | 0.1786 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.619007276851, Press = 0.924730804023509 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58282.469 -58282.469 -58623.205 -58623.205 329.54788 329.54788 45587.633 45587.633 503.63246 503.63246 24000 -58291.563 -58291.563 -58635.036 -58635.036 332.19456 332.19456 45594.852 45594.852 -772.67788 -772.67788 Loop time of 408.676 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.521 hours/ns, 2.447 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 406.69 | 406.69 | 406.69 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30364 | 0.30364 | 0.30364 | 0.0 | 0.07 Output | 0.00022469 | 0.00022469 | 0.00022469 | 0.0 | 0.00 Modify | 1.5055 | 1.5055 | 1.5055 | 0.0 | 0.37 Other | | 0.1796 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.695932014082, Press = 0.736743033342959 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58291.563 -58291.563 -58635.036 -58635.036 332.19456 332.19456 45594.852 45594.852 -772.67788 -772.67788 25000 -58286.168 -58286.168 -58634.288 -58634.288 336.68819 336.68819 45580.94 45580.94 758.43264 758.43264 Loop time of 409.131 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.647 hours/ns, 2.444 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 | 407.14 | 407.14 | 407.14 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30493 | 0.30493 | 0.30493 | 0.0 | 0.07 Output | 0.00027538 | 0.00027538 | 0.00027538 | 0.0 | 0.00 Modify | 1.5037 | 1.5037 | 1.5037 | 0.0 | 0.37 Other | | 0.1794 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.797570034278, Press = -0.755478679083803 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58286.168 -58286.168 -58634.288 -58634.288 336.68819 336.68819 45580.94 45580.94 758.43264 758.43264 26000 -58284.137 -58284.137 -58627.12 -58627.12 331.72061 331.72061 45595.231 45595.231 -525.0385 -525.0385 Loop time of 412.34 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.539 hours/ns, 2.425 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 | 410.33 | 410.33 | 410.33 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30481 | 0.30481 | 0.30481 | 0.0 | 0.07 Output | 0.00023256 | 0.00023256 | 0.00023256 | 0.0 | 0.00 Modify | 1.5259 | 1.5259 | 1.5259 | 0.0 | 0.37 Other | | 0.18 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.838312377444, Press = 3.00934293719007 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -58284.137 -58284.137 -58627.12 -58627.12 331.72061 331.72061 45595.231 45595.231 -525.0385 -525.0385 27000 -58295.208 -58295.208 -58636.195 -58636.195 329.79022 329.79022 45593.81 45593.81 -625.56676 -625.56676 Loop time of 411.838 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.399 hours/ns, 2.428 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 | 409.81 | 409.81 | 409.81 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30738 | 0.30738 | 0.30738 | 0.0 | 0.07 Output | 0.00022301 | 0.00022301 | 0.00022301 | 0.0 | 0.00 Modify | 1.5412 | 1.5412 | 1.5412 | 0.0 | 0.37 Other | | 0.1837 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.860001673834, Press = -3.12158101853338 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -58295.208 -58295.208 -58636.195 -58636.195 329.79022 329.79022 45593.81 45593.81 -625.56676 -625.56676 28000 -58288.122 -58288.122 -58631.916 -58631.916 332.50493 332.50493 45563.212 45563.212 2589.7919 2589.7919 Loop time of 412.175 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.493 hours/ns, 2.426 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 | 410.17 | 410.17 | 410.17 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30671 | 0.30671 | 0.30671 | 0.0 | 0.07 Output | 0.00031625 | 0.00031625 | 0.00031625 | 0.0 | 0.00 Modify | 1.5183 | 1.5183 | 1.5183 | 0.0 | 0.37 Other | | 0.1804 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.854674774216, Press = 4.08677240555547 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -58288.122 -58288.122 -58631.916 -58631.916 332.50493 332.50493 45563.212 45563.212 2589.7919 2589.7919 29000 -58289.988 -58289.988 -58633.693 -58633.693 332.41873 332.41873 45626.505 45626.505 -3743.269 -3743.269 Loop time of 408.626 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.507 hours/ns, 2.447 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 406.62 | 406.62 | 406.62 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30514 | 0.30514 | 0.30514 | 0.0 | 0.07 Output | 0.00022228 | 0.00022228 | 0.00022228 | 0.0 | 0.00 Modify | 1.5242 | 1.5242 | 1.5242 | 0.0 | 0.37 Other | | 0.1801 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.797219895034, Press = -1.68944545936605 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -58289.988 -58289.988 -58633.693 -58633.693 332.41873 332.41873 45626.505 45626.505 -3743.269 -3743.269 30000 -58289.662 -58289.662 -58635.22 -58635.22 334.21044 334.21044 45569.87 45569.87 1759.3708 1759.3708 Loop time of 415.384 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.385 hours/ns, 2.407 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 413.36 | 413.36 | 413.36 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30856 | 0.30856 | 0.30856 | 0.0 | 0.07 Output | 0.00026512 | 0.00026512 | 0.00026512 | 0.0 | 0.00 Modify | 1.5328 | 1.5328 | 1.5328 | 0.0 | 0.37 Other | | 0.1809 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.805916738846, Press = 0.41798649302699 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -58289.662 -58289.662 -58635.22 -58635.22 334.21044 334.21044 45569.87 45569.87 1759.3708 1759.3708 31000 -58282.814 -58282.814 -58630.887 -58630.887 336.64299 336.64299 45600.386 45600.386 -943.73855 -943.73855 Loop time of 403.587 on 1 procs for 1000 steps with 8000 atoms Performance: 0.214 ns/day, 112.108 hours/ns, 2.478 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 | 401.63 | 401.63 | 401.63 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3004 | 0.3004 | 0.3004 | 0.0 | 0.07 Output | 0.00022898 | 0.00022898 | 0.00022898 | 0.0 | 0.00 Modify | 1.4837 | 1.4837 | 1.4837 | 0.0 | 0.37 Other | | 0.1771 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.835631203657, Press = 0.773156903394658 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -58282.814 -58282.814 -58630.887 -58630.887 336.64299 336.64299 45600.386 45600.386 -943.73855 -943.73855 32000 -58287.946 -58287.946 -58632.462 -58632.462 333.20321 333.20321 45579.87 45579.87 933.34311 933.34311 Loop time of 414.403 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.112 hours/ns, 2.413 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 | 412.38 | 412.38 | 412.38 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3065 | 0.3065 | 0.3065 | 0.0 | 0.07 Output | 0.00030909 | 0.00030909 | 0.00030909 | 0.0 | 0.00 Modify | 1.5302 | 1.5302 | 1.5302 | 0.0 | 0.37 Other | | 0.1821 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.871586501251, Press = -0.509097312098582 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -58287.946 -58287.946 -58632.462 -58632.462 333.20321 333.20321 45579.87 45579.87 933.34311 933.34311 33000 -58283.948 -58283.948 -58633.467 -58633.467 338.04165 338.04165 45600.137 45600.137 -1017.9351 -1017.9351 Loop time of 418.038 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 116.122 hours/ns, 2.392 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 416 | 416 | 416 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30982 | 0.30982 | 0.30982 | 0.0 | 0.07 Output | 0.00022319 | 0.00022319 | 0.00022319 | 0.0 | 0.00 Modify | 1.5428 | 1.5428 | 1.5428 | 0.0 | 0.37 Other | | 0.1831 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.934046376138, Press = 3.08742356292065 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -58283.948 -58283.948 -58633.467 -58633.467 338.04165 338.04165 45600.137 45600.137 -1017.9351 -1017.9351 34000 -58284.904 -58284.904 -58633.798 -58633.798 337.43677 337.43677 45599.379 45599.379 -1099.4288 -1099.4288 Loop time of 418.499 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.250 hours/ns, 2.389 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 | 416.45 | 416.45 | 416.45 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.312 | 0.312 | 0.312 | 0.0 | 0.07 Output | 0.00030669 | 0.00030669 | 0.00030669 | 0.0 | 0.00 Modify | 1.5521 | 1.5521 | 1.5521 | 0.0 | 0.37 Other | | 0.1845 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.923539363449, Press = -3.90459097844063 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -58284.904 -58284.904 -58633.798 -58633.798 337.43677 337.43677 45599.379 45599.379 -1099.4288 -1099.4288 35000 -58296.226 -58296.226 -58634.956 -58634.956 327.60749 327.60749 45568.127 45568.127 1731.5286 1731.5286 Loop time of 422.387 on 1 procs for 1000 steps with 8000 atoms Performance: 0.205 ns/day, 117.330 hours/ns, 2.367 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 | 420.3 | 420.3 | 420.3 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31484 | 0.31484 | 0.31484 | 0.0 | 0.07 Output | 0.00035086 | 0.00035086 | 0.00035086 | 0.0 | 0.00 Modify | 1.5876 | 1.5876 | 1.5876 | 0.0 | 0.38 Other | | 0.1851 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264010 Ave neighs/atom = 158.00125 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.893995329624, Press = 3.05881728235404 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -58296.226 -58296.226 -58634.956 -58634.956 327.60749 327.60749 45568.127 45568.127 1731.5286 1731.5286 36000 -58287.607 -58287.607 -58634.42 -58634.42 335.42467 335.42467 45610.156 45610.156 -1949.6625 -1949.6625 Loop time of 415.066 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.296 hours/ns, 2.409 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 413.04 | 413.04 | 413.04 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30727 | 0.30727 | 0.30727 | 0.0 | 0.07 Output | 0.00026935 | 0.00026935 | 0.00026935 | 0.0 | 0.00 Modify | 1.5339 | 1.5339 | 1.5339 | 0.0 | 0.37 Other | | 0.1819 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.867991343394, Press = -0.886062081524474 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -58287.607 -58287.607 -58634.42 -58634.42 335.42467 335.42467 45610.156 45610.156 -1949.6625 -1949.6625 37000 -58292.828 -58292.828 -58634.538 -58634.538 330.48873 330.48873 45566.366 45566.366 2073.6149 2073.6149 Loop time of 413.153 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.765 hours/ns, 2.420 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 411.14 | 411.14 | 411.14 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30483 | 0.30483 | 0.30483 | 0.0 | 0.07 Output | 0.00022403 | 0.00022403 | 0.00022403 | 0.0 | 0.00 Modify | 1.5241 | 1.5241 | 1.5241 | 0.0 | 0.37 Other | | 0.1807 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.835743818106, Press = 0.925724828954595 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -58292.828 -58292.828 -58634.538 -58634.538 330.48873 330.48873 45566.366 45566.366 2073.6149 2073.6149 38000 -58289.094 -58289.094 -58635.002 -58635.002 334.54998 334.54998 45607.014 45607.014 -1752.496 -1752.496 Loop time of 413.124 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.757 hours/ns, 2.421 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 411.12 | 411.12 | 411.12 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3054 | 0.3054 | 0.3054 | 0.0 | 0.07 Output | 0.00022732 | 0.00022732 | 0.00022732 | 0.0 | 0.00 Modify | 1.5196 | 1.5196 | 1.5196 | 0.0 | 0.37 Other | | 0.181 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.839488952385, Press = 0.54168075561058 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -58289.094 -58289.094 -58635.002 -58635.002 334.54998 334.54998 45607.014 45607.014 -1752.496 -1752.496 39000 -58284.926 -58284.926 -58629.248 -58629.248 333.01583 333.01583 45565.37 45565.37 2633.7107 2633.7107 Loop time of 414.565 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.157 hours/ns, 2.412 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 | 412.54 | 412.54 | 412.54 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31013 | 0.31013 | 0.31013 | 0.0 | 0.07 Output | 0.0003593 | 0.0003593 | 0.0003593 | 0.0 | 0.00 Modify | 1.5297 | 1.5297 | 1.5297 | 0.0 | 0.37 Other | | 0.1819 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.842993189936, Press = -1.13466988710241 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -58284.926 -58284.926 -58629.248 -58629.248 333.01583 333.01583 45565.37 45565.37 2633.7107 2633.7107 40000 -58294.663 -58294.663 -58633.369 -58633.369 327.58434 327.58434 45602.427 45602.427 -1610.9347 -1610.9347 Loop time of 413.551 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.875 hours/ns, 2.418 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 | 411.51 | 411.51 | 411.51 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31015 | 0.31015 | 0.31015 | 0.0 | 0.07 Output | 0.00027408 | 0.00027408 | 0.00027408 | 0.0 | 0.00 Modify | 1.5449 | 1.5449 | 1.5449 | 0.0 | 0.37 Other | | 0.1823 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.81458621462, Press = 3.51290448946734 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -58294.663 -58294.663 -58633.369 -58633.369 327.58434 327.58434 45602.427 45602.427 -1610.9347 -1610.9347 41000 -58288.863 -58288.863 -58636.053 -58636.053 335.78963 335.78963 45592.837 45592.837 -400.52551 -400.52551 Loop time of 417.592 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 115.998 hours/ns, 2.395 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 | 415.55 | 415.55 | 415.55 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31234 | 0.31234 | 0.31234 | 0.0 | 0.07 Output | 0.00022626 | 0.00022626 | 0.00022626 | 0.0 | 0.00 Modify | 1.5458 | 1.5458 | 1.5458 | 0.0 | 0.37 Other | | 0.1829 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.81622201805, Press = -1.97014565418168 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -58288.863 -58288.863 -58636.053 -58636.053 335.78963 335.78963 45592.837 45592.837 -400.52551 -400.52551 42000 -58295.277 -58295.277 -58633.98 -58633.98 327.58067 327.58067 45574.211 45574.211 1160.4108 1160.4108 Loop time of 406.308 on 1 procs for 1000 steps with 8000 atoms Performance: 0.213 ns/day, 112.863 hours/ns, 2.461 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 | 404.32 | 404.32 | 404.32 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30581 | 0.30581 | 0.30581 | 0.0 | 0.08 Output | 0.00022408 | 0.00022408 | 0.00022408 | 0.0 | 0.00 Modify | 1.5019 | 1.5019 | 1.5019 | 0.0 | 0.37 Other | | 0.1782 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.780889785616, Press = 1.53756827924311 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -58295.277 -58295.277 -58633.98 -58633.98 327.58067 327.58067 45574.211 45574.211 1160.4108 1160.4108 43000 -58286.04 -58286.04 -58630.022 -58630.022 332.68705 332.68705 45603.709 45603.709 -1297.0105 -1297.0105 Loop time of 417.784 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 116.051 hours/ns, 2.394 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 | 415.73 | 415.73 | 415.73 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31375 | 0.31375 | 0.31375 | 0.0 | 0.08 Output | 0.00022419 | 0.00022419 | 0.00022419 | 0.0 | 0.00 Modify | 1.5588 | 1.5588 | 1.5588 | 0.0 | 0.37 Other | | 0.1816 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.774610427994, Press = -0.362220604548979 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -58286.04 -58286.04 -58630.022 -58630.022 332.68705 332.68705 45603.709 45603.709 -1297.0105 -1297.0105 44000 -58288.319 -58288.319 -58635.041 -58635.041 335.33631 335.33631 45566.478 45566.478 2038.4114 2038.4114 Loop time of 412.671 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.631 hours/ns, 2.423 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 | 410.67 | 410.67 | 410.67 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30853 | 0.30853 | 0.30853 | 0.0 | 0.07 Output | 0.00023163 | 0.00023163 | 0.00023163 | 0.0 | 0.00 Modify | 1.5152 | 1.5152 | 1.5152 | 0.0 | 0.37 Other | | 0.1799 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.760883930543, Press = 0.614722945783839 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -58288.319 -58288.319 -58635.041 -58635.041 335.33631 335.33631 45566.478 45566.478 2038.4114 2038.4114 45000 -58294.999 -58294.999 -58636.971 -58636.971 330.74347 330.74347 45613.074 45613.074 -2541.3731 -2541.3731 Loop time of 410.819 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.116 hours/ns, 2.434 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 408.81 | 408.81 | 408.81 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30732 | 0.30732 | 0.30732 | 0.0 | 0.07 Output | 0.00025968 | 0.00025968 | 0.00025968 | 0.0 | 0.00 Modify | 1.5185 | 1.5185 | 1.5185 | 0.0 | 0.37 Other | | 0.1794 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.768849651264, Press = 0.544775394271993 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -58294.999 -58294.999 -58636.971 -58636.971 330.74347 330.74347 45613.074 45613.074 -2541.3731 -2541.3731 46000 -58287.157 -58287.157 -58630.864 -58630.864 332.42073 332.42073 45565.22 45565.22 2388.6727 2388.6727 Loop time of 405.823 on 1 procs for 1000 steps with 8000 atoms Performance: 0.213 ns/day, 112.729 hours/ns, 2.464 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 | 403.87 | 403.87 | 403.87 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30268 | 0.30268 | 0.30268 | 0.0 | 0.07 Output | 0.00036452 | 0.00036452 | 0.00036452 | 0.0 | 0.00 Modify | 1.4759 | 1.4759 | 1.4759 | 0.0 | 0.36 Other | | 0.1766 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.761329913002, Press = -0.725880538819899 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -58287.157 -58287.157 -58630.864 -58630.864 332.42073 332.42073 45565.22 45565.22 2388.6727 2388.6727 47000 -58297.081 -58297.081 -58640.149 -58640.149 331.80304 331.80304 45599.573 45599.573 -1314.5007 -1314.5007 Loop time of 414.401 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.111 hours/ns, 2.413 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 | 412.37 | 412.37 | 412.37 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30984 | 0.30984 | 0.30984 | 0.0 | 0.07 Output | 0.00027542 | 0.00027542 | 0.00027542 | 0.0 | 0.00 Modify | 1.539 | 1.539 | 1.539 | 0.0 | 0.37 Other | | 0.1839 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264010 Ave neighs/atom = 158.00125 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.732859449505, Press = 1.91623128169056 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -58297.081 -58297.081 -58640.149 -58640.149 331.80304 331.80304 45599.573 45599.573 -1314.5007 -1314.5007 48000 -58287.99 -58287.99 -58630.466 -58630.466 331.23015 331.23015 45587.181 45587.181 252.41565 252.41565 Loop time of 419.946 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.652 hours/ns, 2.381 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 | 417.87 | 417.87 | 417.87 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.31414 | 0.31414 | 0.31414 | 0.0 | 0.07 Output | 0.00027059 | 0.00027059 | 0.00027059 | 0.0 | 0.00 Modify | 1.5781 | 1.5781 | 1.5781 | 0.0 | 0.38 Other | | 0.1856 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.734170149199, Press = -1.68645577464967 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -58287.99 -58287.99 -58630.466 -58630.466 331.23015 331.23015 45587.181 45587.181 252.41565 252.41565 49000 -58291.605 -58291.605 -58633.7 -58633.7 330.86215 330.86215 45575.718 45575.718 1058.9623 1058.9623 Loop time of 414.135 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 115.038 hours/ns, 2.415 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 | 412.12 | 412.12 | 412.12 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30619 | 0.30619 | 0.30619 | 0.0 | 0.07 Output | 0.00027782 | 0.00027782 | 0.00027782 | 0.0 | 0.00 Modify | 1.5228 | 1.5228 | 1.5228 | 0.0 | 0.37 Other | | 0.1809 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.706126827441, Press = 2.06053228590011 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -58291.605 -58291.605 -58633.7 -58633.7 330.86215 330.86215 45575.718 45575.718 1058.9623 1058.9623 50000 -58291.92 -58291.92 -58630.768 -58630.768 327.72124 327.72124 45604.099 45604.099 -1569.7394 -1569.7394 Loop time of 396.464 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.129 hours/ns, 2.522 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 | 394.52 | 394.52 | 394.52 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30068 | 0.30068 | 0.30068 | 0.0 | 0.08 Output | 0.00027263 | 0.00027263 | 0.00027263 | 0.0 | 0.00 Modify | 1.4634 | 1.4634 | 1.4634 | 0.0 | 0.37 Other | | 0.176 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.72004810038, Press = -0.835801631444382 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -58291.92 -58291.92 -58630.768 -58630.768 327.72124 327.72124 45604.099 45604.099 -1569.7394 -1569.7394 51000 -58284.727 -58284.727 -58631.568 -58631.568 335.45163 335.45163 45571.013 45571.013 1735.9538 1735.9538 Loop time of 398.077 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.577 hours/ns, 2.512 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 396.15 | 396.15 | 396.15 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29997 | 0.29997 | 0.29997 | 0.0 | 0.08 Output | 0.00022474 | 0.00022474 | 0.00022474 | 0.0 | 0.00 Modify | 1.4562 | 1.4562 | 1.4562 | 0.0 | 0.37 Other | | 0.1757 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.717614622592, Press = 0.698381296715276 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -58284.727 -58284.727 -58631.568 -58631.568 335.45163 335.45163 45571.013 45571.013 1735.9538 1735.9538 52000 -58295.386 -58295.386 -58635.191 -58635.191 328.64659 328.64659 45602.966 45602.966 -1651.3147 -1651.3147 Loop time of 407.845 on 1 procs for 1000 steps with 8000 atoms Performance: 0.212 ns/day, 113.290 hours/ns, 2.452 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 405.85 | 405.85 | 405.85 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30727 | 0.30727 | 0.30727 | 0.0 | 0.08 Output | 0.00030349 | 0.00030349 | 0.00030349 | 0.0 | 0.00 Modify | 1.5075 | 1.5075 | 1.5075 | 0.0 | 0.37 Other | | 0.1802 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.705596059131, Press = 0.177827219111722 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -58295.386 -58295.386 -58635.191 -58635.191 328.64659 328.64659 45602.966 45602.966 -1651.3147 -1651.3147 53000 -58289.409 -58289.409 -58637.685 -58637.685 336.83935 336.83935 45570.654 45570.654 1427.6082 1427.6082 Loop time of 409.051 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.625 hours/ns, 2.445 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 | 407.07 | 407.07 | 407.07 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30401 | 0.30401 | 0.30401 | 0.0 | 0.07 Output | 0.00022243 | 0.00022243 | 0.00022243 | 0.0 | 0.00 Modify | 1.493 | 1.493 | 1.493 | 0.0 | 0.36 Other | | 0.1785 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.699485403007, Press = -0.0636321071469371 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -58289.409 -58289.409 -58637.685 -58637.685 336.83935 336.83935 45570.654 45570.654 1427.6082 1427.6082 54000 -58284.956 -58284.956 -58633.18 -58633.18 336.78934 336.78934 45608.552 45608.552 -1971.8964 -1971.8964 Loop time of 412.766 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.657 hours/ns, 2.423 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 410.73 | 410.73 | 410.73 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30815 | 0.30815 | 0.30815 | 0.0 | 0.07 Output | 0.00022345 | 0.00022345 | 0.00022345 | 0.0 | 0.00 Modify | 1.5443 | 1.5443 | 1.5443 | 0.0 | 0.37 Other | | 0.1825 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.681701680867, Press = 0.988246142702175 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -58284.956 -58284.956 -58633.18 -58633.18 336.78934 336.78934 45608.552 45608.552 -1971.8964 -1971.8964 55000 -58289.847 -58289.847 -58636.049 -58636.049 334.83342 334.83342 45567.756 45567.756 2067.6073 2067.6073 Loop time of 401.589 on 1 procs for 1000 steps with 8000 atoms Performance: 0.215 ns/day, 111.552 hours/ns, 2.490 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 399.63 | 399.63 | 399.63 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30089 | 0.30089 | 0.30089 | 0.0 | 0.07 Output | 0.00027022 | 0.00027022 | 0.00027022 | 0.0 | 0.00 Modify | 1.4836 | 1.4836 | 1.4836 | 0.0 | 0.37 Other | | 0.1782 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.694023991921, Press = -1.81709043082654 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -58289.847 -58289.847 -58636.049 -58636.049 334.83342 334.83342 45567.756 45567.756 2067.6073 2067.6073 56000 -58288.791 -58288.791 -58634.84 -58634.84 334.68576 334.68576 45587.742 45587.742 -51.83291 -51.83291 Loop time of 403.433 on 1 procs for 1000 steps with 8000 atoms Performance: 0.214 ns/day, 112.065 hours/ns, 2.479 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 401.46 | 401.46 | 401.46 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30331 | 0.30331 | 0.30331 | 0.0 | 0.08 Output | 0.00023079 | 0.00023079 | 0.00023079 | 0.0 | 0.00 Modify | 1.4961 | 1.4961 | 1.4961 | 0.0 | 0.37 Other | | 0.1776 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.736035593847, Press = 2.17525999863222 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -58288.791 -58288.791 -58634.84 -58634.84 334.68576 334.68576 45587.742 45587.742 -51.83291 -51.83291 57000 -58280.748 -58280.748 -58628.734 -58628.734 336.55957 336.55957 45601.798 45601.798 -812.60659 -812.60659 Loop time of 406.19 on 1 procs for 1000 steps with 8000 atoms Performance: 0.213 ns/day, 112.831 hours/ns, 2.462 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 | 404.22 | 404.22 | 404.22 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30282 | 0.30282 | 0.30282 | 0.0 | 0.07 Output | 0.00023159 | 0.00023159 | 0.00023159 | 0.0 | 0.00 Modify | 1.488 | 1.488 | 1.488 | 0.0 | 0.37 Other | | 0.1788 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.757886466213, Press = -0.697960959556646 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -58280.748 -58280.748 -58628.734 -58628.734 336.55957 336.55957 45601.798 45601.798 -812.60659 -812.60659 58000 -58290.809 -58290.809 -58636.277 -58636.277 334.12369 334.12369 45575.383 45575.383 1099.8294 1099.8294 Loop time of 397.108 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.308 hours/ns, 2.518 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.17 | 395.17 | 395.17 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2988 | 0.2988 | 0.2988 | 0.0 | 0.08 Output | 0.00027265 | 0.00027265 | 0.00027265 | 0.0 | 0.00 Modify | 1.459 | 1.459 | 1.459 | 0.0 | 0.37 Other | | 0.1768 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.779163428931, Press = 0.762984413235024 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -58290.809 -58290.809 -58636.277 -58636.277 334.12369 334.12369 45575.383 45575.383 1099.8294 1099.8294 59000 -58299.419 -58299.419 -58638.326 -58638.326 327.7782 327.7782 45601.261 45601.261 -1515.3681 -1515.3681 Loop time of 392.925 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 109.146 hours/ns, 2.545 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 391.01 | 391.01 | 391.01 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29793 | 0.29793 | 0.29793 | 0.0 | 0.08 Output | 0.00022239 | 0.00022239 | 0.00022239 | 0.0 | 0.00 Modify | 1.4378 | 1.4378 | 1.4378 | 0.0 | 0.37 Other | | 0.1745 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.776805202321, Press = -0.244301934356805 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -58299.419 -58299.419 -58638.326 -58638.326 327.7782 327.7782 45601.261 45601.261 -1515.3681 -1515.3681 60000 -58286.486 -58286.486 -58631.759 -58631.759 333.93554 333.93554 45566.108 45566.108 2253.4164 2253.4164 Loop time of 394.936 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.705 hours/ns, 2.532 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 393.01 | 393.01 | 393.01 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30052 | 0.30052 | 0.30052 | 0.0 | 0.08 Output | 0.00022229 | 0.00022229 | 0.00022229 | 0.0 | 0.00 Modify | 1.4511 | 1.4511 | 1.4511 | 0.0 | 0.37 Other | | 0.1749 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.764943393117, Press = 0.339472248024001 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -58286.486 -58286.486 -58631.759 -58631.759 333.93554 333.93554 45566.108 45566.108 2253.4164 2253.4164 61000 -58295.55 -58295.55 -58638.938 -58638.938 332.11272 332.11272 45625.85 45625.85 -3778.768 -3778.768 Loop time of 399.423 on 1 procs for 1000 steps with 8000 atoms Performance: 0.216 ns/day, 110.951 hours/ns, 2.504 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 397.47 | 397.47 | 397.47 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30205 | 0.30205 | 0.30205 | 0.0 | 0.08 Output | 0.00021897 | 0.00021897 | 0.00021897 | 0.0 | 0.00 Modify | 1.4679 | 1.4679 | 1.4679 | 0.0 | 0.37 Other | | 0.1781 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.746725811577, Press = 0.692864688748249 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -58295.55 -58295.55 -58638.938 -58638.938 332.11272 332.11272 45625.85 45625.85 -3778.768 -3778.768 62000 -58292.463 -58292.463 -58635.798 -58635.798 332.06156 332.06156 45557.311 45557.311 2992.1354 2992.1354 Loop time of 397.184 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.329 hours/ns, 2.518 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.25 | 395.25 | 395.25 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29978 | 0.29978 | 0.29978 | 0.0 | 0.08 Output | 0.00034662 | 0.00034662 | 0.00034662 | 0.0 | 0.00 Modify | 1.4544 | 1.4544 | 1.4544 | 0.0 | 0.37 Other | | 0.1756 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.760708819212, Press = -1.08256841739156 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -58292.463 -58292.463 -58635.798 -58635.798 332.06156 332.06156 45557.311 45557.311 2992.1354 2992.1354 63000 -58283.795 -58283.795 -58627.496 -58627.496 332.41413 332.41413 45595.365 45595.365 -334.98219 -334.98219 Loop time of 397.35 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.375 hours/ns, 2.517 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 | 395.43 | 395.43 | 395.43 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29818 | 0.29818 | 0.29818 | 0.0 | 0.08 Output | 0.00022402 | 0.00022402 | 0.00022402 | 0.0 | 0.00 Modify | 1.4476 | 1.4476 | 1.4476 | 0.0 | 0.36 Other | | 0.175 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.777714920795, Press = 0.867500094636187 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -58283.795 -58283.795 -58627.496 -58627.496 332.41413 332.41413 45595.365 45595.365 -334.98219 -334.98219 64000 -58295.654 -58295.654 -58637.669 -58637.669 330.78375 330.78375 45587.722 45587.722 -318.91323 -318.91323 Loop time of 397.497 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.416 hours/ns, 2.516 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 | 395.56 | 395.56 | 395.56 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29984 | 0.29984 | 0.29984 | 0.0 | 0.08 Output | 0.00022832 | 0.00022832 | 0.00022832 | 0.0 | 0.00 Modify | 1.4567 | 1.4567 | 1.4567 | 0.0 | 0.37 Other | | 0.1759 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264012 Ave neighs/atom = 158.00150 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.776333008885, Press = -0.361957453047778 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -58295.654 -58295.654 -58637.669 -58637.669 330.78375 330.78375 45587.722 45587.722 -318.91323 -318.91323 65000 -58287.679 -58287.679 -58632.791 -58632.791 333.779 333.779 45582.475 45582.475 651.90551 651.90551 Loop time of 403.911 on 1 procs for 1000 steps with 8000 atoms Performance: 0.214 ns/day, 112.197 hours/ns, 2.476 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 | 401.94 | 401.94 | 401.94 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3028 | 0.3028 | 0.3028 | 0.0 | 0.07 Output | 0.00030972 | 0.00030972 | 0.00030972 | 0.0 | 0.00 Modify | 1.4862 | 1.4862 | 1.4862 | 0.0 | 0.37 Other | | 0.1781 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264010 Ave neighs/atom = 158.00125 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.746439216726, Press = 0.845950942276138 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -58287.679 -58287.679 -58632.791 -58632.791 333.779 333.779 45582.475 45582.475 651.90551 651.90551 66000 -58291.831 -58291.831 -58634.353 -58634.353 331.27476 331.27476 45608.756 45608.756 -2062.8773 -2062.8773 Loop time of 393.278 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 109.244 hours/ns, 2.543 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 391.37 | 391.37 | 391.37 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29587 | 0.29587 | 0.29587 | 0.0 | 0.08 Output | 0.00022493 | 0.00022493 | 0.00022493 | 0.0 | 0.00 Modify | 1.433 | 1.433 | 1.433 | 0.0 | 0.36 Other | | 0.1744 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.748606093294, Press = -0.788009173978486 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -58291.831 -58291.831 -58634.353 -58634.353 331.27476 331.27476 45608.756 45608.756 -2062.8773 -2062.8773 67000 -58284.221 -58284.221 -58631.673 -58631.673 336.04243 336.04243 45542.208 45542.208 4777.0674 4777.0674 Loop time of 398.829 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.786 hours/ns, 2.507 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 396.87 | 396.87 | 396.87 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30558 | 0.30558 | 0.30558 | 0.0 | 0.08 Output | 0.00022658 | 0.00022658 | 0.00022658 | 0.0 | 0.00 Modify | 1.4768 | 1.4768 | 1.4768 | 0.0 | 0.37 Other | | 0.1771 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.748984294861, Press = 1.12444915978762 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -58284.221 -58284.221 -58631.673 -58631.673 336.04243 336.04243 45542.208 45542.208 4777.0674 4777.0674 68000 -58299.828 -58299.828 -58632.091 -58632.091 321.35213 321.35213 45623.642 45623.642 -3529.635 -3529.635 Loop time of 388.295 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.860 hours/ns, 2.575 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 386.41 | 386.41 | 386.41 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29337 | 0.29337 | 0.29337 | 0.0 | 0.08 Output | 0.00030332 | 0.00030332 | 0.00030332 | 0.0 | 0.00 Modify | 1.4186 | 1.4186 | 1.4186 | 0.0 | 0.37 Other | | 0.1732 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.744784005637, Press = 0.107637486266865 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -58299.828 -58299.828 -58632.091 -58632.091 321.35213 321.35213 45623.642 45623.642 -3529.635 -3529.635 69000 -58286.729 -58286.729 -58633.28 -58633.28 335.17092 335.17092 45563.064 45563.064 2510.3168 2510.3168 Loop time of 390.634 on 1 procs for 1000 steps with 8000 atoms Performance: 0.221 ns/day, 108.509 hours/ns, 2.560 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 388.74 | 388.74 | 388.74 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29491 | 0.29491 | 0.29491 | 0.0 | 0.08 Output | 0.00024151 | 0.00024151 | 0.00024151 | 0.0 | 0.00 Modify | 1.4219 | 1.4219 | 1.4219 | 0.0 | 0.36 Other | | 0.1726 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.7349869269, Press = -0.266360699000242 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -58286.729 -58286.729 -58633.28 -58633.28 335.17092 335.17092 45563.064 45563.064 2510.3168 2510.3168 70000 -58289.559 -58289.559 -58630.058 -58630.058 329.31859 329.31859 45607.679 45607.679 -1804.7109 -1804.7109 Loop time of 397.251 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.347 hours/ns, 2.517 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.31 | 395.31 | 395.31 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30165 | 0.30165 | 0.30165 | 0.0 | 0.08 Output | 0.0003088 | 0.0003088 | 0.0003088 | 0.0 | 0.00 Modify | 1.4605 | 1.4605 | 1.4605 | 0.0 | 0.37 Other | | 0.1763 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.722957192048, Press = 0.847227017456143 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -58289.559 -58289.559 -58630.058 -58630.058 329.31859 329.31859 45607.679 45607.679 -1804.7109 -1804.7109 71000 -58289.878 -58289.878 -58634.611 -58634.611 333.41264 333.41264 45577.872 45577.872 1078.7556 1078.7556 Loop time of 400.035 on 1 procs for 1000 steps with 8000 atoms Performance: 0.216 ns/day, 111.121 hours/ns, 2.500 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 | 398.08 | 398.08 | 398.08 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30261 | 0.30261 | 0.30261 | 0.0 | 0.08 Output | 0.00022456 | 0.00022456 | 0.00022456 | 0.0 | 0.00 Modify | 1.4705 | 1.4705 | 1.4705 | 0.0 | 0.37 Other | | 0.1764 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.736343055802, Press = -0.732206674731246 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -58289.878 -58289.878 -58634.611 -58634.611 333.41264 333.41264 45577.872 45577.872 1078.7556 1078.7556 72000 -58278.713 -58278.713 -58626.633 -58626.633 336.49458 336.49458 45591.244 45591.244 334.77379 334.77379 Loop time of 396.696 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.193 hours/ns, 2.521 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.76 | 394.76 | 394.76 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29881 | 0.29881 | 0.29881 | 0.0 | 0.08 Output | 0.00027787 | 0.00027787 | 0.00027787 | 0.0 | 0.00 Modify | 1.4598 | 1.4598 | 1.4598 | 0.0 | 0.37 Other | | 0.177 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.758971360877, Press = 1.72051254750243 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -58278.713 -58278.713 -58626.633 -58626.633 336.49458 336.49458 45591.244 45591.244 334.77379 334.77379 73000 -58286.505 -58286.505 -58634.21 -58634.21 336.28717 336.28717 45621.898 45621.898 -3018.9196 -3018.9196 Loop time of 394.207 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.502 hours/ns, 2.537 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 | 392.28 | 392.28 | 392.28 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30058 | 0.30058 | 0.30058 | 0.0 | 0.08 Output | 0.00030188 | 0.00030188 | 0.00030188 | 0.0 | 0.00 Modify | 1.4503 | 1.4503 | 1.4503 | 0.0 | 0.37 Other | | 0.1761 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.766297379364, Press = -1.9170525775022 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -58286.505 -58286.505 -58634.21 -58634.21 336.28717 336.28717 45621.898 45621.898 -3018.9196 -3018.9196 74000 -58283.815 -58283.815 -58627.951 -58627.951 332.83522 332.83522 45568.909 45568.909 2296.1183 2296.1183 Loop time of 401.676 on 1 procs for 1000 steps with 8000 atoms Performance: 0.215 ns/day, 111.577 hours/ns, 2.490 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 | 399.71 | 399.71 | 399.71 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30355 | 0.30355 | 0.30355 | 0.0 | 0.08 Output | 0.00028494 | 0.00028494 | 0.00028494 | 0.0 | 0.00 Modify | 1.4838 | 1.4838 | 1.4838 | 0.0 | 0.37 Other | | 0.1773 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.777747033675, Press = 0.847596425554492 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -58283.815 -58283.815 -58627.951 -58627.951 332.83522 332.83522 45568.909 45568.909 2296.1183 2296.1183 75000 -58296.626 -58296.626 -58636.883 -58636.883 329.08326 329.08326 45606.733 45606.733 -2029.4056 -2029.4056 Loop time of 399.197 on 1 procs for 1000 steps with 8000 atoms Performance: 0.216 ns/day, 110.888 hours/ns, 2.505 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 | 397.26 | 397.26 | 397.26 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30049 | 0.30049 | 0.30049 | 0.0 | 0.08 Output | 0.00022387 | 0.00022387 | 0.00022387 | 0.0 | 0.00 Modify | 1.4562 | 1.4562 | 1.4562 | 0.0 | 0.36 Other | | 0.1766 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.774799356808, Press = -0.0357866520336717 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -58296.626 -58296.626 -58636.883 -58636.883 329.08326 329.08326 45606.733 45606.733 -2029.4056 -2029.4056 76000 -58285.437 -58285.437 -58636.847 -58636.847 339.87136 339.87136 45568.084 45568.084 1902.4904 1902.4904 Loop time of 385.358 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.044 hours/ns, 2.595 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 383.5 | 383.5 | 383.5 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29094 | 0.29094 | 0.29094 | 0.0 | 0.08 Output | 0.00027867 | 0.00027867 | 0.00027867 | 0.0 | 0.00 Modify | 1.3922 | 1.3922 | 1.3922 | 0.0 | 0.36 Other | | 0.172 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.762315748749, Press = 0.173344308271016 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -58285.437 -58285.437 -58636.847 -58636.847 339.87136 339.87136 45568.084 45568.084 1902.4904 1902.4904 77000 -58298.547 -58298.547 -58639.797 -58639.797 330.04489 330.04489 45615.614 45615.614 -2962.9197 -2962.9197 Loop time of 393.986 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.440 hours/ns, 2.538 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 | 392.06 | 392.06 | 392.06 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29984 | 0.29984 | 0.29984 | 0.0 | 0.08 Output | 0.00022333 | 0.00022333 | 0.00022333 | 0.0 | 0.00 Modify | 1.4516 | 1.4516 | 1.4516 | 0.0 | 0.37 Other | | 0.1764 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.760235704358, Press = 0.733408626503383 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -58298.547 -58298.547 -58639.797 -58639.797 330.04489 330.04489 45615.614 45615.614 -2962.9197 -2962.9197 78000 -58286.39 -58286.39 -58629.778 -58629.778 332.11213 332.11213 45557.519 45557.519 3244.9794 3244.9794 Loop time of 389.655 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 108.238 hours/ns, 2.566 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 387.76 | 387.76 | 387.76 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29721 | 0.29721 | 0.29721 | 0.0 | 0.08 Output | 0.00027167 | 0.00027167 | 0.00027167 | 0.0 | 0.00 Modify | 1.4224 | 1.4224 | 1.4224 | 0.0 | 0.37 Other | | 0.1742 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.750611084684, Press = -1.58785469839793 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -58286.39 -58286.39 -58629.778 -58629.778 332.11213 332.11213 45557.519 45557.519 3244.9794 3244.9794 79000 -58289.663 -58289.663 -58633.657 -58633.657 332.69766 332.69766 45590.1 45590.1 -96.797039 -96.797039 Loop time of 379.251 on 1 procs for 1000 steps with 8000 atoms Performance: 0.228 ns/day, 105.347 hours/ns, 2.637 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 377.42 | 377.42 | 377.42 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29006 | 0.29006 | 0.29006 | 0.0 | 0.08 Output | 0.00022671 | 0.00022671 | 0.00022671 | 0.0 | 0.00 Modify | 1.3714 | 1.3714 | 1.3714 | 0.0 | 0.36 Other | | 0.1699 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.746718702951, Press = 1.28832355904559 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -58289.663 -58289.663 -58633.657 -58633.657 332.69766 332.69766 45590.1 45590.1 -96.797039 -96.797039 80000 -58284.377 -58284.377 -58630.162 -58630.162 334.43085 334.43085 45600.037 45600.037 -994.21027 -994.21027 Loop time of 381.32 on 1 procs for 1000 steps with 8000 atoms Performance: 0.227 ns/day, 105.922 hours/ns, 2.622 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 379.48 | 379.48 | 379.48 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.28968 | 0.28968 | 0.28968 | 0.0 | 0.08 Output | 0.00022246 | 0.00022246 | 0.00022246 | 0.0 | 0.00 Modify | 1.3757 | 1.3757 | 1.3757 | 0.0 | 0.36 Other | | 0.1705 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.753886374655, Press = -0.511257013793794 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -58284.377 -58284.377 -58630.162 -58630.162 334.43085 334.43085 45600.037 45600.037 -994.21027 -994.21027 81000 -58291.666 -58291.666 -58633.342 -58633.342 330.45659 330.45659 45569.467 45569.467 1874.7251 1874.7251 Loop time of 383.012 on 1 procs for 1000 steps with 8000 atoms Performance: 0.226 ns/day, 106.392 hours/ns, 2.611 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 381.16 | 381.16 | 381.16 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2907 | 0.2907 | 0.2907 | 0.0 | 0.08 Output | 0.00022484 | 0.00022484 | 0.00022484 | 0.0 | 0.00 Modify | 1.3873 | 1.3873 | 1.3873 | 0.0 | 0.36 Other | | 0.1715 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.767549653226, Press = 0.846262844723382 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -58291.666 -58291.666 -58633.342 -58633.342 330.45659 330.45659 45569.467 45569.467 1874.7251 1874.7251 82000 -58286.094 -58286.094 -58628.086 -58628.086 330.76197 330.76197 45620.598 45620.598 -2827.272 -2827.272 Loop time of 390.833 on 1 procs for 1000 steps with 8000 atoms Performance: 0.221 ns/day, 108.565 hours/ns, 2.559 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 388.94 | 388.94 | 388.94 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29698 | 0.29698 | 0.29698 | 0.0 | 0.08 Output | 0.00028679 | 0.00028679 | 0.00028679 | 0.0 | 0.00 Modify | 1.4186 | 1.4186 | 1.4186 | 0.0 | 0.36 Other | | 0.1743 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.784540219379, Press = -0.149574965900152 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -58286.094 -58286.094 -58628.086 -58628.086 330.76197 330.76197 45620.598 45620.598 -2827.272 -2827.272 83000 -58292.907 -58292.907 -58632.673 -58632.673 328.60837 328.60837 45537.567 45537.567 4935.6201 4935.6201 Loop time of 400.537 on 1 procs for 1000 steps with 8000 atoms Performance: 0.216 ns/day, 111.260 hours/ns, 2.497 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 | 398.58 | 398.58 | 398.58 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30194 | 0.30194 | 0.30194 | 0.0 | 0.08 Output | 0.00030196 | 0.00030196 | 0.00030196 | 0.0 | 0.00 Modify | 1.4751 | 1.4751 | 1.4751 | 0.0 | 0.37 Other | | 0.1776 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.774866800649, Press = 0.0915045956451474 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -58292.907 -58292.907 -58632.673 -58632.673 328.60837 328.60837 45537.567 45537.567 4935.6201 4935.6201 84000 -58283.991 -58283.991 -58627.798 -58627.798 332.51779 332.51779 45632.73 45632.73 -3937.7639 -3937.7639 Loop time of 384.048 on 1 procs for 1000 steps with 8000 atoms Performance: 0.225 ns/day, 106.680 hours/ns, 2.604 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 382.2 | 382.2 | 382.2 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29071 | 0.29071 | 0.29071 | 0.0 | 0.08 Output | 0.00022457 | 0.00022457 | 0.00022457 | 0.0 | 0.00 Modify | 1.3869 | 1.3869 | 1.3869 | 0.0 | 0.36 Other | | 0.1712 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.775634500635, Press = 1.0983413842383 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -58283.991 -58283.991 -58627.798 -58627.798 332.51779 332.51779 45632.73 45632.73 -3937.7639 -3937.7639 85000 -58285.303 -58285.303 -58631.922 -58631.922 335.23706 335.23706 45583.729 45583.729 837.5071 837.5071 Loop time of 389.714 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 108.254 hours/ns, 2.566 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 387.83 | 387.83 | 387.83 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2968 | 0.2968 | 0.2968 | 0.0 | 0.08 Output | 0.00027676 | 0.00027676 | 0.00027676 | 0.0 | 0.00 Modify | 1.4168 | 1.4168 | 1.4168 | 0.0 | 0.36 Other | | 0.1733 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.781061820649, Press = -0.168127382492043 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -58285.303 -58285.303 -58631.922 -58631.922 335.23706 335.23706 45583.729 45583.729 837.5071 837.5071 86000 -58289.065 -58289.065 -58634.5 -58634.5 334.09147 334.09147 45587.506 45587.506 107.54195 107.54195 Loop time of 390.528 on 1 procs for 1000 steps with 8000 atoms Performance: 0.221 ns/day, 108.480 hours/ns, 2.561 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 388.63 | 388.63 | 388.63 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29704 | 0.29704 | 0.29704 | 0.0 | 0.08 Output | 0.00022282 | 0.00022282 | 0.00022282 | 0.0 | 0.00 Modify | 1.4259 | 1.4259 | 1.4259 | 0.0 | 0.37 Other | | 0.1732 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264012 Ave neighs/atom = 158.00150 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.806736454548, Press = 0.693842064585937 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -58289.065 -58289.065 -58634.5 -58634.5 334.09147 334.09147 45587.506 45587.506 107.54195 107.54195 87000 -58286.533 -58286.533 -58635.181 -58635.181 337.19939 337.19939 45596.6 45596.6 -668.48486 -668.48486 Loop time of 388.39 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 107.886 hours/ns, 2.575 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 386.52 | 386.52 | 386.52 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29371 | 0.29371 | 0.29371 | 0.0 | 0.08 Output | 0.00022361 | 0.00022361 | 0.00022361 | 0.0 | 0.00 Modify | 1.4053 | 1.4053 | 1.4053 | 0.0 | 0.36 Other | | 0.1722 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.807092178361, Press = -0.30241093265089 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -58286.533 -58286.533 -58635.181 -58635.181 337.19939 337.19939 45596.6 45596.6 -668.48486 -668.48486 88000 -58294.227 -58294.227 -58635.766 -58635.766 330.32388 330.32388 45557.823 45557.823 2877.7458 2877.7458 Loop time of 393.153 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 109.209 hours/ns, 2.544 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 391.25 | 391.25 | 391.25 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29439 | 0.29439 | 0.29439 | 0.0 | 0.07 Output | 0.00031263 | 0.00031263 | 0.00031263 | 0.0 | 0.00 Modify | 1.4344 | 1.4344 | 1.4344 | 0.0 | 0.36 Other | | 0.1749 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.795685327745, Press = 0.972986221925918 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -58294.227 -58294.227 -58635.766 -58635.766 330.32388 330.32388 45557.823 45557.823 2877.7458 2877.7458 89000 -58284.425 -58284.425 -58632.527 -58632.527 336.67124 336.67124 45637.656 45637.656 -4537.2202 -4537.2202 Loop time of 386.836 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.454 hours/ns, 2.585 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 384.97 | 384.97 | 384.97 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29664 | 0.29664 | 0.29664 | 0.0 | 0.08 Output | 0.00022356 | 0.00022356 | 0.00022356 | 0.0 | 0.00 Modify | 1.4007 | 1.4007 | 1.4007 | 0.0 | 0.36 Other | | 0.1722 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.800648190785, Press = -0.153544603368219 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -58284.425 -58284.425 -58632.527 -58632.527 336.67124 336.67124 45637.656 45637.656 -4537.2202 -4537.2202 90000 -58289.627 -58289.627 -58634.765 -58634.765 333.80467 333.80467 45556.213 45556.213 3154.7676 3154.7676 Loop time of 390.391 on 1 procs for 1000 steps with 8000 atoms Performance: 0.221 ns/day, 108.442 hours/ns, 2.562 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 388.49 | 388.49 | 388.49 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29623 | 0.29623 | 0.29623 | 0.0 | 0.08 Output | 0.00026919 | 0.00026919 | 0.00026919 | 0.0 | 0.00 Modify | 1.4324 | 1.4324 | 1.4324 | 0.0 | 0.37 Other | | 0.1754 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.813261445925, Press = 0.189654411900517 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -58289.627 -58289.627 -58634.765 -58634.765 333.80467 333.80467 45556.213 45556.213 3154.7676 3154.7676 91000 -58288.087 -58288.087 -58632.848 -58632.848 333.43978 333.43978 45611.211 45611.211 -2176.7954 -2176.7954 Loop time of 392.21 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 108.947 hours/ns, 2.550 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 390.31 | 390.31 | 390.31 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29879 | 0.29879 | 0.29879 | 0.0 | 0.08 Output | 0.00022157 | 0.00022157 | 0.00022157 | 0.0 | 0.00 Modify | 1.4295 | 1.4295 | 1.4295 | 0.0 | 0.36 Other | | 0.174 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.832319645076, Press = 0.671125276772292 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -58288.087 -58288.087 -58632.848 -58632.848 333.43978 333.43978 45611.211 45611.211 -2176.7954 -2176.7954 92000 -58286.043 -58286.043 -58629.265 -58629.265 331.95237 331.95237 45575.949 45575.949 1357.4364 1357.4364 Loop time of 403.889 on 1 procs for 1000 steps with 8000 atoms Performance: 0.214 ns/day, 112.191 hours/ns, 2.476 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 | 401.9 | 401.9 | 401.9 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30861 | 0.30861 | 0.30861 | 0.0 | 0.08 Output | 0.00022764 | 0.00022764 | 0.00022764 | 0.0 | 0.00 Modify | 1.4979 | 1.4979 | 1.4979 | 0.0 | 0.37 Other | | 0.1809 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.830166296821, Press = -0.420507391152742 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -58286.043 -58286.043 -58629.265 -58629.265 331.95237 331.95237 45575.949 45575.949 1357.4364 1357.4364 93000 -58287.094 -58287.094 -58633.009 -58633.009 334.55645 334.55645 45592.831 45592.831 -249.2998 -249.2998 Loop time of 394.166 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.491 hours/ns, 2.537 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 392.24 | 392.24 | 392.24 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3005 | 0.3005 | 0.3005 | 0.0 | 0.08 Output | 0.00022169 | 0.00022169 | 0.00022169 | 0.0 | 0.00 Modify | 1.4524 | 1.4524 | 1.4524 | 0.0 | 0.37 Other | | 0.1759 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.847747280319, Press = 0.886372883648194 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -58287.094 -58287.094 -58633.009 -58633.009 334.55645 334.55645 45592.831 45592.831 -249.2998 -249.2998 94000 -58289.296 -58289.296 -58633.559 -58633.559 332.958 332.958 45601.693 45601.693 -1115.1746 -1115.1746 Loop time of 394.518 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.588 hours/ns, 2.535 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 392.58 | 392.58 | 392.58 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30281 | 0.30281 | 0.30281 | 0.0 | 0.08 Output | 0.00027799 | 0.00027799 | 0.00027799 | 0.0 | 0.00 Modify | 1.4551 | 1.4551 | 1.4551 | 0.0 | 0.37 Other | | 0.1764 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.857208190949, Press = -0.831488801807815 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -58289.296 -58289.296 -58633.559 -58633.559 332.958 332.958 45601.693 45601.693 -1115.1746 -1115.1746 95000 -58287.485 -58287.485 -58633.566 -58633.566 334.71707 334.71707 45552.759 45552.759 3674.5002 3674.5002 Loop time of 390.209 on 1 procs for 1000 steps with 8000 atoms Performance: 0.221 ns/day, 108.391 hours/ns, 2.563 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 388.33 | 388.33 | 388.33 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29562 | 0.29562 | 0.29562 | 0.0 | 0.08 Output | 0.00026986 | 0.00026986 | 0.00026986 | 0.0 | 0.00 Modify | 1.4126 | 1.4126 | 1.4126 | 0.0 | 0.36 Other | | 0.1736 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.867335075737, Press = 1.46101352313185 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -58287.485 -58287.485 -58633.566 -58633.566 334.71707 334.71707 45552.759 45552.759 3674.5002 3674.5002 96000 -58287.707 -58287.707 -58636.07 -58636.07 336.92385 336.92385 45615.291 45615.291 -2549.6022 -2549.6022 Loop time of 401.038 on 1 procs for 1000 steps with 8000 atoms Performance: 0.215 ns/day, 111.400 hours/ns, 2.494 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 399.08 | 399.08 | 399.08 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30505 | 0.30505 | 0.30505 | 0.0 | 0.08 Output | 0.0003054 | 0.0003054 | 0.0003054 | 0.0 | 0.00 Modify | 1.4713 | 1.4713 | 1.4713 | 0.0 | 0.37 Other | | 0.1772 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.866784500417, Press = -0.0863621412808997 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -58287.707 -58287.707 -58636.07 -58636.07 336.92385 336.92385 45615.291 45615.291 -2549.6022 -2549.6022 97000 -58289.374 -58289.374 -58637.598 -58637.598 336.78991 336.78991 45569.53 45569.53 1695.3968 1695.3968 Loop time of 390.081 on 1 procs for 1000 steps with 8000 atoms Performance: 0.221 ns/day, 108.356 hours/ns, 2.564 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 388.19 | 388.19 | 388.19 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29632 | 0.29632 | 0.29632 | 0.0 | 0.08 Output | 0.00027561 | 0.00027561 | 0.00027561 | 0.0 | 0.00 Modify | 1.4212 | 1.4212 | 1.4212 | 0.0 | 0.36 Other | | 0.1738 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.877161679827, Press = 0.292484093565769 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -58289.374 -58289.374 -58637.598 -58637.598 336.78991 336.78991 45569.53 45569.53 1695.3968 1695.3968 98000 -58281.607 -58281.607 -58628.716 -58628.716 335.71177 335.71177 45607.554 45607.554 -1634.4279 -1634.4279 Loop time of 392.509 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 109.030 hours/ns, 2.548 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 390.61 | 390.61 | 390.61 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29716 | 0.29716 | 0.29716 | 0.0 | 0.08 Output | 0.00023267 | 0.00023267 | 0.00023267 | 0.0 | 0.00 Modify | 1.4279 | 1.4279 | 1.4279 | 0.0 | 0.36 Other | | 0.1744 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.889911669327, Press = 0.450639902034328 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -58281.607 -58281.607 -58628.716 -58628.716 335.71177 335.71177 45607.554 45607.554 -1634.4279 -1634.4279 99000 -58292.598 -58292.598 -58636.275 -58636.275 332.39139 332.39139 45568.744 45568.744 1828.4447 1828.4447 Loop time of 387.549 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.653 hours/ns, 2.580 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 385.67 | 385.67 | 385.67 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29502 | 0.29502 | 0.29502 | 0.0 | 0.08 Output | 0.00028848 | 0.00028848 | 0.00028848 | 0.0 | 0.00 Modify | 1.4147 | 1.4147 | 1.4147 | 0.0 | 0.37 Other | | 0.1728 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.904514737122, Press = -0.286609590873905 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -58292.598 -58292.598 -58636.275 -58636.275 332.39139 332.39139 45568.744 45568.744 1828.4447 1828.4447 100000 -58292.178 -58292.178 -58633.953 -58633.953 330.55146 330.55146 45604.282 45604.282 -1623.3274 -1623.3274 Loop time of 401.204 on 1 procs for 1000 steps with 8000 atoms Performance: 0.215 ns/day, 111.446 hours/ns, 2.492 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 399.24 | 399.24 | 399.24 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30369 | 0.30369 | 0.30369 | 0.0 | 0.08 Output | 0.00022054 | 0.00022054 | 0.00022054 | 0.0 | 0.00 Modify | 1.4771 | 1.4771 | 1.4771 | 0.0 | 0.37 Other | | 0.1784 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.912886103506, Press = 1.76962055138925 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -58292.178 -58292.178 -58633.953 -58633.953 330.55146 330.55146 45604.282 45604.282 -1623.3274 -1623.3274 101000 -58286.992 -58286.992 -58632.018 -58632.018 333.6958 333.6958 45593.853 45593.853 -305.19681 -305.19681 Loop time of 389.737 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 108.260 hours/ns, 2.566 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 387.84 | 387.84 | 387.84 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2964 | 0.2964 | 0.2964 | 0.0 | 0.08 Output | 0.00022558 | 0.00022558 | 0.00022558 | 0.0 | 0.00 Modify | 1.4247 | 1.4247 | 1.4247 | 0.0 | 0.37 Other | | 0.1732 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.901851895662, Press = -0.572756888080446 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -58286.992 -58286.992 -58632.018 -58632.018 333.6958 333.6958 45593.853 45593.853 -305.19681 -305.19681 102000 -58297.059 -58297.059 -58642.74 -58642.74 334.32991 334.32991 45572.681 45572.681 1036.2665 1036.2665 Loop time of 386.94 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.483 hours/ns, 2.584 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 385.05 | 385.05 | 385.05 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29519 | 0.29519 | 0.29519 | 0.0 | 0.08 Output | 0.0002263 | 0.0002263 | 0.0002263 | 0.0 | 0.00 Modify | 1.422 | 1.422 | 1.422 | 0.0 | 0.37 Other | | 0.1731 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.890742569737, Press = 0.787306342761193 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -58297.059 -58297.059 -58642.74 -58642.74 334.32991 334.32991 45572.681 45572.681 1036.2665 1036.2665 103000 -58289.931 -58289.931 -58634.978 -58634.978 333.71688 333.71688 45607.644 45607.644 -2005.7295 -2005.7295 Loop time of 389.374 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 108.159 hours/ns, 2.568 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 387.49 | 387.49 | 387.49 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29715 | 0.29715 | 0.29715 | 0.0 | 0.08 Output | 0.00022512 | 0.00022512 | 0.00022512 | 0.0 | 0.00 Modify | 1.4185 | 1.4185 | 1.4185 | 0.0 | 0.36 Other | | 0.173 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.887290078537, Press = -0.125212082863266 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -58289.931 -58289.931 -58634.978 -58634.978 333.71688 333.71688 45607.644 45607.644 -2005.7295 -2005.7295 104000 -58283.824 -58283.824 -58629.771 -58629.771 334.5876 334.5876 45562.295 45562.295 2674.5307 2674.5307 Loop time of 393.473 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 109.298 hours/ns, 2.541 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 391.58 | 391.58 | 391.58 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29628 | 0.29628 | 0.29628 | 0.0 | 0.08 Output | 0.0002252 | 0.0002252 | 0.0002252 | 0.0 | 0.00 Modify | 1.4242 | 1.4242 | 1.4242 | 0.0 | 0.36 Other | | 0.1746 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.892832526116, Press = 0.435175010989381 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 104000 -58283.824 -58283.824 -58629.771 -58629.771 334.5876 334.5876 45562.295 45562.295 2674.5307 2674.5307 105000 -58289.466 -58289.466 -58635.198 -58635.198 334.38001 334.38001 45647.453 45647.453 -5685.504 -5685.504 Loop time of 386.367 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.324 hours/ns, 2.588 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 384.49 | 384.49 | 384.49 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29315 | 0.29315 | 0.29315 | 0.0 | 0.08 Output | 0.00027681 | 0.00027681 | 0.00027681 | 0.0 | 0.00 Modify | 1.4101 | 1.4101 | 1.4101 | 0.0 | 0.36 Other | | 0.1712 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264010 Ave neighs/atom = 158.00125 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.903419751478, Press = 0.52271158888493 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 105000 -58289.466 -58289.466 -58635.198 -58635.198 334.38001 334.38001 45647.453 45647.453 -5685.504 -5685.504 106000 -58286.098 -58286.098 -58630.206 -58630.206 332.80853 332.80853 45555.029 45555.029 3369.113 3369.113 Loop time of 398.297 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.638 hours/ns, 2.511 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 | 396.34 | 396.34 | 396.34 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30483 | 0.30483 | 0.30483 | 0.0 | 0.08 Output | 0.00022752 | 0.00022752 | 0.00022752 | 0.0 | 0.00 Modify | 1.4737 | 1.4737 | 1.4737 | 0.0 | 0.37 Other | | 0.1764 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.924595492711, Press = -0.333990709391335 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 106000 -58286.098 -58286.098 -58630.206 -58630.206 332.80853 332.80853 45555.029 45555.029 3369.113 3369.113 107000 -58284.492 -58284.492 -58631.602 -58631.602 335.71144 335.71144 45600.098 45600.098 -929.55981 -929.55981 Loop time of 383.804 on 1 procs for 1000 steps with 8000 atoms Performance: 0.225 ns/day, 106.612 hours/ns, 2.605 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 381.95 | 381.95 | 381.95 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29366 | 0.29366 | 0.29366 | 0.0 | 0.08 Output | 0.00023264 | 0.00023264 | 0.00023264 | 0.0 | 0.00 Modify | 1.3885 | 1.3885 | 1.3885 | 0.0 | 0.36 Other | | 0.1716 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.927270751805, Press = 0.728923396408659 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 107000 -58284.492 -58284.492 -58631.602 -58631.602 335.71144 335.71144 45600.098 45600.098 -929.55981 -929.55981 108000 -58298.518 -58298.518 -58638.984 -58638.984 329.2865 329.2865 45585.132 45585.132 249.13585 249.13585 Loop time of 383.386 on 1 procs for 1000 steps with 8000 atoms Performance: 0.225 ns/day, 106.496 hours/ns, 2.608 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 381.53 | 381.53 | 381.53 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29387 | 0.29387 | 0.29387 | 0.0 | 0.08 Output | 0.00022426 | 0.00022426 | 0.00022426 | 0.0 | 0.00 Modify | 1.3927 | 1.3927 | 1.3927 | 0.0 | 0.36 Other | | 0.1723 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264014 Ave neighs/atom = 158.00175 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.917961859988, Press = -0.185874968009793 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 108000 -58298.518 -58298.518 -58638.984 -58638.984 329.2865 329.2865 45585.132 45585.132 249.13585 249.13585 109000 -58287.926 -58287.926 -58634.973 -58634.973 335.65119 335.65119 45579.3 45579.3 1007.02 1007.02 Loop time of 386.146 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.263 hours/ns, 2.590 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 384.29 | 384.29 | 384.29 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29288 | 0.29288 | 0.29288 | 0.0 | 0.08 Output | 0.00028356 | 0.00028356 | 0.00028356 | 0.0 | 0.00 Modify | 1.394 | 1.394 | 1.394 | 0.0 | 0.36 Other | | 0.1725 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.914997373398, Press = 0.909637816853848 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 109000 -58287.926 -58287.926 -58634.973 -58634.973 335.65119 335.65119 45579.3 45579.3 1007.02 1007.02 110000 -58292.317 -58292.317 -58634.657 -58634.657 331.09856 331.09856 45626.958 45626.958 -3679.1379 -3679.1379 Loop time of 380.884 on 1 procs for 1000 steps with 8000 atoms Performance: 0.227 ns/day, 105.801 hours/ns, 2.625 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 379.06 | 379.06 | 379.06 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.28771 | 0.28771 | 0.28771 | 0.0 | 0.08 Output | 0.00022442 | 0.00022442 | 0.00022442 | 0.0 | 0.00 Modify | 1.3635 | 1.3635 | 1.3635 | 0.0 | 0.36 Other | | 0.1706 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.901264551535, Press = -0.680092863200546 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 110000 -58292.317 -58292.317 -58634.657 -58634.657 331.09856 331.09856 45626.958 45626.958 -3679.1379 -3679.1379 111000 -58291.839 -58291.839 -58635.931 -58635.931 332.7927 332.7927 45530.091 45530.091 5527.6246 5527.6246 Loop time of 387.287 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.580 hours/ns, 2.582 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 385.4 | 385.4 | 385.4 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29738 | 0.29738 | 0.29738 | 0.0 | 0.08 Output | 0.00027796 | 0.00027796 | 0.00027796 | 0.0 | 0.00 Modify | 1.4122 | 1.4122 | 1.4122 | 0.0 | 0.36 Other | | 0.1731 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.906874861918, Press = 0.834971060683402 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 111000 -58291.839 -58291.839 -58635.931 -58635.931 332.7927 332.7927 45530.091 45530.091 5527.6246 5527.6246 112000 -58285.12 -58285.12 -58630.484 -58630.484 334.02324 334.02324 45615.975 45615.975 -2317.6326 -2317.6326 Loop time of 385.53 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.092 hours/ns, 2.594 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 383.67 | 383.67 | 383.67 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29462 | 0.29462 | 0.29462 | 0.0 | 0.08 Output | 0.00022624 | 0.00022624 | 0.00022624 | 0.0 | 0.00 Modify | 1.3954 | 1.3954 | 1.3954 | 0.0 | 0.36 Other | | 0.1717 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.923242502015, Press = 0.323460712419755 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 112000 -58285.12 -58285.12 -58630.484 -58630.484 334.02324 334.02324 45615.975 45615.975 -2317.6326 -2317.6326 113000 -58287.54 -58287.54 -58633.374 -58633.374 334.47839 334.47839 45570.869 45570.869 1703.8456 1703.8456 Loop time of 386.139 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.261 hours/ns, 2.590 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 384.27 | 384.27 | 384.27 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29266 | 0.29266 | 0.29266 | 0.0 | 0.08 Output | 0.00023129 | 0.00023129 | 0.00023129 | 0.0 | 0.00 Modify | 1.4002 | 1.4002 | 1.4002 | 0.0 | 0.36 Other | | 0.1718 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.93273780562, Press = 0.0126367763832834 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 113000 -58287.54 -58287.54 -58633.374 -58633.374 334.47839 334.47839 45570.869 45570.869 1703.8456 1703.8456 114000 -58294.288 -58294.288 -58635.657 -58635.657 330.15991 330.15991 45599.232 45599.232 -1214.6544 -1214.6544 Loop time of 389.855 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 108.293 hours/ns, 2.565 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 387.97 | 387.97 | 387.97 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29519 | 0.29519 | 0.29519 | 0.0 | 0.08 Output | 0.00027766 | 0.00027766 | 0.00027766 | 0.0 | 0.00 Modify | 1.4145 | 1.4145 | 1.4145 | 0.0 | 0.36 Other | | 0.1735 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.942925486292, Press = 0.796141509341221 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 114000 -58294.288 -58294.288 -58635.657 -58635.657 330.15991 330.15991 45599.232 45599.232 -1214.6544 -1214.6544 115000 -58289.197 -58289.197 -58634.395 -58634.395 333.86278 333.86278 45586.487 45586.487 142.6779 142.6779 Loop time of 395.352 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.820 hours/ns, 2.529 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 393.42 | 393.42 | 393.42 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30105 | 0.30105 | 0.30105 | 0.0 | 0.08 Output | 0.00022762 | 0.00022762 | 0.00022762 | 0.0 | 0.00 Modify | 1.4596 | 1.4596 | 1.4596 | 0.0 | 0.37 Other | | 0.1758 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.94176081431, Press = -0.494818895977606 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 115000 -58289.197 -58289.197 -58634.395 -58634.395 333.86278 333.86278 45586.487 45586.487 142.6779 142.6779 116000 -58287.818 -58287.818 -58633.932 -58633.932 334.74892 334.74892 45571.373 45571.373 1719.7005 1719.7005 Loop time of 383.857 on 1 procs for 1000 steps with 8000 atoms Performance: 0.225 ns/day, 106.627 hours/ns, 2.605 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 381.99 | 381.99 | 381.99 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29244 | 0.29244 | 0.29244 | 0.0 | 0.08 Output | 0.0003 | 0.0003 | 0.0003 | 0.0 | 0.00 Modify | 1.3974 | 1.3974 | 1.3974 | 0.0 | 0.36 Other | | 0.1728 | | | 0.05 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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.929088279876, Press = 1.44213779149932 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 116000 -58287.818 -58287.818 -58633.932 -58633.932 334.74892 334.74892 45571.373 45571.373 1719.7005 1719.7005 117000 -58296.442 -58296.442 -58635.441 -58635.441 327.86675 327.86675 45610.255 45610.255 -2269.906 -2269.906 Loop time of 387.716 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.699 hours/ns, 2.579 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 385.84 | 385.84 | 385.84 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29584 | 0.29584 | 0.29584 | 0.0 | 0.08 Output | 0.00022693 | 0.00022693 | 0.00022693 | 0.0 | 0.00 Modify | 1.4115 | 1.4115 | 1.4115 | 0.0 | 0.36 Other | | 0.172 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.922596428926, Press = -0.247772495863846 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 117000 -58296.442 -58296.442 -58635.441 -58635.441 327.86675 327.86675 45610.255 45610.255 -2269.906 -2269.906 118000 -58290.509 -58290.509 -58635.181 -58635.181 333.35448 333.35448 45571.639 45571.639 1550.4861 1550.4861 Loop time of 381.314 on 1 procs for 1000 steps with 8000 atoms Performance: 0.227 ns/day, 105.921 hours/ns, 2.623 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 379.49 | 379.49 | 379.49 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.28913 | 0.28913 | 0.28913 | 0.0 | 0.08 Output | 0.00022716 | 0.00022716 | 0.00022716 | 0.0 | 0.00 Modify | 1.3672 | 1.3672 | 1.3672 | 0.0 | 0.36 Other | | 0.1706 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 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.923935342538, Press = 0.483772139191174 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 118000 -58290.509 -58290.509 -58635.181 -58635.181 333.35448 333.35448 45571.639 45571.639 1550.4861 1550.4861 119000 -58278.393 -58278.393 -58626.739 -58626.739 336.90739 336.90739 45612.104 45612.104 -1889.2075 -1889.2075 Loop time of 383.274 on 1 procs for 1000 steps with 8000 atoms Performance: 0.225 ns/day, 106.465 hours/ns, 2.609 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 381.43 | 381.43 | 381.43 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29145 | 0.29145 | 0.29145 | 0.0 | 0.08 Output | 0.00026874 | 0.00026874 | 0.00026874 | 0.0 | 0.00 Modify | 1.3822 | 1.3822 | 1.3822 | 0.0 | 0.36 Other | | 0.171 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.930441063804, Press = 0.270789022495433 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 119000 -58278.393 -58278.393 -58626.739 -58626.739 336.90739 336.90739 45612.104 45612.104 -1889.2075 -1889.2075 120000 -58290.895 -58290.895 -58632.733 -58632.733 330.61353 330.61353 45564.704 45564.704 2260.4382 2260.4382 Loop time of 393.522 on 1 procs for 1000 steps with 8000 atoms Performance: 0.220 ns/day, 109.312 hours/ns, 2.541 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 391.59 | 391.59 | 391.59 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30151 | 0.30151 | 0.30151 | 0.0 | 0.08 Output | 0.00027998 | 0.00027998 | 0.00027998 | 0.0 | 0.00 Modify | 1.4487 | 1.4487 | 1.4487 | 0.0 | 0.37 Other | | 0.1762 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.942832942126, Press = 0.0830922795262801 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 120000 -58290.895 -58290.895 -58632.733 -58632.733 330.61353 330.61353 45564.704 45564.704 2260.4382 2260.4382 121000 -58283.593 -58283.593 -58631.298 -58631.298 336.28796 336.28796 45625.571 45625.571 -3294.758 -3294.758 Loop time of 388.377 on 1 procs for 1000 steps with 8000 atoms Performance: 0.222 ns/day, 107.883 hours/ns, 2.575 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 386.49 | 386.49 | 386.49 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29501 | 0.29501 | 0.29501 | 0.0 | 0.08 Output | 0.00022551 | 0.00022551 | 0.00022551 | 0.0 | 0.00 Modify | 1.4175 | 1.4175 | 1.4175 | 0.0 | 0.36 Other | | 0.1732 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.956904384828, Press = 1.23765757354596 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 121000 -58283.593 -58283.593 -58631.298 -58631.298 336.28796 336.28796 45625.571 45625.571 -3294.758 -3294.758 122000 -58285.712 -58285.712 -58629.549 -58629.549 332.54681 332.54681 45583.668 45583.668 611.82726 611.82726 Loop time of 382.288 on 1 procs for 1000 steps with 8000 atoms Performance: 0.226 ns/day, 106.191 hours/ns, 2.616 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 380.44 | 380.44 | 380.44 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29199 | 0.29199 | 0.29199 | 0.0 | 0.08 Output | 0.00022177 | 0.00022177 | 0.00022177 | 0.0 | 0.00 Modify | 1.3806 | 1.3806 | 1.3806 | 0.0 | 0.36 Other | | 0.1713 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.95478842523, Press = -0.744187238429899 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 122000 -58285.712 -58285.712 -58629.549 -58629.549 332.54681 332.54681 45583.668 45583.668 611.82726 611.82726 123000 -58295.413 -58295.413 -58637.62 -58637.62 330.97071 330.97071 45579.121 45579.121 683.45807 683.45807 Loop time of 385.335 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.038 hours/ns, 2.595 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 383.47 | 383.47 | 383.47 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29239 | 0.29239 | 0.29239 | 0.0 | 0.08 Output | 0.00027616 | 0.00027616 | 0.00027616 | 0.0 | 0.00 Modify | 1.3958 | 1.3958 | 1.3958 | 0.0 | 0.36 Other | | 0.1725 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 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.944040109819, Press = 0.895186023782554 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 123000 -58295.413 -58295.413 -58637.62 -58637.62 330.97071 330.97071 45579.121 45579.121 683.45807 683.45807 124000 -58288.312 -58288.312 -58633.697 -58633.697 334.04335 334.04335 45604.379 45604.379 -1388.4056 -1388.4056 Loop time of 386.451 on 1 procs for 1000 steps with 8000 atoms Performance: 0.224 ns/day, 107.348 hours/ns, 2.588 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 384.58 | 384.58 | 384.58 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29514 | 0.29514 | 0.29514 | 0.0 | 0.08 Output | 0.00027454 | 0.00027454 | 0.00027454 | 0.0 | 0.00 Modify | 1.3993 | 1.3993 | 1.3993 | 0.0 | 0.36 Other | | 0.1733 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264008 Ave neighs/atom = 158.00100 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.93837413366, Press = -0.158080862040624 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 124000 -58288.312 -58288.312 -58633.697 -58633.697 334.04335 334.04335 45604.379 45604.379 -1388.4056 -1388.4056 125000 -58282.169 -58282.169 -58630.134 -58630.134 336.53862 336.53862 45567.931 45567.931 2272.7242 2272.7242 Loop time of 387.772 on 1 procs for 1000 steps with 8000 atoms Performance: 0.223 ns/day, 107.715 hours/ns, 2.579 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 385.9 | 385.9 | 385.9 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29474 | 0.29474 | 0.29474 | 0.0 | 0.08 Output | 0.00022459 | 0.00022459 | 0.00022459 | 0.0 | 0.00 Modify | 1.406 | 1.406 | 1.406 | 0.0 | 0.36 Other | | 0.1744 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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.934858460737, Press = 0.641386087927454 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 125000 -58282.169 -58282.169 -58630.134 -58630.134 336.53862 336.53862 45567.931 45567.931 2272.7242 2272.7242 126000 -58289.005 -58289.005 -58631.913 -58631.913 331.64808 331.64808 45626.893 45626.893 -3617.0708 -3617.0708 Loop time of 381.962 on 1 procs for 1000 steps with 8000 atoms Performance: 0.226 ns/day, 106.101 hours/ns, 2.618 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 380.11 | 380.11 | 380.11 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29332 | 0.29332 | 0.29332 | 0.0 | 0.08 Output | 0.00027786 | 0.00027786 | 0.00027786 | 0.0 | 0.00 Modify | 1.3847 | 1.3847 | 1.3847 | 0.0 | 0.36 Other | | 0.1706 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264010 Ave neighs/atom = 158.00125 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.940928365872, Press = 0.222075206229825 next a jump SELF 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.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 126000 -58289.005 -58289.005 -58631.913 -58631.913 331.64808 331.64808 45626.893 45626.893 -3617.0708 -3617.0708 127000 -58290.246 -58290.246 -58637.468 -58637.468 335.82061 335.82061 45544.885 45544.885 4099.1929 4099.1929 Loop time of 380.336 on 1 procs for 1000 steps with 8000 atoms Performance: 0.227 ns/day, 105.649 hours/ns, 2.629 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 378.5 | 378.5 | 378.5 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.28998 | 0.28998 | 0.28998 | 0.0 | 0.08 Output | 0.00022494 | 0.00022494 | 0.00022494 | 0.0 | 0.00 Modify | 1.3774 | 1.3774 | 1.3774 | 0.0 | 0.36 Other | | 0.1714 | | | 0.05 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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: 1.26401e+06 ave 1.26401e+06 max 1.26401e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264006 Ave neighs/atom = 158.00075 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 45588.8050503605 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0