# 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.5564776659011836*${_u_distance} variable latticeconst_converted equal 3.5564776659011836*1 lattice diamond ${latticeconst_converted} lattice diamond 3.55647766590118 Lattice spacing in x,y,z = 3.5564777 3.5564777 3.5564777 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.564777 35.564777 35.564777) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.564777 35.564777 35.564777) create_atoms CPU = 0.002 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions C #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KangEunJun_2014_SiC__MO_477506997611_001 pair_coeff * * C #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 44984.2265010191 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2265010191/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2265010191/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2265010191/(1*1*${_u_distance}) variable V0_metal equal 44984.2265010191/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 44984.2265010191*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 44984.2265010191 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_477506997611_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58636.218 -58636.218 -58960 -58960 313.15 313.15 44984.227 44984.227 7687.938 7687.938 1000 -58283.37 -58283.37 -58622.662 -58622.662 328.15138 328.15138 45377.235 45377.235 -3498.9998 -3498.9998 Loop time of 398.308 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.641 hours/ns, 2.511 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 397.58 | 397.58 | 397.58 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091287 | 0.091287 | 0.091287 | 0.0 | 0.02 Output | 0.00035829 | 0.00035829 | 0.00035829 | 0.0 | 0.00 Modify | 0.55186 | 0.55186 | 0.55186 | 0.0 | 0.14 Other | | 0.08636 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58283.37 -58283.37 -58622.662 -58622.662 328.15138 328.15138 45377.235 45377.235 -3498.9998 -3498.9998 2000 -58317.439 -58317.439 -58640.585 -58640.585 312.53451 312.53451 45314.404 45314.404 787.34578 787.34578 Loop time of 397.843 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.512 hours/ns, 2.514 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 397.11 | 397.11 | 397.11 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091217 | 0.091217 | 0.091217 | 0.0 | 0.02 Output | 0.00016763 | 0.00016763 | 0.00016763 | 0.0 | 0.00 Modify | 0.5496 | 0.5496 | 0.5496 | 0.0 | 0.14 Other | | 0.08817 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26373e+06 ave 1.26373e+06 max 1.26373e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263728 Ave neighs/atom = 157.96600 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58317.439 -58317.439 -58640.585 -58640.585 312.53451 312.53451 45314.404 45314.404 787.34578 787.34578 3000 -58302.103 -58302.103 -58635.162 -58635.162 322.12255 322.12255 45330.361 45330.361 431.76583 431.76583 Loop time of 396.747 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.207 hours/ns, 2.520 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 396.02 | 396.02 | 396.02 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091556 | 0.091556 | 0.091556 | 0.0 | 0.02 Output | 0.00017468 | 0.00017468 | 0.00017468 | 0.0 | 0.00 Modify | 0.54978 | 0.54978 | 0.54978 | 0.0 | 0.14 Other | | 0.08787 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26379e+06 ave 1.26379e+06 max 1.26379e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263786 Ave neighs/atom = 157.97325 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58302.103 -58302.103 -58635.162 -58635.162 322.12255 322.12255 45330.361 45330.361 431.76583 431.76583 4000 -58306.903 -58306.903 -58629.504 -58629.504 312.00788 312.00788 45336.285 45336.285 -757.73912 -757.73912 Loop time of 396.236 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.066 hours/ns, 2.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.51 | 395.51 | 395.51 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091467 | 0.091467 | 0.091467 | 0.0 | 0.02 Output | 0.00017477 | 0.00017477 | 0.00017477 | 0.0 | 0.00 Modify | 0.549 | 0.549 | 0.549 | 0.0 | 0.14 Other | | 0.08757 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26380e+06 ave 1.2638e+06 max 1.2638e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263802 Ave neighs/atom = 157.97525 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58306.903 -58306.903 -58629.504 -58629.504 312.00788 312.00788 45336.285 45336.285 -757.73912 -757.73912 5000 -58310.176 -58310.176 -58631.01 -58631.01 310.29864 310.29864 45308.185 45308.185 1962.5801 1962.5801 Loop time of 396.164 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.046 hours/ns, 2.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.44 | 395.44 | 395.44 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09142 | 0.09142 | 0.09142 | 0.0 | 0.02 Output | 0.00013054 | 0.00013054 | 0.00013054 | 0.0 | 0.00 Modify | 0.54987 | 0.54987 | 0.54987 | 0.0 | 0.14 Other | | 0.08738 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26378e+06 ave 1.26378e+06 max 1.26378e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263778 Ave neighs/atom = 157.97225 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.737997572725, Press = -379.406983398084 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58310.176 -58310.176 -58631.01 -58631.01 310.29864 310.29864 45308.185 45308.185 1962.5801 1962.5801 6000 -58301.435 -58301.435 -58628.366 -58628.366 316.19579 316.19579 45370.09 45370.09 -3713.5908 -3713.5908 Loop time of 396.244 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.068 hours/ns, 2.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.5 | 395.5 | 395.5 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091585 | 0.091585 | 0.091585 | 0.0 | 0.02 Output | 0.0001332 | 0.0001332 | 0.0001332 | 0.0 | 0.00 Modify | 0.56316 | 0.56316 | 0.56316 | 0.0 | 0.14 Other | | 0.08744 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26382e+06 ave 1.26382e+06 max 1.26382e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263818 Ave neighs/atom = 157.97725 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.708519612114, Press = -38.3230019828211 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58301.435 -58301.435 -58628.366 -58628.366 316.19579 316.19579 45370.09 45370.09 -3713.5908 -3713.5908 7000 -58312.383 -58312.383 -58636.659 -58636.659 313.62849 313.62849 45279.635 45279.635 4284.7312 4284.7312 Loop time of 396.25 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.069 hours/ns, 2.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.51 | 395.51 | 395.51 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091653 | 0.091653 | 0.091653 | 0.0 | 0.02 Output | 0.00012871 | 0.00012871 | 0.00012871 | 0.0 | 0.00 Modify | 0.56259 | 0.56259 | 0.56259 | 0.0 | 0.14 Other | | 0.08751 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26369e+06 ave 1.26369e+06 max 1.26369e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263688 Ave neighs/atom = 157.96100 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.016327978508, Press = 16.0067049725612 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58312.383 -58312.383 -58636.659 -58636.659 313.62849 313.62849 45279.635 45279.635 4284.7312 4284.7312 8000 -58301.877 -58301.877 -58627.67 -58627.67 315.09472 315.09472 45344.772 45344.772 -796.72492 -796.72492 Loop time of 396.066 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.018 hours/ns, 2.525 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.32 | 395.32 | 395.32 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091363 | 0.091363 | 0.091363 | 0.0 | 0.02 Output | 0.00013176 | 0.00013176 | 0.00013176 | 0.0 | 0.00 Modify | 0.56288 | 0.56288 | 0.56288 | 0.0 | 0.14 Other | | 0.08746 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26380e+06 ave 1.2638e+06 max 1.2638e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263802 Ave neighs/atom = 157.97525 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.08887952126, Press = -21.5571236455974 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58301.877 -58301.877 -58627.67 -58627.67 315.09472 315.09472 45344.772 45344.772 -796.72492 -796.72492 9000 -58309.909 -58309.909 -58628.561 -58628.561 308.18792 308.18792 45313.045 45313.045 1631.036 1631.036 Loop time of 395.624 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.896 hours/ns, 2.528 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.88 | 394.88 | 394.88 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091128 | 0.091128 | 0.091128 | 0.0 | 0.02 Output | 0.00013279 | 0.00013279 | 0.00013279 | 0.0 | 0.00 Modify | 0.56293 | 0.56293 | 0.56293 | 0.0 | 0.14 Other | | 0.08735 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26379e+06 ave 1.26379e+06 max 1.26379e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263790 Ave neighs/atom = 157.97375 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.023704318715, Press = 1.34087803805735 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58309.909 -58309.909 -58628.561 -58628.561 308.18792 308.18792 45313.045 45313.045 1631.036 1631.036 10000 -58307.594 -58307.594 -58633.77 -58633.77 315.46514 315.46514 45325.812 45325.812 73.302329 73.302329 Loop time of 396.555 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.154 hours/ns, 2.522 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.81 | 395.81 | 395.81 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091412 | 0.091412 | 0.091412 | 0.0 | 0.02 Output | 0.0001327 | 0.0001327 | 0.0001327 | 0.0 | 0.00 Modify | 0.56374 | 0.56374 | 0.56374 | 0.0 | 0.14 Other | | 0.08784 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26379e+06 ave 1.26379e+06 max 1.26379e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263792 Ave neighs/atom = 157.97400 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.129420705754, Press = -20.0173695868672 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58307.594 -58307.594 -58633.77 -58633.77 315.46514 315.46514 45325.812 45325.812 73.302329 73.302329 11000 -58299.48 -58299.48 -58630.406 -58630.406 320.05958 320.05958 45346.918 45346.918 -1496.6255 -1496.6255 Loop time of 396.437 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.121 hours/ns, 2.522 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.69 | 395.69 | 395.69 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091533 | 0.091533 | 0.091533 | 0.0 | 0.02 Output | 0.00013021 | 0.00013021 | 0.00013021 | 0.0 | 0.00 Modify | 0.56327 | 0.56327 | 0.56327 | 0.0 | 0.14 Other | | 0.08785 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26377e+06 ave 1.26377e+06 max 1.26377e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263774 Ave neighs/atom = 157.97175 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.19562123447, Press = 3.50647456668494 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58299.48 -58299.48 -58630.406 -58630.406 320.05958 320.05958 45346.918 45346.918 -1496.6255 -1496.6255 12000 -58308.114 -58308.114 -58628.792 -58628.792 310.14872 310.14872 45287.49 45287.49 3853.0942 3853.0942 Loop time of 395.964 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.990 hours/ns, 2.525 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.22 | 395.22 | 395.22 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09175 | 0.09175 | 0.09175 | 0.0 | 0.02 Output | 0.00013018 | 0.00013018 | 0.00013018 | 0.0 | 0.00 Modify | 0.56271 | 0.56271 | 0.56271 | 0.0 | 0.14 Other | | 0.08759 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26372e+06 ave 1.26372e+06 max 1.26372e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263724 Ave neighs/atom = 157.96550 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.329784728554, Press = -8.76586072587875 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58308.114 -58308.114 -58628.792 -58628.792 310.14872 310.14872 45287.49 45287.49 3853.0942 3853.0942 13000 -58301.021 -58301.021 -58624.557 -58624.557 312.91171 312.91171 45366.671 45366.671 -3677.4968 -3677.4968 Loop time of 396.401 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.111 hours/ns, 2.523 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.66 | 395.66 | 395.66 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09161 | 0.09161 | 0.09161 | 0.0 | 0.02 Output | 0.00012831 | 0.00012831 | 0.00012831 | 0.0 | 0.00 Modify | 0.56321 | 0.56321 | 0.56321 | 0.0 | 0.14 Other | | 0.08779 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26374e+06 ave 1.26374e+06 max 1.26374e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263744 Ave neighs/atom = 157.96800 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.487158224959, Press = -5.32506745790648 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58301.021 -58301.021 -58624.557 -58624.557 312.91171 312.91171 45366.671 45366.671 -3677.4968 -3677.4968 14000 -58302.513 -58302.513 -58630.131 -58630.131 316.86002 316.86002 45314.009 45314.009 1414.4454 1414.4454 Loop time of 395.796 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.943 hours/ns, 2.527 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.05 | 395.05 | 395.05 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091135 | 0.091135 | 0.091135 | 0.0 | 0.02 Output | 0.00012896 | 0.00012896 | 0.00012896 | 0.0 | 0.00 Modify | 0.56331 | 0.56331 | 0.56331 | 0.0 | 0.14 Other | | 0.08788 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26375e+06 ave 1.26375e+06 max 1.26375e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263752 Ave neighs/atom = 157.96900 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.458878954209, Press = -1.70340815366875 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58302.513 -58302.513 -58630.131 -58630.131 316.86002 316.86002 45314.009 45314.009 1414.4454 1414.4454 15000 -58318.086 -58318.086 -58638.562 -58638.562 309.95183 309.95183 45330.857 45330.857 -883.18733 -883.18733 Loop time of 396.686 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.191 hours/ns, 2.521 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.94 | 395.94 | 395.94 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091333 | 0.091333 | 0.091333 | 0.0 | 0.02 Output | 0.000129 | 0.000129 | 0.000129 | 0.0 | 0.00 Modify | 0.56331 | 0.56331 | 0.56331 | 0.0 | 0.14 Other | | 0.08786 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26376e+06 ave 1.26376e+06 max 1.26376e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263758 Ave neighs/atom = 157.96975 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.35360744001, Press = -4.67464217521534 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58318.086 -58318.086 -58638.562 -58638.562 309.95183 309.95183 45330.857 45330.857 -883.18733 -883.18733 16000 -58305.858 -58305.858 -58630.446 -58630.446 313.92954 313.92954 45319.037 45319.037 806.91794 806.91794 Loop time of 396.564 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.157 hours/ns, 2.522 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.82 | 395.82 | 395.82 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091889 | 0.091889 | 0.091889 | 0.0 | 0.02 Output | 0.000128 | 0.000128 | 0.000128 | 0.0 | 0.00 Modify | 0.56321 | 0.56321 | 0.56321 | 0.0 | 0.14 Other | | 0.08778 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26376e+06 ave 1.26376e+06 max 1.26376e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263756 Ave neighs/atom = 157.96950 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.249434668188, Press = -0.785583864092547 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58305.858 -58305.858 -58630.446 -58630.446 313.92954 313.92954 45319.037 45319.037 806.91794 806.91794 17000 -58305.236 -58305.236 -58629.157 -58629.157 313.28477 313.28477 45342.615 45342.615 -1168.5221 -1168.5221 Loop time of 396.543 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.151 hours/ns, 2.522 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.8 | 395.8 | 395.8 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091411 | 0.091411 | 0.091411 | 0.0 | 0.02 Output | 0.00013097 | 0.00013097 | 0.00013097 | 0.0 | 0.00 Modify | 0.56292 | 0.56292 | 0.56292 | 0.0 | 0.14 Other | | 0.08773 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26375e+06 ave 1.26375e+06 max 1.26375e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263748 Ave neighs/atom = 157.96850 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.142858865958, Press = -7.91933038571621 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58305.236 -58305.236 -58629.157 -58629.157 313.28477 313.28477 45342.615 45342.615 -1168.5221 -1168.5221 18000 -58308.593 -58308.593 -58630.764 -58630.764 311.59164 311.59164 45330.451 45330.451 -13.22904 -13.22904 Loop time of 396.107 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.030 hours/ns, 2.525 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.36 | 395.36 | 395.36 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091628 | 0.091628 | 0.091628 | 0.0 | 0.02 Output | 0.00012749 | 0.00012749 | 0.00012749 | 0.0 | 0.00 Modify | 0.56328 | 0.56328 | 0.56328 | 0.0 | 0.14 Other | | 0.08754 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26374e+06 ave 1.26374e+06 max 1.26374e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263742 Ave neighs/atom = 157.96775 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.180750464484, Press = 6.4193688949797 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58308.593 -58308.593 -58630.764 -58630.764 311.59164 311.59164 45330.451 45330.451 -13.22904 -13.22904 19000 -58301.075 -58301.075 -58622.718 -58622.718 311.08148 311.08148 45314.093 45314.093 2116.6684 2116.6684 Loop time of 396.058 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.016 hours/ns, 2.525 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.32 | 395.32 | 395.32 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091547 | 0.091547 | 0.091547 | 0.0 | 0.02 Output | 0.00012814 | 0.00012814 | 0.00012814 | 0.0 | 0.00 Modify | 0.5629 | 0.5629 | 0.5629 | 0.0 | 0.14 Other | | 0.08771 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26379e+06 ave 1.26379e+06 max 1.26379e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263792 Ave neighs/atom = 157.97400 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.167633871336, Press = -7.35871804474823 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58301.075 -58301.075 -58622.718 -58622.718 311.08148 311.08148 45314.093 45314.093 2116.6684 2116.6684 20000 -58308.06 -58308.06 -58632.34 -58632.34 313.63216 313.63216 45343.118 45343.118 -1553.3265 -1553.3265 Loop time of 396.229 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.064 hours/ns, 2.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.49 | 395.49 | 395.49 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091681 | 0.091681 | 0.091681 | 0.0 | 0.02 Output | 0.00013666 | 0.00013666 | 0.00013666 | 0.0 | 0.00 Modify | 0.56337 | 0.56337 | 0.56337 | 0.0 | 0.14 Other | | 0.08774 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26373e+06 ave 1.26373e+06 max 1.26373e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263732 Ave neighs/atom = 157.96650 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.189526956823, Press = -1.46073099855473 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58308.06 -58308.06 -58632.34 -58632.34 313.63216 313.63216 45343.118 45343.118 -1553.3265 -1553.3265 21000 -58303.335 -58303.335 -58624.876 -58624.876 310.98203 310.98203 45316.225 45316.225 1485.0629 1485.0629 Loop time of 396.13 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.036 hours/ns, 2.524 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395.39 | 395.39 | 395.39 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091809 | 0.091809 | 0.091809 | 0.0 | 0.02 Output | 0.00012633 | 0.00012633 | 0.00012633 | 0.0 | 0.00 Modify | 0.5633 | 0.5633 | 0.5633 | 0.0 | 0.14 Other | | 0.08776 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26379e+06 ave 1.26379e+06 max 1.26379e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263794 Ave neighs/atom = 157.97425 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.188790665753, Press = -1.69001302992384 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58303.335 -58303.335 -58624.876 -58624.876 310.98203 310.98203 45316.225 45316.225 1485.0629 1485.0629 22000 -58311.308 -58311.308 -58632.234 -58632.234 310.38779 310.38779 45342.595 45342.595 -1702.2091 -1702.2091 Loop time of 395.29 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.803 hours/ns, 2.530 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.55 | 394.55 | 394.55 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091259 | 0.091259 | 0.091259 | 0.0 | 0.02 Output | 0.00013564 | 0.00013564 | 0.00013564 | 0.0 | 0.00 Modify | 0.56263 | 0.56263 | 0.56263 | 0.0 | 0.14 Other | | 0.08769 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26374e+06 ave 1.26374e+06 max 1.26374e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263740 Ave neighs/atom = 157.96750 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.187193787546, Press = -2.71221685317532 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58311.308 -58311.308 -58632.234 -58632.234 310.38779 310.38779 45342.595 45342.595 -1702.2091 -1702.2091 23000 -58304.275 -58304.275 -58630.748 -58630.748 315.75293 315.75293 45310.59 45310.59 2118.3884 2118.3884 Loop time of 395.564 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.879 hours/ns, 2.528 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.82 | 394.82 | 394.82 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091405 | 0.091405 | 0.091405 | 0.0 | 0.02 Output | 0.00012821 | 0.00012821 | 0.00012821 | 0.0 | 0.00 Modify | 0.56289 | 0.56289 | 0.56289 | 0.0 | 0.14 Other | | 0.08761 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26378e+06 ave 1.26378e+06 max 1.26378e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263784 Ave neighs/atom = 157.97300 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.145182700012, Press = -0.753282671332992 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58304.275 -58304.275 -58630.748 -58630.748 315.75293 315.75293 45310.59 45310.59 2118.3884 2118.3884 24000 -58313.053 -58313.053 -58634.456 -58634.456 310.84994 310.84994 45347.283 45347.283 -2195.5386 -2195.5386 Loop time of 395.613 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.892 hours/ns, 2.528 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.87 | 394.87 | 394.87 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091554 | 0.091554 | 0.091554 | 0.0 | 0.02 Output | 0.00011495 | 0.00011495 | 0.00011495 | 0.0 | 0.00 Modify | 0.56293 | 0.56293 | 0.56293 | 0.0 | 0.14 Other | | 0.08781 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26378e+06 ave 1.26378e+06 max 1.26378e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263776 Ave neighs/atom = 157.97200 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.082298197197, Press = -2.93592820029905 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58313.053 -58313.053 -58634.456 -58634.456 310.84994 310.84994 45347.283 45347.283 -2195.5386 -2195.5386 25000 -58305.702 -58305.702 -58629.609 -58629.609 313.27084 313.27084 45310.801 45310.801 1994.2631 1994.2631 Loop time of 395.407 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.835 hours/ns, 2.529 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.66 | 394.66 | 394.66 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091627 | 0.091627 | 0.091627 | 0.0 | 0.02 Output | 0.00013437 | 0.00013437 | 0.00013437 | 0.0 | 0.00 Modify | 0.56287 | 0.56287 | 0.56287 | 0.0 | 0.14 Other | | 0.0877 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26383e+06 ave 1.26383e+06 max 1.26383e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263826 Ave neighs/atom = 157.97825 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.017496186032, Press = 1.25693622847163 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58305.702 -58305.702 -58629.609 -58629.609 313.27084 313.27084 45310.801 45310.801 1994.2631 1994.2631 26000 -58312.526 -58312.526 -58630.878 -58630.878 307.8986 307.8986 45337.298 45337.298 -958.97636 -958.97636 Loop time of 395.234 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.787 hours/ns, 2.530 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.49 | 394.49 | 394.49 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09128 | 0.09128 | 0.09128 | 0.0 | 0.02 Output | 0.00012988 | 0.00012988 | 0.00012988 | 0.0 | 0.00 Modify | 0.56302 | 0.56302 | 0.56302 | 0.0 | 0.14 Other | | 0.08784 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26379e+06 ave 1.26379e+06 max 1.26379e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263788 Ave neighs/atom = 157.97350 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.997766907622, Press = -4.98655678020206 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -58312.526 -58312.526 -58630.878 -58630.878 307.8986 307.8986 45337.298 45337.298 -958.97636 -958.97636 27000 -58314.971 -58314.971 -58631.197 -58631.197 305.84134 305.84134 45328.263 45328.263 -90.653278 -90.653278 Loop time of 395.339 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.816 hours/ns, 2.529 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.6 | 394.6 | 394.6 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091443 | 0.091443 | 0.091443 | 0.0 | 0.02 Output | 0.00013142 | 0.00013142 | 0.00013142 | 0.0 | 0.00 Modify | 0.56276 | 0.56276 | 0.56276 | 0.0 | 0.14 Other | | 0.08762 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26377e+06 ave 1.26377e+06 max 1.26377e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263766 Ave neighs/atom = 157.97075 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.003290421269, Press = 4.95529569399028 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -58314.971 -58314.971 -58631.197 -58631.197 305.84134 305.84134 45328.263 45328.263 -90.653278 -90.653278 28000 -58305.361 -58305.361 -58630.282 -58630.282 314.25181 314.25181 45310.152 45310.152 1711.098 1711.098 Loop time of 395.219 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.783 hours/ns, 2.530 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 394.48 | 394.48 | 394.48 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09162 | 0.09162 | 0.09162 | 0.0 | 0.02 Output | 0.00012936 | 0.00012936 | 0.00012936 | 0.0 | 0.00 Modify | 0.56319 | 0.56319 | 0.56319 | 0.0 | 0.14 Other | | 0.08769 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26376e+06 ave 1.26376e+06 max 1.26376e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263764 Ave neighs/atom = 157.97050 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.97399395383, Press = -4.43754460264102 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.90 | 10.90 | 10.90 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -58305.361 -58305.361 -58630.282 -58630.282 314.25181 314.25181 45310.152 45310.152 1711.098 1711.098 29000 -58309.556 -58309.556 -58631.493 -58631.493 311.36576 311.36576 45342.147 45342.147 -1470.9075 -1470.9075 Loop time of 395.745 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.929 hours/ns, 2.527 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 395 | 395 | 395 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091655 | 0.091655 | 0.091655 | 0.0 | 0.02 Output | 0.00012709 | 0.00012709 | 0.00012709 | 0.0 | 0.00 Modify | 0.56316 | 0.56316 | 0.56316 | 0.0 | 0.14 Other | | 0.08778 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26383e+06 ave 1.26383e+06 max 1.26383e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263828 Ave neighs/atom = 157.97850 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 45328.6225520155 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0