# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.917371600866318*${_u_distance} variable latticeconst_converted equal 3.917371600866318*1 lattice fcc ${latticeconst_converted} lattice fcc 3.91737160086632 Lattice spacing in x,y,z = 3.9173716 3.9173716 3.9173716 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (39.173716 39.173716 39.173716) 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 (39.173716 39.173716 39.173716) create_atoms CPU = 0.001 seconds variable mass_converted equal 63.546*${_u_mass} variable mass_converted equal 63.546*1 kim_interactions Cu WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cu #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimSeolJi_2017_PtCu__MO_070797404269_002 pair_coeff * * Cu #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 63.546 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 60115.2021282468 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2021282468/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2021282468/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2021282468/(1*1*${_u_distance}) variable V0_metal equal 60115.2021282468/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 60115.2021282468*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 60115.2021282468 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 293.15*${_u_temperature} variable temp_converted equal 293.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 293.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "293.15 - 0.2" variable T_up equal "293.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_070797404269_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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -22928.467 -22928.467 -23080 -23080 293.15 293.15 60115.202 60115.202 2692.352 2692.352 1000 -22773.168 -22773.168 -22923.845 -22923.845 291.49348 291.49348 60673.29 60673.29 1287.6302 1287.6302 Loop time of 33.1566 on 1 procs for 1000 steps with 4000 atoms Performance: 2.606 ns/day, 9.210 hours/ns, 30.160 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 | 33.004 | 33.004 | 33.004 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022273 | 0.022273 | 0.022273 | 0.0 | 0.07 Output | 0.00015009 | 0.00015009 | 0.00015009 | 0.0 | 0.00 Modify | 0.11938 | 0.11938 | 0.11938 | 0.0 | 0.36 Other | | 0.01118 | | | 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -22773.168 -22773.168 -22923.845 -22923.845 291.49348 291.49348 60673.29 60673.29 1287.6302 1287.6302 2000 -22779.694 -22779.694 -22925.174 -22925.174 281.4408 281.4408 60644.662 60644.662 1740.284 1740.284 Loop time of 36.5622 on 1 procs for 1000 steps with 4000 atoms Performance: 2.363 ns/day, 10.156 hours/ns, 27.351 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 | 36.413 | 36.413 | 36.413 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021513 | 0.021513 | 0.021513 | 0.0 | 0.06 Output | 6.5423e-05 | 6.5423e-05 | 6.5423e-05 | 0.0 | 0.00 Modify | 0.11729 | 0.11729 | 0.11729 | 0.0 | 0.32 Other | | 0.0104 | | | 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: 311908 ave 311908 max 311908 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311908 Ave neighs/atom = 77.977 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -22779.694 -22779.694 -22925.174 -22925.174 281.4408 281.4408 60644.662 60644.662 1740.284 1740.284 3000 -22779.888 -22779.888 -22928.62 -22928.62 287.73118 287.73118 60667.188 60667.188 812.67715 812.67715 Loop time of 36.6673 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.185 hours/ns, 27.272 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 | 36.518 | 36.518 | 36.518 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021558 | 0.021558 | 0.021558 | 0.0 | 0.06 Output | 5.7858e-05 | 5.7858e-05 | 5.7858e-05 | 0.0 | 0.00 Modify | 0.11732 | 0.11732 | 0.11732 | 0.0 | 0.32 Other | | 0.01054 | | | 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: 311922 ave 311922 max 311922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311922 Ave neighs/atom = 77.9805 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -22779.888 -22779.888 -22928.62 -22928.62 287.73118 287.73118 60667.188 60667.188 812.67715 812.67715 4000 -22776.341 -22776.341 -22935.37 -22935.37 307.65253 307.65253 60681.691 60681.691 -109.96624 -109.96624 Loop time of 36.6008 on 1 procs for 1000 steps with 4000 atoms Performance: 2.361 ns/day, 10.167 hours/ns, 27.322 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 | 36.452 | 36.452 | 36.452 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021505 | 0.021505 | 0.021505 | 0.0 | 0.06 Output | 3.9023e-05 | 3.9023e-05 | 3.9023e-05 | 0.0 | 0.00 Modify | 0.11716 | 0.11716 | 0.11716 | 0.0 | 0.32 Other | | 0.01042 | | | 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: 311928 ave 311928 max 311928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311928 Ave neighs/atom = 77.982 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -22776.341 -22776.341 -22935.37 -22935.37 307.65253 307.65253 60681.691 60681.691 -109.96624 -109.96624 5000 -22782.068 -22782.068 -22931.375 -22931.375 288.84329 288.84329 60685.858 60685.858 -27.560798 -27.560798 Loop time of 36.6139 on 1 procs for 1000 steps with 4000 atoms Performance: 2.360 ns/day, 10.171 hours/ns, 27.312 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 | 36.464 | 36.464 | 36.464 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021607 | 0.021607 | 0.021607 | 0.0 | 0.06 Output | 4.1849e-05 | 4.1849e-05 | 4.1849e-05 | 0.0 | 0.00 Modify | 0.11756 | 0.11756 | 0.11756 | 0.0 | 0.32 Other | | 0.0104 | | | 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: 311956 ave 311956 max 311956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311956 Ave neighs/atom = 77.989 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 = 288.614000869657, Press = 255.759528124069 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -22782.068 -22782.068 -22931.375 -22931.375 288.84329 288.84329 60685.858 60685.858 -27.560798 -27.560798 6000 -22774.762 -22774.762 -22926.426 -22926.426 293.40361 293.40361 60732.429 60732.429 -907.71622 -907.71622 Loop time of 36.6336 on 1 procs for 1000 steps with 4000 atoms Performance: 2.358 ns/day, 10.176 hours/ns, 27.297 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 | 36.481 | 36.481 | 36.481 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021623 | 0.021623 | 0.021623 | 0.0 | 0.06 Output | 3.0597e-05 | 3.0597e-05 | 3.0597e-05 | 0.0 | 0.00 Modify | 0.1209 | 0.1209 | 0.1209 | 0.0 | 0.33 Other | | 0.01042 | | | 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: 311926 ave 311926 max 311926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311926 Ave neighs/atom = 77.9815 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.445900985051, Press = 30.4875398511761 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -22774.762 -22774.762 -22926.426 -22926.426 293.40361 293.40361 60732.429 60732.429 -907.71622 -907.71622 7000 -22782.767 -22782.767 -22929.977 -22929.977 284.78801 284.78801 60727.231 60727.231 -1140.3337 -1140.3337 Loop time of 36.686 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.191 hours/ns, 27.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 | 36.533 | 36.533 | 36.533 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021595 | 0.021595 | 0.021595 | 0.0 | 0.06 Output | 3.0657e-05 | 3.0657e-05 | 3.0657e-05 | 0.0 | 0.00 Modify | 0.12103 | 0.12103 | 0.12103 | 0.0 | 0.33 Other | | 0.01041 | | | 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: 311936 ave 311936 max 311936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311936 Ave neighs/atom = 77.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.755879360363, Press = 9.04758447432151 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -22782.767 -22782.767 -22929.977 -22929.977 284.78801 284.78801 60727.231 60727.231 -1140.3337 -1140.3337 8000 -22780.918 -22780.918 -22932.41 -22932.41 293.07037 293.07037 60755.59 60755.59 -2092.9697 -2092.9697 Loop time of 36.6569 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.182 hours/ns, 27.280 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 | 36.504 | 36.504 | 36.504 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021624 | 0.021624 | 0.021624 | 0.0 | 0.06 Output | 4.3551e-05 | 4.3551e-05 | 4.3551e-05 | 0.0 | 0.00 Modify | 0.12101 | 0.12101 | 0.12101 | 0.0 | 0.33 Other | | 0.01047 | | | 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: 311904 ave 311904 max 311904 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311904 Ave neighs/atom = 77.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.891246382416, Press = -5.26847351297811 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -22780.918 -22780.918 -22932.41 -22932.41 293.07037 293.07037 60755.59 60755.59 -2092.9697 -2092.9697 9000 -22774.053 -22774.053 -22927.574 -22927.574 296.99808 296.99808 60735.955 60735.955 -991.79666 -991.79666 Loop time of 36.6851 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.190 hours/ns, 27.259 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 | 36.532 | 36.532 | 36.532 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021612 | 0.021612 | 0.021612 | 0.0 | 0.06 Output | 4.2189e-05 | 4.2189e-05 | 4.2189e-05 | 0.0 | 0.00 Modify | 0.12106 | 0.12106 | 0.12106 | 0.0 | 0.33 Other | | 0.01044 | | | 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: 311938 ave 311938 max 311938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311938 Ave neighs/atom = 77.9845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.072032881332, Press = -5.98051488989937 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -22774.053 -22774.053 -22927.574 -22927.574 296.99808 296.99808 60735.955 60735.955 -991.79666 -991.79666 10000 -22780.13 -22780.13 -22934.883 -22934.883 299.37962 299.37962 60696.664 60696.664 -557.47643 -557.47643 Loop time of 36.699 on 1 procs for 1000 steps with 4000 atoms Performance: 2.354 ns/day, 10.194 hours/ns, 27.249 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 | 36.546 | 36.546 | 36.546 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021549 | 0.021549 | 0.021549 | 0.0 | 0.06 Output | 3.0297e-05 | 3.0297e-05 | 3.0297e-05 | 0.0 | 0.00 Modify | 0.12104 | 0.12104 | 0.12104 | 0.0 | 0.33 Other | | 0.0104 | | | 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: 311944 ave 311944 max 311944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311944 Ave neighs/atom = 77.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.426019377459, Press = -2.66878830154385 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -22780.13 -22780.13 -22934.883 -22934.883 299.37962 299.37962 60696.664 60696.664 -557.47643 -557.47643 11000 -22777.323 -22777.323 -22929.429 -22929.429 294.25961 294.25961 60694.423 60694.423 -2.0760885 -2.0760885 Loop time of 36.6323 on 1 procs for 1000 steps with 4000 atoms Performance: 2.359 ns/day, 10.176 hours/ns, 27.298 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 | 36.479 | 36.479 | 36.479 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021633 | 0.021633 | 0.021633 | 0.0 | 0.06 Output | 4.1458e-05 | 4.1458e-05 | 4.1458e-05 | 0.0 | 0.00 Modify | 0.12102 | 0.12102 | 0.12102 | 0.0 | 0.33 Other | | 0.01046 | | | 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: 311950 ave 311950 max 311950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311950 Ave neighs/atom = 77.9875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.345130694204, Press = -0.798182255581019 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -22777.323 -22777.323 -22929.429 -22929.429 294.25961 294.25961 60694.423 60694.423 -2.0760885 -2.0760885 12000 -22782.631 -22782.631 -22930.147 -22930.147 285.37906 285.37906 60677.125 60677.125 334.86937 334.86937 Loop time of 36.6792 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.189 hours/ns, 27.263 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 | 36.526 | 36.526 | 36.526 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021627 | 0.021627 | 0.021627 | 0.0 | 0.06 Output | 3.0587e-05 | 3.0587e-05 | 3.0587e-05 | 0.0 | 0.00 Modify | 0.12105 | 0.12105 | 0.12105 | 0.0 | 0.33 Other | | 0.01044 | | | 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: 311916 ave 311916 max 311916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311916 Ave neighs/atom = 77.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.385882806691, Press = -0.983589194876699 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -22782.631 -22782.631 -22930.147 -22930.147 285.37906 285.37906 60677.125 60677.125 334.86937 334.86937 13000 -22778.906 -22778.906 -22933.867 -22933.867 299.78345 299.78345 60653.606 60653.606 809.93603 809.93603 Loop time of 36.6491 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.180 hours/ns, 27.286 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 | 36.496 | 36.496 | 36.496 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021621 | 0.021621 | 0.021621 | 0.0 | 0.06 Output | 4.4343e-05 | 4.4343e-05 | 4.4343e-05 | 0.0 | 0.00 Modify | 0.12104 | 0.12104 | 0.12104 | 0.0 | 0.33 Other | | 0.01046 | | | 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: 311944 ave 311944 max 311944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311944 Ave neighs/atom = 77.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.332681494936, Press = -3.30306308284609 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -22778.906 -22778.906 -22933.867 -22933.867 299.78345 299.78345 60653.606 60653.606 809.93603 809.93603 14000 -22775.767 -22775.767 -22931.008 -22931.008 300.32387 300.32387 60619.531 60619.531 2044.1873 2044.1873 Loop time of 36.6783 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.188 hours/ns, 27.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 | 36.525 | 36.525 | 36.525 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021587 | 0.021587 | 0.021587 | 0.0 | 0.06 Output | 4.0396e-05 | 4.0396e-05 | 4.0396e-05 | 0.0 | 0.00 Modify | 0.12101 | 0.12101 | 0.12101 | 0.0 | 0.33 Other | | 0.01044 | | | 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: 311942 ave 311942 max 311942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311942 Ave neighs/atom = 77.9855 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.302114762108, Press = -0.98743878197333 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -22775.767 -22775.767 -22931.008 -22931.008 300.32387 300.32387 60619.531 60619.531 2044.1873 2044.1873 15000 -22779.196 -22779.196 -22929.946 -22929.946 291.63677 291.63677 60635.407 60635.407 1682.4701 1682.4701 Loop time of 36.6646 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.185 hours/ns, 27.274 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 | 36.512 | 36.512 | 36.512 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021505 | 0.021505 | 0.021505 | 0.0 | 0.06 Output | 3.0878e-05 | 3.0878e-05 | 3.0878e-05 | 0.0 | 0.00 Modify | 0.12096 | 0.12096 | 0.12096 | 0.0 | 0.33 Other | | 0.01042 | | | 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: 311932 ave 311932 max 311932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311932 Ave neighs/atom = 77.983 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.330512374137, Press = 1.96094560238173 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -22779.196 -22779.196 -22929.946 -22929.946 291.63677 291.63677 60635.407 60635.407 1682.4701 1682.4701 16000 -22781.846 -22781.846 -22932.498 -22932.498 291.44631 291.44631 60673.103 60673.103 348.2043 348.2043 Loop time of 36.6243 on 1 procs for 1000 steps with 4000 atoms Performance: 2.359 ns/day, 10.173 hours/ns, 27.304 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 | 36.471 | 36.471 | 36.471 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021719 | 0.021719 | 0.021719 | 0.0 | 0.06 Output | 4.3251e-05 | 4.3251e-05 | 4.3251e-05 | 0.0 | 0.00 Modify | 0.12112 | 0.12112 | 0.12112 | 0.0 | 0.33 Other | | 0.01043 | | | 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: 311930 ave 311930 max 311930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311930 Ave neighs/atom = 77.9825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.437035540687, Press = 2.39865541488156 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -22781.846 -22781.846 -22932.498 -22932.498 291.44631 291.44631 60673.103 60673.103 348.2043 348.2043 17000 -22776.437 -22776.437 -22930.345 -22930.345 297.74616 297.74616 60704.012 60704.012 -350.4395 -350.4395 Loop time of 36.6277 on 1 procs for 1000 steps with 4000 atoms Performance: 2.359 ns/day, 10.174 hours/ns, 27.302 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 | 36.475 | 36.475 | 36.475 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021562 | 0.021562 | 0.021562 | 0.0 | 0.06 Output | 3.1349e-05 | 3.1349e-05 | 3.1349e-05 | 0.0 | 0.00 Modify | 0.12108 | 0.12108 | 0.12108 | 0.0 | 0.33 Other | | 0.0104 | | | 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: 311936 ave 311936 max 311936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311936 Ave neighs/atom = 77.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.399001226064, Press = 2.18952779190257 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -22776.437 -22776.437 -22930.345 -22930.345 297.74616 297.74616 60704.012 60704.012 -350.4395 -350.4395 18000 -22784.683 -22784.683 -22932.818 -22932.818 286.57771 286.57771 60719.032 60719.032 -1159.6034 -1159.6034 Loop time of 36.6774 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.188 hours/ns, 27.265 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 | 36.524 | 36.524 | 36.524 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021476 | 0.021476 | 0.021476 | 0.0 | 0.06 Output | 4.3111e-05 | 4.3111e-05 | 4.3111e-05 | 0.0 | 0.00 Modify | 0.12117 | 0.12117 | 0.12117 | 0.0 | 0.33 Other | | 0.01042 | | | 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: 311942 ave 311942 max 311942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311942 Ave neighs/atom = 77.9855 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.342314509719, Press = 1.17158515975414 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -22784.683 -22784.683 -22932.818 -22932.818 286.57771 286.57771 60719.032 60719.032 -1159.6034 -1159.6034 19000 -22777.922 -22777.922 -22929.664 -22929.664 293.5562 293.5562 60738.152 60738.152 -1395.1868 -1395.1868 Loop time of 36.6026 on 1 procs for 1000 steps with 4000 atoms Performance: 2.360 ns/day, 10.167 hours/ns, 27.320 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 | 36.449 | 36.449 | 36.449 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021628 | 0.021628 | 0.021628 | 0.0 | 0.06 Output | 4.8411e-05 | 4.8411e-05 | 4.8411e-05 | 0.0 | 0.00 Modify | 0.12108 | 0.12108 | 0.12108 | 0.0 | 0.33 Other | | 0.01043 | | | 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: 311908 ave 311908 max 311908 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311908 Ave neighs/atom = 77.977 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.226967014281, Press = -0.257403246527783 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -22777.922 -22777.922 -22929.664 -22929.664 293.5562 293.5562 60738.152 60738.152 -1395.1868 -1395.1868 20000 -22773.87 -22773.87 -22927.399 -22927.399 297.01249 297.01249 60757.704 60757.704 -1637.5031 -1637.5031 Loop time of 36.71 on 1 procs for 1000 steps with 4000 atoms Performance: 2.354 ns/day, 10.197 hours/ns, 27.241 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 | 36.557 | 36.557 | 36.557 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021566 | 0.021566 | 0.021566 | 0.0 | 0.06 Output | 3.0448e-05 | 3.0448e-05 | 3.0448e-05 | 0.0 | 0.00 Modify | 0.12098 | 0.12098 | 0.12098 | 0.0 | 0.33 Other | | 0.01038 | | | 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: 311950 ave 311950 max 311950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311950 Ave neighs/atom = 77.9875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.223580743637, Press = -1.01255112172978 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -22773.87 -22773.87 -22927.399 -22927.399 297.01249 297.01249 60757.704 60757.704 -1637.5031 -1637.5031 21000 -22780.289 -22780.289 -22930.822 -22930.822 291.21498 291.21498 60784.108 60784.108 -2760.5528 -2760.5528 Loop time of 36.6716 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.187 hours/ns, 27.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 | 36.518 | 36.518 | 36.518 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021618 | 0.021618 | 0.021618 | 0.0 | 0.06 Output | 4.293e-05 | 4.293e-05 | 4.293e-05 | 0.0 | 0.00 Modify | 0.12104 | 0.12104 | 0.12104 | 0.0 | 0.33 Other | | 0.01043 | | | 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: 311914 ave 311914 max 311914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311914 Ave neighs/atom = 77.9785 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.303538839784, Press = -3.68827659654631 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -22780.289 -22780.289 -22930.822 -22930.822 291.21498 291.21498 60784.108 60784.108 -2760.5528 -2760.5528 22000 -22777.751 -22777.751 -22926.81 -22926.81 288.36363 288.36363 60699.554 60699.554 45.1024 45.1024 Loop time of 36.6897 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.192 hours/ns, 27.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 | 36.537 | 36.537 | 36.537 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021548 | 0.021548 | 0.021548 | 0.0 | 0.06 Output | 3.0888e-05 | 3.0888e-05 | 3.0888e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 0.33 Other | | 0.01041 | | | 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: 311938 ave 311938 max 311938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311938 Ave neighs/atom = 77.9845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.392230833464, Press = -0.825375618685313 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -22777.751 -22777.751 -22926.81 -22926.81 288.36363 288.36363 60699.554 60699.554 45.1024 45.1024 23000 -22781.134 -22781.134 -22931.679 -22931.679 291.23978 291.23978 60682.075 60682.075 86.165111 86.165111 Loop time of 36.6434 on 1 procs for 1000 steps with 4000 atoms Performance: 2.358 ns/day, 10.179 hours/ns, 27.290 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 | 36.49 | 36.49 | 36.49 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021542 | 0.021542 | 0.021542 | 0.0 | 0.06 Output | 4.3381e-05 | 4.3381e-05 | 4.3381e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 0.33 Other | | 0.01047 | | | 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: 311930 ave 311930 max 311930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311930 Ave neighs/atom = 77.9825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.368603524591, Press = -0.123837137376396 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -22781.134 -22781.134 -22931.679 -22931.679 291.23978 291.23978 60682.075 60682.075 86.165111 86.165111 24000 -22778.623 -22778.623 -22929.894 -22929.894 292.64373 292.64373 60672.048 60672.048 576.30283 576.30283 Loop time of 36.6549 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.182 hours/ns, 27.282 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 | 36.502 | 36.502 | 36.502 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021708 | 0.021708 | 0.021708 | 0.0 | 0.06 Output | 4.2199e-05 | 4.2199e-05 | 4.2199e-05 | 0.0 | 0.00 Modify | 0.12104 | 0.12104 | 0.12104 | 0.0 | 0.33 Other | | 0.01041 | | | 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: 311972 ave 311972 max 311972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311972 Ave neighs/atom = 77.993 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.360371582513, Press = 0.364230519684324 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -22778.623 -22778.623 -22929.894 -22929.894 292.64373 292.64373 60672.048 60672.048 576.30283 576.30283 25000 -22781.396 -22781.396 -22930.865 -22930.865 289.15632 289.15632 60652.397 60652.397 1034.4806 1034.4806 Loop time of 36.6637 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.184 hours/ns, 27.275 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 | 36.511 | 36.511 | 36.511 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021587 | 0.021587 | 0.021587 | 0.0 | 0.06 Output | 3.1739e-05 | 3.1739e-05 | 3.1739e-05 | 0.0 | 0.00 Modify | 0.12102 | 0.12102 | 0.12102 | 0.0 | 0.33 Other | | 0.01039 | | | 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: 311920 ave 311920 max 311920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311920 Ave neighs/atom = 77.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.31885522183, Press = 0.719327049125128 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -22781.396 -22781.396 -22930.865 -22930.865 289.15632 289.15632 60652.397 60652.397 1034.4806 1034.4806 26000 -22777.432 -22777.432 -22926.983 -22926.983 289.31688 289.31688 60630.802 60630.802 2031.9407 2031.9407 Loop time of 36.6693 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.186 hours/ns, 27.271 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 | 36.516 | 36.516 | 36.516 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021599 | 0.021599 | 0.021599 | 0.0 | 0.06 Output | 4.2199e-05 | 4.2199e-05 | 4.2199e-05 | 0.0 | 0.00 Modify | 0.121 | 0.121 | 0.121 | 0.0 | 0.33 Other | | 0.01043 | | | 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: 311934 ave 311934 max 311934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311934 Ave neighs/atom = 77.9835 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.314432868571, Press = 2.08910392953768 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -22777.432 -22777.432 -22926.983 -22926.983 289.31688 289.31688 60630.802 60630.802 2031.9407 2031.9407 27000 -22779.317 -22779.317 -22932.975 -22932.975 297.26109 297.26109 60669.189 60669.189 475.89676 475.89676 Loop time of 36.6513 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.181 hours/ns, 27.284 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 | 36.498 | 36.498 | 36.498 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021643 | 0.021643 | 0.021643 | 0.0 | 0.06 Output | 4.2179e-05 | 4.2179e-05 | 4.2179e-05 | 0.0 | 0.00 Modify | 0.121 | 0.121 | 0.121 | 0.0 | 0.33 Other | | 0.01045 | | | 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: 311944 ave 311944 max 311944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311944 Ave neighs/atom = 77.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.290686471401, Press = 2.34249982538414 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -22779.317 -22779.317 -22932.975 -22932.975 297.26109 297.26109 60669.189 60669.189 475.89676 475.89676 28000 -22779.292 -22779.292 -22929.965 -22929.965 291.48765 291.48765 60702.768 60702.768 -364.69878 -364.69878 Loop time of 36.7024 on 1 procs for 1000 steps with 4000 atoms Performance: 2.354 ns/day, 10.195 hours/ns, 27.246 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 | 36.549 | 36.549 | 36.549 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021562 | 0.021562 | 0.021562 | 0.0 | 0.06 Output | 3.0487e-05 | 3.0487e-05 | 3.0487e-05 | 0.0 | 0.00 Modify | 0.12106 | 0.12106 | 0.12106 | 0.0 | 0.33 Other | | 0.01041 | | | 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: 311958 ave 311958 max 311958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311958 Ave neighs/atom = 77.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 = 293.314191956295, Press = 1.23317492018002 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -22779.292 -22779.292 -22929.965 -22929.965 291.48765 291.48765 60702.768 60702.768 -364.69878 -364.69878 29000 -22781.936 -22781.936 -22934.176 -22934.176 294.51705 294.51705 60700.201 60700.201 -584.82141 -584.82141 Loop time of 36.6534 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.182 hours/ns, 27.283 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 | 36.5 | 36.5 | 36.5 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021696 | 0.021696 | 0.021696 | 0.0 | 0.06 Output | 4.1719e-05 | 4.1719e-05 | 4.1719e-05 | 0.0 | 0.00 Modify | 0.1211 | 0.1211 | 0.1211 | 0.0 | 0.33 Other | | 0.01047 | | | 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: 311906 ave 311906 max 311906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311906 Ave neighs/atom = 77.9765 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.29165487492, Press = 0.846139730438047 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -22781.936 -22781.936 -22934.176 -22934.176 294.51705 294.51705 60700.201 60700.201 -584.82141 -584.82141 30000 -22779.968 -22779.968 -22930.37 -22930.37 290.96327 290.96327 60693.966 60693.966 -117.73423 -117.73423 Loop time of 36.6649 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.185 hours/ns, 27.274 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 | 36.512 | 36.512 | 36.512 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021526 | 0.021526 | 0.021526 | 0.0 | 0.06 Output | 3.1098e-05 | 3.1098e-05 | 3.1098e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.33 Other | | 0.01042 | | | 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: 311950 ave 311950 max 311950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311950 Ave neighs/atom = 77.9875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.29873565828, Press = 0.784472506731431 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -22779.968 -22779.968 -22930.37 -22930.37 290.96327 290.96327 60693.966 60693.966 -117.73423 -117.73423 31000 -22783.902 -22783.902 -22932.788 -22932.788 288.03075 288.03075 60677.598 60677.598 67.160784 67.160784 Loop time of 36.6828 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.190 hours/ns, 27.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 | 36.529 | 36.529 | 36.529 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021661 | 0.021661 | 0.021661 | 0.0 | 0.06 Output | 4.4463e-05 | 4.4463e-05 | 4.4463e-05 | 0.0 | 0.00 Modify | 0.12119 | 0.12119 | 0.12119 | 0.0 | 0.33 Other | | 0.01044 | | | 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: 311938 ave 311938 max 311938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311938 Ave neighs/atom = 77.9845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.264084663172, Press = 1.01974356369522 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -22783.902 -22783.902 -22932.788 -22932.788 288.03075 288.03075 60677.598 60677.598 67.160784 67.160784 32000 -22776.766 -22776.766 -22928.418 -22928.418 293.3807 293.3807 60695.682 60695.682 76.108847 76.108847 Loop time of 36.6478 on 1 procs for 1000 steps with 4000 atoms Performance: 2.358 ns/day, 10.180 hours/ns, 27.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 | 36.494 | 36.494 | 36.494 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021674 | 0.021674 | 0.021674 | 0.0 | 0.06 Output | 4.0135e-05 | 4.0135e-05 | 4.0135e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.33 Other | | 0.01047 | | | 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: 311930 ave 311930 max 311930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311930 Ave neighs/atom = 77.9825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.177052721331, Press = 1.25386371774949 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -22776.766 -22776.766 -22928.418 -22928.418 293.3807 293.3807 60695.682 60695.682 76.108847 76.108847 33000 -22781.809 -22781.809 -22931.752 -22931.752 290.07491 290.07491 60710.499 60710.499 -746.64183 -746.64183 Loop time of 36.6874 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.191 hours/ns, 27.257 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 | 36.534 | 36.534 | 36.534 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021544 | 0.021544 | 0.021544 | 0.0 | 0.06 Output | 3.1379e-05 | 3.1379e-05 | 3.1379e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.33 Other | | 0.01044 | | | 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: 311926 ave 311926 max 311926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311926 Ave neighs/atom = 77.9815 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.161702378835, Press = 1.75164872077434 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -22781.809 -22781.809 -22931.752 -22931.752 290.07491 290.07491 60710.499 60710.499 -746.64183 -746.64183 34000 -22775.985 -22775.985 -22930.797 -22930.797 299.49358 299.49358 60763.632 60763.632 -2034.2553 -2034.2553 Loop time of 36.7048 on 1 procs for 1000 steps with 4000 atoms Performance: 2.354 ns/day, 10.196 hours/ns, 27.244 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 | 36.551 | 36.551 | 36.551 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021672 | 0.021672 | 0.021672 | 0.0 | 0.06 Output | 4.4042e-05 | 4.4042e-05 | 4.4042e-05 | 0.0 | 0.00 Modify | 0.12116 | 0.12116 | 0.12116 | 0.0 | 0.33 Other | | 0.01043 | | | 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: 311940 ave 311940 max 311940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311940 Ave neighs/atom = 77.985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.166239074307, Press = 0.721545824585011 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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -22775.985 -22775.985 -22930.797 -22930.797 299.49358 299.49358 60763.632 60763.632 -2034.2553 -2034.2553 35000 -22781.815 -22781.815 -22932.994 -22932.994 292.46618 292.46618 60736.35 60736.35 -1507.4569 -1507.4569 Loop time of 36.6786 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.188 hours/ns, 27.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 | 36.525 | 36.525 | 36.525 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021594 | 0.021594 | 0.021594 | 0.0 | 0.06 Output | 3.0327e-05 | 3.0327e-05 | 3.0327e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.33 Other | | 0.01052 | | | 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: 311934 ave 311934 max 311934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311934 Ave neighs/atom = 77.9835 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 60689.6179841144 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0