# 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 5.427092507481575*${_u_distance} variable latticeconst_converted equal 5.427092507481575*1 lattice diamond ${latticeconst_converted} lattice diamond 5.42709250748158 Lattice spacing in x,y,z = 5.4270925 5.4270925 5.4270925 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (54.270925 54.270925 54.270925) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0 0 0) to (54.270925 54.270925 54.270925) create_atoms CPU = 0.008 seconds variable mass_converted equal 28.0855*${_u_mass} variable mass_converted equal 28.0855*1 kim_interactions Si WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Si #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_Lee_2007_Si__MO_774917820956_001 pair_coeff * * Si #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 28.0855 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 159845.963304675 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 159845.963304675/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 159845.963304675/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 159845.963304675/(1*1*${_u_distance}) variable V0_metal equal 159845.963304675/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 159845.963304675*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 159845.963304675 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_774917820956_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.677 | 4.677 | 4.677 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36778.255 -36778.255 -37040 -37040 253.15 253.15 159845.96 159845.96 1749.0195 1749.0195 1000 -36494.286 -36494.286 -36778.901 -36778.901 275.26884 275.26884 160562.51 160562.51 -920.74346 -920.74346 Loop time of 145.536 on 1 procs for 1000 steps with 8000 atoms Performance: 0.594 ns/day, 40.427 hours/ns, 6.871 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 | 143.85 | 143.85 | 143.85 | 0.0 | 98.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20578 | 0.20578 | 0.20578 | 0.0 | 0.14 Output | 0.00034885 | 0.00034885 | 0.00034885 | 0.0 | 0.00 Modify | 1.3197 | 1.3197 | 1.3197 | 0.0 | 0.91 Other | | 0.1615 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 368000 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36494.286 -36494.286 -36778.901 -36778.901 275.26884 275.26884 160562.51 160562.51 -920.74346 -920.74346 2000 -36522.106 -36522.106 -36771.911 -36771.911 241.603 241.603 160282.6 160282.6 781.67665 781.67665 Loop time of 165.84 on 1 procs for 1000 steps with 8000 atoms Performance: 0.521 ns/day, 46.067 hours/ns, 6.030 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 163.83 | 163.83 | 163.83 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23123 | 0.23123 | 0.23123 | 0.0 | 0.14 Output | 0.00041129 | 0.00041129 | 0.00041129 | 0.0 | 0.00 Modify | 1.5899 | 1.5899 | 1.5899 | 0.0 | 0.96 Other | | 0.1836 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371708 ave 371708 max 371708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371708 Ave neighs/atom = 46.4635 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36522.106 -36522.106 -36771.911 -36771.911 241.603 241.603 160282.6 160282.6 781.67665 781.67665 3000 -36508.836 -36508.836 -36768.062 -36768.062 250.71319 250.71319 160513.86 160513.86 -547.62046 -547.62046 Loop time of 168.093 on 1 procs for 1000 steps with 8000 atoms Performance: 0.514 ns/day, 46.693 hours/ns, 5.949 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 166.07 | 166.07 | 166.07 | 0.0 | 98.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23246 | 0.23246 | 0.23246 | 0.0 | 0.14 Output | 0.00028866 | 0.00028866 | 0.00028866 | 0.0 | 0.00 Modify | 1.6038 | 1.6038 | 1.6038 | 0.0 | 0.95 Other | | 0.1841 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 372012 ave 372012 max 372012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 372012 Ave neighs/atom = 46.5015 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36508.836 -36508.836 -36768.062 -36768.062 250.71319 250.71319 160513.86 160513.86 -547.62046 -547.62046 4000 -36514.689 -36514.689 -36778.564 -36778.564 255.21029 255.21029 160351.24 160351.24 329.64101 329.64101 Loop time of 166.95 on 1 procs for 1000 steps with 8000 atoms Performance: 0.518 ns/day, 46.375 hours/ns, 5.990 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 | 164.93 | 164.93 | 164.93 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23242 | 0.23242 | 0.23242 | 0.0 | 0.14 Output | 0.00028488 | 0.00028488 | 0.00028488 | 0.0 | 0.00 Modify | 1.6021 | 1.6021 | 1.6021 | 0.0 | 0.96 Other | | 0.1829 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371842 ave 371842 max 371842 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371842 Ave neighs/atom = 46.48025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36514.689 -36514.689 -36778.564 -36778.564 255.21029 255.21029 160351.24 160351.24 329.64101 329.64101 5000 -36514.732 -36514.732 -36777.799 -36777.799 254.42878 254.42878 160403.94 160403.94 -73.840557 -73.840557 Loop time of 156.216 on 1 procs for 1000 steps with 8000 atoms Performance: 0.553 ns/day, 43.393 hours/ns, 6.401 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 154.36 | 154.36 | 154.36 | 0.0 | 98.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.219 | 0.219 | 0.219 | 0.0 | 0.14 Output | 0.0002355 | 0.0002355 | 0.0002355 | 0.0 | 0.00 Modify | 1.4607 | 1.4607 | 1.4607 | 0.0 | 0.94 Other | | 0.1714 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371736 ave 371736 max 371736 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371736 Ave neighs/atom = 46.467 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.90093551213, Press = 70.7386011395628 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36514.732 -36514.732 -36777.799 -36777.799 254.42878 254.42878 160403.94 160403.94 -73.840557 -73.840557 6000 -36509.991 -36509.991 -36772.186 -36772.186 253.58543 253.58543 160427.53 160427.53 -163.41357 -163.41357 Loop time of 152.34 on 1 procs for 1000 steps with 8000 atoms Performance: 0.567 ns/day, 42.317 hours/ns, 6.564 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.52 | 150.52 | 150.52 | 0.0 | 98.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21358 | 0.21358 | 0.21358 | 0.0 | 0.14 Output | 0.0002429 | 0.0002429 | 0.0002429 | 0.0 | 0.00 Modify | 1.4367 | 1.4367 | 1.4367 | 0.0 | 0.94 Other | | 0.168 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371876 ave 371876 max 371876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371876 Ave neighs/atom = 46.4845 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.772320208018, Press = -2.31389750181761 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36509.991 -36509.991 -36772.186 -36772.186 253.58543 253.58543 160427.53 160427.53 -163.41357 -163.41357 7000 -36516.876 -36516.876 -36774.193 -36774.193 248.86754 248.86754 160436.56 160436.56 -164.82117 -164.82117 Loop time of 144.415 on 1 procs for 1000 steps with 8000 atoms Performance: 0.598 ns/day, 40.115 hours/ns, 6.924 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 | 142.72 | 142.72 | 142.72 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2069 | 0.2069 | 0.2069 | 0.0 | 0.14 Output | 0.00024273 | 0.00024273 | 0.00024273 | 0.0 | 0.00 Modify | 1.3332 | 1.3332 | 1.3332 | 0.0 | 0.92 Other | | 0.1584 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 372050 ave 372050 max 372050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 372050 Ave neighs/atom = 46.50625 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.080145181725, Press = -4.78192258762673 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36516.876 -36516.876 -36774.193 -36774.193 248.86754 248.86754 160436.56 160436.56 -164.82117 -164.82117 8000 -36508.2 -36508.2 -36773.727 -36773.727 256.80807 256.80807 160367.6 160367.6 290.63622 290.63622 Loop time of 144.542 on 1 procs for 1000 steps with 8000 atoms Performance: 0.598 ns/day, 40.150 hours/ns, 6.918 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 | 142.84 | 142.84 | 142.84 | 0.0 | 98.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20758 | 0.20758 | 0.20758 | 0.0 | 0.14 Output | 0.00028888 | 0.00028888 | 0.00028888 | 0.0 | 0.00 Modify | 1.3309 | 1.3309 | 1.3309 | 0.0 | 0.92 Other | | 0.1589 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371812 ave 371812 max 371812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371812 Ave neighs/atom = 46.4765 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.090231190714, Press = 5.70432365256201 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36508.2 -36508.2 -36773.727 -36773.727 256.80807 256.80807 160367.6 160367.6 290.63622 290.63622 9000 -36515.635 -36515.635 -36785.843 -36785.843 261.3351 261.3351 160516.58 160516.58 -536.68585 -536.68585 Loop time of 144.548 on 1 procs for 1000 steps with 8000 atoms Performance: 0.598 ns/day, 40.152 hours/ns, 6.918 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 | 142.85 | 142.85 | 142.85 | 0.0 | 98.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20601 | 0.20601 | 0.20601 | 0.0 | 0.14 Output | 0.00025397 | 0.00025397 | 0.00025397 | 0.0 | 0.00 Modify | 1.3319 | 1.3319 | 1.3319 | 0.0 | 0.92 Other | | 0.1578 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371794 ave 371794 max 371794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371794 Ave neighs/atom = 46.47425 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.068622846446, Press = -5.57021055883252 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36515.635 -36515.635 -36785.843 -36785.843 261.3351 261.3351 160516.58 160516.58 -536.68585 -536.68585 10000 -36511.417 -36511.417 -36776.129 -36776.129 256.0191 256.0191 160383.61 160383.61 245.03994 245.03994 Loop time of 144.489 on 1 procs for 1000 steps with 8000 atoms Performance: 0.598 ns/day, 40.136 hours/ns, 6.921 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 | 142.79 | 142.79 | 142.79 | 0.0 | 98.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2071 | 0.2071 | 0.2071 | 0.0 | 0.14 Output | 0.000288 | 0.000288 | 0.000288 | 0.0 | 0.00 Modify | 1.3314 | 1.3314 | 1.3314 | 0.0 | 0.92 Other | | 0.1582 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 370794 ave 370794 max 370794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 370794 Ave neighs/atom = 46.34925 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.160290534607, Press = 2.93618835540998 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36511.417 -36511.417 -36776.129 -36776.129 256.0191 256.0191 160383.61 160383.61 245.03994 245.03994 11000 -36511.806 -36511.806 -36779.227 -36779.227 258.63999 258.63999 160409.7 160409.7 123.93441 123.93441 Loop time of 161.765 on 1 procs for 1000 steps with 8000 atoms Performance: 0.534 ns/day, 44.935 hours/ns, 6.182 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 159.8 | 159.8 | 159.8 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22344 | 0.22344 | 0.22344 | 0.0 | 0.14 Output | 0.00029462 | 0.00029462 | 0.00029462 | 0.0 | 0.00 Modify | 1.5627 | 1.5627 | 1.5627 | 0.0 | 0.97 Other | | 0.1772 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371576 ave 371576 max 371576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371576 Ave neighs/atom = 46.447 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.203313011894, Press = -0.817913216014142 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36511.806 -36511.806 -36779.227 -36779.227 258.63999 258.63999 160409.7 160409.7 123.93441 123.93441 12000 -36511.833 -36511.833 -36778.924 -36778.924 258.32026 258.32026 160411.5 160411.5 75.738462 75.738462 Loop time of 168.235 on 1 procs for 1000 steps with 8000 atoms Performance: 0.514 ns/day, 46.732 hours/ns, 5.944 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 166.17 | 166.17 | 166.17 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23369 | 0.23369 | 0.23369 | 0.0 | 0.14 Output | 0.00024541 | 0.00024541 | 0.00024541 | 0.0 | 0.00 Modify | 1.6484 | 1.6484 | 1.6484 | 0.0 | 0.98 Other | | 0.1823 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371430 ave 371430 max 371430 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371430 Ave neighs/atom = 46.42875 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.403665322033, Press = 1.77116454809076 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36511.833 -36511.833 -36778.924 -36778.924 258.32026 258.32026 160411.5 160411.5 75.738462 75.738462 13000 -36514.587 -36514.587 -36781.069 -36781.069 257.73189 257.73189 160443.33 160443.33 -122.12751 -122.12751 Loop time of 145.625 on 1 procs for 1000 steps with 8000 atoms Performance: 0.593 ns/day, 40.451 hours/ns, 6.867 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 | 143.91 | 143.91 | 143.91 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21021 | 0.21021 | 0.21021 | 0.0 | 0.14 Output | 0.00024418 | 0.00024418 | 0.00024418 | 0.0 | 0.00 Modify | 1.3441 | 1.3441 | 1.3441 | 0.0 | 0.92 Other | | 0.1602 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371328 ave 371328 max 371328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371328 Ave neighs/atom = 46.416 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.352412393731, Press = -1.53785574217147 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36514.587 -36514.587 -36781.069 -36781.069 257.73189 257.73189 160443.33 160443.33 -122.12751 -122.12751 14000 -36517.366 -36517.366 -36777.164 -36777.164 251.26735 251.26735 160327.13 160327.13 542.42334 542.42334 Loop time of 153.144 on 1 procs for 1000 steps with 8000 atoms Performance: 0.564 ns/day, 42.540 hours/ns, 6.530 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 151.3 | 151.3 | 151.3 | 0.0 | 98.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21848 | 0.21848 | 0.21848 | 0.0 | 0.14 Output | 0.00032217 | 0.00032217 | 0.00032217 | 0.0 | 0.00 Modify | 1.4535 | 1.4535 | 1.4535 | 0.0 | 0.95 Other | | 0.1682 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371300 ave 371300 max 371300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371300 Ave neighs/atom = 46.4125 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.286196764272, Press = 1.91459628027109 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36517.366 -36517.366 -36777.164 -36777.164 251.26735 251.26735 160327.13 160327.13 542.42334 542.42334 15000 -36510.92 -36510.92 -36775.467 -36775.467 255.86034 255.86034 160505.02 160505.02 -539.40234 -539.40234 Loop time of 167.735 on 1 procs for 1000 steps with 8000 atoms Performance: 0.515 ns/day, 46.593 hours/ns, 5.962 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 | 165.67 | 165.67 | 165.67 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2344 | 0.2344 | 0.2344 | 0.0 | 0.14 Output | 0.00032233 | 0.00032233 | 0.00032233 | 0.0 | 0.00 Modify | 1.6484 | 1.6484 | 1.6484 | 0.0 | 0.98 Other | | 0.183 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371554 ave 371554 max 371554 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371554 Ave neighs/atom = 46.44425 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.159434190166, Press = -0.998847124685925 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36510.92 -36510.92 -36775.467 -36775.467 255.86034 255.86034 160505.02 160505.02 -539.40234 -539.40234 16000 -36514.898 -36514.898 -36776.959 -36776.959 253.45561 253.45561 160368.89 160368.89 248.59887 248.59887 Loop time of 161.889 on 1 procs for 1000 steps with 8000 atoms Performance: 0.534 ns/day, 44.969 hours/ns, 6.177 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 | 159.91 | 159.91 | 159.91 | 0.0 | 98.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22766 | 0.22766 | 0.22766 | 0.0 | 0.14 Output | 0.00024415 | 0.00024415 | 0.00024415 | 0.0 | 0.00 Modify | 1.5709 | 1.5709 | 1.5709 | 0.0 | 0.97 Other | | 0.1772 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371668 ave 371668 max 371668 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371668 Ave neighs/atom = 46.4585 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.157317145708, Press = 0.928169227408168 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -36514.898 -36514.898 -36776.959 -36776.959 253.45561 253.45561 160368.89 160368.89 248.59887 248.59887 17000 -36513.523 -36513.523 -36776.063 -36776.063 253.91891 253.91891 160396.17 160396.17 106.78922 106.78922 Loop time of 144.566 on 1 procs for 1000 steps with 8000 atoms Performance: 0.598 ns/day, 40.157 hours/ns, 6.917 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 | 142.86 | 142.86 | 142.86 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21112 | 0.21112 | 0.21112 | 0.0 | 0.15 Output | 0.0002949 | 0.0002949 | 0.0002949 | 0.0 | 0.00 Modify | 1.3382 | 1.3382 | 1.3382 | 0.0 | 0.93 Other | | 0.1596 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371856 ave 371856 max 371856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371856 Ave neighs/atom = 46.482 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.173139163425, Press = -0.200894352715499 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -36513.523 -36513.523 -36776.063 -36776.063 253.91891 253.91891 160396.17 160396.17 106.78922 106.78922 18000 -36518.752 -36518.752 -36775.261 -36775.261 248.08587 248.08587 160420.62 160420.62 -91.873439 -91.873439 Loop time of 144.778 on 1 procs for 1000 steps with 8000 atoms Performance: 0.597 ns/day, 40.216 hours/ns, 6.907 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 | 143.07 | 143.07 | 143.07 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21015 | 0.21015 | 0.21015 | 0.0 | 0.15 Output | 0.0002436 | 0.0002436 | 0.0002436 | 0.0 | 0.00 Modify | 1.3409 | 1.3409 | 1.3409 | 0.0 | 0.93 Other | | 0.1602 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371846 ave 371846 max 371846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371846 Ave neighs/atom = 46.48075 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.086307521074, Press = 0.535274766224533 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -36518.752 -36518.752 -36775.261 -36775.261 248.08587 248.08587 160420.62 160420.62 -91.873439 -91.873439 19000 -36513.576 -36513.576 -36776.802 -36776.802 254.58215 254.58215 160431.15 160431.15 -41.906318 -41.906318 Loop time of 159.199 on 1 procs for 1000 steps with 8000 atoms Performance: 0.543 ns/day, 44.222 hours/ns, 6.281 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 | 157.25 | 157.25 | 157.25 | 0.0 | 98.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22636 | 0.22636 | 0.22636 | 0.0 | 0.14 Output | 0.00029021 | 0.00029021 | 0.00029021 | 0.0 | 0.00 Modify | 1.5451 | 1.5451 | 1.5451 | 0.0 | 0.97 Other | | 0.1764 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371754 ave 371754 max 371754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371754 Ave neighs/atom = 46.46925 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.066655248717, Press = -0.25421104919911 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -36513.576 -36513.576 -36776.802 -36776.802 254.58215 254.58215 160431.15 160431.15 -41.906318 -41.906318 20000 -36511.981 -36511.981 -36775.241 -36775.241 254.61498 254.61498 160329.7 160329.7 540.16486 540.16486 Loop time of 146.623 on 1 procs for 1000 steps with 8000 atoms Performance: 0.589 ns/day, 40.729 hours/ns, 6.820 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 | 144.89 | 144.89 | 144.89 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20915 | 0.20915 | 0.20915 | 0.0 | 0.14 Output | 0.00024072 | 0.00024072 | 0.00024072 | 0.0 | 0.00 Modify | 1.3661 | 1.3661 | 1.3661 | 0.0 | 0.93 Other | | 0.1612 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371608 ave 371608 max 371608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371608 Ave neighs/atom = 46.451 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.048052411267, Press = 0.656752045438593 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -36511.981 -36511.981 -36775.241 -36775.241 254.61498 254.61498 160329.7 160329.7 540.16486 540.16486 21000 -36520.208 -36520.208 -36780.951 -36780.951 252.18143 252.18143 160570.43 160570.43 -967.52168 -967.52168 Loop time of 154.519 on 1 procs for 1000 steps with 8000 atoms Performance: 0.559 ns/day, 42.922 hours/ns, 6.472 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.65 | 152.65 | 152.65 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22312 | 0.22312 | 0.22312 | 0.0 | 0.14 Output | 0.00034616 | 0.00034616 | 0.00034616 | 0.0 | 0.00 Modify | 1.4777 | 1.4777 | 1.4777 | 0.0 | 0.96 Other | | 0.1694 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371822 ave 371822 max 371822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371822 Ave neighs/atom = 46.47775 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.004508686703, Press = -0.768760359717567 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -36520.208 -36520.208 -36780.951 -36780.951 252.18143 252.18143 160570.43 160570.43 -967.52168 -967.52168 22000 -36510.707 -36510.707 -36776.304 -36776.304 256.87618 256.87618 160309.66 160309.66 757.21787 757.21787 Loop time of 163.244 on 1 procs for 1000 steps with 8000 atoms Performance: 0.529 ns/day, 45.346 hours/ns, 6.126 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 | 161.23 | 161.23 | 161.23 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2297 | 0.2297 | 0.2297 | 0.0 | 0.14 Output | 0.00032661 | 0.00032661 | 0.00032661 | 0.0 | 0.00 Modify | 1.6047 | 1.6047 | 1.6047 | 0.0 | 0.98 Other | | 0.1799 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371186 ave 371186 max 371186 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371186 Ave neighs/atom = 46.39825 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.978939173933, Press = 0.556219813826565 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -36510.707 -36510.707 -36776.304 -36776.304 256.87618 256.87618 160309.66 160309.66 757.21787 757.21787 23000 -36509.988 -36509.988 -36770.339 -36770.339 251.80108 251.80108 160472.64 160472.64 -375.30039 -375.30039 Loop time of 160.983 on 1 procs for 1000 steps with 8000 atoms Performance: 0.537 ns/day, 44.718 hours/ns, 6.212 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 159 | 159 | 159 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22953 | 0.22953 | 0.22953 | 0.0 | 0.14 Output | 0.00025262 | 0.00025262 | 0.00025262 | 0.0 | 0.00 Modify | 1.573 | 1.573 | 1.573 | 0.0 | 0.98 Other | | 0.1774 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371646 ave 371646 max 371646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371646 Ave neighs/atom = 46.45575 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.952533153291, Press = -0.27184879663008 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -36509.988 -36509.988 -36770.339 -36770.339 251.80108 251.80108 160472.64 160472.64 -375.30039 -375.30039 24000 -36509.828 -36509.828 -36775.217 -36775.217 256.67447 256.67447 160379.52 160379.52 288.01133 288.01133 Loop time of 157.611 on 1 procs for 1000 steps with 8000 atoms Performance: 0.548 ns/day, 43.781 hours/ns, 6.345 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 155.71 | 155.71 | 155.71 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22396 | 0.22396 | 0.22396 | 0.0 | 0.14 Output | 0.00023971 | 0.00023971 | 0.00023971 | 0.0 | 0.00 Modify | 1.5051 | 1.5051 | 1.5051 | 0.0 | 0.95 Other | | 0.1742 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371868 ave 371868 max 371868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371868 Ave neighs/atom = 46.4835 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.009011080026, Press = 0.55598918010526 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -36509.828 -36509.828 -36775.217 -36775.217 256.67447 256.67447 160379.52 160379.52 288.01133 288.01133 25000 -36510.098 -36510.098 -36771.743 -36771.743 253.05328 253.05328 160459.34 160459.34 -241.83681 -241.83681 Loop time of 145.34 on 1 procs for 1000 steps with 8000 atoms Performance: 0.594 ns/day, 40.372 hours/ns, 6.880 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 143.62 | 143.62 | 143.62 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20619 | 0.20619 | 0.20619 | 0.0 | 0.14 Output | 0.00023702 | 0.00023702 | 0.00023702 | 0.0 | 0.00 Modify | 1.3493 | 1.3493 | 1.3493 | 0.0 | 0.93 Other | | 0.1615 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371510 ave 371510 max 371510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371510 Ave neighs/atom = 46.43875 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.033690526677, Press = -0.477854249242464 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 17 17 17 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.679 | 4.679 | 4.679 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -36510.098 -36510.098 -36771.743 -36771.743 253.05328 253.05328 160459.34 160459.34 -241.83681 -241.83681 26000 -36511.61 -36511.61 -36773.005 -36773.005 252.8115 252.8115 160342.82 160342.82 392.59544 392.59544 Loop time of 159.967 on 1 procs for 1000 steps with 8000 atoms Performance: 0.540 ns/day, 44.435 hours/ns, 6.251 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 158.02 | 158.02 | 158.02 | 0.0 | 98.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22427 | 0.22427 | 0.22427 | 0.0 | 0.14 Output | 0.00032645 | 0.00032645 | 0.00032645 | 0.0 | 0.00 Modify | 1.5486 | 1.5486 | 1.5486 | 0.0 | 0.97 Other | | 0.1761 | | | 0.11 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 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: 371760 ave 371760 max 371760 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 371760 Ave neighs/atom = 46.47 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 160413.470804999 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0