# 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 2.851000025868416*${_u_distance} variable latticeconst_converted equal 2.851000025868416*1 lattice bcc ${latticeconst_converted} lattice bcc 2.85100002586842 Lattice spacing in x,y,z = 2.8510000 2.8510000 2.8510000 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.510000 28.510000 28.510000) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.510000 28.510000 28.510000) create_atoms CPU = 0.003 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_EtesamiAsadi_2018_Fe__MO_549900287421_001 pair_coeff * * Fe #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23173.5016817912 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23173.5016817912/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23173.5016817912/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23173.5016817912/(1*1*${_u_distance}) variable V0_metal equal 23173.5016817912/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23173.5016817912*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23173.5016817912 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_549900287421_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8493.9169 -8493.9169 -8579.9999 -8579.9999 333.15 333.15 23173.502 23173.502 3967.7587 3967.7587 1000 -8401.5983 -8401.5983 -8486.6994 -8486.6994 329.34999 329.34999 23431.854 23431.854 -1248.5416 -1248.5416 Loop time of 118.357 on 1 procs for 1000 steps with 2000 atoms Performance: 0.730 ns/day, 32.877 hours/ns, 8.449 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 117.86 | 117.86 | 117.86 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096079 | 0.096079 | 0.096079 | 0.0 | 0.08 Output | 0.00020512 | 0.00020512 | 0.00020512 | 0.0 | 0.00 Modify | 0.33871 | 0.33871 | 0.33871 | 0.0 | 0.29 Other | | 0.05843 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8401.5983 -8401.5983 -8486.6994 -8486.6994 329.34999 329.34999 23431.854 23431.854 -1248.5416 -1248.5416 2000 -8403.9413 -8403.9413 -8489.5481 -8489.5481 331.30719 331.30719 23429.905 23429.905 -1223.2626 -1223.2626 Loop time of 128.74 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.761 hours/ns, 7.768 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 | 128.22 | 128.22 | 128.22 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099835 | 0.099835 | 0.099835 | 0.0 | 0.08 Output | 0.00018941 | 0.00018941 | 0.00018941 | 0.0 | 0.00 Modify | 0.35964 | 0.35964 | 0.35964 | 0.0 | 0.28 Other | | 0.06007 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128260.0 ave 128260 max 128260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128260 Ave neighs/atom = 64.130000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8403.9413 -8403.9413 -8489.5481 -8489.5481 331.30719 331.30719 23429.905 23429.905 -1223.2626 -1223.2626 3000 -8402.9867 -8402.9867 -8490.1278 -8490.1278 337.2454 337.2454 23387.782 23387.782 1544.2901 1544.2901 Loop time of 121.948 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.875 hours/ns, 8.200 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.46 | 121.46 | 121.46 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094633 | 0.094633 | 0.094633 | 0.0 | 0.08 Output | 0.00019204 | 0.00019204 | 0.00019204 | 0.0 | 0.00 Modify | 0.33469 | 0.33469 | 0.33469 | 0.0 | 0.27 Other | | 0.05877 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128328.0 ave 128328 max 128328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128328 Ave neighs/atom = 64.164000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8402.9867 -8402.9867 -8490.1278 -8490.1278 337.2454 337.2454 23387.782 23387.782 1544.2901 1544.2901 4000 -8402.133 -8402.133 -8489.1263 -8489.1263 336.6734 336.6734 23403.35 23403.35 739.69476 739.69476 Loop time of 122.036 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.899 hours/ns, 8.194 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.55 | 121.55 | 121.55 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095748 | 0.095748 | 0.095748 | 0.0 | 0.08 Output | 0.00019169 | 0.00019169 | 0.00019169 | 0.0 | 0.00 Modify | 0.33394 | 0.33394 | 0.33394 | 0.0 | 0.27 Other | | 0.05895 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128316.0 ave 128316 max 128316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128316 Ave neighs/atom = 64.158000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8402.133 -8402.133 -8489.1263 -8489.1263 336.6734 336.6734 23403.35 23403.35 739.69476 739.69476 5000 -8404.1112 -8404.1112 -8488.3684 -8488.3684 326.08388 326.08388 23419.948 23419.948 -592.36947 -592.36947 Loop time of 121.961 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.878 hours/ns, 8.199 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.47 | 121.47 | 121.47 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09556 | 0.09556 | 0.09556 | 0.0 | 0.08 Output | 0.00015509 | 0.00015509 | 0.00015509 | 0.0 | 0.00 Modify | 0.33593 | 0.33593 | 0.33593 | 0.0 | 0.28 Other | | 0.05875 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128330.0 ave 128330 max 128330 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128330 Ave neighs/atom = 64.165000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.749681283259, Press = -69.6823065932624 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8404.1112 -8404.1112 -8488.3684 -8488.3684 326.08388 326.08388 23419.948 23419.948 -592.36947 -592.36947 6000 -8401.7327 -8401.7327 -8488.7597 -8488.7597 336.80356 336.80356 23403.761 23403.761 649.24678 649.24678 Loop time of 121.99 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.886 hours/ns, 8.197 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.48 | 121.48 | 121.48 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094886 | 0.094886 | 0.094886 | 0.0 | 0.08 Output | 0.00015375 | 0.00015375 | 0.00015375 | 0.0 | 0.00 Modify | 0.35009 | 0.35009 | 0.35009 | 0.0 | 0.29 Other | | 0.05941 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128316.0 ave 128316 max 128316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128316 Ave neighs/atom = 64.158000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.744667408965, Press = 38.9833529747219 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8401.7327 -8401.7327 -8488.7597 -8488.7597 336.80356 336.80356 23403.761 23403.761 649.24678 649.24678 7000 -8403.8093 -8403.8093 -8489.7771 -8489.7771 332.7042 332.7042 23381.766 23381.766 2087.3685 2087.3685 Loop time of 123.64 on 1 procs for 1000 steps with 2000 atoms Performance: 0.699 ns/day, 34.344 hours/ns, 8.088 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 123.12 | 123.12 | 123.12 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095985 | 0.095985 | 0.095985 | 0.0 | 0.08 Output | 0.00015297 | 0.00015297 | 0.00015297 | 0.0 | 0.00 Modify | 0.35927 | 0.35927 | 0.35927 | 0.0 | 0.29 Other | | 0.06 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128296.0 ave 128296 max 128296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128296 Ave neighs/atom = 64.148000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.55761554873, Press = -31.6376864706675 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8403.8093 -8403.8093 -8489.7771 -8489.7771 332.7042 332.7042 23381.766 23381.766 2087.3685 2087.3685 8000 -8400.4579 -8400.4579 -8486.5413 -8486.5413 333.15155 333.15155 23451.035 23451.035 -2349.7464 -2349.7464 Loop time of 123.987 on 1 procs for 1000 steps with 2000 atoms Performance: 0.697 ns/day, 34.441 hours/ns, 8.065 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 123.47 | 123.47 | 123.47 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09667 | 0.09667 | 0.09667 | 0.0 | 0.08 Output | 0.0001553 | 0.0001553 | 0.0001553 | 0.0 | 0.00 Modify | 0.35825 | 0.35825 | 0.35825 | 0.0 | 0.29 Other | | 0.05953 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128266.0 ave 128266 max 128266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128266 Ave neighs/atom = 64.133000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.145145966721, Press = -14.8729314814737 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8400.4579 -8400.4579 -8486.5413 -8486.5413 333.15155 333.15155 23451.035 23451.035 -2349.7464 -2349.7464 9000 -8405.068 -8405.068 -8487.1312 -8487.1312 317.59324 317.59324 23412.455 23412.455 144.88037 144.88037 Loop time of 122.086 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.913 hours/ns, 8.191 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.58 | 121.58 | 121.58 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094118 | 0.094118 | 0.094118 | 0.0 | 0.08 Output | 0.00015828 | 0.00015828 | 0.00015828 | 0.0 | 0.00 Modify | 0.35066 | 0.35066 | 0.35066 | 0.0 | 0.29 Other | | 0.05876 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128290.0 ave 128290 max 128290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128290 Ave neighs/atom = 64.145000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.813301915024, Press = 14.8872884823045 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8405.068 -8405.068 -8487.1312 -8487.1312 317.59324 317.59324 23412.455 23412.455 144.88037 144.88037 10000 -8400.2217 -8400.2217 -8490.853 -8490.853 350.75252 350.75252 23380.696 23380.696 2249.5232 2249.5232 Loop time of 123.05 on 1 procs for 1000 steps with 2000 atoms Performance: 0.702 ns/day, 34.180 hours/ns, 8.127 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 122.54 | 122.54 | 122.54 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09717 | 0.09717 | 0.09717 | 0.0 | 0.08 Output | 0.00018561 | 0.00018561 | 0.00018561 | 0.0 | 0.00 Modify | 0.35456 | 0.35456 | 0.35456 | 0.0 | 0.29 Other | | 0.05847 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128306.0 ave 128306 max 128306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128306 Ave neighs/atom = 64.153000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.557666260924, Press = -1.46977953190997 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8400.2217 -8400.2217 -8490.853 -8490.853 350.75252 350.75252 23380.696 23380.696 2249.5232 2249.5232 11000 -8403.6178 -8403.6178 -8487.6553 -8487.6553 325.23387 325.23387 23428.26 23428.26 -922.51957 -922.51957 Loop time of 127.851 on 1 procs for 1000 steps with 2000 atoms Performance: 0.676 ns/day, 35.514 hours/ns, 7.822 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.32 | 127.32 | 127.32 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098942 | 0.098942 | 0.098942 | 0.0 | 0.08 Output | 0.00015729 | 0.00015729 | 0.00015729 | 0.0 | 0.00 Modify | 0.37441 | 0.37441 | 0.37441 | 0.0 | 0.29 Other | | 0.06073 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128308.0 ave 128308 max 128308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128308 Ave neighs/atom = 64.154000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.030945443622, Press = -11.1345948868201 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8403.6178 -8403.6178 -8487.6553 -8487.6553 325.23387 325.23387 23428.26 23428.26 -922.51957 -922.51957 12000 -8400.8855 -8400.8855 -8487.9424 -8487.9424 336.91926 336.91926 23427.395 23427.395 -806.40014 -806.40014 Loop time of 125.773 on 1 procs for 1000 steps with 2000 atoms Performance: 0.687 ns/day, 34.937 hours/ns, 7.951 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 125.25 | 125.25 | 125.25 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098692 | 0.098692 | 0.098692 | 0.0 | 0.08 Output | 0.00015305 | 0.00015305 | 0.00015305 | 0.0 | 0.00 Modify | 0.367 | 0.367 | 0.367 | 0.0 | 0.29 Other | | 0.05929 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128328.0 ave 128328 max 128328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128328 Ave neighs/atom = 64.164000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.078631390375, Press = 11.5594188437747 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8400.8855 -8400.8855 -8487.9424 -8487.9424 336.91926 336.91926 23427.395 23427.395 -806.40014 -806.40014 13000 -8405.8083 -8405.8083 -8490.2241 -8490.2241 326.69782 326.69782 23353.03 23353.03 4016.3981 4016.3981 Loop time of 121.655 on 1 procs for 1000 steps with 2000 atoms Performance: 0.710 ns/day, 33.793 hours/ns, 8.220 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.15 | 121.15 | 121.15 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095653 | 0.095653 | 0.095653 | 0.0 | 0.08 Output | 0.00015625 | 0.00015625 | 0.00015625 | 0.0 | 0.00 Modify | 0.35181 | 0.35181 | 0.35181 | 0.0 | 0.29 Other | | 0.05752 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128290.0 ave 128290 max 128290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128290 Ave neighs/atom = 64.145000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.033565513587, Press = -1.10016784780339 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8405.8083 -8405.8083 -8490.2241 -8490.2241 326.69782 326.69782 23353.03 23353.03 4016.3981 4016.3981 14000 -8397.4131 -8397.4131 -8487.737 -8487.737 349.56287 349.56287 23453.312 23453.312 -2437.0562 -2437.0562 Loop time of 121.418 on 1 procs for 1000 steps with 2000 atoms Performance: 0.712 ns/day, 33.727 hours/ns, 8.236 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.91 | 120.91 | 120.91 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095419 | 0.095419 | 0.095419 | 0.0 | 0.08 Output | 0.00015624 | 0.00015624 | 0.00015624 | 0.0 | 0.00 Modify | 0.35066 | 0.35066 | 0.35066 | 0.0 | 0.29 Other | | 0.05876 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128306.0 ave 128306 max 128306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128306 Ave neighs/atom = 64.153000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.187020238743, Press = -4.75568973279847 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8397.4131 -8397.4131 -8487.737 -8487.737 349.56287 349.56287 23453.312 23453.312 -2437.0562 -2437.0562 15000 -8403.855 -8403.855 -8490.8628 -8490.8628 336.72921 336.72921 23408.583 23408.583 114.4501 114.4501 Loop time of 121.724 on 1 procs for 1000 steps with 2000 atoms Performance: 0.710 ns/day, 33.812 hours/ns, 8.215 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.22 | 121.22 | 121.22 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095915 | 0.095915 | 0.095915 | 0.0 | 0.08 Output | 0.00019316 | 0.00019316 | 0.00019316 | 0.0 | 0.00 Modify | 0.35223 | 0.35223 | 0.35223 | 0.0 | 0.29 Other | | 0.05904 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128248.0 ave 128248 max 128248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128248 Ave neighs/atom = 64.124000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.338824196224, Press = 4.58730352991986 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8403.855 -8403.855 -8490.8628 -8490.8628 336.72921 336.72921 23408.583 23408.583 114.4501 114.4501 16000 -8404.406 -8404.406 -8489.2417 -8489.2417 328.32279 328.32279 23405.285 23405.285 466.22102 466.22102 Loop time of 121.888 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.858 hours/ns, 8.204 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.38 | 121.38 | 121.38 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096037 | 0.096037 | 0.096037 | 0.0 | 0.08 Output | 0.00015556 | 0.00015556 | 0.00015556 | 0.0 | 0.00 Modify | 0.3516 | 0.3516 | 0.3516 | 0.0 | 0.29 Other | | 0.0589 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128284.0 ave 128284 max 128284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128284 Ave neighs/atom = 64.142000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.32853967123, Press = -1.92819195147865 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8404.406 -8404.406 -8489.2417 -8489.2417 328.32279 328.32279 23405.285 23405.285 466.22102 466.22102 17000 -8404.8537 -8404.8537 -8490.2671 -8490.2671 330.55878 330.55878 23422.629 23422.629 -958.86405 -958.86405 Loop time of 128.789 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.775 hours/ns, 7.765 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 | 128.25 | 128.25 | 128.25 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099273 | 0.099273 | 0.099273 | 0.0 | 0.08 Output | 0.00019366 | 0.00019366 | 0.00019366 | 0.0 | 0.00 Modify | 0.37564 | 0.37564 | 0.37564 | 0.0 | 0.29 Other | | 0.0608 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128288.0 ave 128288 max 128288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128288 Ave neighs/atom = 64.144000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.026998223794, Press = -1.55285144720789 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8404.8537 -8404.8537 -8490.2671 -8490.2671 330.55878 330.55878 23422.629 23422.629 -958.86405 -958.86405 18000 -8402.4195 -8402.4195 -8487.9468 -8487.9468 330.99941 330.99941 23434.745 23434.745 -1365.7215 -1365.7215 Loop time of 132.906 on 1 procs for 1000 steps with 2000 atoms Performance: 0.650 ns/day, 36.918 hours/ns, 7.524 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 | 132.34 | 132.34 | 132.34 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10187 | 0.10187 | 0.10187 | 0.0 | 0.08 Output | 0.00015325 | 0.00015325 | 0.00015325 | 0.0 | 0.00 Modify | 0.3988 | 0.3988 | 0.3988 | 0.0 | 0.30 Other | | 0.06262 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128258.0 ave 128258 max 128258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128258 Ave neighs/atom = 64.129000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.983302370212, Press = 0.601780853924278 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8402.4195 -8402.4195 -8487.9468 -8487.9468 330.99941 330.99941 23434.745 23434.745 -1365.7215 -1365.7215 19000 -8405.4703 -8405.4703 -8492.1551 -8492.1551 335.479 335.479 23393.951 23393.951 896.67568 896.67568 Loop time of 122.14 on 1 procs for 1000 steps with 2000 atoms Performance: 0.707 ns/day, 33.928 hours/ns, 8.187 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.63 | 121.63 | 121.63 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094548 | 0.094548 | 0.094548 | 0.0 | 0.08 Output | 0.00018919 | 0.00018919 | 0.00018919 | 0.0 | 0.00 Modify | 0.35251 | 0.35251 | 0.35251 | 0.0 | 0.29 Other | | 0.05952 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128260.0 ave 128260 max 128260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128260 Ave neighs/atom = 64.130000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.877357049957, Press = 2.59933496148578 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8405.4703 -8405.4703 -8492.1551 -8492.1551 335.479 335.479 23393.951 23393.951 896.67568 896.67568 20000 -8401.5794 -8401.5794 -8487.2137 -8487.2137 331.4136 331.4136 23402.602 23402.602 1027.9206 1027.9206 Loop time of 121.376 on 1 procs for 1000 steps with 2000 atoms Performance: 0.712 ns/day, 33.716 hours/ns, 8.239 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.87 | 120.87 | 120.87 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094079 | 0.094079 | 0.094079 | 0.0 | 0.08 Output | 0.00015393 | 0.00015393 | 0.00015393 | 0.0 | 0.00 Modify | 0.34785 | 0.34785 | 0.34785 | 0.0 | 0.29 Other | | 0.05918 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128264.0 ave 128264 max 128264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128264 Ave neighs/atom = 64.132000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.751139753097, Press = -2.36679538084577 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8401.5794 -8401.5794 -8487.2137 -8487.2137 331.4136 331.4136 23402.602 23402.602 1027.9206 1027.9206 21000 -8407.4189 -8407.4189 -8490.0732 -8490.0732 319.88043 319.88043 23445.061 23445.061 -2604.0565 -2604.0565 Loop time of 121.771 on 1 procs for 1000 steps with 2000 atoms Performance: 0.710 ns/day, 33.825 hours/ns, 8.212 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.27 | 121.27 | 121.27 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09532 | 0.09532 | 0.09532 | 0.0 | 0.08 Output | 0.00015493 | 0.00015493 | 0.00015493 | 0.0 | 0.00 Modify | 0.34971 | 0.34971 | 0.34971 | 0.0 | 0.29 Other | | 0.05864 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128380.0 ave 128380 max 128380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128380 Ave neighs/atom = 64.190000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.731740526573, Press = -1.30283556084599 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8407.4189 -8407.4189 -8490.0732 -8490.0732 319.88043 319.88043 23445.061 23445.061 -2604.0565 -2604.0565 22000 -8401.341 -8401.341 -8488.488 -8488.488 337.26807 337.26807 23402.446 23402.446 975.09876 975.09876 Loop time of 121.581 on 1 procs for 1000 steps with 2000 atoms Performance: 0.711 ns/day, 33.773 hours/ns, 8.225 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.08 | 121.08 | 121.08 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09555 | 0.09555 | 0.09555 | 0.0 | 0.08 Output | 0.00015572 | 0.00015572 | 0.00015572 | 0.0 | 0.00 Modify | 0.34972 | 0.34972 | 0.34972 | 0.0 | 0.29 Other | | 0.05846 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128264.0 ave 128264 max 128264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128264 Ave neighs/atom = 64.132000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.569247767043, Press = 5.83170925698693 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8401.341 -8401.341 -8488.488 -8488.488 337.26807 337.26807 23402.446 23402.446 975.09876 975.09876 23000 -8403.1761 -8403.1761 -8490.6764 -8490.6764 338.6354 338.6354 23374.008 23374.008 2695.8225 2695.8225 Loop time of 122.127 on 1 procs for 1000 steps with 2000 atoms Performance: 0.707 ns/day, 33.924 hours/ns, 8.188 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.62 | 121.62 | 121.62 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096039 | 0.096039 | 0.096039 | 0.0 | 0.08 Output | 0.00015583 | 0.00015583 | 0.00015583 | 0.0 | 0.00 Modify | 0.34964 | 0.34964 | 0.34964 | 0.0 | 0.29 Other | | 0.05886 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128278.0 ave 128278 max 128278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128278 Ave neighs/atom = 64.139000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.562939015543, Press = -2.09953904613417 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8403.1761 -8403.1761 -8490.6764 -8490.6764 338.6354 338.6354 23374.008 23374.008 2695.8225 2695.8225 24000 -8398.6848 -8398.6848 -8487.4639 -8487.4639 343.58441 343.58441 23430.076 23430.076 -851.11741 -851.11741 Loop time of 122.007 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.891 hours/ns, 8.196 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.5 | 121.5 | 121.5 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095558 | 0.095558 | 0.095558 | 0.0 | 0.08 Output | 0.00018322 | 0.00018322 | 0.00018322 | 0.0 | 0.00 Modify | 0.34952 | 0.34952 | 0.34952 | 0.0 | 0.29 Other | | 0.05821 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128276.0 ave 128276 max 128276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128276 Ave neighs/atom = 64.138000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.612183125698, Press = -2.5198179650261 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8398.6848 -8398.6848 -8487.4639 -8487.4639 343.58441 343.58441 23430.076 23430.076 -851.11741 -851.11741 25000 -8403.4439 -8403.4439 -8490.5437 -8490.5437 337.08507 337.08507 23431.807 23431.807 -1497.9788 -1497.9788 Loop time of 121.853 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.848 hours/ns, 8.207 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.35 | 121.35 | 121.35 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095386 | 0.095386 | 0.095386 | 0.0 | 0.08 Output | 0.00015334 | 0.00015334 | 0.00015334 | 0.0 | 0.00 Modify | 0.35018 | 0.35018 | 0.35018 | 0.0 | 0.29 Other | | 0.05823 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128326.0 ave 128326 max 128326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128326 Ave neighs/atom = 64.163000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.708555759763, Press = 1.35738743538747 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8403.4439 -8403.4439 -8490.5437 -8490.5437 337.08507 337.08507 23431.807 23431.807 -1497.9788 -1497.9788 26000 -8401.653 -8401.653 -8489.962 -8489.962 341.76489 341.76489 23390.892 23390.892 1620.3676 1620.3676 Loop time of 122.343 on 1 procs for 1000 steps with 2000 atoms Performance: 0.706 ns/day, 33.984 hours/ns, 8.174 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.84 | 121.84 | 121.84 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095534 | 0.095534 | 0.095534 | 0.0 | 0.08 Output | 0.00018566 | 0.00018566 | 0.00018566 | 0.0 | 0.00 Modify | 0.3541 | 0.3541 | 0.3541 | 0.0 | 0.29 Other | | 0.05822 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128238.0 ave 128238 max 128238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128238 Ave neighs/atom = 64.119000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.877351043772, Press = 0.723248954166799 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8401.653 -8401.653 -8489.962 -8489.962 341.76489 341.76489 23390.892 23390.892 1620.3676 1620.3676 27000 -8404.1099 -8404.1099 -8488.8963 -8488.8963 328.13227 328.13227 23413.63 23413.63 -11.180596 -11.180596 Loop time of 121.905 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.863 hours/ns, 8.203 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.4 | 121.4 | 121.4 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095345 | 0.095345 | 0.095345 | 0.0 | 0.08 Output | 0.00015588 | 0.00015588 | 0.00015588 | 0.0 | 0.00 Modify | 0.35126 | 0.35126 | 0.35126 | 0.0 | 0.29 Other | | 0.05845 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128308.0 ave 128308 max 128308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128308 Ave neighs/atom = 64.154000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.888381885827, Press = -2.55236615439497 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8404.1099 -8404.1099 -8488.8963 -8488.8963 328.13227 328.13227 23413.63 23413.63 -11.180596 -11.180596 28000 -8399.8034 -8399.8034 -8486.6323 -8486.6323 336.03651 336.03651 23452.412 23452.412 -2460.0122 -2460.0122 Loop time of 121.43 on 1 procs for 1000 steps with 2000 atoms Performance: 0.712 ns/day, 33.730 hours/ns, 8.235 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.93 | 120.93 | 120.93 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094329 | 0.094329 | 0.094329 | 0.0 | 0.08 Output | 0.00015453 | 0.00015453 | 0.00015453 | 0.0 | 0.00 Modify | 0.3495 | 0.3495 | 0.3495 | 0.0 | 0.29 Other | | 0.05886 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128302.0 ave 128302 max 128302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128302 Ave neighs/atom = 64.151000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.9852554691, Press = 1.72553513263835 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8399.8034 -8399.8034 -8486.6323 -8486.6323 336.03651 336.03651 23452.412 23452.412 -2460.0122 -2460.0122 29000 -8403.8134 -8403.8134 -8488.9537 -8488.9537 329.50154 329.50154 23355.497 23355.497 4138.487 4138.487 Loop time of 131.913 on 1 procs for 1000 steps with 2000 atoms Performance: 0.655 ns/day, 36.642 hours/ns, 7.581 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.35 | 131.35 | 131.35 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10151 | 0.10151 | 0.10151 | 0.0 | 0.08 Output | 0.0001946 | 0.0001946 | 0.0001946 | 0.0 | 0.00 Modify | 0.39503 | 0.39503 | 0.39503 | 0.0 | 0.30 Other | | 0.06216 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128326.0 ave 128326 max 128326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128326 Ave neighs/atom = 64.163000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.977467672467, Press = 3.07328492000671 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8403.8134 -8403.8134 -8488.9537 -8488.9537 329.50154 329.50154 23355.497 23355.497 4138.487 4138.487 30000 -8401.574 -8401.574 -8489.3078 -8489.3078 339.53864 339.53864 23410.156 23410.156 235.89323 235.89323 Loop time of 122.371 on 1 procs for 1000 steps with 2000 atoms Performance: 0.706 ns/day, 33.992 hours/ns, 8.172 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.86 | 121.86 | 121.86 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095083 | 0.095083 | 0.095083 | 0.0 | 0.08 Output | 0.00049911 | 0.00049911 | 0.00049911 | 0.0 | 0.00 Modify | 0.35212 | 0.35212 | 0.35212 | 0.0 | 0.29 Other | | 0.05878 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128352.0 ave 128352 max 128352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128352 Ave neighs/atom = 64.176000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.9150953709, Press = -3.68506637099109 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8401.574 -8401.574 -8489.3078 -8489.3078 339.53864 339.53864 23410.156 23410.156 235.89323 235.89323 31000 -8406.4737 -8406.4737 -8490.6991 -8490.6991 325.96091 325.96091 23436.698 23436.698 -2072.108 -2072.108 Loop time of 121.699 on 1 procs for 1000 steps with 2000 atoms Performance: 0.710 ns/day, 33.805 hours/ns, 8.217 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.2 | 121.2 | 121.2 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09429 | 0.09429 | 0.09429 | 0.0 | 0.08 Output | 0.00015453 | 0.00015453 | 0.00015453 | 0.0 | 0.00 Modify | 0.34848 | 0.34848 | 0.34848 | 0.0 | 0.29 Other | | 0.05886 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128322.0 ave 128322 max 128322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128322 Ave neighs/atom = 64.161000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.827668060057, Press = -0.200604869235883 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8406.4737 -8406.4737 -8490.6991 -8490.6991 325.96091 325.96091 23436.698 23436.698 -2072.108 -2072.108 32000 -8401.8125 -8401.8125 -8489.7136 -8489.7136 340.18662 340.18662 23409.782 23409.782 195.60725 195.60725 Loop time of 122.385 on 1 procs for 1000 steps with 2000 atoms Performance: 0.706 ns/day, 33.996 hours/ns, 8.171 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.88 | 121.88 | 121.88 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094377 | 0.094377 | 0.094377 | 0.0 | 0.08 Output | 0.00015495 | 0.00015495 | 0.00015495 | 0.0 | 0.00 Modify | 0.34998 | 0.34998 | 0.34998 | 0.0 | 0.29 Other | | 0.05854 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128292.0 ave 128292 max 128292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128292 Ave neighs/atom = 64.146000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.791372747666, Press = 1.09583570434745 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8401.8125 -8401.8125 -8489.7136 -8489.7136 340.18662 340.18662 23409.782 23409.782 195.60725 195.60725 33000 -8403.6119 -8403.6119 -8489.533 -8489.533 332.52363 332.52363 23399.798 23399.798 844.86313 844.86313 Loop time of 126.885 on 1 procs for 1000 steps with 2000 atoms Performance: 0.681 ns/day, 35.246 hours/ns, 7.881 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 126.35 | 126.35 | 126.35 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097683 | 0.097683 | 0.097683 | 0.0 | 0.08 Output | 0.00015592 | 0.00015592 | 0.00015592 | 0.0 | 0.00 Modify | 0.37186 | 0.37186 | 0.37186 | 0.0 | 0.29 Other | | 0.06069 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128278.0 ave 128278 max 128278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128278 Ave neighs/atom = 64.139000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.802866316022, Press = -0.411820379998504 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8403.6119 -8403.6119 -8489.533 -8489.533 332.52363 332.52363 23399.798 23399.798 844.86313 844.86313 34000 -8401.7433 -8401.7433 -8488.1601 -8488.1601 334.44201 334.44201 23429.635 23429.635 -1024.2388 -1024.2388 Loop time of 122.117 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.921 hours/ns, 8.189 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.61 | 121.61 | 121.61 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094483 | 0.094483 | 0.094483 | 0.0 | 0.08 Output | 0.00018786 | 0.00018786 | 0.00018786 | 0.0 | 0.00 Modify | 0.34956 | 0.34956 | 0.34956 | 0.0 | 0.29 Other | | 0.05877 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128358.0 ave 128358 max 128358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128358 Ave neighs/atom = 64.179000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.823018003115, Press = -1.44876730834406 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8401.7433 -8401.7433 -8488.1601 -8488.1601 334.44201 334.44201 23429.635 23429.635 -1024.2388 -1024.2388 35000 -8405.4467 -8405.4467 -8489.801 -8489.801 326.45982 326.45982 23430.197 23430.197 -1544.7683 -1544.7683 Loop time of 121.827 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.841 hours/ns, 8.208 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.32 | 121.32 | 121.32 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094865 | 0.094865 | 0.094865 | 0.0 | 0.08 Output | 0.00015631 | 0.00015631 | 0.00015631 | 0.0 | 0.00 Modify | 0.34968 | 0.34968 | 0.34968 | 0.0 | 0.29 Other | | 0.05868 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128314.0 ave 128314 max 128314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128314 Ave neighs/atom = 64.157000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.82285980191, Press = 1.8669115980967 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8405.4467 -8405.4467 -8489.801 -8489.801 326.45982 326.45982 23430.197 23430.197 -1544.7683 -1544.7683 36000 -8402.5233 -8402.5233 -8487.4275 -8487.4275 328.58779 328.58779 23361.657 23361.657 3880.8277 3880.8277 Loop time of 123.672 on 1 procs for 1000 steps with 2000 atoms Performance: 0.699 ns/day, 34.353 hours/ns, 8.086 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 123.16 | 123.16 | 123.16 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095534 | 0.095534 | 0.095534 | 0.0 | 0.08 Output | 0.00020048 | 0.00020048 | 0.00020048 | 0.0 | 0.00 Modify | 0.35522 | 0.35522 | 0.35522 | 0.0 | 0.29 Other | | 0.0595 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128304.0 ave 128304 max 128304 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128304 Ave neighs/atom = 64.152000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.860066113322, Press = 0.758400864042186 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8402.5233 -8402.5233 -8487.4275 -8487.4275 328.58779 328.58779 23361.657 23361.657 3880.8277 3880.8277 37000 -8404.6755 -8404.6755 -8489.0927 -8489.0927 326.70317 326.70317 23418.974 23418.974 -495.0376 -495.0376 Loop time of 137.396 on 1 procs for 1000 steps with 2000 atoms Performance: 0.629 ns/day, 38.166 hours/ns, 7.278 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 | 136.81 | 136.81 | 136.81 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10455 | 0.10455 | 0.10455 | 0.0 | 0.08 Output | 0.00015522 | 0.00015522 | 0.00015522 | 0.0 | 0.00 Modify | 0.41514 | 0.41514 | 0.41514 | 0.0 | 0.30 Other | | 0.06392 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128378.0 ave 128378 max 128378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128378 Ave neighs/atom = 64.189000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.739325381792, Press = -2.22656953020511 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8404.6755 -8404.6755 -8489.0927 -8489.0927 326.70317 326.70317 23418.974 23418.974 -495.0376 -495.0376 38000 -8402.3785 -8402.3785 -8489.3599 -8489.3599 336.62716 336.62716 23426.639 23426.639 -996.70635 -996.70635 Loop time of 123.427 on 1 procs for 1000 steps with 2000 atoms Performance: 0.700 ns/day, 34.285 hours/ns, 8.102 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 122.91 | 122.91 | 122.91 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095738 | 0.095738 | 0.095738 | 0.0 | 0.08 Output | 0.00015271 | 0.00015271 | 0.00015271 | 0.0 | 0.00 Modify | 0.35784 | 0.35784 | 0.35784 | 0.0 | 0.29 Other | | 0.05991 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128270.0 ave 128270 max 128270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128270 Ave neighs/atom = 64.135000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.733793648136, Press = 0.592497297374319 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8402.3785 -8402.3785 -8489.3599 -8489.3599 336.62716 336.62716 23426.639 23426.639 -996.70635 -996.70635 39000 -8405.3835 -8405.3835 -8487.6649 -8487.6649 318.43757 318.43757 23398.281 23398.281 1049.8294 1049.8294 Loop time of 132.064 on 1 procs for 1000 steps with 2000 atoms Performance: 0.654 ns/day, 36.685 hours/ns, 7.572 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.51 | 131.51 | 131.51 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10136 | 0.10136 | 0.10136 | 0.0 | 0.08 Output | 0.00015229 | 0.00015229 | 0.00015229 | 0.0 | 0.00 Modify | 0.38819 | 0.38819 | 0.38819 | 0.0 | 0.29 Other | | 0.06143 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128306.0 ave 128306 max 128306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128306 Ave neighs/atom = 64.153000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.70294860778, Press = 0.274371279261935 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8405.3835 -8405.3835 -8487.6649 -8487.6649 318.43757 318.43757 23398.281 23398.281 1049.8294 1049.8294 40000 -8402.5166 -8402.5166 -8487.552 -8487.552 329.09587 329.09587 23411.087 23411.087 334.32566 334.32566 Loop time of 130.889 on 1 procs for 1000 steps with 2000 atoms Performance: 0.660 ns/day, 36.358 hours/ns, 7.640 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 | 130.34 | 130.34 | 130.34 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10143 | 0.10143 | 0.10143 | 0.0 | 0.08 Output | 0.00019448 | 0.00019448 | 0.00019448 | 0.0 | 0.00 Modify | 0.38509 | 0.38509 | 0.38509 | 0.0 | 0.29 Other | | 0.06141 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128348.0 ave 128348 max 128348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128348 Ave neighs/atom = 64.174000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.709627834462, Press = -0.716003665362372 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8402.5166 -8402.5166 -8487.552 -8487.552 329.09587 329.09587 23411.087 23411.087 334.32566 334.32566 41000 -8406.9786 -8406.9786 -8491.1973 -8491.1973 325.93494 325.93494 23421.501 23421.501 -1038.2042 -1038.2042 Loop time of 122.86 on 1 procs for 1000 steps with 2000 atoms Performance: 0.703 ns/day, 34.128 hours/ns, 8.139 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 122.35 | 122.35 | 122.35 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095851 | 0.095851 | 0.095851 | 0.0 | 0.08 Output | 0.00015626 | 0.00015626 | 0.00015626 | 0.0 | 0.00 Modify | 0.35419 | 0.35419 | 0.35419 | 0.0 | 0.29 Other | | 0.0589 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128308.0 ave 128308 max 128308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128308 Ave neighs/atom = 64.154000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.665188976177, Press = 1.28739869315268 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8406.9786 -8406.9786 -8491.1973 -8491.1973 325.93494 325.93494 23421.501 23421.501 -1038.2042 -1038.2042 42000 -8401.7718 -8401.7718 -8487.6711 -8487.6711 332.43914 332.43914 23367.011 23367.011 3356.1256 3356.1256 Loop time of 137.14 on 1 procs for 1000 steps with 2000 atoms Performance: 0.630 ns/day, 38.094 hours/ns, 7.292 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 | 136.57 | 136.57 | 136.57 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10326 | 0.10326 | 0.10326 | 0.0 | 0.08 Output | 0.00015488 | 0.00015488 | 0.00015488 | 0.0 | 0.00 Modify | 0.40064 | 0.40064 | 0.40064 | 0.0 | 0.29 Other | | 0.06271 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128256.0 ave 128256 max 128256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128256 Ave neighs/atom = 64.128000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.616804091061, Press = 0.595511267307478 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8401.7718 -8401.7718 -8487.6711 -8487.6711 332.43914 332.43914 23367.011 23367.011 3356.1256 3356.1256 43000 -8399.1734 -8399.1734 -8487.0959 -8487.0959 340.26948 340.26948 23435.747 23435.747 -1329.2568 -1329.2568 Loop time of 132.646 on 1 procs for 1000 steps with 2000 atoms Performance: 0.651 ns/day, 36.846 hours/ns, 7.539 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 132.09 | 132.09 | 132.09 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1062 | 0.1062 | 0.1062 | 0.0 | 0.08 Output | 0.00015936 | 0.00015936 | 0.00015936 | 0.0 | 0.00 Modify | 0.39374 | 0.39374 | 0.39374 | 0.0 | 0.30 Other | | 0.06128 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128364.0 ave 128364 max 128364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128364 Ave neighs/atom = 64.182000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.725269434339, Press = -2.39878595245666 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8399.1734 -8399.1734 -8487.0959 -8487.0959 340.26948 340.26948 23435.747 23435.747 -1329.2568 -1329.2568 44000 -8404.2017 -8404.2017 -8488.4967 -8488.4967 326.23004 326.23004 23422.628 23422.628 -832.02505 -832.02505 Loop time of 134.88 on 1 procs for 1000 steps with 2000 atoms Performance: 0.641 ns/day, 37.467 hours/ns, 7.414 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 134.31 | 134.31 | 134.31 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10506 | 0.10506 | 0.10506 | 0.0 | 0.08 Output | 0.00015448 | 0.00015448 | 0.00015448 | 0.0 | 0.00 Modify | 0.40403 | 0.40403 | 0.40403 | 0.0 | 0.30 Other | | 0.0624 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128292.0 ave 128292 max 128292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128292 Ave neighs/atom = 64.146000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.749462455509, Press = 1.36354612890034 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8404.2017 -8404.2017 -8488.4967 -8488.4967 326.23004 326.23004 23422.628 23422.628 -832.02505 -832.02505 45000 -8398.1805 -8398.1805 -8486.3298 -8486.3298 341.14691 341.14691 23394.872 23394.872 1689.6156 1689.6156 Loop time of 122.147 on 1 procs for 1000 steps with 2000 atoms Performance: 0.707 ns/day, 33.930 hours/ns, 8.187 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.64 | 121.64 | 121.64 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095127 | 0.095127 | 0.095127 | 0.0 | 0.08 Output | 0.00018128 | 0.00018128 | 0.00018128 | 0.0 | 0.00 Modify | 0.35418 | 0.35418 | 0.35418 | 0.0 | 0.29 Other | | 0.05916 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128278.0 ave 128278 max 128278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128278 Ave neighs/atom = 64.139000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.833815014718, Press = 0.246840607540069 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8398.1805 -8398.1805 -8486.3298 -8486.3298 341.14691 341.14691 23394.872 23394.872 1689.6156 1689.6156 46000 -8404.056 -8404.056 -8490.7175 -8490.7175 335.38908 335.38908 23408.561 23408.561 -5.9430691 -5.9430691 Loop time of 134.811 on 1 procs for 1000 steps with 2000 atoms Performance: 0.641 ns/day, 37.447 hours/ns, 7.418 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 134.24 | 134.24 | 134.24 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10434 | 0.10434 | 0.10434 | 0.0 | 0.08 Output | 0.00015306 | 0.00015306 | 0.00015306 | 0.0 | 0.00 Modify | 0.40771 | 0.40771 | 0.40771 | 0.0 | 0.30 Other | | 0.06269 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128358.0 ave 128358 max 128358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128358 Ave neighs/atom = 64.179000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.859563036998, Press = -0.697833594207596 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8404.056 -8404.056 -8490.7175 -8490.7175 335.38908 335.38908 23408.561 23408.561 -5.9430691 -5.9430691 47000 -8402.4582 -8402.4582 -8486.7772 -8486.7772 326.32294 326.32294 23418.002 23418.002 -120.80883 -120.80883 Loop time of 121.904 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.862 hours/ns, 8.203 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.4 | 121.4 | 121.4 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096506 | 0.096506 | 0.096506 | 0.0 | 0.08 Output | 0.00015519 | 0.00015519 | 0.00015519 | 0.0 | 0.00 Modify | 0.35267 | 0.35267 | 0.35267 | 0.0 | 0.29 Other | | 0.05833 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128274.0 ave 128274 max 128274 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128274 Ave neighs/atom = 64.137000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.79944183606, Press = -0.383839461599028 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8402.4582 -8402.4582 -8486.7772 -8486.7772 326.32294 326.32294 23418.002 23418.002 -120.80883 -120.80883 48000 -8404.7842 -8404.7842 -8489.6663 -8489.6663 328.50269 328.50269 23411.125 23411.125 19.748014 19.748014 Loop time of 121.94 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.872 hours/ns, 8.201 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.43 | 121.43 | 121.43 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09636 | 0.09636 | 0.09636 | 0.0 | 0.08 Output | 0.00015636 | 0.00015636 | 0.00015636 | 0.0 | 0.00 Modify | 0.35304 | 0.35304 | 0.35304 | 0.0 | 0.29 Other | | 0.05848 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128280.0 ave 128280 max 128280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128280 Ave neighs/atom = 64.140000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.796795388828, Press = -0.414160016344619 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8404.7842 -8404.7842 -8489.6663 -8489.6663 328.50269 328.50269 23411.125 23411.125 19.748014 19.748014 49000 -8402.9602 -8402.9602 -8488.7249 -8488.7249 331.91846 331.91846 23408.771 23408.771 357.36228 357.36228 Loop time of 122.284 on 1 procs for 1000 steps with 2000 atoms Performance: 0.707 ns/day, 33.968 hours/ns, 8.178 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.78 | 121.78 | 121.78 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0953 | 0.0953 | 0.0953 | 0.0 | 0.08 Output | 0.00015481 | 0.00015481 | 0.00015481 | 0.0 | 0.00 Modify | 0.3524 | 0.3524 | 0.3524 | 0.0 | 0.29 Other | | 0.05871 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128276.0 ave 128276 max 128276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128276 Ave neighs/atom = 64.138000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.873879073458, Press = 0.0349844932226044 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8402.9602 -8402.9602 -8488.7249 -8488.7249 331.91846 331.91846 23408.771 23408.771 357.36228 357.36228 50000 -8401.0088 -8401.0088 -8487.0582 -8487.0582 333.02038 333.02038 23408.88 23408.88 593.49148 593.49148 Loop time of 122.115 on 1 procs for 1000 steps with 2000 atoms Performance: 0.708 ns/day, 33.921 hours/ns, 8.189 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.61 | 121.61 | 121.61 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095994 | 0.095994 | 0.095994 | 0.0 | 0.08 Output | 0.00015793 | 0.00015793 | 0.00015793 | 0.0 | 0.00 Modify | 0.35136 | 0.35136 | 0.35136 | 0.0 | 0.29 Other | | 0.05885 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128352.0 ave 128352 max 128352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128352 Ave neighs/atom = 64.176000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.911936554102, Press = -0.288391826617046 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8401.0088 -8401.0088 -8487.0582 -8487.0582 333.02038 333.02038 23408.88 23408.88 593.49148 593.49148 51000 -8404.5186 -8404.5186 -8488.4337 -8488.4337 324.76021 324.76021 23413.37 23413.37 -123.49136 -123.49136 Loop time of 122.209 on 1 procs for 1000 steps with 2000 atoms Performance: 0.707 ns/day, 33.947 hours/ns, 8.183 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.7 | 121.7 | 121.7 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094812 | 0.094812 | 0.094812 | 0.0 | 0.08 Output | 0.00015597 | 0.00015597 | 0.00015597 | 0.0 | 0.00 Modify | 0.35108 | 0.35108 | 0.35108 | 0.0 | 0.29 Other | | 0.05878 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128320.0 ave 128320 max 128320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128320 Ave neighs/atom = 64.160000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.962910201723, Press = -0.316992239440878 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8404.5186 -8404.5186 -8488.4337 -8488.4337 324.76021 324.76021 23413.37 23413.37 -123.49136 -123.49136 52000 -8400.2683 -8400.2683 -8487.8593 -8487.8593 338.98631 338.98631 23419.989 23419.989 -215.10239 -215.10239 Loop time of 140.359 on 1 procs for 1000 steps with 2000 atoms Performance: 0.616 ns/day, 38.989 hours/ns, 7.125 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 | 139.76 | 139.76 | 139.76 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10604 | 0.10604 | 0.10604 | 0.0 | 0.08 Output | 0.00015468 | 0.00015468 | 0.00015468 | 0.0 | 0.00 Modify | 0.42573 | 0.42573 | 0.42573 | 0.0 | 0.30 Other | | 0.06481 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128244.0 ave 128244 max 128244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128244 Ave neighs/atom = 64.122000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.982930203232, Press = -0.333183938745167 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8400.2683 -8400.2683 -8487.8593 -8487.8593 338.98631 338.98631 23419.989 23419.989 -215.10239 -215.10239 53000 -8404.6503 -8404.6503 -8489.3716 -8489.3716 327.8805 327.8805 23411.564 23411.564 92.621365 92.621365 Loop time of 136.048 on 1 procs for 1000 steps with 2000 atoms Performance: 0.635 ns/day, 37.791 hours/ns, 7.350 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 | 135.48 | 135.48 | 135.48 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10254 | 0.10254 | 0.10254 | 0.0 | 0.08 Output | 0.00015369 | 0.00015369 | 0.00015369 | 0.0 | 0.00 Modify | 0.40367 | 0.40367 | 0.40367 | 0.0 | 0.30 Other | | 0.06299 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128310.0 ave 128310 max 128310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128310 Ave neighs/atom = 64.155000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.022015720044, Press = -0.576789668001337 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8404.6503 -8404.6503 -8489.3716 -8489.3716 327.8805 327.8805 23411.564 23411.564 92.621365 92.621365 54000 -8403.9495 -8403.9495 -8489.6551 -8489.6551 331.68937 331.68937 23416.062 23416.062 -271.56261 -271.56261 Loop time of 137.321 on 1 procs for 1000 steps with 2000 atoms Performance: 0.629 ns/day, 38.145 hours/ns, 7.282 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 136.75 | 136.75 | 136.75 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10295 | 0.10295 | 0.10295 | 0.0 | 0.07 Output | 0.00015541 | 0.00015541 | 0.00015541 | 0.0 | 0.00 Modify | 0.40619 | 0.40619 | 0.40619 | 0.0 | 0.30 Other | | 0.06327 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128318.0 ave 128318 max 128318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128318 Ave neighs/atom = 64.159000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 23412.684666815 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0