# 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.8890872895717616*${_u_distance} variable latticeconst_converted equal 3.8890872895717616*1 lattice fcc ${latticeconst_converted} lattice fcc 3.88908728957176 Lattice spacing in x,y,z = 3.8890873 3.8890873 3.8890873 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (38.890873 38.890873 38.890873) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (38.890873 38.890873 38.890873) create_atoms CPU = 0.001 seconds variable mass_converted equal 106.42*${_u_mass} variable mass_converted equal 106.42*1 kim_interactions Pd WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Pd #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_LeeShimBaskes_2003_Pd__MO_307252285625_001 pair_coeff * * Pd #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 106.42 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 58822.4450444068 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 58822.4450444068*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 58822.4450444068 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 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_307252285625_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -15478.129 -15478.129 -15640 -15640 313.15 313.15 58822.445 58822.445 2939.3072 2939.3072 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13183 244.13183 Loop time of 33.3367 on 1 procs for 1000 steps with 4000 atoms Performance: 2.592 ns/day, 9.260 hours/ns, 29.997 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.184 | 33.184 | 33.184 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02207 | 0.02207 | 0.02207 | 0.0 | 0.07 Output | 0.00016348 | 0.00016348 | 0.00016348 | 0.0 | 0.00 Modify | 0.11879 | 0.11879 | 0.11879 | 0.0 | 0.36 Other | | 0.01118 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13183 244.13183 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0083 3015.0083 Loop time of 37.6419 on 1 procs for 1000 steps with 4000 atoms Performance: 2.295 ns/day, 10.456 hours/ns, 26.566 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.491 | 37.491 | 37.491 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021788 | 0.021788 | 0.021788 | 0.0 | 0.06 Output | 9.0039e-05 | 9.0039e-05 | 9.0039e-05 | 0.0 | 0.00 Modify | 0.11835 | 0.11835 | 0.11835 | 0.0 | 0.31 Other | | 0.01076 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0083 3015.0083 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83405 -559.83405 Loop time of 37.7743 on 1 procs for 1000 steps with 4000 atoms Performance: 2.287 ns/day, 10.493 hours/ns, 26.473 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.623 | 37.623 | 37.623 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021688 | 0.021688 | 0.021688 | 0.0 | 0.06 Output | 8.4439e-05 | 8.4439e-05 | 8.4439e-05 | 0.0 | 0.00 Modify | 0.11837 | 0.11837 | 0.11837 | 0.0 | 0.31 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83405 -559.83405 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90526 -970.90526 Loop time of 37.7283 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.480 hours/ns, 26.505 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.578 | 37.578 | 37.578 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021714 | 0.021714 | 0.021714 | 0.0 | 0.06 Output | 5.7799e-05 | 5.7799e-05 | 5.7799e-05 | 0.0 | 0.00 Modify | 0.11833 | 0.11833 | 0.11833 | 0.0 | 0.31 Other | | 0.01059 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90526 -970.90526 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2254 2181.2254 Loop time of 37.7272 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.480 hours/ns, 26.506 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.576 | 37.576 | 37.576 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021716 | 0.021716 | 0.021716 | 0.0 | 0.06 Output | 5.4362e-05 | 5.4362e-05 | 5.4362e-05 | 0.0 | 0.00 Modify | 0.11882 | 0.11882 | 0.11882 | 0.0 | 0.31 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 310.782077407915, Press = -655.603479921858 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2254 2181.2254 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90834 -134.90834 Loop time of 37.7253 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.479 hours/ns, 26.507 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.571 | 37.571 | 37.571 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021734 | 0.021734 | 0.021734 | 0.0 | 0.06 Output | 3.4895e-05 | 3.4895e-05 | 3.4895e-05 | 0.0 | 0.00 Modify | 0.12216 | 0.12216 | 0.12216 | 0.0 | 0.32 Other | | 0.01063 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312060 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015 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 = 313.467367453474, Press = -46.4924157036303 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90834 -134.90834 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34737 315.34737 59573.383 59573.383 64.564174 64.564174 Loop time of 37.7864 on 1 procs for 1000 steps with 4000 atoms Performance: 2.287 ns/day, 10.496 hours/ns, 26.465 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.632 | 37.632 | 37.632 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021704 | 0.021704 | 0.021704 | 0.0 | 0.06 Output | 3.5417e-05 | 3.5417e-05 | 3.5417e-05 | 0.0 | 0.00 Modify | 0.12215 | 0.12215 | 0.12215 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.013037243547, Press = -17.4015217237525 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34737 315.34737 59573.383 59573.383 64.564174 64.564174 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84381 -411.84381 Loop time of 37.752 on 1 procs for 1000 steps with 4000 atoms Performance: 2.289 ns/day, 10.487 hours/ns, 26.489 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.597 | 37.597 | 37.597 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02189 | 0.02189 | 0.02189 | 0.0 | 0.06 Output | 5.8019e-05 | 5.8019e-05 | 5.8019e-05 | 0.0 | 0.00 Modify | 0.1221 | 0.1221 | 0.1221 | 0.0 | 0.32 Other | | 0.01074 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006 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 = 313.307001457192, Press = -14.6889711158345 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84381 -411.84381 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11973 124.11973 Loop time of 37.744 on 1 procs for 1000 steps with 4000 atoms Performance: 2.289 ns/day, 10.484 hours/ns, 26.494 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.589 | 37.589 | 37.589 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021729 | 0.021729 | 0.021729 | 0.0 | 0.06 Output | 6.1085e-05 | 6.1085e-05 | 6.1085e-05 | 0.0 | 0.00 Modify | 0.12209 | 0.12209 | 0.12209 | 0.0 | 0.32 Other | | 0.01075 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.0095 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 = 313.520869533062, Press = -14.8744509196068 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11973 124.11973 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3278 1105.3278 Loop time of 37.7478 on 1 procs for 1000 steps with 4000 atoms Performance: 2.289 ns/day, 10.485 hours/ns, 26.492 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.593 | 37.593 | 37.593 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021694 | 0.021694 | 0.021694 | 0.0 | 0.06 Output | 3.715e-05 | 3.715e-05 | 3.715e-05 | 0.0 | 0.00 Modify | 0.12211 | 0.12211 | 0.12211 | 0.0 | 0.32 Other | | 0.01073 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.553148198831, Press = -9.3346249411165 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3278 1105.3278 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.77933 313.77933 59606.705 59606.705 -643.25609 -643.25609 Loop time of 37.8041 on 1 procs for 1000 steps with 4000 atoms Performance: 2.285 ns/day, 10.501 hours/ns, 26.452 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.65 | 37.65 | 37.65 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02173 | 0.02173 | 0.02173 | 0.0 | 0.06 Output | 6.1255e-05 | 6.1255e-05 | 6.1255e-05 | 0.0 | 0.00 Modify | 0.12212 | 0.12212 | 0.12212 | 0.0 | 0.32 Other | | 0.01065 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312066 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.0165 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 = 313.990035264367, Press = -14.0936088127968 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.77933 313.77933 59606.705 59606.705 -643.25609 -643.25609 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10456 307.10456 59635.389 59635.389 -1836.4028 -1836.4028 Loop time of 37.713 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.476 hours/ns, 26.516 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.558 | 37.558 | 37.558 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021656 | 0.021656 | 0.021656 | 0.0 | 0.06 Output | 4.4364e-05 | 4.4364e-05 | 4.4364e-05 | 0.0 | 0.00 Modify | 0.1221 | 0.1221 | 0.1221 | 0.0 | 0.32 Other | | 0.01074 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 311998 ave 311998 max 311998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311998 Ave neighs/atom = 77.9995 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 = 313.970812250038, Press = -10.6760552345037 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10456 307.10456 59635.389 59635.389 -1836.4028 -1836.4028 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66286 306.66286 59610.698 59610.698 -767.50682 -767.50682 Loop time of 37.6928 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.470 hours/ns, 26.530 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.538 | 37.538 | 37.538 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02168 | 0.02168 | 0.02168 | 0.0 | 0.06 Output | 3.6388e-05 | 3.6388e-05 | 3.6388e-05 | 0.0 | 0.00 Modify | 0.12208 | 0.12208 | 0.12208 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008 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 = 314.010180617483, Press = -5.87467857507976 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66286 306.66286 59610.698 59610.698 -767.50682 -767.50682 14000 -15315.833 -15315.833 -15480.248 -15480.248 318.0714 318.0714 59656.606 59656.606 -2039.6525 -2039.6525 Loop time of 37.7062 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.474 hours/ns, 26.521 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.551 | 37.551 | 37.551 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021681 | 0.021681 | 0.021681 | 0.0 | 0.06 Output | 6.0413e-05 | 6.0413e-05 | 6.0413e-05 | 0.0 | 0.00 Modify | 0.1222 | 0.1222 | 0.1222 | 0.0 | 0.32 Other | | 0.01077 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312004 ave 312004 max 312004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312004 Ave neighs/atom = 78.001 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 = 314.027125390926, Press = -3.23573387172657 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -15315.833 -15315.833 -15480.248 -15480.248 318.0714 318.0714 59656.606 59656.606 -2039.6525 -2039.6525 15000 -15325.48 -15325.48 -15486.498 -15486.498 311.49964 311.49964 59593.754 59593.754 -659.88592 -659.88592 Loop time of 37.7372 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.483 hours/ns, 26.499 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.583 | 37.583 | 37.583 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021794 | 0.021794 | 0.021794 | 0.0 | 0.06 Output | 3.5446e-05 | 3.5446e-05 | 3.5446e-05 | 0.0 | 0.00 Modify | 0.12211 | 0.12211 | 0.12211 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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 = 314.119506412041, Press = -0.46638702415267 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -15325.48 -15325.48 -15486.498 -15486.498 311.49964 311.49964 59593.754 59593.754 -659.88592 -659.88592 16000 -15326.438 -15326.438 -15485.155 -15485.155 307.04882 307.04882 59578.524 59578.524 -160.41045 -160.41045 Loop time of 37.6767 on 1 procs for 1000 steps with 4000 atoms Performance: 2.293 ns/day, 10.466 hours/ns, 26.542 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.522 | 37.522 | 37.522 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021703 | 0.021703 | 0.021703 | 0.0 | 0.06 Output | 5.9782e-05 | 5.9782e-05 | 5.9782e-05 | 0.0 | 0.00 Modify | 0.12207 | 0.12207 | 0.12207 | 0.0 | 0.32 Other | | 0.01075 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.980649865824, Press = -0.865857185403382 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -15326.438 -15326.438 -15485.155 -15485.155 307.04882 307.04882 59578.524 59578.524 -160.41045 -160.41045 17000 -15321.118 -15321.118 -15486.948 -15486.948 320.80955 320.80955 59555.922 59555.922 378.85581 378.85581 Loop time of 37.6813 on 1 procs for 1000 steps with 4000 atoms Performance: 2.293 ns/day, 10.467 hours/ns, 26.538 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.527 | 37.527 | 37.527 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021812 | 0.021812 | 0.021812 | 0.0 | 0.06 Output | 5.855e-05 | 5.855e-05 | 5.855e-05 | 0.0 | 0.00 Modify | 0.12207 | 0.12207 | 0.12207 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004 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 = 313.80242228109, Press = -1.71036112315892 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -15321.118 -15321.118 -15486.948 -15486.948 320.80955 320.80955 59555.922 59555.922 378.85581 378.85581 18000 -15318.302 -15318.302 -15480.752 -15480.752 314.27003 314.27003 59568.248 59568.248 642.40065 642.40065 Loop time of 37.7003 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.472 hours/ns, 26.525 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.546 | 37.546 | 37.546 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021705 | 0.021705 | 0.021705 | 0.0 | 0.06 Output | 3.5196e-05 | 3.5196e-05 | 3.5196e-05 | 0.0 | 0.00 Modify | 0.12211 | 0.12211 | 0.12211 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014 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 = 313.758949556503, Press = -3.64419806890807 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -15318.302 -15318.302 -15480.752 -15480.752 314.27003 314.27003 59568.248 59568.248 642.40065 642.40065 19000 -15324.407 -15324.407 -15487.754 -15487.754 316.00546 316.00546 59559.728 59559.728 265.42079 265.42079 Loop time of 37.6704 on 1 procs for 1000 steps with 4000 atoms Performance: 2.294 ns/day, 10.464 hours/ns, 26.546 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.516 | 37.516 | 37.516 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021822 | 0.021822 | 0.021822 | 0.0 | 0.06 Output | 5.906e-05 | 5.906e-05 | 5.906e-05 | 0.0 | 0.00 Modify | 0.12201 | 0.12201 | 0.12201 | 0.0 | 0.32 Other | | 0.01074 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.845330282578, Press = -5.05861104307166 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -15324.407 -15324.407 -15487.754 -15487.754 316.00546 316.00546 59559.728 59559.728 265.42079 265.42079 20000 -15319.123 -15319.123 -15483.707 -15483.707 318.39813 318.39813 59596.61 59596.61 -296.13293 -296.13293 Loop time of 37.7194 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.478 hours/ns, 26.512 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.565 | 37.565 | 37.565 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021711 | 0.021711 | 0.021711 | 0.0 | 0.06 Output | 4.7991e-05 | 4.7991e-05 | 4.7991e-05 | 0.0 | 0.00 Modify | 0.12211 | 0.12211 | 0.12211 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 = 313.897214572312, Press = -4.64560065030028 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -15319.123 -15319.123 -15483.707 -15483.707 318.39813 318.39813 59596.61 59596.61 -296.13293 -296.13293 21000 -15326.02 -15326.02 -15486.535 -15486.535 310.52716 310.52716 59567.781 59567.781 101.17398 101.17398 Loop time of 37.7177 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.477 hours/ns, 26.513 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.563 | 37.563 | 37.563 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021742 | 0.021742 | 0.021742 | 0.0 | 0.06 Output | 3.6138e-05 | 3.6138e-05 | 3.6138e-05 | 0.0 | 0.00 Modify | 0.12217 | 0.12217 | 0.12217 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.899973724156, Press = -4.98268615741101 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -15326.02 -15326.02 -15486.535 -15486.535 310.52716 310.52716 59567.781 59567.781 101.17398 101.17398 22000 -15319.531 -15319.531 -15482.466 -15482.466 315.20772 315.20772 59608.819 59608.819 -602.91629 -602.91629 Loop time of 37.7394 on 1 procs for 1000 steps with 4000 atoms Performance: 2.289 ns/day, 10.483 hours/ns, 26.498 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.585 | 37.585 | 37.585 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021632 | 0.021632 | 0.021632 | 0.0 | 0.06 Output | 5.9602e-05 | 5.9602e-05 | 5.9602e-05 | 0.0 | 0.00 Modify | 0.12208 | 0.12208 | 0.12208 | 0.0 | 0.32 Other | | 0.01075 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 = 313.889005369962, Press = -4.74823514941935 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -15319.531 -15319.531 -15482.466 -15482.466 315.20772 315.20772 59608.819 59608.819 -602.91629 -602.91629 23000 -15322.749 -15322.749 -15486.738 -15486.738 317.24736 317.24736 59617.827 59617.827 -1468.2537 -1468.2537 Loop time of 37.7259 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.479 hours/ns, 26.507 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.571 | 37.571 | 37.571 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021754 | 0.021754 | 0.021754 | 0.0 | 0.06 Output | 3.8722e-05 | 3.8722e-05 | 3.8722e-05 | 0.0 | 0.00 Modify | 0.1221 | 0.1221 | 0.1221 | 0.0 | 0.32 Other | | 0.01068 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.0055 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 = 313.898061612781, Press = -3.80574638960703 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -15322.749 -15322.749 -15486.738 -15486.738 317.24736 317.24736 59617.827 59617.827 -1468.2537 -1468.2537 24000 -15324.305 -15324.305 -15484.422 -15484.422 309.75689 309.75689 59629.132 59629.132 -1539.4231 -1539.4231 Loop time of 37.7646 on 1 procs for 1000 steps with 4000 atoms Performance: 2.288 ns/day, 10.490 hours/ns, 26.480 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.61 | 37.61 | 37.61 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021619 | 0.021619 | 0.021619 | 0.0 | 0.06 Output | 6.1235e-05 | 6.1235e-05 | 6.1235e-05 | 0.0 | 0.00 Modify | 0.1221 | 0.1221 | 0.1221 | 0.0 | 0.32 Other | | 0.01068 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.0075 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 = 313.899638849724, Press = -3.29758999297297 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -15324.305 -15324.305 -15484.422 -15484.422 309.75689 309.75689 59629.132 59629.132 -1539.4231 -1539.4231 25000 -15322.359 -15322.359 -15484.803 -15484.803 314.25934 314.25934 59673.082 59673.082 -2955.0762 -2955.0762 Loop time of 37.7191 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.478 hours/ns, 26.512 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.565 | 37.565 | 37.565 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021696 | 0.021696 | 0.021696 | 0.0 | 0.06 Output | 5.85e-05 | 5.85e-05 | 5.85e-05 | 0.0 | 0.00 Modify | 0.12196 | 0.12196 | 0.12196 | 0.0 | 0.32 Other | | 0.01074 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.81375089616, Press = -2.44107705477716 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -15322.359 -15322.359 -15484.803 -15484.803 314.25934 314.25934 59673.082 59673.082 -2955.0762 -2955.0762 26000 -15325.613 -15325.613 -15485.093 -15485.093 308.52486 308.52486 59649.315 59649.315 -2342.3258 -2342.3258 Loop time of 37.6404 on 1 procs for 1000 steps with 4000 atoms Performance: 2.295 ns/day, 10.456 hours/ns, 26.567 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.486 | 37.486 | 37.486 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021791 | 0.021791 | 0.021791 | 0.0 | 0.06 Output | 3.9635e-05 | 3.9635e-05 | 3.9635e-05 | 0.0 | 0.00 Modify | 0.12188 | 0.12188 | 0.12188 | 0.0 | 0.32 Other | | 0.01067 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312014 ave 312014 max 312014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312014 Ave neighs/atom = 78.0035 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 = 313.700705962726, Press = -1.70326463016129 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -15325.613 -15325.613 -15485.093 -15485.093 308.52486 308.52486 59649.315 59649.315 -2342.3258 -2342.3258 27000 -15322.961 -15322.961 -15483.91 -15483.91 311.36647 311.36647 59609.969 59609.969 -845.36753 -845.36753 Loop time of 37.7628 on 1 procs for 1000 steps with 4000 atoms Performance: 2.288 ns/day, 10.490 hours/ns, 26.481 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.608 | 37.608 | 37.608 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021773 | 0.021773 | 0.021773 | 0.0 | 0.06 Output | 6.3399e-05 | 6.3399e-05 | 6.3399e-05 | 0.0 | 0.00 Modify | 0.12194 | 0.12194 | 0.12194 | 0.0 | 0.32 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.675922356063, Press = -1.30173574733177 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -15322.961 -15322.961 -15483.91 -15483.91 311.36647 311.36647 59609.969 59609.969 -845.36753 -845.36753 28000 -15321.129 -15321.129 -15483.717 -15483.717 314.53612 314.53612 59603.657 59603.657 -743.07111 -743.07111 Loop time of 37.6976 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.472 hours/ns, 26.527 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.543 | 37.543 | 37.543 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021706 | 0.021706 | 0.021706 | 0.0 | 0.06 Output | 5.327e-05 | 5.327e-05 | 5.327e-05 | 0.0 | 0.00 Modify | 0.12191 | 0.12191 | 0.12191 | 0.0 | 0.32 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.0095 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 = 313.641834539146, Press = -0.101091590436846 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -15321.129 -15321.129 -15483.717 -15483.717 314.53612 314.53612 59603.657 59603.657 -743.07111 -743.07111 29000 -15326.269 -15326.269 -15486.475 -15486.475 309.9277 309.9277 59549.932 59549.932 675.8554 675.8554 Loop time of 37.7814 on 1 procs for 1000 steps with 4000 atoms Performance: 2.287 ns/day, 10.495 hours/ns, 26.468 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.627 | 37.627 | 37.627 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021761 | 0.021761 | 0.021761 | 0.0 | 0.06 Output | 3.6208e-05 | 3.6208e-05 | 3.6208e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.32 Other | | 0.01065 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008 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 = 313.671030232676, Press = -0.426922046461929 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -15326.269 -15326.269 -15486.475 -15486.475 309.9277 309.9277 59549.932 59549.932 675.8554 675.8554 30000 -15317.068 -15317.068 -15481.878 -15481.878 318.83606 318.83606 59589.097 59589.097 -52.616347 -52.616347 Loop time of 37.7549 on 1 procs for 1000 steps with 4000 atoms Performance: 2.288 ns/day, 10.487 hours/ns, 26.487 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.6 | 37.6 | 37.6 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021701 | 0.021701 | 0.021701 | 0.0 | 0.06 Output | 6.0724e-05 | 6.0724e-05 | 6.0724e-05 | 0.0 | 0.00 Modify | 0.122 | 0.122 | 0.122 | 0.0 | 0.32 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.726138481318, Press = -1.46976313812556 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -15317.068 -15317.068 -15481.878 -15481.878 318.83606 318.83606 59589.097 59589.097 -52.616347 -52.616347 31000 -15323.578 -15323.578 -15483.263 -15483.263 308.92115 308.92115 59555.394 59555.394 902.19549 902.19549 Loop time of 37.7257 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.479 hours/ns, 26.507 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.571 | 37.571 | 37.571 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021738 | 0.021738 | 0.021738 | 0.0 | 0.06 Output | 3.5837e-05 | 3.5837e-05 | 3.5837e-05 | 0.0 | 0.00 Modify | 0.12197 | 0.12197 | 0.12197 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312090 ave 312090 max 312090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312090 Ave neighs/atom = 78.0225 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 = 313.727060750234, Press = -0.866529269242286 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -15323.578 -15323.578 -15483.263 -15483.263 308.92115 308.92115 59555.394 59555.394 902.19549 902.19549 32000 -15322.581 -15322.581 -15485.71 -15485.71 315.5842 315.5842 59586.633 59586.633 -434.94687 -434.94687 Loop time of 37.7451 on 1 procs for 1000 steps with 4000 atoms Performance: 2.289 ns/day, 10.485 hours/ns, 26.494 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.591 | 37.591 | 37.591 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02168 | 0.02168 | 0.02168 | 0.0 | 0.06 Output | 6.0534e-05 | 6.0534e-05 | 6.0534e-05 | 0.0 | 0.00 Modify | 0.12195 | 0.12195 | 0.12195 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.781919916668, Press = -0.99254790797206 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -15322.581 -15322.581 -15485.71 -15485.71 315.5842 315.5842 59586.633 59586.633 -434.94687 -434.94687 33000 -15320.105 -15320.105 -15482.029 -15482.029 313.25208 313.25208 59568.22 59568.22 572.6569 572.6569 Loop time of 37.7691 on 1 procs for 1000 steps with 4000 atoms Performance: 2.288 ns/day, 10.491 hours/ns, 26.477 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.615 | 37.615 | 37.615 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021659 | 0.021659 | 0.021659 | 0.0 | 0.06 Output | 5.7267e-05 | 5.7267e-05 | 5.7267e-05 | 0.0 | 0.00 Modify | 0.12199 | 0.12199 | 0.12199 | 0.0 | 0.32 Other | | 0.01073 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.786058224852, Press = -1.18215775858733 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -15320.105 -15320.105 -15482.029 -15482.029 313.25208 313.25208 59568.22 59568.22 572.6569 572.6569 34000 -15325.981 -15325.981 -15490.504 -15490.504 318.28147 318.28147 59493.23 59493.23 2134.7174 2134.7174 Loop time of 37.7269 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.480 hours/ns, 26.506 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.573 | 37.573 | 37.573 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021705 | 0.021705 | 0.021705 | 0.0 | 0.06 Output | 3.5286e-05 | 3.5286e-05 | 3.5286e-05 | 0.0 | 0.00 Modify | 0.12185 | 0.12185 | 0.12185 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312010 ave 312010 max 312010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312010 Ave neighs/atom = 78.0025 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 = 313.76789259936, Press = -1.35865373948684 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -15325.981 -15325.981 -15490.504 -15490.504 318.28147 318.28147 59493.23 59493.23 2134.7174 2134.7174 35000 -15320.194 -15320.194 -15484.827 -15484.827 318.49284 318.49284 59448.723 59448.723 4219.4685 4219.4685 Loop time of 37.6753 on 1 procs for 1000 steps with 4000 atoms Performance: 2.293 ns/day, 10.465 hours/ns, 26.543 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.521 | 37.521 | 37.521 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021793 | 0.021793 | 0.021793 | 0.0 | 0.06 Output | 5.846e-05 | 5.846e-05 | 5.846e-05 | 0.0 | 0.00 Modify | 0.12187 | 0.12187 | 0.12187 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.713775545822, Press = -2.03180367284804 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -15320.194 -15320.194 -15484.827 -15484.827 318.49284 318.49284 59448.723 59448.723 4219.4685 4219.4685 36000 -15327.943 -15327.943 -15487.313 -15487.313 308.3119 308.3119 59516.639 59516.639 1534.875 1534.875 Loop time of 37.7677 on 1 procs for 1000 steps with 4000 atoms Performance: 2.288 ns/day, 10.491 hours/ns, 26.478 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.613 | 37.613 | 37.613 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02172 | 0.02172 | 0.02172 | 0.0 | 0.06 Output | 5.4573e-05 | 5.4573e-05 | 5.4573e-05 | 0.0 | 0.00 Modify | 0.12199 | 0.12199 | 0.12199 | 0.0 | 0.32 Other | | 0.01068 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016 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 = 313.637515358911, Press = -2.78414690552184 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -15327.943 -15327.943 -15487.313 -15487.313 308.3119 308.3119 59516.639 59516.639 1534.875 1534.875 37000 -15325.856 -15325.856 -15486.345 -15486.345 310.47825 310.47825 59560.708 59560.708 419.76903 419.76903 Loop time of 37.7763 on 1 procs for 1000 steps with 4000 atoms Performance: 2.287 ns/day, 10.493 hours/ns, 26.472 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.622 | 37.622 | 37.622 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021801 | 0.021801 | 0.021801 | 0.0 | 0.06 Output | 3.5346e-05 | 3.5346e-05 | 3.5346e-05 | 0.0 | 0.00 Modify | 0.12202 | 0.12202 | 0.12202 | 0.0 | 0.32 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312072 ave 312072 max 312072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312072 Ave neighs/atom = 78.018 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 = 313.621742584369, Press = -1.54780520901516 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -15325.856 -15325.856 -15486.345 -15486.345 310.47825 310.47825 59560.708 59560.708 419.76903 419.76903 38000 -15321.444 -15321.444 -15485.449 -15485.449 317.27882 317.27882 59569.037 59569.037 310.58571 310.58571 Loop time of 37.7254 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.479 hours/ns, 26.507 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.571 | 37.571 | 37.571 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021666 | 0.021666 | 0.021666 | 0.0 | 0.06 Output | 9.3716e-05 | 9.3716e-05 | 9.3716e-05 | 0.0 | 0.00 Modify | 0.12203 | 0.12203 | 0.12203 | 0.0 | 0.32 Other | | 0.01073 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312078 ave 312078 max 312078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312078 Ave neighs/atom = 78.0195 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 = 313.553923938755, Press = -0.781333556349753 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -15321.444 -15321.444 -15485.449 -15485.449 317.27882 317.27882 59569.037 59569.037 310.58571 310.58571 39000 -15320.545 -15320.545 -15483.664 -15483.664 315.56469 315.56469 59526.235 59526.235 1782.2287 1782.2287 Loop time of 37.7182 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.477 hours/ns, 26.512 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.564 | 37.564 | 37.564 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021727 | 0.021727 | 0.021727 | 0.0 | 0.06 Output | 3.5717e-05 | 3.5717e-05 | 3.5717e-05 | 0.0 | 0.00 Modify | 0.12209 | 0.12209 | 0.12209 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.520182370491, Press = -0.870532102285515 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -15320.545 -15320.545 -15483.664 -15483.664 315.56469 315.56469 59526.235 59526.235 1782.2287 1782.2287 40000 -15322.462 -15322.462 -15485.334 -15485.334 315.08834 315.08834 59592.37 59592.37 -518.61334 -518.61334 Loop time of 37.8021 on 1 procs for 1000 steps with 4000 atoms Performance: 2.286 ns/day, 10.501 hours/ns, 26.454 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.648 | 37.648 | 37.648 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021687 | 0.021687 | 0.021687 | 0.0 | 0.06 Output | 6.2297e-05 | 6.2297e-05 | 6.2297e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.32 Other | | 0.01068 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016 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 = 313.520946782405, Press = -0.939773383833183 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -15322.462 -15322.462 -15485.334 -15485.334 315.08834 315.08834 59592.37 59592.37 -518.61334 -518.61334 41000 -15322.663 -15322.663 -15485.617 -15485.617 315.24543 315.24543 59570.269 59570.269 106.93724 106.93724 Loop time of 37.7784 on 1 procs for 1000 steps with 4000 atoms Performance: 2.287 ns/day, 10.494 hours/ns, 26.470 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.624 | 37.624 | 37.624 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021696 | 0.021696 | 0.021696 | 0.0 | 0.06 Output | 5.5474e-05 | 5.5474e-05 | 5.5474e-05 | 0.0 | 0.00 Modify | 0.12207 | 0.12207 | 0.12207 | 0.0 | 0.32 Other | | 0.01073 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.493832931657, Press = -0.596241721343024 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -15322.663 -15322.663 -15485.617 -15485.617 315.24543 315.24543 59570.269 59570.269 106.93724 106.93724 42000 -15329.295 -15329.295 -15487.823 -15487.823 306.68313 306.68313 59525.819 59525.819 1337.6094 1337.6094 Loop time of 37.7508 on 1 procs for 1000 steps with 4000 atoms Performance: 2.289 ns/day, 10.486 hours/ns, 26.490 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.596 | 37.596 | 37.596 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021637 | 0.021637 | 0.021637 | 0.0 | 0.06 Output | 3.9223e-05 | 3.9223e-05 | 3.9223e-05 | 0.0 | 0.00 Modify | 0.12199 | 0.12199 | 0.12199 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008 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 = 313.454425320116, Press = -0.678701934854444 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -15329.295 -15329.295 -15487.823 -15487.823 306.68313 306.68313 59525.819 59525.819 1337.6094 1337.6094 43000 -15324.508 -15324.508 -15484.608 -15484.608 309.72426 309.72426 59529.124 59529.124 1588.3086 1588.3086 Loop time of 37.7238 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.479 hours/ns, 26.508 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.569 | 37.569 | 37.569 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021674 | 0.021674 | 0.021674 | 0.0 | 0.06 Output | 6.0794e-05 | 6.0794e-05 | 6.0794e-05 | 0.0 | 0.00 Modify | 0.12208 | 0.12208 | 0.12208 | 0.0 | 0.32 Other | | 0.01075 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 = 313.435441600266, Press = -1.23013996309159 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -15324.508 -15324.508 -15484.608 -15484.608 309.72426 309.72426 59529.124 59529.124 1588.3086 1588.3086 44000 -15324.559 -15324.559 -15484.934 -15484.934 310.25656 310.25656 59547.908 59547.908 984.38229 984.38229 Loop time of 37.7069 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.474 hours/ns, 26.520 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.553 | 37.553 | 37.553 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021694 | 0.021694 | 0.021694 | 0.0 | 0.06 Output | 5.9532e-05 | 5.9532e-05 | 5.9532e-05 | 0.0 | 0.00 Modify | 0.12192 | 0.12192 | 0.12192 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.419310176859, Press = -1.72812927419146 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -15324.559 -15324.559 -15484.934 -15484.934 310.25656 310.25656 59547.908 59547.908 984.38229 984.38229 45000 -15324.917 -15324.917 -15483.703 -15483.703 307.18352 307.18352 59503.846 59503.846 2247.1015 2247.1015 Loop time of 37.7551 on 1 procs for 1000 steps with 4000 atoms Performance: 2.288 ns/day, 10.488 hours/ns, 26.486 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.601 | 37.601 | 37.601 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021713 | 0.021713 | 0.021713 | 0.0 | 0.06 Output | 3.6078e-05 | 3.6078e-05 | 3.6078e-05 | 0.0 | 0.00 Modify | 0.12211 | 0.12211 | 0.12211 | 0.0 | 0.32 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.399302333701, Press = -2.09798993066983 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -15324.917 -15324.917 -15483.703 -15483.703 307.18352 307.18352 59503.846 59503.846 2247.1015 2247.1015 46000 -15320.226 -15320.226 -15483.262 -15483.262 315.40504 315.40504 59567.97 59567.97 504.22917 504.22917 Loop time of 37.7025 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.473 hours/ns, 26.523 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.548 | 37.548 | 37.548 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021775 | 0.021775 | 0.021775 | 0.0 | 0.06 Output | 5.9291e-05 | 5.9291e-05 | 5.9291e-05 | 0.0 | 0.00 Modify | 0.12205 | 0.12205 | 0.12205 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.344928138116, Press = -1.36873585101175 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -15320.226 -15320.226 -15483.262 -15483.262 315.40504 315.40504 59567.97 59567.97 504.22917 504.22917 47000 -15323.698 -15323.698 -15484.867 -15484.867 311.79285 311.79285 59548.21 59548.21 759.82567 759.82567 Loop time of 37.6927 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.470 hours/ns, 26.530 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.538 | 37.538 | 37.538 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021708 | 0.021708 | 0.021708 | 0.0 | 0.06 Output | 3.6598e-05 | 3.6598e-05 | 3.6598e-05 | 0.0 | 0.00 Modify | 0.12179 | 0.12179 | 0.12179 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.0085 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 = 313.349180752598, Press = -0.989551904936259 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -15323.698 -15323.698 -15484.867 -15484.867 311.79285 311.79285 59548.21 59548.21 759.82567 759.82567 48000 -15326.294 -15326.294 -15483.745 -15483.745 304.59943 304.59943 59523.27 59523.27 1828.9262 1828.9262 Loop time of 37.7337 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.482 hours/ns, 26.501 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.579 | 37.579 | 37.579 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021809 | 0.021809 | 0.021809 | 0.0 | 0.06 Output | 6.1676e-05 | 6.1676e-05 | 6.1676e-05 | 0.0 | 0.00 Modify | 0.12191 | 0.12191 | 0.12191 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014 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 = 313.353875955583, Press = -1.22373990977027 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -15326.294 -15326.294 -15483.745 -15483.745 304.59943 304.59943 59523.27 59523.27 1828.9262 1828.9262 49000 -15322.236 -15322.236 -15485.137 -15485.137 315.14419 315.14419 59492.722 59492.722 2690.3068 2690.3068 Loop time of 37.7214 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.478 hours/ns, 26.510 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.567 | 37.567 | 37.567 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021707 | 0.021707 | 0.021707 | 0.0 | 0.06 Output | 6.0794e-05 | 6.0794e-05 | 6.0794e-05 | 0.0 | 0.00 Modify | 0.12206 | 0.12206 | 0.12206 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.0075 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 = 313.347293312199, Press = -1.64651886304175 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -15322.236 -15322.236 -15485.137 -15485.137 315.14419 315.14419 59492.722 59492.722 2690.3068 2690.3068 50000 -15326.76 -15326.76 -15490.237 -15490.237 316.25832 316.25832 59551.976 59551.976 333.14356 333.14356 Loop time of 37.6987 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.472 hours/ns, 26.526 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.544 | 37.544 | 37.544 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021741 | 0.021741 | 0.021741 | 0.0 | 0.06 Output | 3.5416e-05 | 3.5416e-05 | 3.5416e-05 | 0.0 | 0.00 Modify | 0.12191 | 0.12191 | 0.12191 | 0.0 | 0.32 Other | | 0.0107 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.307472272298, Press = -1.91765474706688 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -15326.76 -15326.76 -15490.237 -15490.237 316.25832 316.25832 59551.976 59551.976 333.14356 333.14356 51000 -15321.096 -15321.096 -15483.914 -15483.914 314.98346 314.98346 59592.323 59592.323 -342.74875 -342.74875 Loop time of 37.6829 on 1 procs for 1000 steps with 4000 atoms Performance: 2.293 ns/day, 10.467 hours/ns, 26.537 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.528 | 37.528 | 37.528 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02174 | 0.02174 | 0.02174 | 0.0 | 0.06 Output | 5.9652e-05 | 5.9652e-05 | 5.9652e-05 | 0.0 | 0.00 Modify | 0.12197 | 0.12197 | 0.12197 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.271294413242, Press = -1.40905657176236 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -15321.096 -15321.096 -15483.914 -15483.914 314.98346 314.98346 59592.323 59592.323 -342.74875 -342.74875 52000 -15327.693 -15327.693 -15488.22 -15488.22 310.55037 310.55037 59561.636 59561.636 141.80139 141.80139 Loop time of 37.7054 on 1 procs for 1000 steps with 4000 atoms Performance: 2.291 ns/day, 10.474 hours/ns, 26.521 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.551 | 37.551 | 37.551 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021647 | 0.021647 | 0.021647 | 0.0 | 0.06 Output | 5.7679e-05 | 5.7679e-05 | 5.7679e-05 | 0.0 | 0.00 Modify | 0.12194 | 0.12194 | 0.12194 | 0.0 | 0.32 Other | | 0.01069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312004 ave 312004 max 312004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312004 Ave neighs/atom = 78.001 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 = 313.246334903138, Press = -1.87791839922377 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -15327.693 -15327.693 -15488.22 -15488.22 310.55037 310.55037 59561.636 59561.636 141.80139 141.80139 53000 -15324.495 -15324.495 -15485.54 -15485.54 311.55335 311.55335 59621.729 59621.729 -1602.913 -1602.913 Loop time of 37.6989 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.472 hours/ns, 26.526 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.544 | 37.544 | 37.544 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0217 | 0.0217 | 0.0217 | 0.0 | 0.06 Output | 4.8852e-05 | 4.8852e-05 | 4.8852e-05 | 0.0 | 0.00 Modify | 0.12191 | 0.12191 | 0.12191 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.241979846306, Press = -2.24364450056076 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -15324.495 -15324.495 -15485.54 -15485.54 311.55335 311.55335 59621.729 59621.729 -1602.913 -1602.913 54000 -15322.44 -15322.44 -15482.673 -15482.673 309.98322 309.98322 59636.889 59636.889 -1767.2107 -1767.2107 Loop time of 37.6588 on 1 procs for 1000 steps with 4000 atoms Performance: 2.294 ns/day, 10.461 hours/ns, 26.554 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.504 | 37.504 | 37.504 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021741 | 0.021741 | 0.021741 | 0.0 | 0.06 Output | 5.8731e-05 | 5.8731e-05 | 5.8731e-05 | 0.0 | 0.00 Modify | 0.122 | 0.122 | 0.122 | 0.0 | 0.32 Other | | 0.01066 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.0075 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 = 313.217684629068, Press = -1.43942762015192 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -15322.44 -15322.44 -15482.673 -15482.673 309.98322 309.98322 59636.889 59636.889 -1767.2107 -1767.2107 55000 -15328.962 -15328.962 -15486.233 -15486.233 304.25074 304.25074 59629.615 59629.615 -1911.7674 -1911.7674 Loop time of 37.668 on 1 procs for 1000 steps with 4000 atoms Performance: 2.294 ns/day, 10.463 hours/ns, 26.548 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.514 | 37.514 | 37.514 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021692 | 0.021692 | 0.021692 | 0.0 | 0.06 Output | 4.3542e-05 | 4.3542e-05 | 4.3542e-05 | 0.0 | 0.00 Modify | 0.12194 | 0.12194 | 0.12194 | 0.0 | 0.32 Other | | 0.01059 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.0075 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 = 313.200059728296, Press = -1.69710331107393 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -15328.962 -15328.962 -15486.233 -15486.233 304.25074 304.25074 59629.615 59629.615 -1911.7674 -1911.7674 56000 -15321.722 -15321.722 -15481.1 -15481.1 308.3281 308.3281 59589.312 59589.312 -0.60036374 -0.60036374 Loop time of 37.6956 on 1 procs for 1000 steps with 4000 atoms Performance: 2.292 ns/day, 10.471 hours/ns, 26.528 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.541 | 37.541 | 37.541 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021697 | 0.021697 | 0.021697 | 0.0 | 0.06 Output | 3.6378e-05 | 3.6378e-05 | 3.6378e-05 | 0.0 | 0.00 Modify | 0.12193 | 0.12193 | 0.12193 | 0.0 | 0.32 Other | | 0.01071 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.0085 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 = 313.173123548286, Press = -0.652120471314243 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -15321.722 -15321.722 -15481.1 -15481.1 308.3281 308.3281 59589.312 59589.312 -0.60036374 -0.60036374 57000 -15323.546 -15323.546 -15486.049 -15486.049 314.37334 314.37334 59604.976 59604.976 -1078.0839 -1078.0839 Loop time of 37.7364 on 1 procs for 1000 steps with 4000 atoms Performance: 2.290 ns/day, 10.482 hours/ns, 26.500 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.582 | 37.582 | 37.582 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021642 | 0.021642 | 0.021642 | 0.0 | 0.06 Output | 5.7468e-05 | 5.7468e-05 | 5.7468e-05 | 0.0 | 0.00 Modify | 0.12187 | 0.12187 | 0.12187 | 0.0 | 0.32 Other | | 0.01072 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.163440272718, Press = 0.20228726357898 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -15323.546 -15323.546 -15486.049 -15486.049 314.37334 314.37334 59604.976 59604.976 -1078.0839 -1078.0839 58000 -15322.015 -15322.015 -15484.578 -15484.578 314.49007 314.49007 59577.876 59577.876 48.595968 48.595968 Loop time of 37.8103 on 1 procs for 1000 steps with 4000 atoms Performance: 2.285 ns/day, 10.503 hours/ns, 26.448 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.656 | 37.656 | 37.656 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021897 | 0.021897 | 0.021897 | 0.0 | 0.06 Output | 3.5807e-05 | 3.5807e-05 | 3.5807e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.32 Other | | 0.01067 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006 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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 59576.6544692281 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0