# 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.8809780403971668*${_u_distance} variable latticeconst_converted equal 2.8809780403971668*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097804039717 Lattice spacing in x,y,z = 2.880978 2.880978 2.880978 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.80978 28.80978 28.80978) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0 0 0) to (28.80978 28.80978 28.80978) create_atoms CPU = 0.002 seconds variable mass_converted equal 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cr #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_ChoiJoSohn_2018_CoNiCrFeMn__MO_115454747503_002 pair_coeff * * Cr #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23912.2170404509 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*1*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2170404509*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2170404509 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 273.15*${_u_temperature} variable temp_converted equal 273.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 273.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 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.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 "273.15 - 0.2" variable T_up equal "273.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_115454747503_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8129.4205 -8129.4205 -8200 -8200 273.15 273.15 23912.217 23912.217 3152.6418 3152.6418 1000 -8056.6132 -8056.6132 -8127.3774 -8127.3774 273.86454 273.86454 24137.804 24137.804 565.04853 565.04853 Loop time of 152.376 on 1 procs for 1000 steps with 2000 atoms Performance: 0.567 ns/day, 42.327 hours/ns, 6.563 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 | 151.86 | 151.86 | 151.86 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098898 | 0.098898 | 0.098898 | 0.0 | 0.06 Output | 0.00024806 | 0.00024806 | 0.00024806 | 0.0 | 0.00 Modify | 0.3543 | 0.3543 | 0.3543 | 0.0 | 0.23 Other | | 0.05989 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 224000 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 112 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8056.6132 -8056.6132 -8127.3774 -8127.3774 273.86454 273.86454 24137.804 24137.804 565.04853 565.04853 2000 -8055.5508 -8055.5508 -8128.5099 -8128.5099 282.35912 282.35912 24168.113 24168.113 -1972.6606 -1972.6606 Loop time of 149.614 on 1 procs for 1000 steps with 2000 atoms Performance: 0.577 ns/day, 41.559 hours/ns, 6.684 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 | 149.1 | 149.1 | 149.1 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097768 | 0.097768 | 0.097768 | 0.0 | 0.07 Output | 0.00020628 | 0.00020628 | 0.00020628 | 0.0 | 0.00 Modify | 0.35253 | 0.35253 | 0.35253 | 0.0 | 0.24 Other | | 0.06023 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208358 ave 208358 max 208358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208358 Ave neighs/atom = 104.179 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8055.5508 -8055.5508 -8128.5099 -8128.5099 282.35912 282.35912 24168.113 24168.113 -1972.6606 -1972.6606 3000 -8058.5909 -8058.5909 -8127.0696 -8127.0696 265.01953 265.01953 24141.842 24141.842 -207.20114 -207.20114 Loop time of 150.485 on 1 procs for 1000 steps with 2000 atoms Performance: 0.574 ns/day, 41.801 hours/ns, 6.645 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 | 149.97 | 149.97 | 149.97 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098414 | 0.098414 | 0.098414 | 0.0 | 0.07 Output | 0.00023697 | 0.00023697 | 0.00023697 | 0.0 | 0.00 Modify | 0.35728 | 0.35728 | 0.35728 | 0.0 | 0.24 Other | | 0.06089 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207846 ave 207846 max 207846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207846 Ave neighs/atom = 103.923 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8058.5909 -8058.5909 -8127.0696 -8127.0696 265.01953 265.01953 24141.842 24141.842 -207.20114 -207.20114 4000 -8054.5981 -8054.5981 -8129.171 -8129.171 288.60501 288.60501 24142.513 24142.513 -171.54564 -171.54564 Loop time of 150.364 on 1 procs for 1000 steps with 2000 atoms Performance: 0.575 ns/day, 41.768 hours/ns, 6.651 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 | 149.85 | 149.85 | 149.85 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097406 | 0.097406 | 0.097406 | 0.0 | 0.06 Output | 0.00020492 | 0.00020492 | 0.00020492 | 0.0 | 0.00 Modify | 0.35322 | 0.35322 | 0.35322 | 0.0 | 0.23 Other | | 0.06074 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208190 ave 208190 max 208190 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208190 Ave neighs/atom = 104.095 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8054.5981 -8054.5981 -8129.171 -8129.171 288.60501 288.60501 24142.513 24142.513 -171.54564 -171.54564 5000 -8058.9856 -8058.9856 -8126.6419 -8126.6419 261.83701 261.83701 24144.825 24144.825 -111.28162 -111.28162 Loop time of 151.91 on 1 procs for 1000 steps with 2000 atoms Performance: 0.569 ns/day, 42.197 hours/ns, 6.583 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 | 151.39 | 151.39 | 151.39 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09788 | 0.09788 | 0.09788 | 0.0 | 0.06 Output | 0.0002501 | 0.0002501 | 0.0002501 | 0.0 | 0.00 Modify | 0.3594 | 0.3594 | 0.3594 | 0.0 | 0.24 Other | | 0.06092 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208290 ave 208290 max 208290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208290 Ave neighs/atom = 104.145 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 268.61255838497, Press = 125.672086364985 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8058.9856 -8058.9856 -8126.6419 -8126.6419 261.83701 261.83701 24144.825 24144.825 -111.28162 -111.28162 6000 -8055.998 -8055.998 -8125.8136 -8125.8136 270.19337 270.19337 24125.977 24125.977 1526.0075 1526.0075 Loop time of 152.485 on 1 procs for 1000 steps with 2000 atoms Performance: 0.567 ns/day, 42.357 hours/ns, 6.558 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 | 151.94 | 151.94 | 151.94 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099723 | 0.099723 | 0.099723 | 0.0 | 0.07 Output | 0.00016388 | 0.00016388 | 0.00016388 | 0.0 | 0.00 Modify | 0.38512 | 0.38512 | 0.38512 | 0.0 | 0.25 Other | | 0.06107 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208070 ave 208070 max 208070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208070 Ave neighs/atom = 104.035 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.272811485002, Press = 50.0667294262532 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8055.998 -8055.998 -8125.8136 -8125.8136 270.19337 270.19337 24125.977 24125.977 1526.0075 1526.0075 7000 -8056.6869 -8056.6869 -8127.4343 -8127.4343 273.79969 273.79969 24115.774 24115.774 2131.0414 2131.0414 Loop time of 152.672 on 1 procs for 1000 steps with 2000 atoms Performance: 0.566 ns/day, 42.409 hours/ns, 6.550 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 | 152.13 | 152.13 | 152.13 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099149 | 0.099149 | 0.099149 | 0.0 | 0.06 Output | 0.00016673 | 0.00016673 | 0.00016673 | 0.0 | 0.00 Modify | 0.38565 | 0.38565 | 0.38565 | 0.0 | 0.25 Other | | 0.06103 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208304 ave 208304 max 208304 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208304 Ave neighs/atom = 104.152 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 271.399483575004, Press = -16.849392936026 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8056.6869 -8056.6869 -8127.4343 -8127.4343 273.79969 273.79969 24115.774 24115.774 2131.0414 2131.0414 8000 -8058.5811 -8058.5811 -8127.0843 -8127.0843 265.11455 265.11455 24166.632 24166.632 -1928.935 -1928.935 Loop time of 152.617 on 1 procs for 1000 steps with 2000 atoms Performance: 0.566 ns/day, 42.394 hours/ns, 6.552 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 | 152.08 | 152.08 | 152.08 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099243 | 0.099243 | 0.099243 | 0.0 | 0.07 Output | 0.00016406 | 0.00016406 | 0.00016406 | 0.0 | 0.00 Modify | 0.38124 | 0.38124 | 0.38124 | 0.0 | 0.25 Other | | 0.06082 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208570 ave 208570 max 208570 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208570 Ave neighs/atom = 104.285 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 271.672441837428, Press = -15.2893122274874 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8058.5811 -8058.5811 -8127.0843 -8127.0843 265.11455 265.11455 24166.632 24166.632 -1928.935 -1928.935 9000 -8056.7227 -8056.7227 -8127.1264 -8127.1264 272.46958 272.46958 24160.427 24160.427 -1231.4783 -1231.4783 Loop time of 153.497 on 1 procs for 1000 steps with 2000 atoms Performance: 0.563 ns/day, 42.638 hours/ns, 6.515 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 | 152.95 | 152.95 | 152.95 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099057 | 0.099057 | 0.099057 | 0.0 | 0.06 Output | 0.00016287 | 0.00016287 | 0.00016287 | 0.0 | 0.00 Modify | 0.38613 | 0.38613 | 0.38613 | 0.0 | 0.25 Other | | 0.06089 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207668 ave 207668 max 207668 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207668 Ave neighs/atom = 103.834 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 271.932649482417, Press = 6.56028237773102 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8056.7227 -8056.7227 -8127.1264 -8127.1264 272.46958 272.46958 24160.427 24160.427 -1231.4783 -1231.4783 10000 -8058.2238 -8058.2238 -8126.9344 -8126.9344 265.91713 265.91713 24129.399 24129.399 978.70216 978.70216 Loop time of 150.955 on 1 procs for 1000 steps with 2000 atoms Performance: 0.572 ns/day, 41.932 hours/ns, 6.624 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 | 150.41 | 150.41 | 150.41 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098235 | 0.098235 | 0.098235 | 0.0 | 0.07 Output | 0.00026903 | 0.00026903 | 0.00026903 | 0.0 | 0.00 Modify | 0.38129 | 0.38129 | 0.38129 | 0.0 | 0.25 Other | | 0.06028 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207866 ave 207866 max 207866 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207866 Ave neighs/atom = 103.933 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.156823423891, Press = 6.91054855748907 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8058.2238 -8058.2238 -8126.9344 -8126.9344 265.91713 265.91713 24129.399 24129.399 978.70216 978.70216 11000 -8054.0016 -8054.0016 -8127.6734 -8127.6734 285.11738 285.11738 24138.489 24138.489 366.66725 366.66725 Loop time of 150.196 on 1 procs for 1000 steps with 2000 atoms Performance: 0.575 ns/day, 41.721 hours/ns, 6.658 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 | 149.66 | 149.66 | 149.66 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097913 | 0.097913 | 0.097913 | 0.0 | 0.07 Output | 0.00016691 | 0.00016691 | 0.00016691 | 0.0 | 0.00 Modify | 0.37545 | 0.37545 | 0.37545 | 0.0 | 0.25 Other | | 0.06051 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208464 ave 208464 max 208464 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208464 Ave neighs/atom = 104.232 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.475354699219, Press = -1.34414499400951 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8054.0016 -8054.0016 -8127.6734 -8127.6734 285.11738 285.11738 24138.489 24138.489 366.66725 366.66725 12000 -8061.9827 -8061.9827 -8129.7447 -8129.7447 262.24597 262.24597 24149.338 24149.338 -1105.2482 -1105.2482 Loop time of 149.701 on 1 procs for 1000 steps with 2000 atoms Performance: 0.577 ns/day, 41.584 hours/ns, 6.680 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 | 149.17 | 149.17 | 149.17 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097926 | 0.097926 | 0.097926 | 0.0 | 0.07 Output | 0.00017138 | 0.00017138 | 0.00017138 | 0.0 | 0.00 Modify | 0.37374 | 0.37374 | 0.37374 | 0.0 | 0.25 Other | | 0.06038 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208304 ave 208304 max 208304 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208304 Ave neighs/atom = 104.152 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.376128985083, Press = -3.53666711307726 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8061.9827 -8061.9827 -8129.7447 -8129.7447 262.24597 262.24597 24149.338 24149.338 -1105.2482 -1105.2482 13000 -8056.762 -8056.762 -8129.1609 -8129.1609 280.19132 280.19132 24171.559 24171.559 -2485.9311 -2485.9311 Loop time of 150.43 on 1 procs for 1000 steps with 2000 atoms Performance: 0.574 ns/day, 41.786 hours/ns, 6.648 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 | 149.9 | 149.9 | 149.9 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097661 | 0.097661 | 0.097661 | 0.0 | 0.06 Output | 0.00016622 | 0.00016622 | 0.00016622 | 0.0 | 0.00 Modify | 0.3751 | 0.3751 | 0.3751 | 0.0 | 0.25 Other | | 0.06071 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208062 ave 208062 max 208062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208062 Ave neighs/atom = 104.031 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.321413295263, Press = 4.54596177649851 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8056.762 -8056.762 -8129.1609 -8129.1609 280.19132 280.19132 24171.559 24171.559 -2485.9311 -2485.9311 14000 -8056.9985 -8056.9985 -8127.7101 -8127.7101 273.66113 273.66113 24116.555 24116.555 2046.3109 2046.3109 Loop time of 151.938 on 1 procs for 1000 steps with 2000 atoms Performance: 0.569 ns/day, 42.205 hours/ns, 6.582 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 | 151.4 | 151.4 | 151.4 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098081 | 0.098081 | 0.098081 | 0.0 | 0.06 Output | 0.00016772 | 0.00016772 | 0.00016772 | 0.0 | 0.00 Modify | 0.38304 | 0.38304 | 0.38304 | 0.0 | 0.25 Other | | 0.0616 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207646 ave 207646 max 207646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207646 Ave neighs/atom = 103.823 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.381208677566, Press = 5.54874951467821 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8056.9985 -8056.9985 -8127.7101 -8127.7101 273.66113 273.66113 24116.555 24116.555 2046.3109 2046.3109 15000 -8058.1351 -8058.1351 -8129.3462 -8129.3462 275.5944 275.5944 24112.808 24112.808 1981.5857 1981.5857 Loop time of 151.185 on 1 procs for 1000 steps with 2000 atoms Performance: 0.571 ns/day, 41.996 hours/ns, 6.614 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 | 150.64 | 150.64 | 150.64 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098813 | 0.098813 | 0.098813 | 0.0 | 0.07 Output | 0.00016597 | 0.00016597 | 0.00016597 | 0.0 | 0.00 Modify | 0.38079 | 0.38079 | 0.38079 | 0.0 | 0.25 Other | | 0.0608 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208632 ave 208632 max 208632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208632 Ave neighs/atom = 104.316 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.548593800374, Press = -2.10740894116886 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8058.1351 -8058.1351 -8129.3462 -8129.3462 275.5944 275.5944 24112.808 24112.808 1981.5857 1981.5857 16000 -8054.4559 -8054.4559 -8127.1251 -8127.1251 281.23756 281.23756 24160.389 24160.389 -1478.5716 -1478.5716 Loop time of 151.468 on 1 procs for 1000 steps with 2000 atoms Performance: 0.570 ns/day, 42.074 hours/ns, 6.602 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 | 150.93 | 150.93 | 150.93 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098038 | 0.098038 | 0.098038 | 0.0 | 0.06 Output | 0.00016629 | 0.00016629 | 0.00016629 | 0.0 | 0.00 Modify | 0.37949 | 0.37949 | 0.37949 | 0.0 | 0.25 Other | | 0.06077 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 209032 ave 209032 max 209032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 209032 Ave neighs/atom = 104.516 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.603456075559, Press = -2.51526999739776 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8054.4559 -8054.4559 -8127.1251 -8127.1251 281.23756 281.23756 24160.389 24160.389 -1478.5716 -1478.5716 17000 -8057.6734 -8057.6734 -8126.5204 -8126.5204 266.4452 266.4452 24164.877 24164.877 -1867.4866 -1867.4866 Loop time of 149.895 on 1 procs for 1000 steps with 2000 atoms Performance: 0.576 ns/day, 41.637 hours/ns, 6.671 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 | 149.36 | 149.36 | 149.36 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097836 | 0.097836 | 0.097836 | 0.0 | 0.07 Output | 0.00016434 | 0.00016434 | 0.00016434 | 0.0 | 0.00 Modify | 0.37645 | 0.37645 | 0.37645 | 0.0 | 0.25 Other | | 0.06066 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207482 ave 207482 max 207482 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207482 Ave neighs/atom = 103.741 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.859526679397, Press = 1.47745888812174 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8057.6734 -8057.6734 -8126.5204 -8126.5204 266.4452 266.4452 24164.877 24164.877 -1867.4866 -1867.4866 18000 -8053.7615 -8053.7615 -8126.4868 -8126.4868 281.45466 281.45466 24127.709 24127.709 1409.0112 1409.0112 Loop time of 151.866 on 1 procs for 1000 steps with 2000 atoms Performance: 0.569 ns/day, 42.185 hours/ns, 6.585 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 | 151.32 | 151.32 | 151.32 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099125 | 0.099125 | 0.099125 | 0.0 | 0.07 Output | 0.00016854 | 0.00016854 | 0.00016854 | 0.0 | 0.00 Modify | 0.38192 | 0.38192 | 0.38192 | 0.0 | 0.25 Other | | 0.06094 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 207572 ave 207572 max 207572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207572 Ave neighs/atom = 103.786 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.004581731892, Press = 7.09392232621962 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8053.7615 -8053.7615 -8126.4868 -8126.4868 281.45466 281.45466 24127.709 24127.709 1409.0112 1409.0112 19000 -8057.8352 -8057.8352 -8128.1094 -8128.1094 271.96851 271.96851 24093.712 24093.712 3749.3537 3749.3537 Loop time of 151.612 on 1 procs for 1000 steps with 2000 atoms Performance: 0.570 ns/day, 42.114 hours/ns, 6.596 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 | 151.07 | 151.07 | 151.07 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098161 | 0.098161 | 0.098161 | 0.0 | 0.06 Output | 0.00020824 | 0.00020824 | 0.00020824 | 0.0 | 0.00 Modify | 0.38104 | 0.38104 | 0.38104 | 0.0 | 0.25 Other | | 0.06097 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 208396 ave 208396 max 208396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208396 Ave neighs/atom = 104.198 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 24142.8656733494 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0