# 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 4.049998879432679*${_u_distance} variable latticeconst_converted equal 4.049998879432679*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04999887943268 Lattice spacing in x,y,z = 4.0499989 4.0499989 4.0499989 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.499989 40.499989 40.499989) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (40.499989 40.499989 40.499989) create_atoms CPU = 0.001 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Al #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_PascuetFernandez_2015_AlU__MO_596300673917_002 pair_coeff * * Al #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66430.0698596988 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66430.0698596988/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66430.0698596988/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66430.0698596988/(1*1*${_u_distance}) variable V0_metal equal 66430.0698596988/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66430.0698596988*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66430.0698596988 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_596300673917_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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13278.089 -13278.089 -13439.96 -13439.96 313.15 313.15 66430.07 66430.07 2602.6968 2602.6968 1000 -13089.839 -13089.839 -13256.359 -13256.359 322.14517 322.14517 68223.079 68223.079 -610.39799 -610.39799 Loop time of 34.8153 on 1 procs for 1000 steps with 4000 atoms Performance: 2.482 ns/day, 9.671 hours/ns, 28.723 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 | 34.665 | 34.665 | 34.665 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021788 | 0.021788 | 0.021788 | 0.0 | 0.06 Output | 0.00014483 | 0.00014483 | 0.00014483 | 0.0 | 0.00 Modify | 0.11787 | 0.11787 | 0.11787 | 0.0 | 0.34 Other | | 0.01053 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13089.839 -13089.839 -13256.359 -13256.359 322.14517 322.14517 68223.079 68223.079 -610.39799 -610.39799 2000 -13109.906 -13109.906 -13269.253 -13269.253 308.26817 308.26817 67969.443 67969.443 629.79273 629.79273 Loop time of 37.9566 on 1 procs for 1000 steps with 4000 atoms Performance: 2.276 ns/day, 10.544 hours/ns, 26.346 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 | 37.808 | 37.808 | 37.808 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021475 | 0.021475 | 0.021475 | 0.0 | 0.06 Output | 4.9483e-05 | 4.9483e-05 | 4.9483e-05 | 0.0 | 0.00 Modify | 0.11703 | 0.11703 | 0.11703 | 0.0 | 0.31 Other | | 0.01029 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320144 ave 320144 max 320144 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320144 Ave neighs/atom = 80.036 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13109.906 -13109.906 -13269.253 -13269.253 308.26817 308.26817 67969.443 67969.443 629.79273 629.79273 3000 -13099.176 -13099.176 -13262.647 -13262.647 316.24498 316.24498 68114.155 68114.155 -107.78765 -107.78765 Loop time of 38.0758 on 1 procs for 1000 steps with 4000 atoms Performance: 2.269 ns/day, 10.577 hours/ns, 26.263 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 | 37.927 | 37.927 | 37.927 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021625 | 0.021625 | 0.021625 | 0.0 | 0.06 Output | 4.6427e-05 | 4.6427e-05 | 4.6427e-05 | 0.0 | 0.00 Modify | 0.11711 | 0.11711 | 0.11711 | 0.0 | 0.31 Other | | 0.01017 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320680 ave 320680 max 320680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320680 Ave neighs/atom = 80.17 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13099.176 -13099.176 -13262.647 -13262.647 316.24498 316.24498 68114.155 68114.155 -107.78765 -107.78765 4000 -13106.581 -13106.581 -13267.588 -13267.588 311.47887 311.47887 68056.882 68056.882 -15.519392 -15.519392 Loop time of 38.0746 on 1 procs for 1000 steps with 4000 atoms Performance: 2.269 ns/day, 10.576 hours/ns, 26.264 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 | 37.926 | 37.926 | 37.926 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02144 | 0.02144 | 0.02144 | 0.0 | 0.06 Output | 4.6687e-05 | 4.6687e-05 | 4.6687e-05 | 0.0 | 0.00 Modify | 0.11691 | 0.11691 | 0.11691 | 0.0 | 0.31 Other | | 0.0102 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320408 ave 320408 max 320408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320408 Ave neighs/atom = 80.102 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13106.581 -13106.581 -13267.588 -13267.588 311.47887 311.47887 68056.882 68056.882 -15.519392 -15.519392 5000 -13099.808 -13099.808 -13264.078 -13264.078 317.79041 317.79041 68091.126 68091.126 7.4926772 7.4926772 Loop time of 38.1375 on 1 procs for 1000 steps with 4000 atoms Performance: 2.265 ns/day, 10.594 hours/ns, 26.221 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 | 37.988 | 37.988 | 37.988 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021644 | 0.021644 | 0.021644 | 0.0 | 0.06 Output | 3.8552e-05 | 3.8552e-05 | 3.8552e-05 | 0.0 | 0.00 Modify | 0.11753 | 0.11753 | 0.11753 | 0.0 | 0.31 Other | | 0.01019 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320596 ave 320596 max 320596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320596 Ave neighs/atom = 80.149 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 = 315.595055294302, Press = -50.9867632181243 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13099.808 -13099.808 -13264.078 -13264.078 317.79041 317.79041 68091.126 68091.126 7.4926772 7.4926772 6000 -13107.309 -13107.309 -13269.812 -13269.812 314.37353 314.37353 68081.936 68081.936 -487.23185 -487.23185 Loop time of 38.084 on 1 procs for 1000 steps with 4000 atoms Performance: 2.269 ns/day, 10.579 hours/ns, 26.258 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 | 37.931 | 37.931 | 37.931 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021722 | 0.021722 | 0.021722 | 0.0 | 0.06 Output | 4.0175e-05 | 4.0175e-05 | 4.0175e-05 | 0.0 | 0.00 Modify | 0.12071 | 0.12071 | 0.12071 | 0.0 | 0.32 Other | | 0.0102 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320510 ave 320510 max 320510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320510 Ave neighs/atom = 80.1275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.071202717691, Press = -3.19853194465581 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13107.309 -13107.309 -13269.812 -13269.812 314.37353 314.37353 68081.936 68081.936 -487.23185 -487.23185 7000 -13100.79 -13100.79 -13260.71 -13260.71 309.37656 309.37656 68053.891 68053.891 541.5943 541.5943 Loop time of 38.1915 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.609 hours/ns, 26.184 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 | 38.039 | 38.039 | 38.039 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021517 | 0.021517 | 0.021517 | 0.0 | 0.06 Output | 3.8342e-05 | 3.8342e-05 | 3.8342e-05 | 0.0 | 0.00 Modify | 0.12067 | 0.12067 | 0.12067 | 0.0 | 0.32 Other | | 0.01024 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320358 ave 320358 max 320358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320358 Ave neighs/atom = 80.0895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.292578274478, Press = -10.9200077595954 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13100.79 -13100.79 -13260.71 -13260.71 309.37656 309.37656 68053.891 68053.891 541.5943 541.5943 8000 -13105.355 -13105.355 -13267.501 -13267.501 313.6823 313.6823 68013.427 68013.427 369.83973 369.83973 Loop time of 38.2009 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.611 hours/ns, 26.177 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 | 38.048 | 38.048 | 38.048 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021515 | 0.021515 | 0.021515 | 0.0 | 0.06 Output | 2.9315e-05 | 2.9315e-05 | 2.9315e-05 | 0.0 | 0.00 Modify | 0.12063 | 0.12063 | 0.12063 | 0.0 | 0.32 Other | | 0.01027 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320544 ave 320544 max 320544 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320544 Ave neighs/atom = 80.136 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.033011633107, Press = 14.1249260576006 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13105.355 -13105.355 -13267.501 -13267.501 313.6823 313.6823 68013.427 68013.427 369.83973 369.83973 9000 -13102.526 -13102.526 -13264.827 -13264.827 313.98098 313.98098 68213.998 68213.998 -1349.1075 -1349.1075 Loop time of 38.0863 on 1 procs for 1000 steps with 4000 atoms Performance: 2.269 ns/day, 10.580 hours/ns, 26.256 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 | 37.934 | 37.934 | 37.934 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021506 | 0.021506 | 0.021506 | 0.0 | 0.06 Output | 4.0385e-05 | 4.0385e-05 | 4.0385e-05 | 0.0 | 0.00 Modify | 0.12063 | 0.12063 | 0.12063 | 0.0 | 0.32 Other | | 0.01025 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320712 ave 320712 max 320712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320712 Ave neighs/atom = 80.178 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.962141513128, Press = -7.17696663999032 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13102.526 -13102.526 -13264.827 -13264.827 313.98098 313.98098 68213.998 68213.998 -1349.1075 -1349.1075 10000 -13105.301 -13105.301 -13265.238 -13265.238 309.41028 309.41028 67988.078 67988.078 783.26681 783.26681 Loop time of 38.0796 on 1 procs for 1000 steps with 4000 atoms Performance: 2.269 ns/day, 10.578 hours/ns, 26.261 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 | 37.927 | 37.927 | 37.927 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021469 | 0.021469 | 0.021469 | 0.0 | 0.06 Output | 3.717e-05 | 3.717e-05 | 3.717e-05 | 0.0 | 0.00 Modify | 0.12061 | 0.12061 | 0.12061 | 0.0 | 0.32 Other | | 0.01025 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 319958 ave 319958 max 319958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 319958 Ave neighs/atom = 79.9895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.724530677051, Press = -1.06244744791882 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13105.301 -13105.301 -13265.238 -13265.238 309.41028 309.41028 67988.078 67988.078 783.26681 783.26681 11000 -13098.667 -13098.667 -13263.968 -13263.968 319.78621 319.78621 68137.855 68137.855 -446.46361 -446.46361 Loop time of 38.1449 on 1 procs for 1000 steps with 4000 atoms Performance: 2.265 ns/day, 10.596 hours/ns, 26.216 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 | 37.992 | 37.992 | 37.992 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021543 | 0.021543 | 0.021543 | 0.0 | 0.06 Output | 2.8874e-05 | 2.8874e-05 | 2.8874e-05 | 0.0 | 0.00 Modify | 0.12065 | 0.12065 | 0.12065 | 0.0 | 0.32 Other | | 0.01028 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320752 ave 320752 max 320752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320752 Ave neighs/atom = 80.188 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.989127274999, Press = 2.84612265033906 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13098.667 -13098.667 -13263.968 -13263.968 319.78621 319.78621 68137.855 68137.855 -446.46361 -446.46361 12000 -13106.365 -13106.365 -13265.577 -13265.577 308.00622 308.00622 68042.84 68042.84 264.27006 264.27006 Loop time of 38.0423 on 1 procs for 1000 steps with 4000 atoms Performance: 2.271 ns/day, 10.567 hours/ns, 26.287 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 | 37.89 | 37.89 | 37.89 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02153 | 0.02153 | 0.02153 | 0.0 | 0.06 Output | 4.0075e-05 | 4.0075e-05 | 4.0075e-05 | 0.0 | 0.00 Modify | 0.12072 | 0.12072 | 0.12072 | 0.0 | 0.32 Other | | 0.01031 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320260 ave 320260 max 320260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320260 Ave neighs/atom = 80.065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.071963072655, Press = -0.524498277487101 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13106.365 -13106.365 -13265.577 -13265.577 308.00622 308.00622 68042.84 68042.84 264.27006 264.27006 13000 -13101.237 -13101.237 -13268.655 -13268.655 323.88221 323.88221 68090.394 68090.394 -315.90886 -315.90886 Loop time of 38.1281 on 1 procs for 1000 steps with 4000 atoms Performance: 2.266 ns/day, 10.591 hours/ns, 26.227 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 | 37.976 | 37.976 | 37.976 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021602 | 0.021602 | 0.021602 | 0.0 | 0.06 Output | 3.738e-05 | 3.738e-05 | 3.738e-05 | 0.0 | 0.00 Modify | 0.12058 | 0.12058 | 0.12058 | 0.0 | 0.32 Other | | 0.01023 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320706 ave 320706 max 320706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320706 Ave neighs/atom = 80.1765 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.896327859628, Press = 0.489142257181486 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13101.237 -13101.237 -13268.655 -13268.655 323.88221 323.88221 68090.394 68090.394 -315.90886 -315.90886 14000 -13108.633 -13108.633 -13268.271 -13268.271 308.83035 308.83035 68094.951 68094.951 -487.08155 -487.08155 Loop time of 38.0412 on 1 procs for 1000 steps with 4000 atoms Performance: 2.271 ns/day, 10.567 hours/ns, 26.287 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 | 37.889 | 37.889 | 37.889 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021451 | 0.021451 | 0.021451 | 0.0 | 0.06 Output | 6.1145e-05 | 6.1145e-05 | 6.1145e-05 | 0.0 | 0.00 Modify | 0.1206 | 0.1206 | 0.1206 | 0.0 | 0.32 Other | | 0.01027 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320436 ave 320436 max 320436 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320436 Ave neighs/atom = 80.109 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.754576843807, Press = 1.41382859547247 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13108.633 -13108.633 -13268.271 -13268.271 308.83035 308.83035 68094.951 68094.951 -487.08155 -487.08155 15000 -13103.17 -13103.17 -13267.191 -13267.191 317.30901 317.30901 68061.119 68061.119 -5.6012211 -5.6012211 Loop time of 38.0676 on 1 procs for 1000 steps with 4000 atoms Performance: 2.270 ns/day, 10.574 hours/ns, 26.269 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 | 37.915 | 37.915 | 37.915 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021508 | 0.021508 | 0.021508 | 0.0 | 0.06 Output | 4.3111e-05 | 4.3111e-05 | 4.3111e-05 | 0.0 | 0.00 Modify | 0.12042 | 0.12042 | 0.12042 | 0.0 | 0.32 Other | | 0.01028 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320278 ave 320278 max 320278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320278 Ave neighs/atom = 80.0695 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.701420211671, Press = -2.50995971111611 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13103.17 -13103.17 -13267.191 -13267.191 317.30901 317.30901 68061.119 68061.119 -5.6012211 -5.6012211 16000 -13103.807 -13103.807 -13266.586 -13266.586 314.90671 314.90671 68044.267 68044.267 261.87901 261.87901 Loop time of 38.1995 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.611 hours/ns, 26.178 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 | 38.047 | 38.047 | 38.047 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021518 | 0.021518 | 0.021518 | 0.0 | 0.06 Output | 2.9896e-05 | 2.9896e-05 | 2.9896e-05 | 0.0 | 0.00 Modify | 0.1206 | 0.1206 | 0.1206 | 0.0 | 0.32 Other | | 0.01021 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320578 ave 320578 max 320578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320578 Ave neighs/atom = 80.1445 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.670712465517, Press = 2.62635905887907 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13103.807 -13103.807 -13266.586 -13266.586 314.90671 314.90671 68044.267 68044.267 261.87901 261.87901 17000 -13103.883 -13103.883 -13262.368 -13262.368 306.59986 306.59986 68209.798 68209.798 -1057.3059 -1057.3059 Loop time of 38.1689 on 1 procs for 1000 steps with 4000 atoms Performance: 2.264 ns/day, 10.602 hours/ns, 26.199 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 | 38.016 | 38.016 | 38.016 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021552 | 0.021552 | 0.021552 | 0.0 | 0.06 Output | 4.0836e-05 | 4.0836e-05 | 4.0836e-05 | 0.0 | 0.00 Modify | 0.12067 | 0.12067 | 0.12067 | 0.0 | 0.32 Other | | 0.01031 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320656 ave 320656 max 320656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320656 Ave neighs/atom = 80.164 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.677265556864, Press = -2.87558765508317 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13103.883 -13103.883 -13262.368 -13262.368 306.59986 306.59986 68209.798 68209.798 -1057.3059 -1057.3059 18000 -13108.398 -13108.398 -13268.279 -13268.279 309.30219 309.30219 67925.343 67925.343 1217.2133 1217.2133 Loop time of 38.1585 on 1 procs for 1000 steps with 4000 atoms Performance: 2.264 ns/day, 10.600 hours/ns, 26.207 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 | 38.006 | 38.006 | 38.006 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021371 | 0.021371 | 0.021371 | 0.0 | 0.06 Output | 3.9033e-05 | 3.9033e-05 | 3.9033e-05 | 0.0 | 0.00 Modify | 0.1206 | 0.1206 | 0.1206 | 0.0 | 0.32 Other | | 0.01029 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320170 ave 320170 max 320170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320170 Ave neighs/atom = 80.0425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.559986414015, Press = -0.792914420839085 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13108.398 -13108.398 -13268.279 -13268.279 309.30219 309.30219 67925.343 67925.343 1217.2133 1217.2133 19000 -13105.347 -13105.347 -13266.519 -13266.519 311.79859 311.79859 68113.373 68113.373 -545.05125 -545.05125 Loop time of 38.2094 on 1 procs for 1000 steps with 4000 atoms Performance: 2.261 ns/day, 10.614 hours/ns, 26.172 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 | 38.057 | 38.057 | 38.057 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021612 | 0.021612 | 0.021612 | 0.0 | 0.06 Output | 2.9836e-05 | 2.9836e-05 | 2.9836e-05 | 0.0 | 0.00 Modify | 0.1205 | 0.1205 | 0.1205 | 0.0 | 0.32 Other | | 0.01023 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 321044 ave 321044 max 321044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 321044 Ave neighs/atom = 80.261 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.636530529346, Press = 0.289964225351999 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13105.347 -13105.347 -13266.519 -13266.519 311.79859 311.79859 68113.373 68113.373 -545.05125 -545.05125 20000 -13106.409 -13106.409 -13266.278 -13266.278 309.27872 309.27872 68043.216 68043.216 172.03031 172.03031 Loop time of 38.1891 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.608 hours/ns, 26.185 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 | 38.037 | 38.037 | 38.037 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021449 | 0.021449 | 0.021449 | 0.0 | 0.06 Output | 3.9263e-05 | 3.9263e-05 | 3.9263e-05 | 0.0 | 0.00 Modify | 0.12068 | 0.12068 | 0.12068 | 0.0 | 0.32 Other | | 0.0103 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320468 ave 320468 max 320468 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320468 Ave neighs/atom = 80.117 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.774879366557, Press = -1.35309503967736 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13106.409 -13106.409 -13266.278 -13266.278 309.27872 309.27872 68043.216 68043.216 172.03031 172.03031 21000 -13098.71 -13098.71 -13262.128 -13262.128 316.14252 316.14252 68088.593 68088.593 100.04563 100.04563 Loop time of 38.1961 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.610 hours/ns, 26.181 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 | 38.044 | 38.044 | 38.044 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02156 | 0.02156 | 0.02156 | 0.0 | 0.06 Output | 3.9214e-05 | 3.9214e-05 | 3.9214e-05 | 0.0 | 0.00 Modify | 0.12051 | 0.12051 | 0.12051 | 0.0 | 0.32 Other | | 0.01031 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320614 ave 320614 max 320614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320614 Ave neighs/atom = 80.1535 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.901452294169, Press = 0.492104412193683 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13098.71 -13098.71 -13262.128 -13262.128 316.14252 316.14252 68088.593 68088.593 100.04563 100.04563 22000 -13106.437 -13106.437 -13265.217 -13265.217 307.17081 307.17081 68149.417 68149.417 -756.33064 -756.33064 Loop time of 38.1918 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.609 hours/ns, 26.184 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 | 38.04 | 38.04 | 38.04 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021406 | 0.021406 | 0.021406 | 0.0 | 0.06 Output | 2.8905e-05 | 2.8905e-05 | 2.8905e-05 | 0.0 | 0.00 Modify | 0.12044 | 0.12044 | 0.12044 | 0.0 | 0.32 Other | | 0.01026 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320558 ave 320558 max 320558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320558 Ave neighs/atom = 80.1395 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.986962587958, Press = -2.18400193459721 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13106.437 -13106.437 -13265.217 -13265.217 307.17081 307.17081 68149.417 68149.417 -756.33064 -756.33064 23000 -13107.851 -13107.851 -13270.103 -13270.103 313.88686 313.88686 67905.377 67905.377 1224.9522 1224.9522 Loop time of 38.1992 on 1 procs for 1000 steps with 4000 atoms Performance: 2.262 ns/day, 10.611 hours/ns, 26.179 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 | 38.047 | 38.047 | 38.047 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021526 | 0.021526 | 0.021526 | 0.0 | 0.06 Output | 4.0366e-05 | 4.0366e-05 | 4.0366e-05 | 0.0 | 0.00 Modify | 0.12075 | 0.12075 | 0.12075 | 0.0 | 0.32 Other | | 0.01034 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320178 ave 320178 max 320178 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320178 Ave neighs/atom = 80.0445 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.039838386729, Press = 0.3826609067291 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13107.851 -13107.851 -13270.103 -13270.103 313.88686 313.88686 67905.377 67905.377 1224.9522 1224.9522 24000 -13102.616 -13102.616 -13263.955 -13263.955 312.1213 312.1213 68171.714 68171.714 -861.28173 -861.28173 Loop time of 38.1534 on 1 procs for 1000 steps with 4000 atoms Performance: 2.265 ns/day, 10.598 hours/ns, 26.210 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 | 38.001 | 38.001 | 38.001 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021418 | 0.021418 | 0.021418 | 0.0 | 0.06 Output | 3.753e-05 | 3.753e-05 | 3.753e-05 | 0.0 | 0.00 Modify | 0.12055 | 0.12055 | 0.12055 | 0.0 | 0.32 Other | | 0.01028 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320896 ave 320896 max 320896 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320896 Ave neighs/atom = 80.224 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.939304325434, Press = 0.172994542261829 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13102.616 -13102.616 -13263.955 -13263.955 312.1213 312.1213 68171.714 68171.714 -861.28173 -861.28173 25000 -13107.161 -13107.161 -13271.035 -13271.035 317.02587 317.02587 67977.107 67977.107 491.51229 491.51229 Loop time of 38.2293 on 1 procs for 1000 steps with 4000 atoms Performance: 2.260 ns/day, 10.619 hours/ns, 26.158 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 | 38.077 | 38.077 | 38.077 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021594 | 0.021594 | 0.021594 | 0.0 | 0.06 Output | 2.9605e-05 | 2.9605e-05 | 2.9605e-05 | 0.0 | 0.00 Modify | 0.12066 | 0.12066 | 0.12066 | 0.0 | 0.32 Other | | 0.01017 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320284 ave 320284 max 320284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320284 Ave neighs/atom = 80.071 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.903660153955, Press = -0.642790163859878 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13107.161 -13107.161 -13271.035 -13271.035 317.02587 317.02587 67977.107 67977.107 491.51229 491.51229 26000 -13096.938 -13096.938 -13262.296 -13262.296 319.89592 319.89592 68127.363 68127.363 -277.5594 -277.5594 Loop time of 38.2322 on 1 procs for 1000 steps with 4000 atoms Performance: 2.260 ns/day, 10.620 hours/ns, 26.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 | 38.08 | 38.08 | 38.08 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021524 | 0.021524 | 0.021524 | 0.0 | 0.06 Output | 3.9323e-05 | 3.9323e-05 | 3.9323e-05 | 0.0 | 0.00 Modify | 0.12069 | 0.12069 | 0.12069 | 0.0 | 0.32 Other | | 0.01032 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320506 ave 320506 max 320506 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320506 Ave neighs/atom = 80.1265 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.004521160384, Press = 0.782546447834293 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13096.938 -13096.938 -13262.296 -13262.296 319.89592 319.89592 68127.363 68127.363 -277.5594 -277.5594 27000 -13104.282 -13104.282 -13265.431 -13265.431 311.75355 311.75355 68085.984 68085.984 -209.06538 -209.06538 Loop time of 38.2195 on 1 procs for 1000 steps with 4000 atoms Performance: 2.261 ns/day, 10.617 hours/ns, 26.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 | 38.067 | 38.067 | 38.067 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02155 | 0.02155 | 0.02155 | 0.0 | 0.06 Output | 2.9005e-05 | 2.9005e-05 | 2.9005e-05 | 0.0 | 0.00 Modify | 0.12048 | 0.12048 | 0.12048 | 0.0 | 0.32 Other | | 0.01025 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320378 ave 320378 max 320378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320378 Ave neighs/atom = 80.0945 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.056532807199, Press = -1.32099238765175 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13104.282 -13104.282 -13265.431 -13265.431 311.75355 311.75355 68085.984 68085.984 -209.06538 -209.06538 28000 -13104.378 -13104.378 -13265.639 -13265.639 311.97056 311.97056 67854.598 67854.598 2127.9182 2127.9182 Loop time of 38.2493 on 1 procs for 1000 steps with 4000 atoms Performance: 2.259 ns/day, 10.625 hours/ns, 26.144 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 | 38.097 | 38.097 | 38.097 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021541 | 0.021541 | 0.021541 | 0.0 | 0.06 Output | 4.0466e-05 | 4.0466e-05 | 4.0466e-05 | 0.0 | 0.00 Modify | 0.12053 | 0.12053 | 0.12053 | 0.0 | 0.32 Other | | 0.01022 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 320318 ave 320318 max 320318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 320318 Ave neighs/atom = 80.0795 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.042794288893, Press = 2.31575735289627 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 = 12 12 12 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) = 4.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13104.378 -13104.378 -13265.639 -13265.639 311.97056 311.97056 67854.598 67854.598 2127.9182 2127.9182 29000 -13101.272 -13101.272 -13262.633 -13262.633 312.16479 312.16479 68233.179 68233.179 -1390.8464 -1390.8464 Loop time of 38.2077 on 1 procs for 1000 steps with 4000 atoms Performance: 2.261 ns/day, 10.613 hours/ns, 26.173 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 | 38.055 | 38.055 | 38.055 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02162 | 0.02162 | 0.02162 | 0.0 | 0.06 Output | 3.8562e-05 | 3.8562e-05 | 3.8562e-05 | 0.0 | 0.00 Modify | 0.12065 | 0.12065 | 0.12065 | 0.0 | 0.32 Other | | 0.0103 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 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: 321132 ave 321132 max 321132 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 321132 Ave neighs/atom = 80.283 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 68070.0769528697 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0