# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 4.049985826015473*${_u_distance} variable latticeconst_converted equal 4.049985826015473*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04998582601547 Lattice spacing in x,y,z = 4.0499858 4.0499858 4.0499858 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.499858 40.499858 40.499858) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (40.499858 40.499858 40.499858) create_atoms CPU = 0.001 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Al #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_SunRamachandranWick_2018_TiAl__MO_022920256108_002 pair_coeff * * Al #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66429.4275360972 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66429.4275360972/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66429.4275360972/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66429.4275360972/(1*1*${_u_distance}) variable V0_metal equal 66429.4275360972/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66429.4275360972*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66429.4275360972 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_022920256108_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.143 | 4.143 | 4.143 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13281.689 -13281.689 -13412.545 -13412.545 253.15 253.15 66429.428 66429.428 2104.0204 2104.0204 1000 -13139.626 -13139.626 -13270.708 -13270.708 253.58645 253.58645 67236.187 67236.187 606.08588 606.08588 Loop time of 39.0129 on 1 procs for 1000 steps with 4000 atoms Performance: 2.215 ns/day, 10.837 hours/ns, 25.633 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 38.869 | 38.869 | 38.869 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015368 | 0.015368 | 0.015368 | 0.0 | 0.04 Output | 0.00021224 | 0.00021224 | 0.00021224 | 0.0 | 0.00 Modify | 0.11856 | 0.11856 | 0.11856 | 0.0 | 0.30 Other | | 0.009739 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813 ave 3813 max 3813 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 216000 ave 216000 max 216000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 216000 Ave neighs/atom = 54 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13139.626 -13139.626 -13270.708 -13270.708 253.58645 253.58645 67236.187 67236.187 606.08588 606.08588 2000 -13150.623 -13150.623 -13278.974 -13278.974 248.30368 248.30368 67283.682 67283.682 -250.20326 -250.20326 Loop time of 43.7949 on 1 procs for 1000 steps with 4000 atoms Performance: 1.973 ns/day, 12.165 hours/ns, 22.834 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.652 | 43.652 | 43.652 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015754 | 0.015754 | 0.015754 | 0.0 | 0.04 Output | 7.8779e-05 | 7.8779e-05 | 7.8779e-05 | 0.0 | 0.00 Modify | 0.11736 | 0.11736 | 0.11736 | 0.0 | 0.27 Other | | 0.009523 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4066 ave 4066 max 4066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215304 ave 215304 max 215304 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215304 Ave neighs/atom = 53.826 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13150.623 -13150.623 -13278.974 -13278.974 248.30368 248.30368 67283.682 67283.682 -250.20326 -250.20326 3000 -13146.697 -13146.697 -13279.092 -13279.092 256.12701 256.12701 67304.466 67304.466 -395.98628 -395.98628 Loop time of 44.1002 on 1 procs for 1000 steps with 4000 atoms Performance: 1.959 ns/day, 12.250 hours/ns, 22.676 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.958 | 43.958 | 43.958 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015495 | 0.015495 | 0.015495 | 0.0 | 0.04 Output | 6.921e-05 | 6.921e-05 | 6.921e-05 | 0.0 | 0.00 Modify | 0.11733 | 0.11733 | 0.11733 | 0.0 | 0.27 Other | | 0.009406 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4025 ave 4025 max 4025 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215388 ave 215388 max 215388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215388 Ave neighs/atom = 53.847 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13146.697 -13146.697 -13279.092 -13279.092 256.12701 256.12701 67304.466 67304.466 -395.98628 -395.98628 4000 -13146.424 -13146.424 -13279.687 -13279.687 257.80474 257.80474 67278.854 67278.854 -151.50884 -151.50884 Loop time of 43.9643 on 1 procs for 1000 steps with 4000 atoms Performance: 1.965 ns/day, 12.212 hours/ns, 22.746 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.822 | 43.822 | 43.822 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015677 | 0.015677 | 0.015677 | 0.0 | 0.04 Output | 7.1966e-05 | 7.1966e-05 | 7.1966e-05 | 0.0 | 0.00 Modify | 0.11706 | 0.11706 | 0.11706 | 0.0 | 0.27 Other | | 0.009389 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4036 ave 4036 max 4036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215390 ave 215390 max 215390 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215390 Ave neighs/atom = 53.8475 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13146.424 -13146.424 -13279.687 -13279.687 257.80474 257.80474 67278.854 67278.854 -151.50884 -151.50884 5000 -13148.756 -13148.756 -13280.242 -13280.242 254.36864 254.36864 67222.289 67222.289 332.55768 332.55768 Loop time of 44.0368 on 1 procs for 1000 steps with 4000 atoms Performance: 1.962 ns/day, 12.232 hours/ns, 22.708 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.894 | 43.894 | 43.894 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015608 | 0.015608 | 0.015608 | 0.0 | 0.04 Output | 5.1837e-05 | 5.1837e-05 | 5.1837e-05 | 0.0 | 0.00 Modify | 0.1174 | 0.1174 | 0.1174 | 0.0 | 0.27 Other | | 0.009411 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4025 ave 4025 max 4025 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215422 ave 215422 max 215422 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215422 Ave neighs/atom = 53.8555 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 = 250.539678177494, Press = 302.481756047118 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13148.756 -13148.756 -13280.242 -13280.242 254.36864 254.36864 67222.289 67222.289 332.55768 332.55768 6000 -13146.613 -13146.613 -13277.526 -13277.526 253.26048 253.26048 67157.027 67157.027 1047.8106 1047.8106 Loop time of 43.9955 on 1 procs for 1000 steps with 4000 atoms Performance: 1.964 ns/day, 12.221 hours/ns, 22.730 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.849 | 43.849 | 43.849 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015882 | 0.015882 | 0.015882 | 0.0 | 0.04 Output | 5.8129e-05 | 5.8129e-05 | 5.8129e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.27 Other | | 0.009468 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4073 ave 4073 max 4073 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215396 ave 215396 max 215396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215396 Ave neighs/atom = 53.849 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.73393928977, Press = 9.75063155051613 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13146.613 -13146.613 -13277.526 -13277.526 253.26048 253.26048 67157.027 67157.027 1047.8106 1047.8106 7000 -13148.805 -13148.805 -13277.55 -13277.55 249.06508 249.06508 67238.156 67238.156 239.29678 239.29678 Loop time of 44.0174 on 1 procs for 1000 steps with 4000 atoms Performance: 1.963 ns/day, 12.227 hours/ns, 22.718 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.871 | 43.871 | 43.871 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015681 | 0.015681 | 0.015681 | 0.0 | 0.04 Output | 4.9793e-05 | 4.9793e-05 | 4.9793e-05 | 0.0 | 0.00 Modify | 0.12101 | 0.12101 | 0.12101 | 0.0 | 0.27 Other | | 0.009437 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4055 ave 4055 max 4055 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215378 ave 215378 max 215378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215378 Ave neighs/atom = 53.8445 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.094213807014, Press = -11.2096570687484 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13148.805 -13148.805 -13277.55 -13277.55 249.06508 249.06508 67238.156 67238.156 239.29678 239.29678 8000 -13146.473 -13146.473 -13277.592 -13277.592 253.65887 253.65887 67340.098 67340.098 -662.70055 -662.70055 Loop time of 44.0791 on 1 procs for 1000 steps with 4000 atoms Performance: 1.960 ns/day, 12.244 hours/ns, 22.687 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.933 | 43.933 | 43.933 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015621 | 0.015621 | 0.015621 | 0.0 | 0.04 Output | 4.6919e-05 | 4.6919e-05 | 4.6919e-05 | 0.0 | 0.00 Modify | 0.12074 | 0.12074 | 0.12074 | 0.0 | 0.27 Other | | 0.00941 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4045 ave 4045 max 4045 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215356 ave 215356 max 215356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215356 Ave neighs/atom = 53.839 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.833834250702, Press = 0.706861645838066 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13146.473 -13146.473 -13277.592 -13277.592 253.65887 253.65887 67340.098 67340.098 -662.70055 -662.70055 9000 -13148.794 -13148.794 -13277.599 -13277.599 249.18115 249.18115 67295.675 67295.675 -311.85526 -311.85526 Loop time of 44.0957 on 1 procs for 1000 steps with 4000 atoms Performance: 1.959 ns/day, 12.249 hours/ns, 22.678 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.949 | 43.949 | 43.949 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.016161 | 0.016161 | 0.016161 | 0.0 | 0.04 Output | 4.0005e-05 | 4.0005e-05 | 4.0005e-05 | 0.0 | 0.00 Modify | 0.12082 | 0.12082 | 0.12082 | 0.0 | 0.27 Other | | 0.009394 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4002 ave 4002 max 4002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215350 ave 215350 max 215350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215350 Ave neighs/atom = 53.8375 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.650999088062, Press = 5.80752592498852 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13148.794 -13148.794 -13277.599 -13277.599 249.18115 249.18115 67295.675 67295.675 -311.85526 -311.85526 10000 -13145.528 -13145.528 -13276.604 -13276.604 253.57489 253.57489 67257.355 67257.355 146.19693 146.19693 Loop time of 44.0791 on 1 procs for 1000 steps with 4000 atoms Performance: 1.960 ns/day, 12.244 hours/ns, 22.686 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.933 | 43.933 | 43.933 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01538 | 0.01538 | 0.01538 | 0.0 | 0.03 Output | 5.6006e-05 | 5.6006e-05 | 5.6006e-05 | 0.0 | 0.00 Modify | 0.12084 | 0.12084 | 0.12084 | 0.0 | 0.27 Other | | 0.009425 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215388 ave 215388 max 215388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215388 Ave neighs/atom = 53.847 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.920991570127, Press = 5.83655094784165 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13145.528 -13145.528 -13276.604 -13276.604 253.57489 253.57489 67257.355 67257.355 146.19693 146.19693 11000 -13148.578 -13148.578 -13278.714 -13278.714 251.75697 251.75697 67204.364 67204.364 573.83438 573.83438 Loop time of 44.1047 on 1 procs for 1000 steps with 4000 atoms Performance: 1.959 ns/day, 12.251 hours/ns, 22.673 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.958 | 43.958 | 43.958 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015816 | 0.015816 | 0.015816 | 0.0 | 0.04 Output | 4.2109e-05 | 4.2109e-05 | 4.2109e-05 | 0.0 | 0.00 Modify | 0.12099 | 0.12099 | 0.12099 | 0.0 | 0.27 Other | | 0.00947 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4084 ave 4084 max 4084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215392 ave 215392 max 215392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215392 Ave neighs/atom = 53.848 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.885937004319, Press = 2.86913403103759 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13148.578 -13148.578 -13278.714 -13278.714 251.75697 251.75697 67204.364 67204.364 573.83438 573.83438 12000 -13144.909 -13144.909 -13276.195 -13276.195 253.9823 253.9823 67255.262 67255.262 189.55931 189.55931 Loop time of 44.1663 on 1 procs for 1000 steps with 4000 atoms Performance: 1.956 ns/day, 12.268 hours/ns, 22.642 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.02 | 44.02 | 44.02 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015615 | 0.015615 | 0.015615 | 0.0 | 0.04 Output | 3.5647e-05 | 3.5647e-05 | 3.5647e-05 | 0.0 | 0.00 Modify | 0.12093 | 0.12093 | 0.12093 | 0.0 | 0.27 Other | | 0.009444 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4022 ave 4022 max 4022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215440 ave 215440 max 215440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215440 Ave neighs/atom = 53.86 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.96313916159, Press = -1.48295693055001 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13144.909 -13144.909 -13276.195 -13276.195 253.9823 253.9823 67255.262 67255.262 189.55931 189.55931 13000 -13146.083 -13146.083 -13276.868 -13276.868 253.01114 253.01114 67343.198 67343.198 -662.81204 -662.81204 Loop time of 44.0046 on 1 procs for 1000 steps with 4000 atoms Performance: 1.963 ns/day, 12.224 hours/ns, 22.725 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.859 | 43.859 | 43.859 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015655 | 0.015655 | 0.015655 | 0.0 | 0.04 Output | 2.9495e-05 | 2.9495e-05 | 2.9495e-05 | 0.0 | 0.00 Modify | 0.12069 | 0.12069 | 0.12069 | 0.0 | 0.27 Other | | 0.009368 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4046 ave 4046 max 4046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215304 ave 215304 max 215304 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215304 Ave neighs/atom = 53.826 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.97354191802, Press = -0.321688802756425 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13146.083 -13146.083 -13276.868 -13276.868 253.01114 253.01114 67343.198 67343.198 -662.81204 -662.81204 14000 -13147.42 -13147.42 -13279.582 -13279.582 255.67557 255.67557 67357.429 67357.429 -921.98488 -921.98488 Loop time of 44.1729 on 1 procs for 1000 steps with 4000 atoms Performance: 1.956 ns/day, 12.270 hours/ns, 22.638 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.027 | 44.027 | 44.027 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015678 | 0.015678 | 0.015678 | 0.0 | 0.04 Output | 6.387e-05 | 6.387e-05 | 6.387e-05 | 0.0 | 0.00 Modify | 0.12072 | 0.12072 | 0.12072 | 0.0 | 0.27 Other | | 0.00941 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4045 ave 4045 max 4045 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215394 ave 215394 max 215394 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215394 Ave neighs/atom = 53.8485 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.203134053847, Press = 2.75545196468107 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13147.42 -13147.42 -13279.582 -13279.582 255.67557 255.67557 67357.429 67357.429 -921.98488 -921.98488 15000 -13144.298 -13144.298 -13276.163 -13276.163 255.10135 255.10135 67287.355 67287.355 -91.694068 -91.694068 Loop time of 44.0477 on 1 procs for 1000 steps with 4000 atoms Performance: 1.962 ns/day, 12.235 hours/ns, 22.703 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.902 | 43.902 | 43.902 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015591 | 0.015591 | 0.015591 | 0.0 | 0.04 Output | 3.722e-05 | 3.722e-05 | 3.722e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 0.27 Other | | 0.0094 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4010 ave 4010 max 4010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215342 ave 215342 max 215342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215342 Ave neighs/atom = 53.8355 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.242114860768, Press = 6.98971698983334 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13144.298 -13144.298 -13276.163 -13276.163 255.10135 255.10135 67287.355 67287.355 -91.694068 -91.694068 16000 -13148.721 -13148.721 -13278.93 -13278.93 251.89854 251.89854 67152.807 67152.807 1071.7772 1071.7772 Loop time of 44.1842 on 1 procs for 1000 steps with 4000 atoms Performance: 1.955 ns/day, 12.273 hours/ns, 22.633 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.038 | 44.038 | 44.038 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015712 | 0.015712 | 0.015712 | 0.0 | 0.04 Output | 2.8865e-05 | 2.8865e-05 | 2.8865e-05 | 0.0 | 0.00 Modify | 0.12086 | 0.12086 | 0.12086 | 0.0 | 0.27 Other | | 0.009428 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4037 ave 4037 max 4037 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215366 ave 215366 max 215366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215366 Ave neighs/atom = 53.8415 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.29045790702, Press = 3.51372417699239 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13148.721 -13148.721 -13278.93 -13278.93 251.89854 251.89854 67152.807 67152.807 1071.7772 1071.7772 17000 -13146.12 -13146.12 -13276.81 -13276.81 252.82884 252.82884 67216.855 67216.855 570.78857 570.78857 Loop time of 44.1007 on 1 procs for 1000 steps with 4000 atoms Performance: 1.959 ns/day, 12.250 hours/ns, 22.675 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.955 | 43.955 | 43.955 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015572 | 0.015572 | 0.015572 | 0.0 | 0.04 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.12088 | 0.12088 | 0.12088 | 0.0 | 0.27 Other | | 0.009407 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4021 ave 4021 max 4021 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215398 ave 215398 max 215398 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215398 Ave neighs/atom = 53.8495 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.310299838398, Press = 0.739622303493624 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13146.12 -13146.12 -13276.81 -13276.81 252.82884 252.82884 67216.855 67216.855 570.78857 570.78857 18000 -13147.51 -13147.51 -13278.104 -13278.104 252.64284 252.64284 67266.456 67266.456 6.8047841 6.8047841 Loop time of 43.8939 on 1 procs for 1000 steps with 4000 atoms Performance: 1.968 ns/day, 12.193 hours/ns, 22.782 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.748 | 43.748 | 43.748 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015718 | 0.015718 | 0.015718 | 0.0 | 0.04 Output | 3.6699e-05 | 3.6699e-05 | 3.6699e-05 | 0.0 | 0.00 Modify | 0.12074 | 0.12074 | 0.12074 | 0.0 | 0.28 Other | | 0.00943 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4058 ave 4058 max 4058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215396 ave 215396 max 215396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215396 Ave neighs/atom = 53.849 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.283811905176, Press = 0.350722630886504 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13147.51 -13147.51 -13278.104 -13278.104 252.64284 252.64284 67266.456 67266.456 6.8047841 6.8047841 19000 -13152.89 -13152.89 -13281.567 -13281.567 248.93509 248.93509 67284.413 67284.413 -345.05972 -345.05972 Loop time of 43.9607 on 1 procs for 1000 steps with 4000 atoms Performance: 1.965 ns/day, 12.211 hours/ns, 22.748 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.815 | 43.815 | 43.815 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015714 | 0.015714 | 0.015714 | 0.0 | 0.04 Output | 3.717e-05 | 3.717e-05 | 3.717e-05 | 0.0 | 0.00 Modify | 0.12086 | 0.12086 | 0.12086 | 0.0 | 0.27 Other | | 0.00947 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4042 ave 4042 max 4042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215376 ave 215376 max 215376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215376 Ave neighs/atom = 53.844 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.208053063152, Press = 0.710469808409555 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13152.89 -13152.89 -13281.567 -13281.567 248.93509 248.93509 67284.413 67284.413 -345.05972 -345.05972 20000 -13145.439 -13145.439 -13278.813 -13278.813 258.02225 258.02225 67376.468 67376.468 -996.10621 -996.10621 Loop time of 44.0725 on 1 procs for 1000 steps with 4000 atoms Performance: 1.960 ns/day, 12.242 hours/ns, 22.690 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.927 | 43.927 | 43.927 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015501 | 0.015501 | 0.015501 | 0.0 | 0.04 Output | 2.9215e-05 | 2.9215e-05 | 2.9215e-05 | 0.0 | 0.00 Modify | 0.12079 | 0.12079 | 0.12079 | 0.0 | 0.27 Other | | 0.009382 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4010 ave 4010 max 4010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215372 ave 215372 max 215372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215372 Ave neighs/atom = 53.843 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.139791823346, Press = 1.94660181191843 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13145.439 -13145.439 -13278.813 -13278.813 258.02225 258.02225 67376.468 67376.468 -996.10621 -996.10621 21000 -13145.612 -13145.612 -13277.588 -13277.588 255.31672 255.31672 67260.755 67260.755 114.88899 114.88899 Loop time of 44.044 on 1 procs for 1000 steps with 4000 atoms Performance: 1.962 ns/day, 12.234 hours/ns, 22.705 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.898 | 43.898 | 43.898 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015755 | 0.015755 | 0.015755 | 0.0 | 0.04 Output | 3.8252e-05 | 3.8252e-05 | 3.8252e-05 | 0.0 | 0.00 Modify | 0.12097 | 0.12097 | 0.12097 | 0.0 | 0.27 Other | | 0.009417 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4051 ave 4051 max 4051 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215338 ave 215338 max 215338 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215338 Ave neighs/atom = 53.8345 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.117667728638, Press = 3.76458265780846 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13145.612 -13145.612 -13277.588 -13277.588 255.31672 255.31672 67260.755 67260.755 114.88899 114.88899 22000 -13148.145 -13148.145 -13277.31 -13277.31 249.87848 249.87848 67165.425 67165.425 963.49675 963.49675 Loop time of 43.9481 on 1 procs for 1000 steps with 4000 atoms Performance: 1.966 ns/day, 12.208 hours/ns, 22.754 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.802 | 43.802 | 43.802 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015574 | 0.015574 | 0.015574 | 0.0 | 0.04 Output | 3.9985e-05 | 3.9985e-05 | 3.9985e-05 | 0.0 | 0.00 Modify | 0.12078 | 0.12078 | 0.12078 | 0.0 | 0.27 Other | | 0.009405 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4025 ave 4025 max 4025 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215366 ave 215366 max 215366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215366 Ave neighs/atom = 53.8415 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.192687646133, Press = 1.59775178857357 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 14 14 14 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) = 4.145 | 4.145 | 4.145 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13148.145 -13148.145 -13277.31 -13277.31 249.87848 249.87848 67165.425 67165.425 963.49675 963.49675 23000 -13145.249 -13145.249 -13278.255 -13278.255 257.30833 257.30833 67227.118 67227.118 392.75535 392.75535 Loop time of 44.01 on 1 procs for 1000 steps with 4000 atoms Performance: 1.963 ns/day, 12.225 hours/ns, 22.722 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.864 | 43.864 | 43.864 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015698 | 0.015698 | 0.015698 | 0.0 | 0.04 Output | 5.1376e-05 | 5.1376e-05 | 5.1376e-05 | 0.0 | 0.00 Modify | 0.12076 | 0.12076 | 0.12076 | 0.0 | 0.27 Other | | 0.009398 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4056 ave 4056 max 4056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 215422 ave 215422 max 215422 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215422 Ave neighs/atom = 53.8555 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 67266.6369848805 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0