# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.521391749382019*${_u_distance} variable latticeconst_converted equal 3.521391749382019*1 lattice fcc ${latticeconst_converted} lattice fcc 3.52139174938202 Lattice spacing in x,y,z = 3.5213917 3.5213917 3.5213917 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.213917 35.213917 35.213917) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.213917 35.213917 35.213917) create_atoms CPU = 0.007 seconds variable mass_converted equal 58.6934*${_u_mass} variable mass_converted equal 58.6934*1 kim_interactions Ni WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ni #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_WuLeeSu_2017_NiFe__MO_321233176498_001 pair_coeff * * Ni #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 58.6934 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 43665.9614516893 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 43665.9614516893*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 43665.9614516893 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_321233176498_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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -17638.129 -17638.129 -17800 -17800 313.15 313.15 43665.961 43665.961 3959.5528 3959.5528 1000 -17465.43 -17465.43 -17636.025 -17636.025 330.02728 330.02728 44129.051 44129.051 1692.4908 1692.4908 Loop time of 322.639 on 1 procs for 1000 steps with 4000 atoms Performance: 0.268 ns/day, 89.622 hours/ns, 3.099 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 | 321.71 | 321.71 | 321.71 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15328 | 0.15328 | 0.15328 | 0.0 | 0.05 Output | 0.0003074 | 0.0003074 | 0.0003074 | 0.0 | 0.00 Modify | 0.68258 | 0.68258 | 0.68258 | 0.0 | 0.21 Other | | 0.09545 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -17465.43 -17465.43 -17636.025 -17636.025 330.02728 330.02728 44129.051 44129.051 1692.4908 1692.4908 2000 -17475.395 -17475.395 -17634.356 -17634.356 307.51999 307.51999 44152.457 44152.457 686.24204 686.24204 Loop time of 341.406 on 1 procs for 1000 steps with 4000 atoms Performance: 0.253 ns/day, 94.835 hours/ns, 2.929 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 | 340.46 | 340.46 | 340.46 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15342 | 0.15342 | 0.15342 | 0.0 | 0.04 Output | 0.00026018 | 0.00026018 | 0.00026018 | 0.0 | 0.00 Modify | 0.6934 | 0.6934 | 0.6934 | 0.0 | 0.20 Other | | 0.09691 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314186.0 ave 314186 max 314186 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314186 Ave neighs/atom = 78.546500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -17475.395 -17475.395 -17634.356 -17634.356 307.51999 307.51999 44152.457 44152.457 686.24204 686.24204 3000 -17474.878 -17474.878 -17633.746 -17633.746 307.34121 307.34121 44163.112 44163.112 244.46356 244.46356 Loop time of 344.333 on 1 procs for 1000 steps with 4000 atoms Performance: 0.251 ns/day, 95.648 hours/ns, 2.904 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 | 343.37 | 343.37 | 343.37 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15428 | 0.15428 | 0.15428 | 0.0 | 0.04 Output | 0.00021822 | 0.00021822 | 0.00021822 | 0.0 | 0.00 Modify | 0.70839 | 0.70839 | 0.70839 | 0.0 | 0.21 Other | | 0.09862 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314200.0 ave 314200 max 314200 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314200 Ave neighs/atom = 78.550000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -17474.878 -17474.878 -17633.746 -17633.746 307.34121 307.34121 44163.112 44163.112 244.46356 244.46356 4000 -17471.766 -17471.766 -17634.986 -17634.986 315.76117 315.76117 44171.489 44171.489 -64.327886 -64.327886 Loop time of 376.397 on 1 procs for 1000 steps with 4000 atoms Performance: 0.230 ns/day, 104.555 hours/ns, 2.657 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 | 375.31 | 375.31 | 375.31 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16709 | 0.16709 | 0.16709 | 0.0 | 0.04 Output | 0.0002195 | 0.0002195 | 0.0002195 | 0.0 | 0.00 Modify | 0.80944 | 0.80944 | 0.80944 | 0.0 | 0.22 Other | | 0.1071 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314256.0 ave 314256 max 314256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314256 Ave neighs/atom = 78.564000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -17471.766 -17471.766 -17634.986 -17634.986 315.76117 315.76117 44171.489 44171.489 -64.327886 -64.327886 5000 -17476.646 -17476.646 -17635.938 -17635.938 308.16058 308.16058 44171.708 44171.708 -252.92523 -252.92523 Loop time of 379.288 on 1 procs for 1000 steps with 4000 atoms Performance: 0.228 ns/day, 105.358 hours/ns, 2.637 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 378.2 | 378.2 | 378.2 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16931 | 0.16931 | 0.16931 | 0.0 | 0.04 Output | 0.0001763 | 0.0001763 | 0.0001763 | 0.0 | 0.00 Modify | 0.81532 | 0.81532 | 0.81532 | 0.0 | 0.21 Other | | 0.1052 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314028.0 ave 314028 max 314028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314028 Ave neighs/atom = 78.507000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 310.237775683433, Press = -329.08373859511 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -17476.646 -17476.646 -17635.938 -17635.938 308.16058 308.16058 44171.708 44171.708 -252.92523 -252.92523 6000 -17470.732 -17470.732 -17633.121 -17633.121 314.15273 314.15273 44206.033 44206.033 -1336.96 -1336.96 Loop time of 379.209 on 1 procs for 1000 steps with 4000 atoms Performance: 0.228 ns/day, 105.336 hours/ns, 2.637 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 378.1 | 378.1 | 378.1 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16327 | 0.16327 | 0.16327 | 0.0 | 0.04 Output | 0.00023882 | 0.00023882 | 0.00023882 | 0.0 | 0.00 Modify | 0.835 | 0.835 | 0.835 | 0.0 | 0.22 Other | | 0.107 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314168.0 ave 314168 max 314168 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314168 Ave neighs/atom = 78.542000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.719651818998, Press = -43.7269550115519 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -17470.732 -17470.732 -17633.121 -17633.121 314.15273 314.15273 44206.033 44206.033 -1336.96 -1336.96 7000 -17476.47 -17476.47 -17637.072 -17637.072 310.69571 310.69571 44235.966 44235.966 -3006.0905 -3006.0905 Loop time of 379.417 on 1 procs for 1000 steps with 4000 atoms Performance: 0.228 ns/day, 105.394 hours/ns, 2.636 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 378.31 | 378.31 | 378.31 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16361 | 0.16361 | 0.16361 | 0.0 | 0.04 Output | 0.00024304 | 0.00024304 | 0.00024304 | 0.0 | 0.00 Modify | 0.83218 | 0.83218 | 0.83218 | 0.0 | 0.22 Other | | 0.1077 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314094.0 ave 314094 max 314094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314094 Ave neighs/atom = 78.523500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.980621393554, Press = -16.9947051442241 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -17476.47 -17476.47 -17637.072 -17637.072 310.69571 310.69571 44235.966 44235.966 -3006.0905 -3006.0905 8000 -17473.415 -17473.415 -17636.107 -17636.107 314.7378 314.7378 44222.673 44222.673 -2310.4745 -2310.4745 Loop time of 357.233 on 1 procs for 1000 steps with 4000 atoms Performance: 0.242 ns/day, 99.231 hours/ns, 2.799 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 | 356.19 | 356.19 | 356.19 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16081 | 0.16081 | 0.16081 | 0.0 | 0.05 Output | 0.00018193 | 0.00018193 | 0.00018193 | 0.0 | 0.00 Modify | 0.78529 | 0.78529 | 0.78529 | 0.0 | 0.22 Other | | 0.1016 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313914.0 ave 313914 max 313914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313914 Ave neighs/atom = 78.478500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.909717601266, Press = 1.77648898189247 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -17473.415 -17473.415 -17636.107 -17636.107 314.7378 314.7378 44222.673 44222.673 -2310.4745 -2310.4745 9000 -17477.288 -17477.288 -17638.439 -17638.439 311.75657 311.75657 44179.74 44179.74 -813.34558 -813.34558 Loop time of 326.189 on 1 procs for 1000 steps with 4000 atoms Performance: 0.265 ns/day, 90.608 hours/ns, 3.066 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 | 325.28 | 325.28 | 325.28 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14755 | 0.14755 | 0.14755 | 0.0 | 0.05 Output | 0.00018505 | 0.00018505 | 0.00018505 | 0.0 | 0.00 Modify | 0.66548 | 0.66548 | 0.66548 | 0.0 | 0.20 Other | | 0.09335 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313888.0 ave 313888 max 313888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313888 Ave neighs/atom = 78.472000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.666835904933, Press = 3.30890269448177 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -17477.288 -17477.288 -17638.439 -17638.439 311.75657 311.75657 44179.74 44179.74 -813.34558 -813.34558 10000 -17472.137 -17472.137 -17634.699 -17634.699 314.48757 314.48757 44169.605 44169.605 -38.370644 -38.370644 Loop time of 326.459 on 1 procs for 1000 steps with 4000 atoms Performance: 0.265 ns/day, 90.683 hours/ns, 3.063 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 | 325.55 | 325.55 | 325.55 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14743 | 0.14743 | 0.14743 | 0.0 | 0.05 Output | 0.00021918 | 0.00021918 | 0.00021918 | 0.0 | 0.00 Modify | 0.66588 | 0.66588 | 0.66588 | 0.0 | 0.20 Other | | 0.0929 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314002.0 ave 314002 max 314002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314002 Ave neighs/atom = 78.500500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.731130231855, Press = 4.51306602422916 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -17472.137 -17472.137 -17634.699 -17634.699 314.48757 314.48757 44169.605 44169.605 -38.370644 -38.370644 11000 -17474.546 -17474.546 -17634.707 -17634.707 309.8411 309.8411 44142.977 44142.977 977.00471 977.00471 Loop time of 343.165 on 1 procs for 1000 steps with 4000 atoms Performance: 0.252 ns/day, 95.324 hours/ns, 2.914 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 | 342.18 | 342.18 | 342.18 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15235 | 0.15235 | 0.15235 | 0.0 | 0.04 Output | 0.0001782 | 0.0001782 | 0.0001782 | 0.0 | 0.00 Modify | 0.7317 | 0.7317 | 0.7317 | 0.0 | 0.21 Other | | 0.09942 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314038.0 ave 314038 max 314038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314038 Ave neighs/atom = 78.509500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.939601899999, Press = 3.02366987966177 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17474.546 -17474.546 -17634.707 -17634.707 309.8411 309.8411 44142.977 44142.977 977.00471 977.00471 12000 -17468.022 -17468.022 -17636.678 -17636.678 326.2761 326.2761 44119.592 44119.592 2036.5672 2036.5672 Loop time of 325.818 on 1 procs for 1000 steps with 4000 atoms Performance: 0.265 ns/day, 90.505 hours/ns, 3.069 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 | 324.92 | 324.92 | 324.92 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14171 | 0.14171 | 0.14171 | 0.0 | 0.04 Output | 0.00017979 | 0.00017979 | 0.00017979 | 0.0 | 0.00 Modify | 0.66177 | 0.66177 | 0.66177 | 0.0 | 0.20 Other | | 0.09747 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314216.0 ave 314216 max 314216 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314216 Ave neighs/atom = 78.554000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.088053570995, Press = 5.44444108226267 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -17468.022 -17468.022 -17636.678 -17636.678 326.2761 326.2761 44119.592 44119.592 2036.5672 2036.5672 13000 -17476.449 -17476.449 -17636.809 -17636.809 310.22617 310.22617 44066.125 44066.125 4054.0184 4054.0184 Loop time of 343.808 on 1 procs for 1000 steps with 4000 atoms Performance: 0.251 ns/day, 95.502 hours/ns, 2.909 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 | 342.83 | 342.83 | 342.83 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15001 | 0.15001 | 0.15001 | 0.0 | 0.04 Output | 0.0001797 | 0.0001797 | 0.0001797 | 0.0 | 0.00 Modify | 0.72555 | 0.72555 | 0.72555 | 0.0 | 0.21 Other | | 0.1003 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314230.0 ave 314230 max 314230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314230 Ave neighs/atom = 78.557500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.17169851047, Press = 0.93786023902918 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17476.449 -17476.449 -17636.809 -17636.809 310.22617 310.22617 44066.125 44066.125 4054.0184 4054.0184 14000 -17471.244 -17471.244 -17633.471 -17633.471 313.83912 313.83912 44135.187 44135.187 1633.1357 1633.1357 Loop time of 367.224 on 1 procs for 1000 steps with 4000 atoms Performance: 0.235 ns/day, 102.007 hours/ns, 2.723 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 366.17 | 366.17 | 366.17 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15894 | 0.15894 | 0.15894 | 0.0 | 0.04 Output | 0.00017802 | 0.00017802 | 0.00017802 | 0.0 | 0.00 Modify | 0.78959 | 0.78959 | 0.78959 | 0.0 | 0.22 Other | | 0.106 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314280.0 ave 314280 max 314280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314280 Ave neighs/atom = 78.570000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.304852830871, Press = -1.91028044998945 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17471.244 -17471.244 -17633.471 -17633.471 313.83912 313.83912 44135.187 44135.187 1633.1357 1633.1357 15000 -17476.905 -17476.905 -17636.926 -17636.926 309.57179 309.57179 44138.27 44138.27 1036.7329 1036.7329 Loop time of 380.661 on 1 procs for 1000 steps with 4000 atoms Performance: 0.227 ns/day, 105.739 hours/ns, 2.627 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 379.55 | 379.55 | 379.55 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16626 | 0.16626 | 0.16626 | 0.0 | 0.04 Output | 0.00023382 | 0.00023382 | 0.00023382 | 0.0 | 0.00 Modify | 0.8396 | 0.8396 | 0.8396 | 0.0 | 0.22 Other | | 0.108 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314162.0 ave 314162 max 314162 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314162 Ave neighs/atom = 78.540500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.406572768068, Press = -1.89648570791193 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17476.905 -17476.905 -17636.926 -17636.926 309.57179 309.57179 44138.27 44138.27 1036.7329 1036.7329 16000 -17472.08 -17472.08 -17636.03 -17636.03 317.17312 317.17312 44157.148 44157.148 500.65571 500.65571 Loop time of 331.576 on 1 procs for 1000 steps with 4000 atoms Performance: 0.261 ns/day, 92.105 hours/ns, 3.016 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 | 330.65 | 330.65 | 330.65 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14597 | 0.14597 | 0.14597 | 0.0 | 0.04 Output | 0.00017472 | 0.00017472 | 0.00017472 | 0.0 | 0.00 Modify | 0.68292 | 0.68292 | 0.68292 | 0.0 | 0.21 Other | | 0.09838 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314132.0 ave 314132 max 314132 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314132 Ave neighs/atom = 78.533000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.350453713476, Press = -3.54333663160958 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17472.08 -17472.08 -17636.03 -17636.03 317.17312 317.17312 44157.148 44157.148 500.65571 500.65571 17000 -17476.103 -17476.103 -17635.539 -17635.539 308.44079 308.44079 44182.389 44182.389 -710.31066 -710.31066 Loop time of 375.837 on 1 procs for 1000 steps with 4000 atoms Performance: 0.230 ns/day, 104.399 hours/ns, 2.661 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 | 374.72 | 374.72 | 374.72 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16672 | 0.16672 | 0.16672 | 0.0 | 0.04 Output | 0.00017952 | 0.00017952 | 0.00017952 | 0.0 | 0.00 Modify | 0.84039 | 0.84039 | 0.84039 | 0.0 | 0.22 Other | | 0.1078 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314008.0 ave 314008 max 314008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314008 Ave neighs/atom = 78.502000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.370349615692, Press = -6.31978155314581 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17476.103 -17476.103 -17635.539 -17635.539 308.44079 308.44079 44182.389 44182.389 -710.31066 -710.31066 18000 -17473.445 -17473.445 -17634.918 -17634.918 312.38021 312.38021 44236.66 44236.66 -2792.5122 -2792.5122 Loop time of 353.08 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 98.078 hours/ns, 2.832 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 352.07 | 352.07 | 352.07 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15465 | 0.15465 | 0.15465 | 0.0 | 0.04 Output | 0.00018021 | 0.00018021 | 0.00018021 | 0.0 | 0.00 Modify | 0.75006 | 0.75006 | 0.75006 | 0.0 | 0.21 Other | | 0.1012 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314110.0 ave 314110 max 314110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314110 Ave neighs/atom = 78.527500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.352796315243, Press = -5.93920260184341 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17473.445 -17473.445 -17634.918 -17634.918 312.38021 312.38021 44236.66 44236.66 -2792.5122 -2792.5122 19000 -17476.745 -17476.745 -17635.035 -17635.035 306.22273 306.22273 44215.403 44215.403 -2075.5998 -2075.5998 Loop time of 326.982 on 1 procs for 1000 steps with 4000 atoms Performance: 0.264 ns/day, 90.828 hours/ns, 3.058 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 | 326.07 | 326.07 | 326.07 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14397 | 0.14397 | 0.14397 | 0.0 | 0.04 Output | 0.00022235 | 0.00022235 | 0.00022235 | 0.0 | 0.00 Modify | 0.66852 | 0.66852 | 0.66852 | 0.0 | 0.20 Other | | 0.09804 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313986.0 ave 313986 max 313986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313986 Ave neighs/atom = 78.496500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.284562241883, Press = -1.40687974738782 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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17476.745 -17476.745 -17635.035 -17635.035 306.22273 306.22273 44215.403 44215.403 -2075.5998 -2075.5998 20000 -17474.119 -17474.119 -17635.226 -17635.226 311.67208 311.67208 44206.204 44206.204 -1615.1723 -1615.1723 Loop time of 353.897 on 1 procs for 1000 steps with 4000 atoms Performance: 0.244 ns/day, 98.305 hours/ns, 2.826 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 | 352.89 | 352.89 | 352.89 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15415 | 0.15415 | 0.15415 | 0.0 | 0.04 Output | 0.00017962 | 0.00017962 | 0.00017962 | 0.0 | 0.00 Modify | 0.74773 | 0.74773 | 0.74773 | 0.0 | 0.21 Other | | 0.1026 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314050.0 ave 314050 max 314050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314050 Ave neighs/atom = 78.512500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 44166.7551601404 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0