# 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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 -36736.896 -36736.896 -37039.999 -37039.999 293.15 293.15 160103.01 160103.01 2022.1297 2022.1297 1000 -36392.462 -36392.462 -36708.176 -36708.176 305.34735 305.34735 162752.79 162752.79 630.47119 630.47119 Loop time of 31.0928 on 1 procs for 1000 steps with 8000 atoms Performance: 2.779 ns/day, 8.637 hours/ns, 32.162 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 30.797 | 30.797 | 30.797 | 0.0 | 99.05 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034945 | 0.034945 | 0.034945 | 0.0 | 0.11 Output | 0.00010285 | 0.00010285 | 0.00010285 | 0.0 | 0.00 Modify | 0.23799 | 0.23799 | 0.23799 | 0.0 | 0.77 Other | | 0.02289 | | | 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 -36392.462 -36392.462 -36708.176 -36708.176 305.34735 305.34735 162752.79 162752.79 630.47119 630.47119 2000 -36425.955 -36425.955 -36723.142 -36723.142 287.42836 287.42836 162689.31 162689.31 261.89154 261.89154 Loop time of 41.313 on 1 procs for 1000 steps with 8000 atoms Performance: 2.091 ns/day, 11.476 hours/ns, 24.205 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.022 | 41.022 | 41.022 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034222 | 0.034222 | 0.034222 | 0.0 | 0.08 Output | 9.1121e-05 | 9.1121e-05 | 9.1121e-05 | 0.0 | 0.00 Modify | 0.23504 | 0.23504 | 0.23504 | 0.0 | 0.57 Other | | 0.02132 | | | 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: 573980 ave 573980 max 573980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573980 Ave neighs/atom = 71.7475 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 -36425.955 -36425.955 -36723.142 -36723.142 287.42836 287.42836 162689.31 162689.31 261.89154 261.89154 3000 -36404.488 -36404.488 -36718.562 -36718.562 303.76144 303.76144 162833.06 162833.06 -215.72891 -215.72891 Loop time of 41.4284 on 1 procs for 1000 steps with 8000 atoms Performance: 2.086 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.138 | 41.138 | 41.138 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034232 | 0.034232 | 0.034232 | 0.0 | 0.08 Output | 9.068e-05 | 9.068e-05 | 9.068e-05 | 0.0 | 0.00 Modify | 0.23506 | 0.23506 | 0.23506 | 0.0 | 0.57 Other | | 0.02121 | | | 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: 573592 ave 573592 max 573592 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573592 Ave neighs/atom = 71.699 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 -36404.488 -36404.488 -36718.562 -36718.562 303.76144 303.76144 162833.06 162833.06 -215.72891 -215.72891 4000 -36421.46 -36421.46 -36724.791 -36724.791 293.37133 293.37133 162796.84 162796.84 -421.69613 -421.69613 Loop time of 41.4636 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.518 hours/ns, 24.118 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.173 | 41.173 | 41.173 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034299 | 0.034299 | 0.034299 | 0.0 | 0.08 Output | 7.0963e-05 | 7.0963e-05 | 7.0963e-05 | 0.0 | 0.00 Modify | 0.235 | 0.235 | 0.235 | 0.0 | 0.57 Other | | 0.02119 | | | 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: 573354 ave 573354 max 573354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573354 Ave neighs/atom = 71.66925 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 -36421.46 -36421.46 -36724.791 -36724.791 293.37133 293.37133 162796.84 162796.84 -421.69613 -421.69613 5000 -36409.177 -36409.177 -36709.505 -36709.505 290.46646 290.46646 162892.59 162892.59 -413.55034 -413.55034 Loop time of 41.4498 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.514 hours/ns, 24.126 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.158 | 41.158 | 41.158 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034291 | 0.034291 | 0.034291 | 0.0 | 0.08 Output | 7.4519e-05 | 7.4519e-05 | 7.4519e-05 | 0.0 | 0.00 Modify | 0.23589 | 0.23589 | 0.23589 | 0.0 | 0.57 Other | | 0.02122 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600 ave 8600 max 8600 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: 574272 ave 574272 max 574272 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574272 Ave neighs/atom = 71.784 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 = 296.915703880067, Press = 177.812763297225 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 -36409.177 -36409.177 -36709.505 -36709.505 290.46646 290.46646 162892.59 162892.59 -413.55034 -413.55034 6000 -36419.192 -36419.192 -36721.599 -36721.599 292.47737 292.47737 162849.41 162849.41 -687.3187 -687.3187 Loop time of 41.4685 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.519 hours/ns, 24.115 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.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034368 | 0.034368 | 0.034368 | 0.0 | 0.08 Output | 7.6053e-05 | 7.6053e-05 | 7.6053e-05 | 0.0 | 0.00 Modify | 0.24227 | 0.24227 | 0.24227 | 0.0 | 0.58 Other | | 0.02129 | | | 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: 573950 ave 573950 max 573950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573950 Ave neighs/atom = 71.74375 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 = 293.22126278004, Press = 10.2236051901627 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 -36419.192 -36419.192 -36721.599 -36721.599 292.47737 292.47737 162849.41 162849.41 -687.3187 -687.3187 7000 -36410.808 -36410.808 -36729.42 -36729.42 308.14963 308.14963 162890.71 162890.71 -988.09483 -988.09483 Loop time of 41.4048 on 1 procs for 1000 steps with 8000 atoms Performance: 2.087 ns/day, 11.501 hours/ns, 24.152 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.107 | 41.107 | 41.107 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034343 | 0.034343 | 0.034343 | 0.0 | 0.08 Output | 4.8782e-05 | 4.8782e-05 | 4.8782e-05 | 0.0 | 0.00 Modify | 0.24228 | 0.24228 | 0.24228 | 0.0 | 0.59 Other | | 0.02128 | | | 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: 573524 ave 573524 max 573524 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573524 Ave neighs/atom = 71.6905 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 = 293.398196699458, Press = -3.85441263562541 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 -36410.808 -36410.808 -36729.42 -36729.42 308.14963 308.14963 162890.71 162890.71 -988.09483 -988.09483 8000 -36417.141 -36417.141 -36716.311 -36716.311 289.34609 289.34609 162793.04 162793.04 -144.17165 -144.17165 Loop time of 41.405 on 1 procs for 1000 steps with 8000 atoms Performance: 2.087 ns/day, 11.501 hours/ns, 24.152 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.107 | 41.107 | 41.107 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034355 | 0.034355 | 0.034355 | 0.0 | 0.08 Output | 8.3517e-05 | 8.3517e-05 | 8.3517e-05 | 0.0 | 0.00 Modify | 0.24256 | 0.24256 | 0.24256 | 0.0 | 0.59 Other | | 0.02125 | | | 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: 572350 ave 572350 max 572350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 572350 Ave neighs/atom = 71.54375 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 = 293.157328002554, Press = 0.605682303521534 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 -36417.141 -36417.141 -36716.311 -36716.311 289.34609 289.34609 162793.04 162793.04 -144.17165 -144.17165 9000 -36414.65 -36414.65 -36715.395 -36715.395 290.86859 290.86859 162797.2 162797.2 -124.35938 -124.35938 Loop time of 41.4655 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.518 hours/ns, 24.116 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.168 | 41.168 | 41.168 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034218 | 0.034218 | 0.034218 | 0.0 | 0.08 Output | 8.3096e-05 | 8.3096e-05 | 8.3096e-05 | 0.0 | 0.00 Modify | 0.24232 | 0.24232 | 0.24232 | 0.0 | 0.58 Other | | 0.02126 | | | 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: 574548 ave 574548 max 574548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574548 Ave neighs/atom = 71.8185 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 = 293.277076860556, Press = 1.73399917345657 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 9000 -36414.65 -36414.65 -36715.395 -36715.395 290.86859 290.86859 162797.2 162797.2 -124.35938 -124.35938 10000 -36414.411 -36414.411 -36720.691 -36720.691 296.22203 296.22203 162828.96 162828.96 -400.15929 -400.15929 Loop time of 41.5223 on 1 procs for 1000 steps with 8000 atoms Performance: 2.081 ns/day, 11.534 hours/ns, 24.083 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.225 | 41.225 | 41.225 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034229 | 0.034229 | 0.034229 | 0.0 | 0.08 Output | 4.795e-05 | 4.795e-05 | 4.795e-05 | 0.0 | 0.00 Modify | 0.2423 | 0.2423 | 0.2423 | 0.0 | 0.58 Other | | 0.02119 | | | 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: 574936 ave 574936 max 574936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574936 Ave neighs/atom = 71.867 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 = 293.148386178277, Press = 2.89623684897462 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 -36414.411 -36414.411 -36720.691 -36720.691 296.22203 296.22203 162828.96 162828.96 -400.15929 -400.15929 11000 -36416.664 -36416.664 -36717.523 -36717.523 290.98008 290.98008 162939.86 162939.86 -963.77103 -963.77103 Loop time of 41.4363 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.510 hours/ns, 24.133 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.138 | 41.138 | 41.138 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034254 | 0.034254 | 0.034254 | 0.0 | 0.08 Output | 8.009e-05 | 8.009e-05 | 8.009e-05 | 0.0 | 0.00 Modify | 0.24241 | 0.24241 | 0.24241 | 0.0 | 0.59 Other | | 0.02124 | | | 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: 573176 ave 573176 max 573176 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573176 Ave neighs/atom = 71.647 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 = 293.255117779613, Press = 1.56570692466277 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 -36416.664 -36416.664 -36717.523 -36717.523 290.98008 290.98008 162939.86 162939.86 -963.77103 -963.77103 12000 -36413.614 -36413.614 -36723.865 -36723.865 300.0628 300.0628 162997.86 162997.86 -1407.3596 -1407.3596 Loop time of 41.4577 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.516 hours/ns, 24.121 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.159 | 41.159 | 41.159 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034367 | 0.034367 | 0.034367 | 0.0 | 0.08 Output | 7.6523e-05 | 7.6523e-05 | 7.6523e-05 | 0.0 | 0.00 Modify | 0.24284 | 0.24284 | 0.24284 | 0.0 | 0.59 Other | | 0.02121 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600 ave 8600 max 8600 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: 572766 ave 572766 max 572766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 572766 Ave neighs/atom = 71.59575 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 = 293.229063146322, Press = -0.293641515512016 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 12000 -36413.614 -36413.614 -36723.865 -36723.865 300.0628 300.0628 162997.86 162997.86 -1407.3596 -1407.3596 13000 -36419.271 -36419.271 -36718.218 -36718.218 289.13076 289.13076 162837.43 162837.43 -442.98208 -442.98208 Loop time of 41.3435 on 1 procs for 1000 steps with 8000 atoms Performance: 2.090 ns/day, 11.484 hours/ns, 24.188 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.045 | 41.045 | 41.045 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034358 | 0.034358 | 0.034358 | 0.0 | 0.08 Output | 5.349e-05 | 5.349e-05 | 5.349e-05 | 0.0 | 0.00 Modify | 0.24261 | 0.24261 | 0.24261 | 0.0 | 0.59 Other | | 0.02131 | | | 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: 571624 ave 571624 max 571624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 571624 Ave neighs/atom = 71.453 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 = 293.191164024964, Press = 0.330814487354726 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 -36419.271 -36419.271 -36718.218 -36718.218 289.13076 289.13076 162837.43 162837.43 -442.98208 -442.98208 14000 -36414.29 -36414.29 -36711.153 -36711.153 287.11483 287.11483 162806.76 162806.76 34.451514 34.451514 Loop time of 41.5139 on 1 procs for 1000 steps with 8000 atoms Performance: 2.081 ns/day, 11.532 hours/ns, 24.088 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.216 | 41.216 | 41.216 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034329 | 0.034329 | 0.034329 | 0.0 | 0.08 Output | 0.00017146 | 0.00017146 | 0.00017146 | 0.0 | 0.00 Modify | 0.24254 | 0.24254 | 0.24254 | 0.0 | 0.58 Other | | 0.02118 | | | 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: 574458 ave 574458 max 574458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574458 Ave neighs/atom = 71.80725 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 = 293.193839210211, Press = 0.312459677276702 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 -36414.29 -36414.29 -36711.153 -36711.153 287.11483 287.11483 162806.76 162806.76 34.451514 34.451514 15000 -36422.704 -36422.704 -36716.252 -36716.252 283.90902 283.90902 162725.6 162725.6 232.82918 232.82918 Loop time of 41.4357 on 1 procs for 1000 steps with 8000 atoms Performance: 2.085 ns/day, 11.510 hours/ns, 24.134 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.138 | 41.138 | 41.138 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034099 | 0.034099 | 0.034099 | 0.0 | 0.08 Output | 7.7866e-05 | 7.7866e-05 | 7.7866e-05 | 0.0 | 0.00 Modify | 0.24245 | 0.24245 | 0.24245 | 0.0 | 0.59 Other | | 0.0212 | | | 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: 574012 ave 574012 max 574012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574012 Ave neighs/atom = 71.7515 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 = 293.058342274342, Press = 1.45838575882649 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 -36422.704 -36422.704 -36716.252 -36716.252 283.90902 283.90902 162725.6 162725.6 232.82918 232.82918 16000 -36409.521 -36409.521 -36712.08 -36712.08 292.62439 292.62439 162781.17 162781.17 159.00996 159.00996 Loop time of 41.5492 on 1 procs for 1000 steps with 8000 atoms Performance: 2.079 ns/day, 11.541 hours/ns, 24.068 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.25 | 41.25 | 41.25 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0344 | 0.0344 | 0.0344 | 0.0 | 0.08 Output | 6.6796e-05 | 6.6796e-05 | 6.6796e-05 | 0.0 | 0.00 Modify | 0.24297 | 0.24297 | 0.24297 | 0.0 | 0.58 Other | | 0.02131 | | | 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: 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 = 293.014426477924, Press = 1.81850219232816 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 -36409.521 -36409.521 -36712.08 -36712.08 292.62439 292.62439 162781.17 162781.17 159.00996 159.00996 17000 -36421.037 -36421.037 -36727.215 -36727.215 296.12449 296.12449 162809.15 162809.15 -589.60574 -589.60574 Loop time of 41.601 on 1 procs for 1000 steps with 8000 atoms Performance: 2.077 ns/day, 11.556 hours/ns, 24.038 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.303 | 41.303 | 41.303 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034411 | 0.034411 | 0.034411 | 0.0 | 0.08 Output | 5.2919e-05 | 5.2919e-05 | 5.2919e-05 | 0.0 | 0.00 Modify | 0.24278 | 0.24278 | 0.24278 | 0.0 | 0.58 Other | | 0.02125 | | | 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: 574748 ave 574748 max 574748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574748 Ave neighs/atom = 71.8435 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 = 292.982782500292, Press = 1.47058461733709 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 -36421.037 -36421.037 -36727.215 -36727.215 296.12449 296.12449 162809.15 162809.15 -589.60574 -589.60574 18000 -36414.478 -36414.478 -36718.137 -36718.137 293.68777 293.68777 162943.59 162943.59 -994.95269 -994.95269 Loop time of 41.4666 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.518 hours/ns, 24.116 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.168 | 41.168 | 41.168 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034277 | 0.034277 | 0.034277 | 0.0 | 0.08 Output | 7.7405e-05 | 7.7405e-05 | 7.7405e-05 | 0.0 | 0.00 Modify | 0.24296 | 0.24296 | 0.24296 | 0.0 | 0.59 Other | | 0.02125 | | | 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: 573228 ave 573228 max 573228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573228 Ave neighs/atom = 71.6535 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 = 292.953550182855, Press = 0.661230847685827 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 -36414.478 -36414.478 -36718.137 -36718.137 293.68777 293.68777 162943.59 162943.59 -994.95269 -994.95269 19000 -36413.295 -36413.295 -36711.31 -36711.31 288.22905 288.22905 162927.73 162927.73 -648.70571 -648.70571 Loop time of 41.4636 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.518 hours/ns, 24.118 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.165 | 41.165 | 41.165 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034283 | 0.034283 | 0.034283 | 0.0 | 0.08 Output | 7.6884e-05 | 7.6884e-05 | 7.6884e-05 | 0.0 | 0.00 Modify | 0.24273 | 0.24273 | 0.24273 | 0.0 | 0.59 Other | | 0.02128 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600 ave 8600 max 8600 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: 572296 ave 572296 max 572296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 572296 Ave neighs/atom = 71.537 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 = 292.875611646076, Press = 0.358106689287844 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 19000 -36413.295 -36413.295 -36711.31 -36711.31 288.22905 288.22905 162927.73 162927.73 -648.70571 -648.70571 20000 -36415.933 -36415.933 -36716.696 -36716.696 290.88656 290.88656 162840.31 162840.31 -369.76039 -369.76039 Loop time of 42.0588 on 1 procs for 1000 steps with 8000 atoms Performance: 2.054 ns/day, 11.683 hours/ns, 23.776 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.732 | 41.732 | 41.732 | 0.0 | 99.22 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036648 | 0.036648 | 0.036648 | 0.0 | 0.09 Output | 6.5794e-05 | 6.5794e-05 | 6.5794e-05 | 0.0 | 0.00 Modify | 0.26772 | 0.26772 | 0.26772 | 0.0 | 0.64 Other | | 0.02241 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600 ave 8600 max 8600 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: 573286 ave 573286 max 573286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573286 Ave neighs/atom = 71.66075 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 = 292.936644039526, Press = 0.260844114424156 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 -36415.933 -36415.933 -36716.696 -36716.696 290.88656 290.88656 162840.31 162840.31 -369.76039 -369.76039 21000 -36414.523 -36414.523 -36719.799 -36719.799 295.25164 295.25164 162807.82 162807.82 -232.71828 -232.71828 Loop time of 41.5414 on 1 procs for 1000 steps with 8000 atoms Performance: 2.080 ns/day, 11.539 hours/ns, 24.072 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.241 | 41.241 | 41.241 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034654 | 0.034654 | 0.034654 | 0.0 | 0.08 Output | 7.6844e-05 | 7.6844e-05 | 7.6844e-05 | 0.0 | 0.00 Modify | 0.24416 | 0.24416 | 0.24416 | 0.0 | 0.59 Other | | 0.02156 | | | 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: 573682 ave 573682 max 573682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573682 Ave neighs/atom = 71.71025 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 = 292.926303876252, Press = 0.522618104525177 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 -36414.523 -36414.523 -36719.799 -36719.799 295.25164 295.25164 162807.82 162807.82 -232.71828 -232.71828 22000 -36415.302 -36415.302 -36725.619 -36725.619 300.12708 300.12708 162784.14 162784.14 -301.24099 -301.24099 Loop time of 41.5385 on 1 procs for 1000 steps with 8000 atoms Performance: 2.080 ns/day, 11.538 hours/ns, 24.074 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.238 | 41.238 | 41.238 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034659 | 0.034659 | 0.034659 | 0.0 | 0.08 Output | 0.00014898 | 0.00014898 | 0.00014898 | 0.0 | 0.00 Modify | 0.24412 | 0.24412 | 0.24412 | 0.0 | 0.59 Other | | 0.02161 | | | 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: 573378 ave 573378 max 573378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573378 Ave neighs/atom = 71.67225 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 = 292.945196500341, Press = 1.16709565962239 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 22000 -36415.302 -36415.302 -36725.619 -36725.619 300.12708 300.12708 162784.14 162784.14 -301.24099 -301.24099 23000 -36407.509 -36407.509 -36712.578 -36712.578 295.05138 295.05138 162833.52 162833.52 -136.19161 -136.19161 Loop time of 41.6403 on 1 procs for 1000 steps with 8000 atoms Performance: 2.075 ns/day, 11.567 hours/ns, 24.015 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.339 | 41.339 | 41.339 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034553 | 0.034553 | 0.034553 | 0.0 | 0.08 Output | 0.00011229 | 0.00011229 | 0.00011229 | 0.0 | 0.00 Modify | 0.24497 | 0.24497 | 0.24497 | 0.0 | 0.59 Other | | 0.02148 | | | 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: 573104 ave 573104 max 573104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573104 Ave neighs/atom = 71.638 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 = 292.99811269229, Press = 1.02895006300952 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 23000 -36407.509 -36407.509 -36712.578 -36712.578 295.05138 295.05138 162833.52 162833.52 -136.19161 -136.19161 24000 -36416.924 -36416.924 -36714.027 -36714.027 287.34687 287.34687 162863.01 162863.01 -458.88556 -458.88556 Loop time of 41.5214 on 1 procs for 1000 steps with 8000 atoms Performance: 2.081 ns/day, 11.534 hours/ns, 24.084 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.223 | 41.223 | 41.223 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033804 | 0.033804 | 0.033804 | 0.0 | 0.08 Output | 0.00012881 | 0.00012881 | 0.00012881 | 0.0 | 0.00 Modify | 0.24319 | 0.24319 | 0.24319 | 0.0 | 0.59 Other | | 0.02173 | | | 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: 573876 ave 573876 max 573876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573876 Ave neighs/atom = 71.7345 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 = 293.055241512155, Press = 0.75309518287299 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 24000 -36416.924 -36416.924 -36714.027 -36714.027 287.34687 287.34687 162863.01 162863.01 -458.88556 -458.88556 25000 -36408.688 -36408.688 -36721.431 -36721.431 302.474 302.474 163043.87 163043.87 -1635.9149 -1635.9149 Loop time of 41.4865 on 1 procs for 1000 steps with 8000 atoms Performance: 2.083 ns/day, 11.524 hours/ns, 24.104 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.188 | 41.188 | 41.188 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033828 | 0.033828 | 0.033828 | 0.0 | 0.08 Output | 8.1513e-05 | 8.1513e-05 | 8.1513e-05 | 0.0 | 0.00 Modify | 0.24309 | 0.24309 | 0.24309 | 0.0 | 0.59 Other | | 0.02173 | | | 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: 574238 ave 574238 max 574238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574238 Ave neighs/atom = 71.77975 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 = 293.112957066723, Press = 0.360952779444163 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 25000 -36408.688 -36408.688 -36721.431 -36721.431 302.474 302.474 163043.87 163043.87 -1635.9149 -1635.9149 26000 -36418.288 -36418.288 -36716.842 -36716.842 288.7507 288.7507 162910.74 162910.74 -830.06879 -830.06879 Loop time of 41.3817 on 1 procs for 1000 steps with 8000 atoms Performance: 2.088 ns/day, 11.495 hours/ns, 24.165 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.084 | 41.084 | 41.084 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033806 | 0.033806 | 0.033806 | 0.0 | 0.08 Output | 7.8508e-05 | 7.8508e-05 | 7.8508e-05 | 0.0 | 0.00 Modify | 0.24243 | 0.24243 | 0.24243 | 0.0 | 0.59 Other | | 0.02169 | | | 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: 572378 ave 572378 max 572378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 572378 Ave neighs/atom = 71.54725 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 = 293.151247120367, Press = 0.244132955962136 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 26000 -36418.288 -36418.288 -36716.842 -36716.842 288.7507 288.7507 162910.74 162910.74 -830.06879 -830.06879 27000 -36408.624 -36408.624 -36713.15 -36713.15 294.52692 294.52692 162853.87 162853.87 -249.83734 -249.83734 Loop time of 41.4537 on 1 procs for 1000 steps with 8000 atoms Performance: 2.084 ns/day, 11.515 hours/ns, 24.123 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.156 | 41.156 | 41.156 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033907 | 0.033907 | 0.033907 | 0.0 | 0.08 Output | 4.7098e-05 | 4.7098e-05 | 4.7098e-05 | 0.0 | 0.00 Modify | 0.24253 | 0.24253 | 0.24253 | 0.0 | 0.59 Other | | 0.02166 | | | 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: 573822 ave 573822 max 573822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573822 Ave neighs/atom = 71.72775 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 = 293.207710556021, Press = 0.54121027431023 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 27000 -36408.624 -36408.624 -36713.15 -36713.15 294.52692 294.52692 162853.87 162853.87 -249.83734 -249.83734 28000 -36415.68 -36415.68 -36717.363 -36717.363 291.77648 291.77648 162825.39 162825.39 -297.27579 -297.27579 Loop time of 41.4823 on 1 procs for 1000 steps with 8000 atoms Performance: 2.083 ns/day, 11.523 hours/ns, 24.107 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.184 | 41.184 | 41.184 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033642 | 0.033642 | 0.033642 | 0.0 | 0.08 Output | 7.994e-05 | 7.994e-05 | 7.994e-05 | 0.0 | 0.00 Modify | 0.24277 | 0.24277 | 0.24277 | 0.0 | 0.59 Other | | 0.02169 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600 ave 8600 max 8600 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: 574132 ave 574132 max 574132 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 574132 Ave neighs/atom = 71.7665 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 = 293.192978297585, Press = 0.597613699515329 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 28000 -36415.68 -36415.68 -36717.363 -36717.363 291.77648 291.77648 162825.39 162825.39 -297.27579 -297.27579 29000 -36409.455 -36409.455 -36717.198 -36717.198 297.63672 297.63672 162881.93 162881.93 -566.77772 -566.77772 Loop time of 41.5134 on 1 procs for 1000 steps with 8000 atoms Performance: 2.081 ns/day, 11.531 hours/ns, 24.089 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.215 | 41.215 | 41.215 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033884 | 0.033884 | 0.033884 | 0.0 | 0.08 Output | 7.8818e-05 | 7.8818e-05 | 7.8818e-05 | 0.0 | 0.00 Modify | 0.24288 | 0.24288 | 0.24288 | 0.0 | 0.59 Other | | 0.02174 | | | 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: 573504 ave 573504 max 573504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573504 Ave neighs/atom = 71.688 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 = 293.209152811044, Press = 0.491001171023697 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 29000 -36409.455 -36409.455 -36717.198 -36717.198 297.63672 297.63672 162881.93 162881.93 -566.77772 -566.77772 30000 -36414.962 -36414.962 -36716.699 -36716.699 291.82872 291.82872 162990.7 162990.7 -1254.2996 -1254.2996 Loop time of 41.5394 on 1 procs for 1000 steps with 8000 atoms Performance: 2.080 ns/day, 11.539 hours/ns, 24.074 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.241 | 41.241 | 41.241 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033742 | 0.033742 | 0.033742 | 0.0 | 0.08 Output | 4.6206e-05 | 4.6206e-05 | 4.6206e-05 | 0.0 | 0.00 Modify | 0.2429 | 0.2429 | 0.2429 | 0.0 | 0.58 Other | | 0.0217 | | | 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: 573508 ave 573508 max 573508 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 573508 Ave neighs/atom = 71.6885 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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 162776.937961163 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0