# 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.6200000196695328*${_u_distance} variable latticeconst_converted equal 3.6200000196695328*1 lattice fcc ${latticeconst_converted} lattice fcc 3.62000001966953 Lattice spacing in x,y,z = 3.62 3.62 3.62 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (36.2 36.2 36.2) 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 (36.2 36.2 36.2) create_atoms CPU = 0.001 seconds variable mass_converted equal 63.546*${_u_mass} variable mass_converted equal 63.546*1 kim_interactions Cu WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cu #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_JelinekGrohHorstemeyer_2012_AlSiMgCuFe__MO_262519520678_002 pair_coeff * * Cu #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 63.546 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 47437.9287732722 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47437.9287732722/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47437.9287732722/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 47437.9287732722/(1*1*${_u_distance}) variable V0_metal equal 47437.9287732722/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 47437.9287732722*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 47437.9287732722 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_262519520678_002#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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13987.791 -13987.791 -14160 -14160 333.15 333.15 47437.929 47437.929 3877.4628 3877.4628 1000 -13799.225 -13799.225 -13965.479 -13965.479 321.62847 321.62847 48153.172 48153.172 2484.2575 2484.2575 Loop time of 100.008 on 1 procs for 1000 steps with 4000 atoms Performance: 0.864 ns/day, 27.780 hours/ns, 9.999 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 | 99.855 | 99.855 | 99.855 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022155 | 0.022155 | 0.022155 | 0.0 | 0.02 Output | 0.00015044 | 0.00015044 | 0.00015044 | 0.0 | 0.00 Modify | 0.11949 | 0.11949 | 0.11949 | 0.0 | 0.12 Other | | 0.01117 | | | 0.01 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: 536000 ave 536000 max 536000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 536000 Ave neighs/atom = 134 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13799.225 -13799.225 -13965.479 -13965.479 321.62847 321.62847 48153.172 48153.172 2484.2575 2484.2575 2000 -13814.488 -13814.488 -13987.183 -13987.183 334.09072 334.09072 48192.404 48192.404 -491.61795 -491.61795 Loop time of 101.845 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.290 hours/ns, 9.819 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 | 101.69 | 101.69 | 101.69 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02166 | 0.02166 | 0.02166 | 0.0 | 0.02 Output | 6.6175e-05 | 6.6175e-05 | 6.6175e-05 | 0.0 | 0.00 Modify | 0.11779 | 0.11779 | 0.11779 | 0.0 | 0.12 Other | | 0.01036 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 524812 ave 524812 max 524812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 524812 Ave neighs/atom = 131.203 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13814.488 -13814.488 -13987.183 -13987.183 334.09072 334.09072 48192.404 48192.404 -491.61795 -491.61795 3000 -13807.165 -13807.165 -13981.06 -13981.06 336.41319 336.41319 48224.766 48224.766 -898.68024 -898.68024 Loop time of 102.151 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.375 hours/ns, 9.789 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 | 102 | 102 | 102 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021541 | 0.021541 | 0.021541 | 0.0 | 0.02 Output | 6.7717e-05 | 6.7717e-05 | 6.7717e-05 | 0.0 | 0.00 Modify | 0.1178 | 0.1178 | 0.1178 | 0.0 | 0.12 Other | | 0.01033 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 527064 ave 527064 max 527064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527064 Ave neighs/atom = 131.766 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13807.165 -13807.165 -13981.06 -13981.06 336.41319 336.41319 48224.766 48224.766 -898.68024 -898.68024 4000 -13814.634 -13814.634 -13982.329 -13982.329 324.41795 324.41795 48210.904 48210.904 -701.46281 -701.46281 Loop time of 101.754 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.265 hours/ns, 9.828 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 | 101.6 | 101.6 | 101.6 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021473 | 0.021473 | 0.021473 | 0.0 | 0.02 Output | 6.5553e-05 | 6.5553e-05 | 6.5553e-05 | 0.0 | 0.00 Modify | 0.11784 | 0.11784 | 0.11784 | 0.0 | 0.12 Other | | 0.01037 | | | 0.01 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: 525690 ave 525690 max 525690 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525690 Ave neighs/atom = 131.4225 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13814.634 -13814.634 -13982.329 -13982.329 324.41795 324.41795 48210.904 48210.904 -701.46281 -701.46281 5000 -13805.467 -13805.467 -13977.908 -13977.908 333.59807 333.59807 48224.637 48224.637 -443.63361 -443.63361 Loop time of 101.738 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.261 hours/ns, 9.829 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 | 101.59 | 101.59 | 101.59 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021453 | 0.021453 | 0.021453 | 0.0 | 0.02 Output | 4.9943e-05 | 4.9943e-05 | 4.9943e-05 | 0.0 | 0.00 Modify | 0.11833 | 0.11833 | 0.11833 | 0.0 | 0.12 Other | | 0.01039 | | | 0.01 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: 526160 ave 526160 max 526160 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526160 Ave neighs/atom = 131.54 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 336.005000570965, Press = -540.003838549723 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13805.467 -13805.467 -13977.908 -13977.908 333.59807 333.59807 48224.637 48224.637 -443.63361 -443.63361 6000 -13815.033 -13815.033 -13985.239 -13985.239 329.27538 329.27538 48189.602 48189.602 -267.12886 -267.12886 Loop time of 101.801 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.278 hours/ns, 9.823 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 | 101.65 | 101.65 | 101.65 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021481 | 0.021481 | 0.021481 | 0.0 | 0.02 Output | 4.9152e-05 | 4.9152e-05 | 4.9152e-05 | 0.0 | 0.00 Modify | 0.12187 | 0.12187 | 0.12187 | 0.0 | 0.12 Other | | 0.01041 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5844 ave 5844 max 5844 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: 525836 ave 525836 max 525836 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525836 Ave neighs/atom = 131.459 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.288417676127, Press = -56.8282736418067 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13815.033 -13815.033 -13985.239 -13985.239 329.27538 329.27538 48189.602 48189.602 -267.12886 -267.12886 7000 -13805.877 -13805.877 -13981.952 -13981.952 340.62917 340.62917 48160.633 48160.633 919.21391 919.21391 Loop time of 101.944 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.318 hours/ns, 9.809 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 | 101.79 | 101.79 | 101.79 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021569 | 0.021569 | 0.021569 | 0.0 | 0.02 Output | 5.0745e-05 | 5.0745e-05 | 5.0745e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.12 Other | | 0.0104 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 527130 ave 527130 max 527130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527130 Ave neighs/atom = 131.7825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.222762570091, Press = -39.1334898315567 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13805.877 -13805.877 -13981.952 -13981.952 340.62917 340.62917 48160.633 48160.633 919.21391 919.21391 8000 -13811.02 -13811.02 -13984.206 -13984.206 335.04025 335.04025 48109.463 48109.463 2064.3316 2064.3316 Loop time of 101.897 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.305 hours/ns, 9.814 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 | 101.74 | 101.74 | 101.74 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021535 | 0.021535 | 0.021535 | 0.0 | 0.02 Output | 5.1306e-05 | 5.1306e-05 | 5.1306e-05 | 0.0 | 0.00 Modify | 0.12201 | 0.12201 | 0.12201 | 0.0 | 0.12 Other | | 0.01043 | | | 0.01 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: 526684 ave 526684 max 526684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526684 Ave neighs/atom = 131.671 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.266891908276, Press = -13.3704598256916 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13811.02 -13811.02 -13984.206 -13984.206 335.04025 335.04025 48109.463 48109.463 2064.3316 2064.3316 9000 -13805.031 -13805.031 -13978.566 -13978.566 335.71704 335.71704 48148.154 48148.154 1594.1936 1594.1936 Loop time of 101.858 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.294 hours/ns, 9.818 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 | 101.7 | 101.7 | 101.7 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021549 | 0.021549 | 0.021549 | 0.0 | 0.02 Output | 4.8682e-05 | 4.8682e-05 | 4.8682e-05 | 0.0 | 0.00 Modify | 0.12203 | 0.12203 | 0.12203 | 0.0 | 0.12 Other | | 0.01044 | | | 0.01 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: 527296 ave 527296 max 527296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527296 Ave neighs/atom = 131.824 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.45550187774, Press = 2.62373935312123 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13805.031 -13805.031 -13978.566 -13978.566 335.71704 335.71704 48148.154 48148.154 1594.1936 1594.1936 10000 -13811.709 -13811.709 -13986.34 -13986.34 337.83555 337.83555 48191.683 48191.683 -341.86103 -341.86103 Loop time of 101.877 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.299 hours/ns, 9.816 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 | 101.72 | 101.72 | 101.72 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021625 | 0.021625 | 0.021625 | 0.0 | 0.02 Output | 5.0464e-05 | 5.0464e-05 | 5.0464e-05 | 0.0 | 0.00 Modify | 0.12192 | 0.12192 | 0.12192 | 0.0 | 0.12 Other | | 0.01043 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526828 ave 526828 max 526828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526828 Ave neighs/atom = 131.707 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.859007352176, Press = 0.602402845751124 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13811.709 -13811.709 -13986.34 -13986.34 337.83555 337.83555 48191.683 48191.683 -341.86103 -341.86103 11000 -13805.07 -13805.07 -13977.195 -13977.195 332.98681 332.98681 48212.919 48212.919 -178.83667 -178.83667 Loop time of 101.793 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.276 hours/ns, 9.824 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 | 101.64 | 101.64 | 101.64 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021529 | 0.021529 | 0.021529 | 0.0 | 0.02 Output | 5.0936e-05 | 5.0936e-05 | 5.0936e-05 | 0.0 | 0.00 Modify | 0.12216 | 0.12216 | 0.12216 | 0.0 | 0.12 Other | | 0.01043 | | | 0.01 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: 527288 ave 527288 max 527288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527288 Ave neighs/atom = 131.822 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.982598427952, Press = -0.0240722036881531 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13805.07 -13805.07 -13977.195 -13977.195 332.98681 332.98681 48212.919 48212.919 -178.83667 -178.83667 12000 -13811.469 -13811.469 -13982.479 -13982.479 330.83098 330.83098 48216.33 48216.33 -809.7688 -809.7688 Loop time of 102.098 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.360 hours/ns, 9.795 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.94 | 101.94 | 101.94 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02155 | 0.02155 | 0.02155 | 0.0 | 0.02 Output | 5.0134e-05 | 5.0134e-05 | 5.0134e-05 | 0.0 | 0.00 Modify | 0.12209 | 0.12209 | 0.12209 | 0.0 | 0.12 Other | | 0.01042 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5845 ave 5845 max 5845 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: 525818 ave 525818 max 525818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525818 Ave neighs/atom = 131.4545 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.977986656886, Press = -2.13645434125566 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13811.469 -13811.469 -13982.479 -13982.479 330.83098 330.83098 48216.33 48216.33 -809.7688 -809.7688 13000 -13804.768 -13804.768 -13978.756 -13978.756 336.59144 336.59144 48277.386 48277.386 -2044.2161 -2044.2161 Loop time of 101.832 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.287 hours/ns, 9.820 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 | 101.68 | 101.68 | 101.68 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021662 | 0.021662 | 0.021662 | 0.0 | 0.02 Output | 5.0465e-05 | 5.0465e-05 | 5.0465e-05 | 0.0 | 0.00 Modify | 0.12199 | 0.12199 | 0.12199 | 0.0 | 0.12 Other | | 0.01036 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 526228 ave 526228 max 526228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526228 Ave neighs/atom = 131.557 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.097823261382, Press = -6.57073548301322 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13804.768 -13804.768 -13978.756 -13978.756 336.59144 336.59144 48277.386 48277.386 -2044.2161 -2044.2161 14000 -13815.27 -13815.27 -13984.74 -13984.74 327.85301 327.85301 48232.741 48232.741 -1501.4953 -1501.4953 Loop time of 101.669 on 1 procs for 1000 steps with 4000 atoms Performance: 0.850 ns/day, 28.241 hours/ns, 9.836 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 | 101.52 | 101.52 | 101.52 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021491 | 0.021491 | 0.021491 | 0.0 | 0.02 Output | 9.9598e-05 | 9.9598e-05 | 9.9598e-05 | 0.0 | 0.00 Modify | 0.12204 | 0.12204 | 0.12204 | 0.0 | 0.12 Other | | 0.01036 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 525816 ave 525816 max 525816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525816 Ave neighs/atom = 131.454 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.020864331323, Press = -10.885823238621 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13815.27 -13815.27 -13984.74 -13984.74 327.85301 327.85301 48232.741 48232.741 -1501.4953 -1501.4953 15000 -13809.97 -13809.97 -13982.089 -13982.089 332.97644 332.97644 48187.998 48187.998 14.163991 14.163991 Loop time of 101.901 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.306 hours/ns, 9.813 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 | 101.75 | 101.75 | 101.75 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021629 | 0.021629 | 0.021629 | 0.0 | 0.02 Output | 5.1307e-05 | 5.1307e-05 | 5.1307e-05 | 0.0 | 0.00 Modify | 0.12197 | 0.12197 | 0.12197 | 0.0 | 0.12 Other | | 0.01041 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526262 ave 526262 max 526262 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526262 Ave neighs/atom = 131.5655 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.938609137462, Press = -8.37906317910242 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13809.97 -13809.97 -13982.089 -13982.089 332.97644 332.97644 48187.998 48187.998 14.163991 14.163991 16000 -13811.317 -13811.317 -13981.611 -13981.611 329.44691 329.44691 48155.434 48155.434 1010.5685 1010.5685 Loop time of 101.686 on 1 procs for 1000 steps with 4000 atoms Performance: 0.850 ns/day, 28.246 hours/ns, 9.834 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 | 101.53 | 101.53 | 101.53 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021617 | 0.021617 | 0.021617 | 0.0 | 0.02 Output | 5.1717e-05 | 5.1717e-05 | 5.1717e-05 | 0.0 | 0.00 Modify | 0.12186 | 0.12186 | 0.12186 | 0.0 | 0.12 Other | | 0.01042 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526382 ave 526382 max 526382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526382 Ave neighs/atom = 131.5955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.95230485062, Press = -5.02105575173171 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13811.317 -13811.317 -13981.611 -13981.611 329.44691 329.44691 48155.434 48155.434 1010.5685 1010.5685 17000 -13802.924 -13802.924 -13977.556 -13977.556 337.83843 337.83843 48156.256 48156.256 1428.955 1428.955 Loop time of 102.032 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.342 hours/ns, 9.801 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 | 101.88 | 101.88 | 101.88 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021519 | 0.021519 | 0.021519 | 0.0 | 0.02 Output | 5.1296e-05 | 5.1296e-05 | 5.1296e-05 | 0.0 | 0.00 Modify | 0.12192 | 0.12192 | 0.12192 | 0.0 | 0.12 Other | | 0.01043 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 526902 ave 526902 max 526902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526902 Ave neighs/atom = 131.7255 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.025973794243, Press = -1.42962755833728 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13802.924 -13802.924 -13977.556 -13977.556 337.83843 337.83843 48156.256 48156.256 1428.955 1428.955 18000 -13810.953 -13810.953 -13983.558 -13983.558 333.91696 333.91696 48159.962 48159.962 764.37677 764.37677 Loop time of 101.846 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.291 hours/ns, 9.819 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 | 101.69 | 101.69 | 101.69 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021557 | 0.021557 | 0.021557 | 0.0 | 0.02 Output | 6.1486e-05 | 6.1486e-05 | 6.1486e-05 | 0.0 | 0.00 Modify | 0.12199 | 0.12199 | 0.12199 | 0.0 | 0.12 Other | | 0.01041 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 526556 ave 526556 max 526556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526556 Ave neighs/atom = 131.639 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.994405476069, Press = -0.489818199404115 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13810.953 -13810.953 -13983.558 -13983.558 333.91696 333.91696 48159.962 48159.962 764.37677 764.37677 19000 -13815.372 -13815.372 -13986.765 -13986.765 331.57141 331.57141 48170.658 48170.658 23.496068 23.496068 Loop time of 102.093 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.359 hours/ns, 9.795 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.94 | 101.94 | 101.94 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021559 | 0.021559 | 0.021559 | 0.0 | 0.02 Output | 5.1747e-05 | 5.1747e-05 | 5.1747e-05 | 0.0 | 0.00 Modify | 0.12192 | 0.12192 | 0.12192 | 0.0 | 0.12 Other | | 0.01038 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5847 ave 5847 max 5847 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: 527310 ave 527310 max 527310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527310 Ave neighs/atom = 131.8275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.877974652921, Press = 0.990991755063111 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13815.372 -13815.372 -13986.765 -13986.765 331.57141 331.57141 48170.658 48170.658 23.496068 23.496068 20000 -13811.145 -13811.145 -13984.975 -13984.975 336.28598 336.28598 48232.936 48232.936 -1386.9573 -1386.9573 Loop time of 101.775 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.271 hours/ns, 9.826 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 | 101.62 | 101.62 | 101.62 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021552 | 0.021552 | 0.021552 | 0.0 | 0.02 Output | 5.4332e-05 | 5.4332e-05 | 5.4332e-05 | 0.0 | 0.00 Modify | 0.12201 | 0.12201 | 0.12201 | 0.0 | 0.12 Other | | 0.0104 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 526992 ave 526992 max 526992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526992 Ave neighs/atom = 131.748 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.729987738032, Press = 4.24100640901163 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13811.145 -13811.145 -13984.975 -13984.975 336.28598 336.28598 48232.936 48232.936 -1386.9573 -1386.9573 21000 -13810.804 -13810.804 -13981.05 -13981.05 329.35145 329.35145 48264.86 48264.86 -1957.2908 -1957.2908 Loop time of 101.827 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.285 hours/ns, 9.821 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 | 101.67 | 101.67 | 101.67 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021508 | 0.021508 | 0.021508 | 0.0 | 0.02 Output | 5.4903e-05 | 5.4903e-05 | 5.4903e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.12 Other | | 0.01039 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 526654 ave 526654 max 526654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526654 Ave neighs/atom = 131.6635 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.817919068514, Press = -0.0603738104184142 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13810.804 -13810.804 -13981.05 -13981.05 329.35145 329.35145 48264.86 48264.86 -1957.2908 -1957.2908 22000 -13810.494 -13810.494 -13982.722 -13982.722 333.18647 333.18647 48216.925 48216.925 -794.54756 -794.54756 Loop time of 102.019 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.339 hours/ns, 9.802 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 | 101.86 | 101.86 | 101.86 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021593 | 0.021593 | 0.021593 | 0.0 | 0.02 Output | 5.2639e-05 | 5.2639e-05 | 5.2639e-05 | 0.0 | 0.00 Modify | 0.12195 | 0.12195 | 0.12195 | 0.0 | 0.12 Other | | 0.0104 | | | 0.01 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: 526244 ave 526244 max 526244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526244 Ave neighs/atom = 131.561 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.848155402758, Press = -2.08397710025389 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13810.494 -13810.494 -13982.722 -13982.722 333.18647 333.18647 48216.925 48216.925 -794.54756 -794.54756 23000 -13809.712 -13809.712 -13980.034 -13980.034 329.50091 329.50091 48194.649 48194.649 117.72791 117.72791 Loop time of 101.883 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.301 hours/ns, 9.815 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 | 101.73 | 101.73 | 101.73 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021544 | 0.021544 | 0.021544 | 0.0 | 0.02 Output | 5.2058e-05 | 5.2058e-05 | 5.2058e-05 | 0.0 | 0.00 Modify | 0.12186 | 0.12186 | 0.12186 | 0.0 | 0.12 Other | | 0.01043 | | | 0.01 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: 526466 ave 526466 max 526466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526466 Ave neighs/atom = 131.6165 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.84689097505, Press = -3.075925162962 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13809.712 -13809.712 -13980.034 -13980.034 329.50091 329.50091 48194.649 48194.649 117.72791 117.72791 24000 -13817.609 -13817.609 -13985.657 -13985.657 325.09981 325.09981 48138.731 48138.731 1054.4602 1054.4602 Loop time of 101.96 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.322 hours/ns, 9.808 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 | 101.81 | 101.81 | 101.81 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021516 | 0.021516 | 0.021516 | 0.0 | 0.02 Output | 5.0215e-05 | 5.0215e-05 | 5.0215e-05 | 0.0 | 0.00 Modify | 0.12197 | 0.12197 | 0.12197 | 0.0 | 0.12 Other | | 0.01045 | | | 0.01 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: 526570 ave 526570 max 526570 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526570 Ave neighs/atom = 131.6425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.723767249764, Press = -2.82353798200349 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13817.609 -13817.609 -13985.657 -13985.657 325.09981 325.09981 48138.731 48138.731 1054.4602 1054.4602 25000 -13812.327 -13812.327 -13985.08 -13985.08 334.2037 334.2037 48081.634 48081.634 2796.1673 2796.1673 Loop time of 102.037 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.343 hours/ns, 9.800 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 | 101.88 | 101.88 | 101.88 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021485 | 0.021485 | 0.021485 | 0.0 | 0.02 Output | 5.4242e-05 | 5.4242e-05 | 5.4242e-05 | 0.0 | 0.00 Modify | 0.12196 | 0.12196 | 0.12196 | 0.0 | 0.12 Other | | 0.01039 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 527232 ave 527232 max 527232 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527232 Ave neighs/atom = 131.808 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.713586310711, Press = -1.92532899929204 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13812.327 -13812.327 -13985.08 -13985.08 334.2037 334.2037 48081.634 48081.634 2796.1673 2796.1673 26000 -13806.501 -13806.501 -13978.593 -13978.593 332.92277 332.92277 48137.424 48137.424 1845.2432 1845.2432 Loop time of 102.027 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.341 hours/ns, 9.801 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 | 101.87 | 101.87 | 101.87 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021474 | 0.021474 | 0.021474 | 0.0 | 0.02 Output | 4.9363e-05 | 4.9363e-05 | 4.9363e-05 | 0.0 | 0.00 Modify | 0.12187 | 0.12187 | 0.12187 | 0.0 | 0.12 Other | | 0.0104 | | | 0.01 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: 527348 ave 527348 max 527348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527348 Ave neighs/atom = 131.837 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.710569578678, Press = 0.207339068883522 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13806.501 -13806.501 -13978.593 -13978.593 332.92277 332.92277 48137.424 48137.424 1845.2432 1845.2432 27000 -13814.362 -13814.362 -13986.984 -13986.984 333.94863 333.94863 48184.019 48184.019 -215.44633 -215.44633 Loop time of 101.993 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.331 hours/ns, 9.805 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 | 101.84 | 101.84 | 101.84 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021536 | 0.021536 | 0.021536 | 0.0 | 0.02 Output | 5.2218e-05 | 5.2218e-05 | 5.2218e-05 | 0.0 | 0.00 Modify | 0.1219 | 0.1219 | 0.1219 | 0.0 | 0.12 Other | | 0.0104 | | | 0.01 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: 526556 ave 526556 max 526556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526556 Ave neighs/atom = 131.639 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.623430021696, Press = -0.676954207905468 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13814.362 -13814.362 -13986.984 -13986.984 333.94863 333.94863 48184.019 48184.019 -215.44633 -215.44633 28000 -13807.976 -13807.976 -13981.504 -13981.504 335.70129 335.70129 48207.811 48207.811 -386.43049 -386.43049 Loop time of 102.103 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.362 hours/ns, 9.794 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 | 101.95 | 101.95 | 101.95 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021525 | 0.021525 | 0.021525 | 0.0 | 0.02 Output | 5.2469e-05 | 5.2469e-05 | 5.2469e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.12 Other | | 0.01045 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5844 ave 5844 max 5844 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: 527422 ave 527422 max 527422 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527422 Ave neighs/atom = 131.8555 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.594457897109, Press = -0.914382972324998 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13807.976 -13807.976 -13981.504 -13981.504 335.70129 335.70129 48207.811 48207.811 -386.43049 -386.43049 29000 -13814.374 -13814.374 -13986.037 -13986.037 332.09223 332.09223 48202.501 48202.501 -704.78091 -704.78091 Loop time of 101.723 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.256 hours/ns, 9.831 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 | 101.57 | 101.57 | 101.57 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021642 | 0.021642 | 0.021642 | 0.0 | 0.02 Output | 7.0893e-05 | 7.0893e-05 | 7.0893e-05 | 0.0 | 0.00 Modify | 0.12202 | 0.12202 | 0.12202 | 0.0 | 0.12 Other | | 0.01047 | | | 0.01 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: 526166 ave 526166 max 526166 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526166 Ave neighs/atom = 131.5415 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.53700931972, Press = -0.692265368911782 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13814.374 -13814.374 -13986.037 -13986.037 332.09223 332.09223 48202.501 48202.501 -704.78091 -704.78091 30000 -13810.841 -13810.841 -13980.594 -13980.594 328.39862 328.39862 48248.352 48248.352 -1432.5998 -1432.5998 Loop time of 102.075 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.354 hours/ns, 9.797 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 | 101.92 | 101.92 | 101.92 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021631 | 0.021631 | 0.021631 | 0.0 | 0.02 Output | 5.3321e-05 | 5.3321e-05 | 5.3321e-05 | 0.0 | 0.00 Modify | 0.12203 | 0.12203 | 0.12203 | 0.0 | 0.12 Other | | 0.01046 | | | 0.01 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: 526728 ave 526728 max 526728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526728 Ave neighs/atom = 131.682 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.439460090903, Press = -1.00420590646789 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13810.841 -13810.841 -13980.594 -13980.594 328.39862 328.39862 48248.352 48248.352 -1432.5998 -1432.5998 31000 -13806.544 -13806.544 -13982.339 -13982.339 340.08741 340.08741 48233.462 48233.462 -1099.0914 -1099.0914 Loop time of 101.903 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.306 hours/ns, 9.813 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 | 101.75 | 101.75 | 101.75 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021556 | 0.021556 | 0.021556 | 0.0 | 0.02 Output | 5.5164e-05 | 5.5164e-05 | 5.5164e-05 | 0.0 | 0.00 Modify | 0.1222 | 0.1222 | 0.1222 | 0.0 | 0.12 Other | | 0.01045 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 525912 ave 525912 max 525912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525912 Ave neighs/atom = 131.478 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.460551455446, Press = -2.6929403249983 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13806.544 -13806.544 -13982.339 -13982.339 340.08741 340.08741 48233.462 48233.462 -1099.0914 -1099.0914 32000 -13806.106 -13806.106 -13979.314 -13979.314 335.08215 335.08215 48181.517 48181.517 641.43752 641.43752 Loop time of 101.801 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.278 hours/ns, 9.823 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 | 101.65 | 101.65 | 101.65 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021658 | 0.021658 | 0.021658 | 0.0 | 0.02 Output | 5.0014e-05 | 5.0014e-05 | 5.0014e-05 | 0.0 | 0.00 Modify | 0.12223 | 0.12223 | 0.12223 | 0.0 | 0.12 Other | | 0.01047 | | | 0.01 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: 526172 ave 526172 max 526172 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526172 Ave neighs/atom = 131.543 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.439711003029, Press = -2.3554546148131 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13806.106 -13806.106 -13979.314 -13979.314 335.08215 335.08215 48181.517 48181.517 641.43752 641.43752 33000 -13812.753 -13812.753 -13983.655 -13983.655 330.62206 330.62206 48129.24 48129.24 1575.0371 1575.0371 Loop time of 101.86 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.294 hours/ns, 9.817 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 | 101.71 | 101.71 | 101.71 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021636 | 0.021636 | 0.021636 | 0.0 | 0.02 Output | 5.0925e-05 | 5.0925e-05 | 5.0925e-05 | 0.0 | 0.00 Modify | 0.12235 | 0.12235 | 0.12235 | 0.0 | 0.12 Other | | 0.01042 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526342 ave 526342 max 526342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526342 Ave neighs/atom = 131.5855 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.478604900401, Press = -1.65598797226241 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13812.753 -13812.753 -13983.655 -13983.655 330.62206 330.62206 48129.24 48129.24 1575.0371 1575.0371 34000 -13809.731 -13809.731 -13984.397 -13984.397 337.90404 337.90404 48124.804 48124.804 1730.1998 1730.1998 Loop time of 102.131 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.370 hours/ns, 9.791 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 | 101.98 | 101.98 | 101.98 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021527 | 0.021527 | 0.021527 | 0.0 | 0.02 Output | 5.3971e-05 | 5.3971e-05 | 5.3971e-05 | 0.0 | 0.00 Modify | 0.12244 | 0.12244 | 0.12244 | 0.0 | 0.12 Other | | 0.0105 | | | 0.01 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: 527224 ave 527224 max 527224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527224 Ave neighs/atom = 131.806 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.514984907988, Press = 0.844838759411546 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13809.731 -13809.731 -13984.397 -13984.397 337.90404 337.90404 48124.804 48124.804 1730.1998 1730.1998 35000 -13811.105 -13811.105 -13982.457 -13982.457 331.49366 331.49366 48146.943 48146.943 1134.4006 1134.4006 Loop time of 101.952 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.320 hours/ns, 9.809 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 | 101.8 | 101.8 | 101.8 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021682 | 0.021682 | 0.021682 | 0.0 | 0.02 Output | 5.0004e-05 | 5.0004e-05 | 5.0004e-05 | 0.0 | 0.00 Modify | 0.12247 | 0.12247 | 0.12247 | 0.0 | 0.12 Other | | 0.01048 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5851 ave 5851 max 5851 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: 527218 ave 527218 max 527218 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527218 Ave neighs/atom = 131.8045 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.570379981843, Press = 1.39237621581528 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13811.105 -13811.105 -13982.457 -13982.457 331.49366 331.49366 48146.943 48146.943 1134.4006 1134.4006 36000 -13804.143 -13804.143 -13980.895 -13980.895 341.93707 341.93707 48237.581 48237.581 -1027.7668 -1027.7668 Loop time of 101.954 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.320 hours/ns, 9.808 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 | 101.8 | 101.8 | 101.8 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021554 | 0.021554 | 0.021554 | 0.0 | 0.02 Output | 5.2218e-05 | 5.2218e-05 | 5.2218e-05 | 0.0 | 0.00 Modify | 0.12239 | 0.12239 | 0.12239 | 0.0 | 0.12 Other | | 0.01042 | | | 0.01 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: 527226 ave 527226 max 527226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527226 Ave neighs/atom = 131.8065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.601252223797, Press = 0.448223160300615 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13804.143 -13804.143 -13980.895 -13980.895 341.93707 341.93707 48237.581 48237.581 -1027.7668 -1027.7668 37000 -13811.642 -13811.642 -13982.828 -13982.828 331.17113 331.17113 48219.914 48219.914 -876.18964 -876.18964 Loop time of 101.765 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.268 hours/ns, 9.827 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 | 101.61 | 101.61 | 101.61 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021534 | 0.021534 | 0.021534 | 0.0 | 0.02 Output | 5.3891e-05 | 5.3891e-05 | 5.3891e-05 | 0.0 | 0.00 Modify | 0.12232 | 0.12232 | 0.12232 | 0.0 | 0.12 Other | | 0.01043 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 525938 ave 525938 max 525938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525938 Ave neighs/atom = 131.4845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.60577818017, Press = -0.69695369726106 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13811.642 -13811.642 -13982.828 -13982.828 331.17113 331.17113 48219.914 48219.914 -876.18964 -876.18964 38000 -13808.265 -13808.265 -13982.699 -13982.699 337.45444 337.45444 48213.123 48213.123 -564.03695 -564.03695 Loop time of 101.852 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.292 hours/ns, 9.818 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 | 101.7 | 101.7 | 101.7 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021449 | 0.021449 | 0.021449 | 0.0 | 0.02 Output | 4.9523e-05 | 4.9523e-05 | 4.9523e-05 | 0.0 | 0.00 Modify | 0.1219 | 0.1219 | 0.1219 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5846 ave 5846 max 5846 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: 526428 ave 526428 max 526428 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526428 Ave neighs/atom = 131.607 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.587766360935, Press = -1.02663109280303 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13808.265 -13808.265 -13982.699 -13982.699 337.45444 337.45444 48213.123 48213.123 -564.03695 -564.03695 39000 -13813.471 -13813.471 -13981.845 -13981.845 325.73154 325.73154 48194.247 48194.247 -147.36063 -147.36063 Loop time of 101.628 on 1 procs for 1000 steps with 4000 atoms Performance: 0.850 ns/day, 28.230 hours/ns, 9.840 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 | 101.47 | 101.47 | 101.47 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021305 | 0.021305 | 0.021305 | 0.0 | 0.02 Output | 5.7268e-05 | 5.7268e-05 | 5.7268e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.12 Other | | 0.01047 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526214 ave 526214 max 526214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526214 Ave neighs/atom = 131.5535 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.57280040466, Press = -1.93529669849728 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13813.471 -13813.471 -13981.845 -13981.845 325.73154 325.73154 48194.247 48194.247 -147.36063 -147.36063 40000 -13809.406 -13809.406 -13984.288 -13984.288 338.32022 338.32022 48147.306 48147.306 1108.514 1108.514 Loop time of 102.005 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.335 hours/ns, 9.803 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 | 101.85 | 101.85 | 101.85 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021381 | 0.021381 | 0.021381 | 0.0 | 0.02 Output | 4.6347e-05 | 4.6347e-05 | 4.6347e-05 | 0.0 | 0.00 Modify | 0.12109 | 0.12109 | 0.12109 | 0.0 | 0.12 Other | | 0.01055 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5848 ave 5848 max 5848 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: 526238 ave 526238 max 526238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526238 Ave neighs/atom = 131.5595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.582552854098, Press = -3.01939592947988 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13809.406 -13809.406 -13984.288 -13984.288 338.32022 338.32022 48147.306 48147.306 1108.514 1108.514 41000 -13818.279 -13818.279 -13986.335 -13986.335 325.11503 325.11503 48106.098 48106.098 1870.3229 1870.3229 Loop time of 101.857 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.294 hours/ns, 9.818 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 | 101.7 | 101.7 | 101.7 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021458 | 0.021458 | 0.021458 | 0.0 | 0.02 Output | 4.6457e-05 | 4.6457e-05 | 4.6457e-05 | 0.0 | 0.00 Modify | 0.12112 | 0.12112 | 0.12112 | 0.0 | 0.12 Other | | 0.0105 | | | 0.01 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: 527192 ave 527192 max 527192 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527192 Ave neighs/atom = 131.798 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.512237088708, Press = -1.02341407753729 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13818.279 -13818.279 -13986.335 -13986.335 325.11503 325.11503 48106.098 48106.098 1870.3229 1870.3229 42000 -13809.455 -13809.455 -13982.101 -13982.101 333.99508 333.99508 48146.33 48146.33 1388.171 1388.171 Loop time of 102.299 on 1 procs for 1000 steps with 4000 atoms Performance: 0.845 ns/day, 28.416 hours/ns, 9.775 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 | 102.15 | 102.15 | 102.15 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021479 | 0.021479 | 0.021479 | 0.0 | 0.02 Output | 4.1177e-05 | 4.1177e-05 | 4.1177e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 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: 527652 ave 527652 max 527652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527652 Ave neighs/atom = 131.913 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.468995632477, Press = -0.245270556111027 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13809.455 -13809.455 -13982.101 -13982.101 333.99508 333.99508 48146.33 48146.33 1388.171 1388.171 43000 -13807.827 -13807.827 -13981.783 -13981.783 336.53041 336.53041 48182.159 48182.159 366.66051 366.66051 Loop time of 102.091 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.359 hours/ns, 9.795 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.94 | 101.94 | 101.94 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021442 | 0.021442 | 0.021442 | 0.0 | 0.02 Output | 4.6056e-05 | 4.6056e-05 | 4.6056e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 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: 527256 ave 527256 max 527256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527256 Ave neighs/atom = 131.814 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.463279252392, Press = 0.3002178736725 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13807.827 -13807.827 -13981.783 -13981.783 336.53041 336.53041 48182.159 48182.159 366.66051 366.66051 44000 -13807.201 -13807.201 -13979.354 -13979.354 333.04148 333.04148 48209.154 48209.154 -206.83186 -206.83186 Loop time of 101.84 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.289 hours/ns, 9.819 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 | 101.69 | 101.69 | 101.69 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021377 | 0.021377 | 0.021377 | 0.0 | 0.02 Output | 4.5566e-05 | 4.5566e-05 | 4.5566e-05 | 0.0 | 0.00 Modify | 0.12131 | 0.12131 | 0.12131 | 0.0 | 0.12 Other | | 0.01052 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526876 ave 526876 max 526876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526876 Ave neighs/atom = 131.719 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.515775296154, Press = 0.504444425113079 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13807.201 -13807.201 -13979.354 -13979.354 333.04148 333.04148 48209.154 48209.154 -206.83186 -206.83186 45000 -13812.199 -13812.199 -13981.599 -13981.599 327.7157 327.7157 48313.733 48313.733 -3312.1265 -3312.1265 Loop time of 101.908 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.308 hours/ns, 9.813 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 | 101.75 | 101.75 | 101.75 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021456 | 0.021456 | 0.021456 | 0.0 | 0.02 Output | 4.4513e-05 | 4.4513e-05 | 4.4513e-05 | 0.0 | 0.00 Modify | 0.12137 | 0.12137 | 0.12137 | 0.0 | 0.12 Other | | 0.01048 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 525920 ave 525920 max 525920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525920 Ave neighs/atom = 131.48 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.545228997342, Press = 0.748903266374068 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13812.199 -13812.199 -13981.599 -13981.599 327.7157 327.7157 48313.733 48313.733 -3312.1265 -3312.1265 46000 -13808.13 -13808.13 -13981.334 -13981.334 335.0763 335.0763 48267.974 48267.974 -2052.7144 -2052.7144 Loop time of 101.786 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.274 hours/ns, 9.824 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 | 101.63 | 101.63 | 101.63 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02137 | 0.02137 | 0.02137 | 0.0 | 0.02 Output | 4.5315e-05 | 4.5315e-05 | 4.5315e-05 | 0.0 | 0.00 Modify | 0.12135 | 0.12135 | 0.12135 | 0.0 | 0.12 Other | | 0.01053 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5845 ave 5845 max 5845 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: 525916 ave 525916 max 525916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525916 Ave neighs/atom = 131.479 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.524602045525, Press = -0.981543008608522 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -13808.13 -13808.13 -13981.334 -13981.334 335.0763 335.0763 48267.974 48267.974 -2052.7144 -2052.7144 47000 -13813.72 -13813.72 -13984.13 -13984.13 329.66872 329.66872 48197.553 48197.553 -472.08658 -472.08658 Loop time of 101.789 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.275 hours/ns, 9.824 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 | 101.64 | 101.64 | 101.64 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021304 | 0.021304 | 0.021304 | 0.0 | 0.02 Output | 4.6046e-05 | 4.6046e-05 | 4.6046e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.12 Other | | 0.01054 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5845 ave 5845 max 5845 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: 525584 ave 525584 max 525584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525584 Ave neighs/atom = 131.396 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.464316555, Press = -1.2127402041471 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -13813.72 -13813.72 -13984.13 -13984.13 329.66872 329.66872 48197.553 48197.553 -472.08658 -472.08658 48000 -13810.864 -13810.864 -13983.313 -13983.313 333.61395 333.61395 48189.355 48189.355 0.77813514 0.77813514 Loop time of 101.778 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.272 hours/ns, 9.825 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 | 101.62 | 101.62 | 101.62 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021444 | 0.021444 | 0.021444 | 0.0 | 0.02 Output | 5.6446e-05 | 5.6446e-05 | 5.6446e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 0.12 Other | | 0.01054 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5847 ave 5847 max 5847 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: 526312 ave 526312 max 526312 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526312 Ave neighs/atom = 131.578 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.447591293916, Press = -1.29106181785075 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -13810.864 -13810.864 -13983.313 -13983.313 333.61395 333.61395 48189.355 48189.355 0.77813514 0.77813514 49000 -13808.269 -13808.269 -13982.029 -13982.029 336.15083 336.15083 48161.834 48161.834 893.92609 893.92609 Loop time of 102.144 on 1 procs for 1000 steps with 4000 atoms Performance: 0.846 ns/day, 28.373 hours/ns, 9.790 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 | 101.99 | 101.99 | 101.99 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02144 | 0.02144 | 0.02144 | 0.0 | 0.02 Output | 5.1186e-05 | 5.1186e-05 | 5.1186e-05 | 0.0 | 0.00 Modify | 0.12128 | 0.12128 | 0.12128 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 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: 526366 ave 526366 max 526366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526366 Ave neighs/atom = 131.5915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.394046302557, Press = -0.850592187835497 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -13808.269 -13808.269 -13982.029 -13982.029 336.15083 336.15083 48161.834 48161.834 893.92609 893.92609 50000 -13811.004 -13811.004 -13979.974 -13979.974 326.88485 326.88485 48106.051 48106.051 2513.3599 2513.3599 Loop time of 101.98 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.328 hours/ns, 9.806 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 | 101.83 | 101.83 | 101.83 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021293 | 0.021293 | 0.021293 | 0.0 | 0.02 Output | 4.6688e-05 | 4.6688e-05 | 4.6688e-05 | 0.0 | 0.00 Modify | 0.12119 | 0.12119 | 0.12119 | 0.0 | 0.12 Other | | 0.0105 | | | 0.01 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: 526800 ave 526800 max 526800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526800 Ave neighs/atom = 131.7 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.405448640603, Press = 0.0167975637101612 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -13811.004 -13811.004 -13979.974 -13979.974 326.88485 326.88485 48106.051 48106.051 2513.3599 2513.3599 51000 -13809.226 -13809.226 -13984.688 -13984.688 339.44303 339.44303 48137.205 48137.205 1476.5606 1476.5606 Loop time of 101.791 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.275 hours/ns, 9.824 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 | 101.64 | 101.64 | 101.64 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021466 | 0.021466 | 0.021466 | 0.0 | 0.02 Output | 4.5385e-05 | 4.5385e-05 | 4.5385e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.12 Other | | 0.01056 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526934 ave 526934 max 526934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526934 Ave neighs/atom = 131.7335 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.424288352077, Press = 1.27556260774248 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -13809.226 -13809.226 -13984.688 -13984.688 339.44303 339.44303 48137.205 48137.205 1476.5606 1476.5606 52000 -13815.413 -13815.413 -13983.948 -13983.948 326.04097 326.04097 48189.147 48189.147 -178.50394 -178.50394 Loop time of 102.049 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.347 hours/ns, 9.799 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 | 101.9 | 101.9 | 101.9 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021311 | 0.021311 | 0.021311 | 0.0 | 0.02 Output | 8.1774e-05 | 8.1774e-05 | 8.1774e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.12 Other | | 0.01056 | | | 0.01 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: 527510 ave 527510 max 527510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527510 Ave neighs/atom = 131.8775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.405405970516, Press = 0.638776068817643 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -13815.413 -13815.413 -13983.948 -13983.948 326.04097 326.04097 48189.147 48189.147 -178.50394 -178.50394 53000 -13806.222 -13806.222 -13980.252 -13980.252 336.67398 336.67398 48249.593 48249.593 -1400.6219 -1400.6219 Loop time of 101.816 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.282 hours/ns, 9.822 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 | 101.66 | 101.66 | 101.66 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021329 | 0.021329 | 0.021329 | 0.0 | 0.02 Output | 4.5816e-05 | 4.5816e-05 | 4.5816e-05 | 0.0 | 0.00 Modify | 0.12114 | 0.12114 | 0.12114 | 0.0 | 0.12 Other | | 0.01053 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5844 ave 5844 max 5844 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: 526770 ave 526770 max 526770 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526770 Ave neighs/atom = 131.6925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.376178632531, Press = 0.261228675700917 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -13806.222 -13806.222 -13980.252 -13980.252 336.67398 336.67398 48249.593 48249.593 -1400.6219 -1400.6219 54000 -13809.634 -13809.634 -13980.852 -13980.852 331.23337 331.23337 48244.882 48244.882 -1342.6406 -1342.6406 Loop time of 101.782 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.273 hours/ns, 9.825 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 | 101.63 | 101.63 | 101.63 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021354 | 0.021354 | 0.021354 | 0.0 | 0.02 Output | 5.7188e-05 | 5.7188e-05 | 5.7188e-05 | 0.0 | 0.00 Modify | 0.12119 | 0.12119 | 0.12119 | 0.0 | 0.12 Other | | 0.01053 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 525934 ave 525934 max 525934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525934 Ave neighs/atom = 131.4835 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.367602976897, Press = -0.795994239409785 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -13809.634 -13809.634 -13980.852 -13980.852 331.23337 331.23337 48244.882 48244.882 -1342.6406 -1342.6406 55000 -13811.486 -13811.486 -13985.851 -13985.851 337.3213 337.3213 48223.121 48223.121 -1204.6923 -1204.6923 Loop time of 101.779 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.272 hours/ns, 9.825 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 | 101.63 | 101.63 | 101.63 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021297 | 0.021297 | 0.021297 | 0.0 | 0.02 Output | 4.5536e-05 | 4.5536e-05 | 4.5536e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.12 Other | | 0.01051 | | | 0.01 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: 525768 ave 525768 max 525768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525768 Ave neighs/atom = 131.442 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.33627556585, Press = -1.31423321584901 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -13811.486 -13811.486 -13985.851 -13985.851 337.3213 337.3213 48223.121 48223.121 -1204.6923 -1204.6923 56000 -13804.519 -13804.519 -13978.225 -13978.225 336.04759 336.04759 48185.145 48185.145 638.9267 638.9267 Loop time of 101.685 on 1 procs for 1000 steps with 4000 atoms Performance: 0.850 ns/day, 28.246 hours/ns, 9.834 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 | 101.53 | 101.53 | 101.53 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021308 | 0.021308 | 0.021308 | 0.0 | 0.02 Output | 4.839e-05 | 4.839e-05 | 4.839e-05 | 0.0 | 0.00 Modify | 0.12107 | 0.12107 | 0.12107 | 0.0 | 0.12 Other | | 0.01046 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 526650 ave 526650 max 526650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526650 Ave neighs/atom = 131.6625 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.358113363066, Press = -0.932000420984885 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -13804.519 -13804.519 -13978.225 -13978.225 336.04759 336.04759 48185.145 48185.145 638.9267 638.9267 57000 -13812.928 -13812.928 -13982.913 -13982.913 328.84631 328.84631 48165.457 48165.457 616.78317 616.78317 Loop time of 101.923 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.312 hours/ns, 9.811 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 | 101.77 | 101.77 | 101.77 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021272 | 0.021272 | 0.021272 | 0.0 | 0.02 Output | 4.8972e-05 | 4.8972e-05 | 4.8972e-05 | 0.0 | 0.00 Modify | 0.12106 | 0.12106 | 0.12106 | 0.0 | 0.12 Other | | 0.01048 | | | 0.01 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: 526376 ave 526376 max 526376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526376 Ave neighs/atom = 131.594 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.377877006018, Press = -0.219156473065871 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -13812.928 -13812.928 -13982.913 -13982.913 328.84631 328.84631 48165.457 48165.457 616.78317 616.78317 58000 -13810.877 -13810.877 -13984.341 -13984.341 335.57791 335.57791 48157.824 48157.824 719.63154 719.63154 Loop time of 101.921 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.311 hours/ns, 9.812 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 | 101.77 | 101.77 | 101.77 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021337 | 0.021337 | 0.021337 | 0.0 | 0.02 Output | 4.752e-05 | 4.752e-05 | 4.752e-05 | 0.0 | 0.00 Modify | 0.12113 | 0.12113 | 0.12113 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 526692 ave 526692 max 526692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526692 Ave neighs/atom = 131.673 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.39628898365, Press = -0.0663110854530085 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -13810.877 -13810.877 -13984.341 -13984.341 335.57791 335.57791 48157.824 48157.824 719.63154 719.63154 59000 -13807.739 -13807.739 -13981.235 -13981.235 335.63984 335.63984 48184.594 48184.594 263.28164 263.28164 Loop time of 101.811 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.281 hours/ns, 9.822 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 | 101.66 | 101.66 | 101.66 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02127 | 0.02127 | 0.02127 | 0.0 | 0.02 Output | 5.338e-05 | 5.338e-05 | 5.338e-05 | 0.0 | 0.00 Modify | 0.12113 | 0.12113 | 0.12113 | 0.0 | 0.12 Other | | 0.01047 | | | 0.01 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: 526870 ave 526870 max 526870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526870 Ave neighs/atom = 131.7175 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.39044285379, Press = 0.40929149018773 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -13807.739 -13807.739 -13981.235 -13981.235 335.63984 335.63984 48184.594 48184.594 263.28164 263.28164 60000 -13810.371 -13810.371 -13982.085 -13982.085 332.19352 332.19352 48223.415 48223.415 -826.3001 -826.3001 Loop time of 101.581 on 1 procs for 1000 steps with 4000 atoms Performance: 0.851 ns/day, 28.217 hours/ns, 9.844 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 | 101.43 | 101.43 | 101.43 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02139 | 0.02139 | 0.02139 | 0.0 | 0.02 Output | 4.9663e-05 | 4.9663e-05 | 4.9663e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.12 Other | | 0.01046 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5849 ave 5849 max 5849 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: 525800 ave 525800 max 525800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525800 Ave neighs/atom = 131.45 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.434715055969, Press = 1.37885655815391 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -13810.371 -13810.371 -13982.085 -13982.085 332.19352 332.19352 48223.415 48223.415 -826.3001 -826.3001 61000 -13806.934 -13806.934 -13980.352 -13980.352 335.49019 335.49019 48283.81 48283.81 -2341.1848 -2341.1848 Loop time of 101.99 on 1 procs for 1000 steps with 4000 atoms Performance: 0.847 ns/day, 28.331 hours/ns, 9.805 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 | 101.84 | 101.84 | 101.84 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021379 | 0.021379 | 0.021379 | 0.0 | 0.02 Output | 4.775e-05 | 4.775e-05 | 4.775e-05 | 0.0 | 0.00 Modify | 0.12103 | 0.12103 | 0.12103 | 0.0 | 0.12 Other | | 0.01044 | | | 0.01 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: 526118 ave 526118 max 526118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526118 Ave neighs/atom = 131.5295 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.422356578266, Press = 0.324272103051965 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -13806.934 -13806.934 -13980.352 -13980.352 335.49019 335.49019 48283.81 48283.81 -2341.1848 -2341.1848 62000 -13814.204 -13814.204 -13982.863 -13982.863 326.28219 326.28219 48230.444 48230.444 -1191.0787 -1191.0787 Loop time of 101.781 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.273 hours/ns, 9.825 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 | 101.63 | 101.63 | 101.63 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021338 | 0.021338 | 0.021338 | 0.0 | 0.02 Output | 5.9963e-05 | 5.9963e-05 | 5.9963e-05 | 0.0 | 0.00 Modify | 0.12109 | 0.12109 | 0.12109 | 0.0 | 0.12 Other | | 0.01047 | | | 0.01 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: 525302 ave 525302 max 525302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525302 Ave neighs/atom = 131.3255 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.410679801504, Press = -0.629087881200281 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -13814.204 -13814.204 -13982.863 -13982.863 326.28219 326.28219 48230.444 48230.444 -1191.0787 -1191.0787 63000 -13808.551 -13808.551 -13981.098 -13981.098 333.80414 333.80414 48207.5 48207.5 -411.44656 -411.44656 Loop time of 101.714 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.254 hours/ns, 9.831 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 | 101.56 | 101.56 | 101.56 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021234 | 0.021234 | 0.021234 | 0.0 | 0.02 Output | 5.3029e-05 | 5.3029e-05 | 5.3029e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.12 Other | | 0.01047 | | | 0.01 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: 526038 ave 526038 max 526038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526038 Ave neighs/atom = 131.5095 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.366567944266, Press = -0.831567645777654 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -13808.551 -13808.551 -13981.098 -13981.098 333.80414 333.80414 48207.5 48207.5 -411.44656 -411.44656 64000 -13814.362 -13814.362 -13985.168 -13985.168 330.43624 330.43624 48155.584 48155.584 718.90162 718.90162 Loop time of 101.559 on 1 procs for 1000 steps with 4000 atoms Performance: 0.851 ns/day, 28.211 hours/ns, 9.846 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 | 101.41 | 101.41 | 101.41 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021373 | 0.021373 | 0.021373 | 0.0 | 0.02 Output | 4.6016e-05 | 4.6016e-05 | 4.6016e-05 | 0.0 | 0.00 Modify | 0.12102 | 0.12102 | 0.12102 | 0.0 | 0.12 Other | | 0.0105 | | | 0.01 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: 525982 ave 525982 max 525982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 525982 Ave neighs/atom = 131.4955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.347164658198, Press = -0.815478390891668 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -13814.362 -13814.362 -13985.168 -13985.168 330.43624 330.43624 48155.584 48155.584 718.90162 718.90162 65000 -13802.472 -13802.472 -13978.479 -13978.479 340.49736 340.49736 48139.079 48139.079 1993.6827 1993.6827 Loop time of 101.603 on 1 procs for 1000 steps with 4000 atoms Performance: 0.850 ns/day, 28.223 hours/ns, 9.842 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.45 | 101.45 | 101.45 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02144 | 0.02144 | 0.02144 | 0.0 | 0.02 Output | 3.9775e-05 | 3.9775e-05 | 3.9775e-05 | 0.0 | 0.00 Modify | 0.12092 | 0.12092 | 0.12092 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5843 ave 5843 max 5843 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: 527032 ave 527032 max 527032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527032 Ave neighs/atom = 131.758 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.349558875348, Press = -0.36525679166222 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -13802.472 -13802.472 -13978.479 -13978.479 340.49736 340.49736 48139.079 48139.079 1993.6827 1993.6827 66000 -13809.972 -13809.972 -13983.615 -13983.615 335.92394 335.92394 48098.001 48098.001 2510.0401 2510.0401 Loop time of 101.712 on 1 procs for 1000 steps with 4000 atoms Performance: 0.849 ns/day, 28.253 hours/ns, 9.832 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.56 | 101.56 | 101.56 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021385 | 0.021385 | 0.021385 | 0.0 | 0.02 Output | 4.8652e-05 | 4.8652e-05 | 4.8652e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.12 Other | | 0.01046 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5844 ave 5844 max 5844 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: 526564 ave 526564 max 526564 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526564 Ave neighs/atom = 131.641 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.378171957477, Press = 0.371721924380673 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -13809.972 -13809.972 -13983.615 -13983.615 335.92394 335.92394 48098.001 48098.001 2510.0401 2510.0401 67000 -13814.258 -13814.258 -13988.065 -13988.065 336.24 336.24 48164.883 48164.883 227.05125 227.05125 Loop time of 101.924 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.312 hours/ns, 9.811 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.77 | 101.77 | 101.77 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021283 | 0.021283 | 0.021283 | 0.0 | 0.02 Output | 4.5676e-05 | 4.5676e-05 | 4.5676e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.12 Other | | 0.01052 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5847 ave 5847 max 5847 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: 527208 ave 527208 max 527208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527208 Ave neighs/atom = 131.802 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.369045451369, Press = 0.577124398606573 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -13814.258 -13814.258 -13988.065 -13988.065 336.24 336.24 48164.883 48164.883 227.05125 227.05125 68000 -13808.682 -13808.682 -13980.565 -13980.565 332.51838 332.51838 48213.198 48213.198 -509.02363 -509.02363 Loop time of 101.932 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.315 hours/ns, 9.810 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.78 | 101.78 | 101.78 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021327 | 0.021327 | 0.021327 | 0.0 | 0.02 Output | 4.4303e-05 | 4.4303e-05 | 4.4303e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.12 Other | | 0.01049 | | | 0.01 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5842 ave 5842 max 5842 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: 527118 ave 527118 max 527118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 527118 Ave neighs/atom = 131.7795 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.356809380003, Press = 0.107743789077915 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -13808.682 -13808.682 -13980.565 -13980.565 332.51838 332.51838 48213.198 48213.198 -509.02363 -509.02363 69000 -13809.757 -13809.757 -13980.108 -13980.108 329.55574 329.55574 48227.406 48227.406 -899.87005 -899.87005 Loop time of 101.854 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.293 hours/ns, 9.818 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.7 | 101.7 | 101.7 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021301 | 0.021301 | 0.021301 | 0.0 | 0.02 Output | 4.9473e-05 | 4.9473e-05 | 4.9473e-05 | 0.0 | 0.00 Modify | 0.12086 | 0.12086 | 0.12086 | 0.0 | 0.12 Other | | 0.01046 | | | 0.01 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: 526024 ave 526024 max 526024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 526024 Ave neighs/atom = 131.506 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 48191.2407458581 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0