# 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.003 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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 -58698.255 -58698.255 -58960 -58960 253.15 253.15 44984.227 44984.227 6214.9119 6214.9119 1000 -58413.727 -58413.727 -58690.997 -58690.997 268.16521 268.16521 45287.365 45287.365 -1717.0566 -1717.0566 Loop time of 399.582 on 1 procs for 1000 steps with 8000 atoms Performance: 0.216 ns/day, 110.995 hours/ns, 2.503 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 | 398.85 | 398.85 | 398.85 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092264 | 0.092264 | 0.092264 | 0.0 | 0.02 Output | 0.00023668 | 0.00023668 | 0.00023668 | 0.0 | 0.00 Modify | 0.55244 | 0.55244 | 0.55244 | 0.0 | 0.14 Other | | 0.08999 | | | 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 -58413.727 -58413.727 -58690.997 -58690.997 268.16521 268.16521 45287.365 45287.365 -1717.0566 -1717.0566 2000 -58440.931 -58440.931 -58697.477 -58697.477 248.12103 248.12103 45268.32 45268.32 -1119.2382 -1119.2382 Loop time of 396.505 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.140 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.78 | 395.78 | 395.78 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091701 | 0.091701 | 0.091701 | 0.0 | 0.02 Output | 0.00015421 | 0.00015421 | 0.00015421 | 0.0 | 0.00 Modify | 0.54709 | 0.54709 | 0.54709 | 0.0 | 0.14 Other | | 0.08713 | | | 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.26394e+06 ave 1.26394e+06 max 1.26394e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263938 Ave neighs/atom = 157.99225 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 -58440.931 -58440.931 -58697.477 -58697.477 248.12103 248.12103 45268.32 45268.32 -1119.2382 -1119.2382 3000 -58429.126 -58429.126 -58700.144 -58700.144 262.11808 262.11808 45250.454 45250.454 1371.9591 1371.9591 Loop time of 396.089 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 110.025 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.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091805 | 0.091805 | 0.091805 | 0.0 | 0.02 Output | 0.00016018 | 0.00016018 | 0.00016018 | 0.0 | 0.00 Modify | 0.54592 | 0.54592 | 0.54592 | 0.0 | 0.14 Other | | 0.08683 | | | 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.26392e+06 ave 1.26392e+06 max 1.26392e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263916 Ave neighs/atom = 157.98950 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 -58429.126 -58429.126 -58700.144 -58700.144 262.11808 262.11808 45250.454 45250.454 1371.9591 1371.9591 4000 -58432.227 -58432.227 -58692.844 -58692.844 252.0586 252.0586 45269.58 45269.58 -989.07111 -989.07111 Loop time of 395.831 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.953 hours/ns, 2.526 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.1 | 395.1 | 395.1 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0921 | 0.0921 | 0.0921 | 0.0 | 0.02 Output | 0.0001548 | 0.0001548 | 0.0001548 | 0.0 | 0.00 Modify | 0.54829 | 0.54829 | 0.54829 | 0.0 | 0.14 Other | | 0.08719 | | | 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.26397e+06 ave 1.26397e+06 max 1.26397e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263968 Ave neighs/atom = 157.99600 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 -58432.227 -58432.227 -58692.844 -58692.844 252.0586 252.0586 45269.58 45269.58 -989.07111 -989.07111 5000 -58435.7 -58435.7 -58700.603 -58700.603 256.20394 256.20394 45267.575 45267.575 -882.13995 -882.13995 Loop time of 405.676 on 1 procs for 1000 steps with 8000 atoms Performance: 0.213 ns/day, 112.688 hours/ns, 2.465 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 | 404.93 | 404.93 | 404.93 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092258 | 0.092258 | 0.092258 | 0.0 | 0.02 Output | 0.00012416 | 0.00012416 | 0.00012416 | 0.0 | 0.00 Modify | 0.56358 | 0.56358 | 0.56358 | 0.0 | 0.14 Other | | 0.08808 | | | 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.26393e+06 ave 1.26393e+06 max 1.26393e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263932 Ave neighs/atom = 157.99150 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 = 252.845688147842, Press = -268.801343915635 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 -58435.7 -58435.7 -58700.603 -58700.603 256.20394 256.20394 45267.575 45267.575 -882.13995 -882.13995 6000 -58427.949 -58427.949 -58692.755 -58692.755 256.11107 256.11107 45233.181 45233.181 3027.4996 3027.4996 Loop time of 395.632 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.898 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.89 | 394.89 | 394.89 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091625 | 0.091625 | 0.091625 | 0.0 | 0.02 Output | 0.00012595 | 0.00012595 | 0.00012595 | 0.0 | 0.00 Modify | 0.56032 | 0.56032 | 0.56032 | 0.0 | 0.14 Other | | 0.0871 | | | 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.26396e+06 ave 1.26396e+06 max 1.26396e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263956 Ave neighs/atom = 157.99450 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 = 252.831597743114, Press = 25.3178488414907 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 -58427.949 -58427.949 -58692.755 -58692.755 256.11107 256.11107 45233.181 45233.181 3027.4996 3027.4996 7000 -58437.284 -58437.284 -58693.853 -58693.853 248.14394 248.14394 45279.81 45279.81 -1989.9445 -1989.9445 Loop time of 395.402 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.834 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.091353 | 0.091353 | 0.091353 | 0.0 | 0.02 Output | 0.00012339 | 0.00012339 | 0.00012339 | 0.0 | 0.00 Modify | 0.56055 | 0.56055 | 0.56055 | 0.0 | 0.14 Other | | 0.087 | | | 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.26390e+06 ave 1.2639e+06 max 1.2639e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263902 Ave neighs/atom = 157.98775 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 = 253.011147154228, Press = 34.1793775012005 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 -58437.284 -58437.284 -58693.853 -58693.853 248.14394 248.14394 45279.81 45279.81 -1989.9445 -1989.9445 8000 -58428.839 -58428.839 -58691.034 -58691.034 253.5856 253.5856 45286.171 45286.171 -2219.2595 -2219.2595 Loop time of 398.262 on 1 procs for 1000 steps with 8000 atoms Performance: 0.217 ns/day, 110.628 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.52 | 397.52 | 397.52 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091551 | 0.091551 | 0.091551 | 0.0 | 0.02 Output | 0.00012486 | 0.00012486 | 0.00012486 | 0.0 | 0.00 Modify | 0.5643 | 0.5643 | 0.5643 | 0.0 | 0.14 Other | | 0.08717 | | | 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.26395e+06 ave 1.26395e+06 max 1.26395e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263948 Ave neighs/atom = 157.99350 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 = 253.093457716776, Press = -13.74090251549 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 -58428.839 -58428.839 -58691.034 -58691.034 253.5856 253.5856 45286.171 45286.171 -2219.2595 -2219.2595 9000 -58434.426 -58434.426 -58695.858 -58695.858 252.84645 252.84645 45245.611 45245.611 1410.8805 1410.8805 Loop time of 416.477 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 115.688 hours/ns, 2.401 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 | 415.7 | 415.7 | 415.7 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093839 | 0.093839 | 0.093839 | 0.0 | 0.02 Output | 0.00012004 | 0.00012004 | 0.00012004 | 0.0 | 0.00 Modify | 0.59698 | 0.59698 | 0.59698 | 0.0 | 0.14 Other | | 0.08959 | | | 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.26395e+06 ave 1.26395e+06 max 1.26395e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263948 Ave neighs/atom = 157.99350 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 = 253.045820852939, Press = 1.36444242639921 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 -58434.426 -58434.426 -58695.858 -58695.858 252.84645 252.84645 45245.611 45245.611 1410.8805 1410.8805 10000 -58434.115 -58434.115 -58693.251 -58693.251 250.62696 250.62696 45266.592 45266.592 -461.35397 -461.35397 Loop time of 395.982 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.995 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.24 | 395.24 | 395.24 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091686 | 0.091686 | 0.091686 | 0.0 | 0.02 Output | 0.00012495 | 0.00012495 | 0.00012495 | 0.0 | 0.00 Modify | 0.56027 | 0.56027 | 0.56027 | 0.0 | 0.14 Other | | 0.08673 | | | 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.26393e+06 ave 1.26393e+06 max 1.26393e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263926 Ave neighs/atom = 157.99075 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 = 253.126970970584, Press = 6.13515171088103 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 -58434.115 -58434.115 -58693.251 -58693.251 250.62696 250.62696 45266.592 45266.592 -461.35397 -461.35397 11000 -58427.109 -58427.109 -58695.858 -58695.858 259.9234 259.9234 45273.967 45273.967 -1140.3406 -1140.3406 Loop time of 395.487 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.858 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.75 | 394.75 | 394.75 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091551 | 0.091551 | 0.091551 | 0.0 | 0.02 Output | 0.00012337 | 0.00012337 | 0.00012337 | 0.0 | 0.00 Modify | 0.55981 | 0.55981 | 0.55981 | 0.0 | 0.14 Other | | 0.08697 | | | 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.26395e+06 ave 1.26395e+06 max 1.26395e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263948 Ave neighs/atom = 157.99350 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 = 253.166238561812, Press = -3.52984521439368 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 -58427.109 -58427.109 -58695.858 -58695.858 259.9234 259.9234 45273.967 45273.967 -1140.3406 -1140.3406 12000 -58433.863 -58433.863 -58693.267 -58693.267 250.88569 250.88569 45243.287 45243.287 1776.8431 1776.8431 Loop time of 395.921 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.978 hours/ns, 2.526 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.18 | 395.18 | 395.18 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091401 | 0.091401 | 0.091401 | 0.0 | 0.02 Output | 0.00012383 | 0.00012383 | 0.00012383 | 0.0 | 0.00 Modify | 0.56012 | 0.56012 | 0.56012 | 0.0 | 0.14 Other | | 0.08711 | | | 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.26393e+06 ave 1.26393e+06 max 1.26393e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263926 Ave neighs/atom = 157.99075 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 = 253.296193523292, Press = 1.70858831815694 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 -58433.863 -58433.863 -58693.267 -58693.267 250.88569 250.88569 45243.287 45243.287 1776.8431 1776.8431 13000 -58426.345 -58426.345 -58689.969 -58689.969 254.96752 254.96752 45276.203 45276.203 -874.92697 -874.92697 Loop time of 395.824 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.951 hours/ns, 2.526 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.08 | 395.08 | 395.08 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091843 | 0.091843 | 0.091843 | 0.0 | 0.02 Output | 0.00012471 | 0.00012471 | 0.00012471 | 0.0 | 0.00 Modify | 0.55987 | 0.55987 | 0.55987 | 0.0 | 0.14 Other | | 0.08702 | | | 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.26391e+06 ave 1.26391e+06 max 1.26391e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263908 Ave neighs/atom = 157.98850 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 = 253.399643189765, Press = 8.54884500945527 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 -58426.345 -58426.345 -58689.969 -58689.969 254.96752 254.96752 45276.203 45276.203 -874.92697 -874.92697 14000 -58429.237 -58429.237 -58693.932 -58693.932 256.00301 256.00301 45289.026 45289.026 -2656.5417 -2656.5417 Loop time of 395.542 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.873 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.8 | 394.8 | 394.8 | 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.00012379 | 0.00012379 | 0.00012379 | 0.0 | 0.00 Modify | 0.55988 | 0.55988 | 0.55988 | 0.0 | 0.14 Other | | 0.08699 | | | 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.26387e+06 ave 1.26387e+06 max 1.26387e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263872 Ave neighs/atom = 157.98400 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 = 253.382188367399, Press = -4.1399113172577 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 -58429.237 -58429.237 -58693.932 -58693.932 256.00301 256.00301 45289.026 45289.026 -2656.5417 -2656.5417 15000 -58438.489 -58438.489 -58695.185 -58695.185 248.26664 248.26664 45235.002 45235.002 2196.6501 2196.6501 Loop time of 395.88 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.967 hours/ns, 2.526 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.14 | 395.14 | 395.14 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091372 | 0.091372 | 0.091372 | 0.0 | 0.02 Output | 0.00012492 | 0.00012492 | 0.00012492 | 0.0 | 0.00 Modify | 0.55991 | 0.55991 | 0.55991 | 0.0 | 0.14 Other | | 0.08699 | | | 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.26394e+06 ave 1.26394e+06 max 1.26394e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263938 Ave neighs/atom = 157.99225 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 = 253.265030302441, Press = -1.87930015701584 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 -58438.489 -58438.489 -58695.185 -58695.185 248.26664 248.26664 45235.002 45235.002 2196.6501 2196.6501 16000 -58432.42 -58432.42 -58695.727 -58695.727 254.66049 254.66049 45253.796 45253.796 717.45201 717.45201 Loop time of 395.655 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.904 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 | 394.92 | 394.92 | 394.92 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091614 | 0.091614 | 0.091614 | 0.0 | 0.02 Output | 0.00012441 | 0.00012441 | 0.00012441 | 0.0 | 0.00 Modify | 0.56019 | 0.56019 | 0.56019 | 0.0 | 0.14 Other | | 0.08684 | | | 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.26393e+06 ave 1.26393e+06 max 1.26393e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263926 Ave neighs/atom = 157.99075 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 = 253.227614221672, Press = 5.57358921713969 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 -58432.42 -58432.42 -58695.727 -58695.727 254.66049 254.66049 45253.796 45253.796 717.45201 717.45201 17000 -58436.921 -58436.921 -58694.866 -58694.866 249.47507 249.47507 45270.526 45270.526 -1206.4581 -1206.4581 Loop time of 395.677 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.910 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 | 394.94 | 394.94 | 394.94 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091671 | 0.091671 | 0.091671 | 0.0 | 0.02 Output | 0.00012546 | 0.00012546 | 0.00012546 | 0.0 | 0.00 Modify | 0.55987 | 0.55987 | 0.55987 | 0.0 | 0.14 Other | | 0.08677 | | | 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.26395e+06 ave 1.26395e+06 max 1.26395e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263946 Ave neighs/atom = 157.99325 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 = 253.110034225363, Press = 0.217959882539533 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 -58436.921 -58436.921 -58694.866 -58694.866 249.47507 249.47507 45270.526 45270.526 -1206.4581 -1206.4581 18000 -58435.355 -58435.355 -58694.275 -58694.275 250.41793 250.41793 45252.66 45252.66 647.05267 647.05267 Loop time of 395.679 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.911 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 | 394.94 | 394.94 | 394.94 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091458 | 0.091458 | 0.091458 | 0.0 | 0.02 Output | 0.00012478 | 0.00012478 | 0.00012478 | 0.0 | 0.00 Modify | 0.55961 | 0.55961 | 0.55961 | 0.0 | 0.14 Other | | 0.08685 | | | 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.26393e+06 ave 1.26393e+06 max 1.26393e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263928 Ave neighs/atom = 157.99100 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 = 253.127409875694, Press = -0.210471653325056 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 -58435.355 -58435.355 -58694.275 -58694.275 250.41793 250.41793 45252.66 45252.66 647.05267 647.05267 19000 -58428.989 -58428.989 -58695.817 -58695.817 258.06566 258.06566 45254.204 45254.204 520.20699 520.20699 Loop time of 395.389 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.830 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.65 | 394.65 | 394.65 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09156 | 0.09156 | 0.09156 | 0.0 | 0.02 Output | 0.00012464 | 0.00012464 | 0.00012464 | 0.0 | 0.00 Modify | 0.5598 | 0.5598 | 0.5598 | 0.0 | 0.14 Other | | 0.08689 | | | 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.26392e+06 ave 1.26392e+06 max 1.26392e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263920 Ave neighs/atom = 157.99000 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 = 253.098591383187, Press = 2.113592276933 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 -58428.989 -58428.989 -58695.817 -58695.817 258.06566 258.06566 45254.204 45254.204 520.20699 520.20699 20000 -58436.356 -58436.356 -58697.154 -58697.154 252.23422 252.23422 45267.155 45267.155 -1095.6428 -1095.6428 Loop time of 395.663 on 1 procs for 1000 steps with 8000 atoms Performance: 0.218 ns/day, 109.906 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 | 394.92 | 394.92 | 394.92 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091661 | 0.091661 | 0.091661 | 0.0 | 0.02 Output | 0.00012296 | 0.00012296 | 0.00012296 | 0.0 | 0.00 Modify | 0.56009 | 0.56009 | 0.56009 | 0.0 | 0.14 Other | | 0.08717 | | | 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.26394e+06 ave 1.26394e+06 max 1.26394e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263940 Ave neighs/atom = 157.99250 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 = 253.087524292201, Press = 1.05289586522689 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 -58436.356 -58436.356 -58697.154 -58697.154 252.23422 252.23422 45267.155 45267.155 -1095.6428 -1095.6428 21000 -58428.334 -58428.334 -58691.641 -58691.641 254.66097 254.66097 45268.212 45268.212 -531.70081 -531.70081 Loop time of 395.121 on 1 procs for 1000 steps with 8000 atoms Performance: 0.219 ns/day, 109.756 hours/ns, 2.531 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.38 | 394.38 | 394.38 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09159 | 0.09159 | 0.09159 | 0.0 | 0.02 Output | 0.00012965 | 0.00012965 | 0.00012965 | 0.0 | 0.00 Modify | 0.56004 | 0.56004 | 0.56004 | 0.0 | 0.14 Other | | 0.0866 | | | 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.26394e+06 ave 1.26394e+06 max 1.26394e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263940 Ave neighs/atom = 157.99250 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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 45260.7086229871 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0