# 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.044650822877884*${_u_distance} variable latticeconst_converted equal 4.044650822877884*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04465082287788 Lattice spacing in x,y,z = 4.0446508 4.0446508 4.0446508 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.446508 40.446508 40.446508) 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.446508 40.446508 40.446508) 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_KimKimLee_2009_AlMg__MO_058537087384_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 66167.2528701086 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*1*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66167.2528701086*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66167.2528701086 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_058537087384_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.129 -13278.129 -13440 -13440 313.15 313.15 66167.253 66167.253 2613.0094 2613.0094 1000 -13098.01 -13098.01 -13268.515 -13268.515 329.85289 329.85289 67537.287 67537.287 -684.15237 -684.15237 Loop time of 66.6328 on 1 procs for 1000 steps with 4000 atoms Performance: 1.297 ns/day, 18.509 hours/ns, 15.008 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 | 66.482 | 66.482 | 66.482 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021527 | 0.021527 | 0.021527 | 0.0 | 0.03 Output | 0.00010783 | 0.00010783 | 0.00010783 | 0.0 | 0.00 Modify | 0.11794 | 0.11794 | 0.11794 | 0.0 | 0.18 Other | | 0.01073 | | | 0.02 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 -13098.01 -13098.01 -13268.515 -13268.515 329.85289 329.85289 67537.287 67537.287 -684.15237 -684.15237 2000 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26763 -367.26763 Loop time of 73.3626 on 1 procs for 1000 steps with 4000 atoms Performance: 1.178 ns/day, 20.379 hours/ns, 13.631 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 | 73.213 | 73.213 | 73.213 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02131 | 0.02131 | 0.02131 | 0.0 | 0.03 Output | 4.5827e-05 | 4.5827e-05 | 4.5827e-05 | 0.0 | 0.00 Modify | 0.11746 | 0.11746 | 0.11746 | 0.0 | 0.16 Other | | 0.0106 | | | 0.01 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: 322754 ave 322754 max 322754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322754 Ave neighs/atom = 80.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" 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 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26763 -367.26763 3000 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.59047 751.59047 Loop time of 73.6867 on 1 procs for 1000 steps with 4000 atoms Performance: 1.173 ns/day, 20.469 hours/ns, 13.571 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 | 73.537 | 73.537 | 73.537 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021494 | 0.021494 | 0.021494 | 0.0 | 0.03 Output | 4.3502e-05 | 4.3502e-05 | 4.3502e-05 | 0.0 | 0.00 Modify | 0.11746 | 0.11746 | 0.11746 | 0.0 | 0.16 Other | | 0.01064 | | | 0.01 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: 323126 ave 323126 max 323126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323126 Ave neighs/atom = 80.7815 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 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.59047 751.59047 4000 -13113.018 -13113.018 -13271.11 -13271.11 305.84105 305.84105 67427.599 67427.599 102.01991 102.01991 Loop time of 73.8216 on 1 procs for 1000 steps with 4000 atoms Performance: 1.170 ns/day, 20.506 hours/ns, 13.546 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 | 73.672 | 73.672 | 73.672 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021531 | 0.021531 | 0.021531 | 0.0 | 0.03 Output | 4.4353e-05 | 4.4353e-05 | 4.4353e-05 | 0.0 | 0.00 Modify | 0.11741 | 0.11741 | 0.11741 | 0.0 | 0.16 Other | | 0.01058 | | | 0.01 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: 323212 ave 323212 max 323212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323212 Ave neighs/atom = 80.803 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 -13113.018 -13113.018 -13271.11 -13271.11 305.84105 305.84105 67427.599 67427.599 102.01991 102.01991 5000 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01528 -545.01528 Loop time of 73.9096 on 1 procs for 1000 steps with 4000 atoms Performance: 1.169 ns/day, 20.530 hours/ns, 13.530 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 | 73.76 | 73.76 | 73.76 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02146 | 0.02146 | 0.02146 | 0.0 | 0.03 Output | 3.7019e-05 | 3.7019e-05 | 3.7019e-05 | 0.0 | 0.00 Modify | 0.11801 | 0.11801 | 0.11801 | 0.0 | 0.16 Other | | 0.01056 | | | 0.01 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: 323152 ave 323152 max 323152 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323152 Ave neighs/atom = 80.788 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 = 317.132922945927, Press = -186.968811255829 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 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01528 -545.01528 6000 -13108.827 -13108.827 -13270.895 -13270.895 313.5311 313.5311 67454.552 67454.552 -80.29049 -80.29049 Loop time of 73.9332 on 1 procs for 1000 steps with 4000 atoms Performance: 1.169 ns/day, 20.537 hours/ns, 13.526 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 | 73.78 | 73.78 | 73.78 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021523 | 0.021523 | 0.021523 | 0.0 | 0.03 Output | 3.8733e-05 | 3.8733e-05 | 3.8733e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.16 Other | | 0.01058 | | | 0.01 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: 323028 ave 323028 max 323028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323028 Ave neighs/atom = 80.757 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.762119388924, Press = 31.0736813748723 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 -13108.827 -13108.827 -13270.895 -13270.895 313.5311 313.5311 67454.552 67454.552 -80.29049 -80.29049 7000 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6321 1537.6321 Loop time of 73.7706 on 1 procs for 1000 steps with 4000 atoms Performance: 1.171 ns/day, 20.492 hours/ns, 13.556 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 | 73.617 | 73.617 | 73.617 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021386 | 0.021386 | 0.021386 | 0.0 | 0.03 Output | 3.722e-05 | 3.722e-05 | 3.722e-05 | 0.0 | 0.00 Modify | 0.12109 | 0.12109 | 0.12109 | 0.0 | 0.16 Other | | 0.01059 | | | 0.01 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: 323066 ave 323066 max 323066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323066 Ave neighs/atom = 80.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 = 313.180326720956, Press = -9.31791316883295 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 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6321 1537.6321 8000 -13108.808 -13108.808 -13271.001 -13271.001 313.77387 313.77387 67487.081 67487.081 -508.19221 -508.19221 Loop time of 73.9844 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.551 hours/ns, 13.516 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 | 73.831 | 73.831 | 73.831 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021373 | 0.021373 | 0.021373 | 0.0 | 0.03 Output | 3.7361e-05 | 3.7361e-05 | 3.7361e-05 | 0.0 | 0.00 Modify | 0.12116 | 0.12116 | 0.12116 | 0.0 | 0.16 Other | | 0.01061 | | | 0.01 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: 323504 ave 323504 max 323504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323504 Ave neighs/atom = 80.876 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.850385268891, Press = -10.6058419544445 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 -13108.808 -13108.808 -13271.001 -13271.001 313.77387 313.77387 67487.081 67487.081 -508.19221 -508.19221 9000 -13114.433 -13114.433 -13276.509 -13276.509 313.54598 313.54598 67465.527 67465.527 -604.55379 -604.55379 Loop time of 73.9421 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.539 hours/ns, 13.524 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 | 73.789 | 73.789 | 73.789 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021459 | 0.021459 | 0.021459 | 0.0 | 0.03 Output | 3.715e-05 | 3.715e-05 | 3.715e-05 | 0.0 | 0.00 Modify | 0.12113 | 0.12113 | 0.12113 | 0.0 | 0.16 Other | | 0.01059 | | | 0.01 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: 323026 ave 323026 max 323026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323026 Ave neighs/atom = 80.7565 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.670534361005, Press = 0.491174734112016 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 -13114.433 -13114.433 -13276.509 -13276.509 313.54598 313.54598 67465.527 67465.527 -604.55379 -604.55379 10000 -13108.13 -13108.13 -13271.048 -13271.048 315.17755 315.17755 67422.413 67422.413 204.71763 204.71763 Loop time of 73.9225 on 1 procs for 1000 steps with 4000 atoms Performance: 1.169 ns/day, 20.534 hours/ns, 13.528 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 | 73.769 | 73.769 | 73.769 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021438 | 0.021438 | 0.021438 | 0.0 | 0.03 Output | 3.8352e-05 | 3.8352e-05 | 3.8352e-05 | 0.0 | 0.00 Modify | 0.12114 | 0.12114 | 0.12114 | 0.0 | 0.16 Other | | 0.01057 | | | 0.01 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: 322964 ave 322964 max 322964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322964 Ave neighs/atom = 80.741 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.466603578136, Press = 0.130572068962043 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 -13108.13 -13108.13 -13271.048 -13271.048 315.17755 315.17755 67422.413 67422.413 204.71763 204.71763 11000 -13109.891 -13109.891 -13273.734 -13273.734 316.96502 316.96502 67421.914 67421.914 99.202351 99.202351 Loop time of 73.9964 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.555 hours/ns, 13.514 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 | 73.843 | 73.843 | 73.843 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02148 | 0.02148 | 0.02148 | 0.0 | 0.03 Output | 3.711e-05 | 3.711e-05 | 3.711e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 0.16 Other | | 0.01062 | | | 0.01 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: 323202 ave 323202 max 323202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323202 Ave neighs/atom = 80.8005 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.429904992457, Press = -3.78088235174932 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 -13109.891 -13109.891 -13273.734 -13273.734 316.96502 316.96502 67421.914 67421.914 99.202351 99.202351 12000 -13108.149 -13108.149 -13269.985 -13269.985 313.08244 313.08244 67573.518 67573.518 -1368.5007 -1368.5007 Loop time of 74.1469 on 1 procs for 1000 steps with 4000 atoms Performance: 1.165 ns/day, 20.596 hours/ns, 13.487 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 | 73.994 | 73.994 | 73.994 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021461 | 0.021461 | 0.021461 | 0.0 | 0.03 Output | 3.7732e-05 | 3.7732e-05 | 3.7732e-05 | 0.0 | 0.00 Modify | 0.12131 | 0.12131 | 0.12131 | 0.0 | 0.16 Other | | 0.01059 | | | 0.01 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: 323200 ave 323200 max 323200 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323200 Ave neighs/atom = 80.8 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.831577423653, Press = -5.81060959995701 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 -13108.149 -13108.149 -13269.985 -13269.985 313.08244 313.08244 67573.518 67573.518 -1368.5007 -1368.5007 13000 -13108.537 -13108.537 -13271.134 -13271.134 314.55581 314.55581 67492.606 67492.606 -547.00233 -547.00233 Loop time of 73.8804 on 1 procs for 1000 steps with 4000 atoms Performance: 1.169 ns/day, 20.522 hours/ns, 13.535 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 | 73.727 | 73.727 | 73.727 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021379 | 0.021379 | 0.021379 | 0.0 | 0.03 Output | 3.7741e-05 | 3.7741e-05 | 3.7741e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.16 Other | | 0.01058 | | | 0.01 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: 322576 ave 322576 max 322576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322576 Ave neighs/atom = 80.644 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.887300148159, Press = 5.5222219683201 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 -13108.537 -13108.537 -13271.134 -13271.134 314.55581 314.55581 67492.606 67492.606 -547.00233 -547.00233 14000 -13103.835 -13103.835 -13270.275 -13270.275 321.98829 321.98829 67393.493 67393.493 665.51246 665.51246 Loop time of 74.0043 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.557 hours/ns, 13.513 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 | 73.851 | 73.851 | 73.851 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021443 | 0.021443 | 0.021443 | 0.0 | 0.03 Output | 6.4833e-05 | 6.4833e-05 | 6.4833e-05 | 0.0 | 0.00 Modify | 0.12112 | 0.12112 | 0.12112 | 0.0 | 0.16 Other | | 0.01057 | | | 0.01 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: 322932 ave 322932 max 322932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322932 Ave neighs/atom = 80.733 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.158061671824, Press = -0.783015187320646 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 -13103.835 -13103.835 -13270.275 -13270.275 321.98829 321.98829 67393.493 67393.493 665.51246 665.51246 15000 -13111.235 -13111.235 -13272.691 -13272.691 312.34739 312.34739 67454.362 67454.362 -227.06694 -227.06694 Loop time of 74.0339 on 1 procs for 1000 steps with 4000 atoms Performance: 1.167 ns/day, 20.565 hours/ns, 13.507 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 | 73.881 | 73.881 | 73.881 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021449 | 0.021449 | 0.021449 | 0.0 | 0.03 Output | 3.7962e-05 | 3.7962e-05 | 3.7962e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.16 Other | | 0.0106 | | | 0.01 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: 323292 ave 323292 max 323292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323292 Ave neighs/atom = 80.823 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.222455500701, Press = -3.12573344168675 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 -13111.235 -13111.235 -13272.691 -13272.691 312.34739 312.34739 67454.362 67454.362 -227.06694 -227.06694 16000 -13103.88 -13103.88 -13266.859 -13266.859 315.29498 315.29498 67556.934 67556.934 -932.54391 -932.54391 Loop time of 73.978 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.549 hours/ns, 13.518 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 | 73.825 | 73.825 | 73.825 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021491 | 0.021491 | 0.021491 | 0.0 | 0.03 Output | 3.714e-05 | 3.714e-05 | 3.714e-05 | 0.0 | 0.00 Modify | 0.12117 | 0.12117 | 0.12117 | 0.0 | 0.16 Other | | 0.01056 | | | 0.01 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: 323014 ave 323014 max 323014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323014 Ave neighs/atom = 80.7535 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.35041894289, Press = 0.267938273504688 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.88 -13103.88 -13266.859 -13266.859 315.29498 315.29498 67556.934 67556.934 -932.54391 -932.54391 17000 -13110.651 -13110.651 -13270.716 -13270.716 309.65485 309.65485 67391.148 67391.148 584.12458 584.12458 Loop time of 74.1454 on 1 procs for 1000 steps with 4000 atoms Performance: 1.165 ns/day, 20.596 hours/ns, 13.487 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 | 73.992 | 73.992 | 73.992 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021395 | 0.021395 | 0.021395 | 0.0 | 0.03 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.16 Other | | 0.01059 | | | 0.01 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: 322790 ave 322790 max 322790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322790 Ave neighs/atom = 80.6975 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.402589560427, Press = 3.14545902389033 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 -13110.651 -13110.651 -13270.716 -13270.716 309.65485 309.65485 67391.148 67391.148 584.12458 584.12458 18000 -13108.242 -13108.242 -13271.198 -13271.198 315.25038 315.25038 67393.251 67393.251 605.24496 605.24496 Loop time of 74.1516 on 1 procs for 1000 steps with 4000 atoms Performance: 1.165 ns/day, 20.598 hours/ns, 13.486 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 | 73.998 | 73.998 | 73.998 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021477 | 0.021477 | 0.021477 | 0.0 | 0.03 Output | 3.7912e-05 | 3.7912e-05 | 3.7912e-05 | 0.0 | 0.00 Modify | 0.1211 | 0.1211 | 0.1211 | 0.0 | 0.16 Other | | 0.0106 | | | 0.01 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: 323386 ave 323386 max 323386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323386 Ave neighs/atom = 80.8465 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.388717054336, Press = -1.48472081062864 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.242 -13108.242 -13271.198 -13271.198 315.25038 315.25038 67393.251 67393.251 605.24496 605.24496 19000 -13111.91 -13111.91 -13273.248 -13273.248 312.11956 312.11956 67471.257 67471.257 -544.5856 -544.5856 Loop time of 74.1915 on 1 procs for 1000 steps with 4000 atoms Performance: 1.165 ns/day, 20.609 hours/ns, 13.479 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 | 74.038 | 74.038 | 74.038 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021415 | 0.021415 | 0.021415 | 0.0 | 0.03 Output | 3.8863e-05 | 3.8863e-05 | 3.8863e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.16 Other | | 0.0106 | | | 0.01 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: 323214 ave 323214 max 323214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323214 Ave neighs/atom = 80.8035 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.264932758553, Press = -0.995626278099667 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 -13111.91 -13111.91 -13273.248 -13273.248 312.11956 312.11956 67471.257 67471.257 -544.5856 -544.5856 20000 -13108.333 -13108.333 -13272.197 -13272.197 317.00691 317.00691 67454.077 67454.077 -184.44904 -184.44904 Loop time of 74.1474 on 1 procs for 1000 steps with 4000 atoms Performance: 1.165 ns/day, 20.597 hours/ns, 13.487 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 | 73.994 | 73.994 | 73.994 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021427 | 0.021427 | 0.021427 | 0.0 | 0.03 Output | 4.5045e-05 | 4.5045e-05 | 4.5045e-05 | 0.0 | 0.00 Modify | 0.12128 | 0.12128 | 0.12128 | 0.0 | 0.16 Other | | 0.01055 | | | 0.01 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: 322948 ave 322948 max 322948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322948 Ave neighs/atom = 80.737 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.194309103295, Press = 0.202389392575934 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 -13108.333 -13108.333 -13272.197 -13272.197 317.00691 317.00691 67454.077 67454.077 -184.44904 -184.44904 21000 -13108.103 -13108.103 -13268.923 -13268.923 311.11756 311.11756 67376.339 67376.339 882.34957 882.34957 Loop time of 74.0983 on 1 procs for 1000 steps with 4000 atoms Performance: 1.166 ns/day, 20.583 hours/ns, 13.496 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 | 73.945 | 73.945 | 73.945 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021446 | 0.021446 | 0.021446 | 0.0 | 0.03 Output | 4.283e-05 | 4.283e-05 | 4.283e-05 | 0.0 | 0.00 Modify | 0.12121 | 0.12121 | 0.12121 | 0.0 | 0.16 Other | | 0.01052 | | | 0.01 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: 322936 ave 322936 max 322936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322936 Ave neighs/atom = 80.734 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.173247490188, Press = -0.847760148414328 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 -13108.103 -13108.103 -13268.923 -13268.923 311.11756 311.11756 67376.339 67376.339 882.34957 882.34957 22000 -13110.589 -13110.589 -13270.457 -13270.457 309.27495 309.27495 67532.9 67532.9 -1036.7946 -1036.7946 Loop time of 74.062 on 1 procs for 1000 steps with 4000 atoms Performance: 1.167 ns/day, 20.573 hours/ns, 13.502 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 | 73.909 | 73.909 | 73.909 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021486 | 0.021486 | 0.021486 | 0.0 | 0.03 Output | 4.3512e-05 | 4.3512e-05 | 4.3512e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.16 Other | | 0.01053 | | | 0.01 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: 323238 ave 323238 max 323238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323238 Ave neighs/atom = 80.8095 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.203766683046, Press = -4.75473577604544 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 -13110.589 -13110.589 -13270.457 -13270.457 309.27495 309.27495 67532.9 67532.9 -1036.7946 -1036.7946 23000 -13106.97 -13106.97 -13267.473 -13267.473 310.50349 310.50349 67543.094 67543.094 -884.31101 -884.31101 Loop time of 73.9447 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.540 hours/ns, 13.524 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 | 73.791 | 73.791 | 73.791 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021592 | 0.021592 | 0.021592 | 0.0 | 0.03 Output | 4.4814e-05 | 4.4814e-05 | 4.4814e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.16 Other | | 0.01054 | | | 0.01 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: 322718 ave 322718 max 322718 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322718 Ave neighs/atom = 80.6795 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.153467025148, Press = 1.05928466362385 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 -13106.97 -13106.97 -13267.473 -13267.473 310.50349 310.50349 67543.094 67543.094 -884.31101 -884.31101 24000 -13110.43 -13110.43 -13273.635 -13273.635 315.73201 315.73201 67381.405 67381.405 584.37305 584.37305 Loop time of 73.9755 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.549 hours/ns, 13.518 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 | 73.822 | 73.822 | 73.822 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021462 | 0.021462 | 0.021462 | 0.0 | 0.03 Output | 4.251e-05 | 4.251e-05 | 4.251e-05 | 0.0 | 0.00 Modify | 0.12131 | 0.12131 | 0.12131 | 0.0 | 0.16 Other | | 0.01053 | | | 0.01 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: 322782 ave 322782 max 322782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322782 Ave neighs/atom = 80.6955 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.097645024483, Press = 0.590110493726431 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 -13110.43 -13110.43 -13273.635 -13273.635 315.73201 315.73201 67381.405 67381.405 584.37305 584.37305 25000 -13113.056 -13113.056 -13271.672 -13271.672 306.85347 306.85347 67397.313 67397.313 420.62349 420.62349 Loop time of 73.9407 on 1 procs for 1000 steps with 4000 atoms Performance: 1.169 ns/day, 20.539 hours/ns, 13.524 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 | 73.788 | 73.788 | 73.788 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021338 | 0.021338 | 0.021338 | 0.0 | 0.03 Output | 4.4233e-05 | 4.4233e-05 | 4.4233e-05 | 0.0 | 0.00 Modify | 0.12129 | 0.12129 | 0.12129 | 0.0 | 0.16 Other | | 0.01049 | | | 0.01 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: 323320 ave 323320 max 323320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323320 Ave neighs/atom = 80.83 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.99405808362, Press = -0.842897600238136 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 -13113.056 -13113.056 -13271.672 -13271.672 306.85347 306.85347 67397.313 67397.313 420.62349 420.62349 26000 -13108.753 -13108.753 -13271.07 -13271.07 314.01374 314.01374 67480.223 67480.223 -416.9117 -416.9117 Loop time of 73.9992 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.555 hours/ns, 13.514 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 | 73.846 | 73.846 | 73.846 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02144 | 0.02144 | 0.02144 | 0.0 | 0.03 Output | 4.797e-05 | 4.797e-05 | 4.797e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.16 Other | | 0.01053 | | | 0.01 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: 323308 ave 323308 max 323308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323308 Ave neighs/atom = 80.827 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.990185277285, Press = -0.359282197154289 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 -13108.753 -13108.753 -13271.07 -13271.07 314.01374 314.01374 67480.223 67480.223 -416.9117 -416.9117 27000 -13106 -13106 -13271.53 -13271.53 320.23014 320.23014 67422.732 67422.732 261.59184 261.59184 Loop time of 74.116 on 1 procs for 1000 steps with 4000 atoms Performance: 1.166 ns/day, 20.588 hours/ns, 13.492 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 | 73.963 | 73.963 | 73.963 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021478 | 0.021478 | 0.021478 | 0.0 | 0.03 Output | 4.4013e-05 | 4.4013e-05 | 4.4013e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.16 Other | | 0.01053 | | | 0.01 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: 322916 ave 322916 max 322916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322916 Ave neighs/atom = 80.729 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.982328760122, Press = 0.896692626462049 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 -13106 -13106 -13271.53 -13271.53 320.23014 320.23014 67422.732 67422.732 261.59184 261.59184 28000 -13113.086 -13113.086 -13270.348 -13270.348 304.23472 304.23472 67319.841 67319.841 1391.3451 1391.3451 Loop time of 74.3222 on 1 procs for 1000 steps with 4000 atoms Performance: 1.163 ns/day, 20.645 hours/ns, 13.455 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 | 74.169 | 74.169 | 74.169 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021554 | 0.021554 | 0.021554 | 0.0 | 0.03 Output | 4.1318e-05 | 4.1318e-05 | 4.1318e-05 | 0.0 | 0.00 Modify | 0.12141 | 0.12141 | 0.12141 | 0.0 | 0.16 Other | | 0.01055 | | | 0.01 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: 323030 ave 323030 max 323030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323030 Ave neighs/atom = 80.7575 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.907475435604, Press = -1.65629411494927 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 -13113.086 -13113.086 -13270.348 -13270.348 304.23472 304.23472 67319.841 67319.841 1391.3451 1391.3451 29000 -13107.206 -13107.206 -13268.721 -13268.721 312.462 312.462 67514.547 67514.547 -621.14495 -621.14495 Loop time of 74.1849 on 1 procs for 1000 steps with 4000 atoms Performance: 1.165 ns/day, 20.607 hours/ns, 13.480 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 | 74.031 | 74.031 | 74.031 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021499 | 0.021499 | 0.021499 | 0.0 | 0.03 Output | 4.208e-05 | 4.208e-05 | 4.208e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.16 Other | | 0.01054 | | | 0.01 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: 323404 ave 323404 max 323404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323404 Ave neighs/atom = 80.851 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.929261905914, Press = -1.20830349547105 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 29000 -13107.206 -13107.206 -13268.721 -13268.721 312.462 312.462 67514.547 67514.547 -621.14495 -621.14495 30000 -13106.616 -13106.616 -13270.794 -13270.794 317.61361 317.61361 67469.998 67469.998 -212.22478 -212.22478 Loop time of 74.0397 on 1 procs for 1000 steps with 4000 atoms Performance: 1.167 ns/day, 20.567 hours/ns, 13.506 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 | 73.886 | 73.886 | 73.886 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021411 | 0.021411 | 0.021411 | 0.0 | 0.03 Output | 4.2771e-05 | 4.2771e-05 | 4.2771e-05 | 0.0 | 0.00 Modify | 0.12129 | 0.12129 | 0.12129 | 0.0 | 0.16 Other | | 0.01051 | | | 0.01 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: 322768 ave 322768 max 322768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322768 Ave neighs/atom = 80.692 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.968029902292, Press = 0.581169313676031 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 30000 -13106.616 -13106.616 -13270.794 -13270.794 317.61361 317.61361 67469.998 67469.998 -212.22478 -212.22478 31000 -13108.974 -13108.974 -13270.831 -13270.831 313.12349 313.12349 67415.692 67415.692 344.63154 344.63154 Loop time of 73.9844 on 1 procs for 1000 steps with 4000 atoms Performance: 1.168 ns/day, 20.551 hours/ns, 13.516 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 | 73.831 | 73.831 | 73.831 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02148 | 0.02148 | 0.02148 | 0.0 | 0.03 Output | 4.2781e-05 | 4.2781e-05 | 4.2781e-05 | 0.0 | 0.00 Modify | 0.12137 | 0.12137 | 0.12137 | 0.0 | 0.16 Other | | 0.01052 | | | 0.01 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: 323086 ave 323086 max 323086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323086 Ave neighs/atom = 80.7715 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.035084539242, Press = -0.274439855464185 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 31000 -13108.974 -13108.974 -13270.831 -13270.831 313.12349 313.12349 67415.692 67415.692 344.63154 344.63154 32000 -13104.339 -13104.339 -13267.16 -13267.16 314.98689 314.98689 67479.567 67479.567 -167.31478 -167.31478 Loop time of 74.2359 on 1 procs for 1000 steps with 4000 atoms Performance: 1.164 ns/day, 20.621 hours/ns, 13.471 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 | 74.083 | 74.083 | 74.083 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021429 | 0.021429 | 0.021429 | 0.0 | 0.03 Output | 3.7611e-05 | 3.7611e-05 | 3.7611e-05 | 0.0 | 0.00 Modify | 0.12133 | 0.12133 | 0.12133 | 0.0 | 0.16 Other | | 0.01052 | | | 0.01 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: 323126 ave 323126 max 323126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323126 Ave neighs/atom = 80.7815 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.017499056319, Press = -0.540621784138082 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 32000 -13104.339 -13104.339 -13267.16 -13267.16 314.98689 314.98689 67479.567 67479.567 -167.31478 -167.31478 33000 -13110.02 -13110.02 -13270.797 -13270.797 311.03415 311.03415 67473.365 67473.365 -311.7978 -311.7978 Loop time of 74.0196 on 1 procs for 1000 steps with 4000 atoms Performance: 1.167 ns/day, 20.561 hours/ns, 13.510 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 | 73.866 | 73.866 | 73.866 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021491 | 0.021491 | 0.021491 | 0.0 | 0.03 Output | 4.257e-05 | 4.257e-05 | 4.257e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.16 Other | | 0.01052 | | | 0.01 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: 322964 ave 322964 max 322964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322964 Ave neighs/atom = 80.741 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" 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 67445.7881155186 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0