# 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 5.429999992251397*${_u_distance} variable latticeconst_converted equal 5.429999992251397*1 lattice diamond ${latticeconst_converted} lattice diamond 5.4299999922514 Lattice spacing in x,y,z = 5.43 5.43 5.43 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (54.3 54.3 54.3) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0 0 0) to (54.3 54.3 54.3) create_atoms CPU = 0.001 seconds variable mass_converted equal 28.0855*${_u_mass} variable mass_converted equal 28.0855*1 kim_interactions Si WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Si #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_AslamBaskesDickel_2019_FeMnSiC__MO_427873955970_002 pair_coeff * * Si #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 28.0855 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 160103.0063146 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160103.0063146/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160103.0063146/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 160103.0063146/(1*1*${_u_distance}) variable V0_metal equal 160103.0063146/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 160103.0063146*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 160103.0063146 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_427873955970_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 7.894 | 7.894 | 7.894 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36695.538 -36695.538 -37039.999 -37039.999 333.15 333.15 160103.01 160103.01 2298.0477 2298.0477 1000 -36301.89 -36301.89 -36655.603 -36655.603 342.09783 342.09783 163357.66 163357.66 -433.12119 -433.12119 Loop time of 31.504 on 1 procs for 1000 steps with 8000 atoms Performance: 2.743 ns/day, 8.751 hours/ns, 31.742 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 31.208 | 31.208 | 31.208 | 0.0 | 99.06 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03376 | 0.03376 | 0.03376 | 0.0 | 0.11 Output | 0.00018483 | 0.00018483 | 0.00018483 | 0.0 | 0.00 Modify | 0.24184 | 0.24184 | 0.24184 | 0.0 | 0.77 Other | | 0.02064 | | | 0.07 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601 ave 8601 max 8601 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: 560000 ave 560000 max 560000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 560000 Ave neighs/atom = 70 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36301.89 -36301.89 -36655.603 -36655.603 342.09783 342.09783 163357.66 163357.66 -433.12119 -433.12119 2000 -36339.473 -36339.473 -36667.607 -36667.607 317.35908 317.35908 163086.42 163086.42 383.23973 383.23973 Loop time of 41.2829 on 1 procs for 1000 steps with 8000 atoms Performance: 2.093 ns/day, 11.467 hours/ns, 24.223 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 40.994 | 40.994 | 40.994 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03369 | 0.03369 | 0.03369 | 0.0 | 0.08 Output | 0.00010195 | 0.00010195 | 0.00010195 | 0.0 | 0.00 Modify | 0.2356 | 0.2356 | 0.2356 | 0.0 | 0.57 Other | | 0.01991 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599 ave 8599 max 8599 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: 573282 ave 573282 max 573282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573282 Ave neighs/atom = 71.66025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36339.473 -36339.473 -36667.607 -36667.607 317.35908 317.35908 163086.42 163086.42 383.23973 383.23973 3000 -36315.521 -36315.521 -36660.601 -36660.601 333.74849 333.74849 163162.58 163162.58 454.04499 454.04499 Loop time of 41.4292 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.508 hours/ns, 24.138 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.14 | 41.14 | 41.14 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033469 | 0.033469 | 0.033469 | 0.0 | 0.08 Output | 9.7503e-05 | 9.7503e-05 | 9.7503e-05 | 0.0 | 0.00 Modify | 0.23566 | 0.23566 | 0.23566 | 0.0 | 0.57 Other | | 0.01984 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8593 ave 8593 max 8593 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: 575184 ave 575184 max 575184 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 575184 Ave neighs/atom = 71.898 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36315.521 -36315.521 -36660.601 -36660.601 333.74849 333.74849 163162.58 163162.58 454.04499 454.04499 4000 -36334.277 -36334.277 -36671.359 -36671.359 326.01325 326.01325 163124.19 163124.19 101.09337 101.09337 Loop time of 41.4695 on 1 procs for 1000 steps with 8000 atoms Performance: 2.083 ns/day, 11.519 hours/ns, 24.114 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.181 | 41.181 | 41.181 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033235 | 0.033235 | 0.033235 | 0.0 | 0.08 Output | 0.00010134 | 0.00010134 | 0.00010134 | 0.0 | 0.00 Modify | 0.23562 | 0.23562 | 0.23562 | 0.0 | 0.57 Other | | 0.01987 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8596 ave 8596 max 8596 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: 575270 ave 575270 max 575270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 575270 Ave neighs/atom = 71.90875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36334.277 -36334.277 -36671.359 -36671.359 326.01325 326.01325 163124.19 163124.19 101.09337 101.09337 5000 -36318.583 -36318.583 -36668.122 -36668.122 338.06121 338.06121 163192.85 163192.85 -0.2695352 -0.2695352 Loop time of 41.4595 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.517 hours/ns, 24.120 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.17 | 41.17 | 41.17 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033204 | 0.033204 | 0.033204 | 0.0 | 0.08 Output | 4.7248e-05 | 4.7248e-05 | 4.7248e-05 | 0.0 | 0.00 Modify | 0.2362 | 0.2362 | 0.2362 | 0.0 | 0.57 Other | | 0.01991 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8593 ave 8593 max 8593 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: 574696 ave 574696 max 574696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574696 Ave neighs/atom = 71.837 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 336.096994018644, Press = 84.3772059691899 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36318.583 -36318.583 -36668.122 -36668.122 338.06121 338.06121 163192.85 163192.85 -0.2695352 -0.2695352 6000 -36332.476 -36332.476 -36668.781 -36668.781 325.26156 325.26156 163119.75 163119.75 223.97185 223.97185 Loop time of 41.4467 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.513 hours/ns, 24.127 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.151 | 41.151 | 41.151 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033483 | 0.033483 | 0.033483 | 0.0 | 0.08 Output | 7.7897e-05 | 7.7897e-05 | 7.7897e-05 | 0.0 | 0.00 Modify | 0.24266 | 0.24266 | 0.24266 | 0.0 | 0.59 Other | | 0.01993 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8596 ave 8596 max 8596 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: 574710 ave 574710 max 574710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574710 Ave neighs/atom = 71.83875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.171882755101, Press = 7.61233039011635 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36332.476 -36332.476 -36668.781 -36668.781 325.26156 325.26156 163119.75 163119.75 223.97185 223.97185 7000 -36320.873 -36320.873 -36663.714 -36663.714 331.58327 331.58327 163144.51 163144.51 349.63856 349.63856 Loop time of 41.4131 on 1 procs for 1000 steps with 8000 atoms Performance: 2.086 ns/day, 11.504 hours/ns, 24.147 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.117 | 41.117 | 41.117 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033433 | 0.033433 | 0.033433 | 0.0 | 0.08 Output | 8.027e-05 | 8.027e-05 | 8.027e-05 | 0.0 | 0.00 Modify | 0.24278 | 0.24278 | 0.24278 | 0.0 | 0.59 Other | | 0.01994 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8596 ave 8596 max 8596 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: 575036 ave 575036 max 575036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 575036 Ave neighs/atom = 71.8795 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.33498627845, Press = 9.31756074527689 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36320.873 -36320.873 -36663.714 -36663.714 331.58327 331.58327 163144.51 163144.51 349.63856 349.63856 8000 -36328.815 -36328.815 -36670.535 -36670.535 330.49916 330.49916 162980.44 162980.44 1059.5392 1059.5392 Loop time of 41.4389 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.511 hours/ns, 24.132 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.143 | 41.143 | 41.143 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03343 | 0.03343 | 0.03343 | 0.0 | 0.08 Output | 7.2877e-05 | 7.2877e-05 | 7.2877e-05 | 0.0 | 0.00 Modify | 0.2427 | 0.2427 | 0.2427 | 0.0 | 0.59 Other | | 0.01992 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599 ave 8599 max 8599 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: 574856 ave 574856 max 574856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574856 Ave neighs/atom = 71.857 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.180810407098, Press = -6.53404872862854 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36328.815 -36328.815 -36670.535 -36670.535 330.49916 330.49916 162980.44 162980.44 1059.5392 1059.5392 9000 -36323.111 -36323.111 -36667.239 -36667.239 332.8279 332.8279 163358.56 163358.56 -1023.3665 -1023.3665 Loop time of 41.4347 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.510 hours/ns, 24.134 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.139 | 41.139 | 41.139 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033577 | 0.033577 | 0.033577 | 0.0 | 0.08 Output | 5.0014e-05 | 5.0014e-05 | 5.0014e-05 | 0.0 | 0.00 Modify | 0.2426 | 0.2426 | 0.2426 | 0.0 | 0.59 Other | | 0.01991 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601 ave 8601 max 8601 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: 574642 ave 574642 max 574642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574642 Ave neighs/atom = 71.83025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.252324428116, Press = -1.66313622355475 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.145 | 8.145 | 8.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36323.111 -36323.111 -36667.239 -36667.239 332.8279 332.8279 163358.56 163358.56 -1023.3665 -1023.3665 10000 -36327.607 -36327.607 -36673.536 -36673.536 334.56942 334.56942 163162.87 163162.87 -54.348501 -54.348501 Loop time of 41.3816 on 1 procs for 1000 steps with 8000 atoms Performance: 2.088 ns/day, 11.495 hours/ns, 24.165 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.085 | 41.085 | 41.085 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033298 | 0.033298 | 0.033298 | 0.0 | 0.08 Output | 7.6604e-05 | 7.6604e-05 | 7.6604e-05 | 0.0 | 0.00 Modify | 0.24279 | 0.24279 | 0.24279 | 0.0 | 0.59 Other | | 0.01993 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8592 ave 8592 max 8592 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: 573576 ave 573576 max 573576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573576 Ave neighs/atom = 71.697 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.174290433883, Press = 2.60190033263706 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36327.607 -36327.607 -36673.536 -36673.536 334.56942 334.56942 163162.87 163162.87 -54.348501 -54.348501 11000 -36325.856 -36325.856 -36672.436 -36672.436 335.19931 335.19931 163109.14 163109.14 307.92823 307.92823 Loop time of 41.3468 on 1 procs for 1000 steps with 8000 atoms Performance: 2.090 ns/day, 11.485 hours/ns, 24.186 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.051 | 41.051 | 41.051 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033565 | 0.033565 | 0.033565 | 0.0 | 0.08 Output | 7.8697e-05 | 7.8697e-05 | 7.8697e-05 | 0.0 | 0.00 Modify | 0.2426 | 0.2426 | 0.2426 | 0.0 | 0.59 Other | | 0.01996 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8593 ave 8593 max 8593 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: 573984 ave 573984 max 573984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573984 Ave neighs/atom = 71.748 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.296574609415, Press = -1.33048459184445 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36325.856 -36325.856 -36672.436 -36672.436 335.19931 335.19931 163109.14 163109.14 307.92823 307.92823 12000 -36318.208 -36318.208 -36664.885 -36664.885 335.29295 335.29295 163229.76 163229.76 -176.36918 -176.36918 Loop time of 41.4202 on 1 procs for 1000 steps with 8000 atoms Performance: 2.086 ns/day, 11.506 hours/ns, 24.143 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.124 | 41.124 | 41.124 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033455 | 0.033455 | 0.033455 | 0.0 | 0.08 Output | 5.0234e-05 | 5.0234e-05 | 5.0234e-05 | 0.0 | 0.00 Modify | 0.24273 | 0.24273 | 0.24273 | 0.0 | 0.59 Other | | 0.0199 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599 ave 8599 max 8599 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: 573922 ave 573922 max 573922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573922 Ave neighs/atom = 71.74025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.378420046677, Press = 0.102128335568913 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.145 | 8.145 | 8.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36318.208 -36318.208 -36664.885 -36664.885 335.29295 335.29295 163229.76 163229.76 -176.36918 -176.36918 13000 -36329.078 -36329.078 -36667.579 -36667.579 327.38487 327.38487 163119.1 163119.1 275.2464 275.2464 Loop time of 41.4229 on 1 procs for 1000 steps with 8000 atoms Performance: 2.086 ns/day, 11.506 hours/ns, 24.141 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.127 | 41.127 | 41.127 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033411 | 0.033411 | 0.033411 | 0.0 | 0.08 Output | 8.1543e-05 | 8.1543e-05 | 8.1543e-05 | 0.0 | 0.00 Modify | 0.24273 | 0.24273 | 0.24273 | 0.0 | 0.59 Other | | 0.01997 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8590 ave 8590 max 8590 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: 574788 ave 574788 max 574788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574788 Ave neighs/atom = 71.8485 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.489357476743, Press = 1.85437940120439 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36329.078 -36329.078 -36667.579 -36667.579 327.38487 327.38487 163119.1 163119.1 275.2464 275.2464 14000 -36329.719 -36329.719 -36672.027 -36672.027 331.06819 331.06819 163057.63 163057.63 576.78044 576.78044 Loop time of 41.4314 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.509 hours/ns, 24.136 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.135 | 41.135 | 41.135 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033364 | 0.033364 | 0.033364 | 0.0 | 0.08 Output | 0.00016365 | 0.00016365 | 0.00016365 | 0.0 | 0.00 Modify | 0.24268 | 0.24268 | 0.24268 | 0.0 | 0.59 Other | | 0.01996 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599 ave 8599 max 8599 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: 575124 ave 575124 max 575124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 575124 Ave neighs/atom = 71.8905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.520693214347, Press = -2.39319594357931 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36329.719 -36329.719 -36672.027 -36672.027 331.06819 331.06819 163057.63 163057.63 576.78044 576.78044 15000 -36318.197 -36318.197 -36664.088 -36664.088 334.53232 334.53232 163409.5 163409.5 -1156.5531 -1156.5531 Loop time of 41.3643 on 1 procs for 1000 steps with 8000 atoms Performance: 2.089 ns/day, 11.490 hours/ns, 24.175 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.068 | 41.068 | 41.068 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033262 | 0.033262 | 0.033262 | 0.0 | 0.08 Output | 5.1557e-05 | 5.1557e-05 | 5.1557e-05 | 0.0 | 0.00 Modify | 0.24279 | 0.24279 | 0.24279 | 0.0 | 0.59 Other | | 0.01986 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8596 ave 8596 max 8596 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: 574808 ave 574808 max 574808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574808 Ave neighs/atom = 71.851 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.475714069683, Press = 1.30274036351594 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36318.197 -36318.197 -36664.088 -36664.088 334.53232 334.53232 163409.5 163409.5 -1156.5531 -1156.5531 16000 -36324.071 -36324.071 -36673.03 -36673.03 337.49973 337.49973 163062.9 163062.9 547.48514 547.48514 Loop time of 41.3977 on 1 procs for 1000 steps with 8000 atoms Performance: 2.087 ns/day, 11.499 hours/ns, 24.156 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.102 | 41.102 | 41.102 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033325 | 0.033325 | 0.033325 | 0.0 | 0.08 Output | 7.7104e-05 | 7.7104e-05 | 7.7104e-05 | 0.0 | 0.00 Modify | 0.24276 | 0.24276 | 0.24276 | 0.0 | 0.59 Other | | 0.01993 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8597 ave 8597 max 8597 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: 573332 ave 573332 max 573332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573332 Ave neighs/atom = 71.6665 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.610113912175, Press = 1.50030540404702 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -36324.071 -36324.071 -36673.03 -36673.03 337.49973 337.49973 163062.9 163062.9 547.48514 547.48514 17000 -36322.455 -36322.455 -36675.608 -36675.608 341.55651 341.55651 163194.87 163194.87 -254.99122 -254.99122 Loop time of 41.3855 on 1 procs for 1000 steps with 8000 atoms Performance: 2.088 ns/day, 11.496 hours/ns, 24.163 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.09 | 41.09 | 41.09 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033295 | 0.033295 | 0.033295 | 0.0 | 0.08 Output | 7.8438e-05 | 7.8438e-05 | 7.8438e-05 | 0.0 | 0.00 Modify | 0.24258 | 0.24258 | 0.24258 | 0.0 | 0.59 Other | | 0.0199 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8598 ave 8598 max 8598 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: 574126 ave 574126 max 574126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574126 Ave neighs/atom = 71.76575 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.59981386438, Press = -1.14460514225874 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -36322.455 -36322.455 -36675.608 -36675.608 341.55651 341.55651 163194.87 163194.87 -254.99122 -254.99122 18000 -36328.727 -36328.727 -36670.986 -36670.986 331.0201 331.0201 163274.74 163274.74 -715.38743 -715.38743 Loop time of 41.3034 on 1 procs for 1000 steps with 8000 atoms Performance: 2.092 ns/day, 11.473 hours/ns, 24.211 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.008 | 41.008 | 41.008 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033353 | 0.033353 | 0.033353 | 0.0 | 0.08 Output | 4.8701e-05 | 4.8701e-05 | 4.8701e-05 | 0.0 | 0.00 Modify | 0.24256 | 0.24256 | 0.24256 | 0.0 | 0.59 Other | | 0.01997 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8596 ave 8596 max 8596 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: 572774 ave 572774 max 572774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 572774 Ave neighs/atom = 71.59675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.606953532345, Press = 0.521455065682052 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -36328.727 -36328.727 -36670.986 -36670.986 331.0201 331.0201 163274.74 163274.74 -715.38743 -715.38743 19000 -36320.507 -36320.507 -36669.092 -36669.092 337.1383 337.1383 163162.87 163162.87 107.77059 107.77059 Loop time of 41.3519 on 1 procs for 1000 steps with 8000 atoms Performance: 2.089 ns/day, 11.487 hours/ns, 24.183 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.056 | 41.056 | 41.056 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033428 | 0.033428 | 0.033428 | 0.0 | 0.08 Output | 8.0481e-05 | 8.0481e-05 | 8.0481e-05 | 0.0 | 0.00 Modify | 0.24267 | 0.24267 | 0.24267 | 0.0 | 0.59 Other | | 0.01995 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8596 ave 8596 max 8596 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: 573794 ave 573794 max 573794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573794 Ave neighs/atom = 71.72425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.550474779426, Press = 0.842673431628987 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.145 | 8.145 | 8.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -36320.507 -36320.507 -36669.092 -36669.092 337.1383 337.1383 163162.87 163162.87 107.77059 107.77059 20000 -36328.188 -36328.188 -36667.732 -36667.732 328.39491 328.39491 163140.73 163140.73 173.95915 173.95915 Loop time of 41.3763 on 1 procs for 1000 steps with 8000 atoms Performance: 2.088 ns/day, 11.493 hours/ns, 24.168 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.08 | 41.08 | 41.08 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033341 | 0.033341 | 0.033341 | 0.0 | 0.08 Output | 7.8388e-05 | 7.8388e-05 | 7.8388e-05 | 0.0 | 0.00 Modify | 0.24273 | 0.24273 | 0.24273 | 0.0 | 0.59 Other | | 0.02 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8588 ave 8588 max 8588 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: 574182 ave 574182 max 574182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574182 Ave neighs/atom = 71.77275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.473122555543, Press = 0.025492508361809 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -36328.188 -36328.188 -36667.732 -36667.732 328.39491 328.39491 163140.73 163140.73 173.95915 173.95915 21000 -36323.374 -36323.374 -36669.006 -36669.006 334.28261 334.28261 163187.41 163187.41 -51.049871 -51.049871 Loop time of 41.4493 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.514 hours/ns, 24.126 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.153 | 41.153 | 41.153 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03347 | 0.03347 | 0.03347 | 0.0 | 0.08 Output | 7.3578e-05 | 7.3578e-05 | 7.3578e-05 | 0.0 | 0.00 Modify | 0.24269 | 0.24269 | 0.24269 | 0.0 | 0.59 Other | | 0.01996 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8595 ave 8595 max 8595 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: 575460 ave 575460 max 575460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 575460 Ave neighs/atom = 71.9325 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.379382533693, Press = 0.485424660071808 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.146 | 8.146 | 8.146 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -36323.374 -36323.374 -36669.006 -36669.006 334.28261 334.28261 163187.41 163187.41 -51.049871 -51.049871 22000 -36339.233 -36339.233 -36676.113 -36676.113 325.81808 325.81808 163024.87 163024.87 549.75738 549.75738 Loop time of 41.409 on 1 procs for 1000 steps with 8000 atoms Performance: 2.087 ns/day, 11.503 hours/ns, 24.149 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 41.113 | 41.113 | 41.113 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033483 | 0.033483 | 0.033483 | 0.0 | 0.08 Output | 4.7349e-05 | 4.7349e-05 | 4.7349e-05 | 0.0 | 0.00 Modify | 0.24249 | 0.24249 | 0.24249 | 0.0 | 0.59 Other | | 0.01991 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8597 ave 8597 max 8597 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: 574608 ave 574608 max 574608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574608 Ave neighs/atom = 71.826 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 163164.458578468 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0