# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.613315641880036*${_u_distance} variable latticeconst_converted equal 3.613315641880036*1 lattice fcc ${latticeconst_converted} lattice fcc 3.61331564188004 Lattice spacing in x,y,z = 3.6133156 3.6133156 3.6133156 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (36.133156 36.133156 36.133156) 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 (36.133156 36.133156 36.133156) create_atoms CPU = 0.003 seconds variable mass_converted equal 63.546*${_u_mass} variable mass_converted equal 63.546*1 kim_interactions Cu WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cu #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_WangOhLee_2020_CuCo__MO_694335101831_002 pair_coeff * * Cu #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 63.546 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 47175.6294254851 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6294254851/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6294254851/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6294254851/(1*1*${_u_distance}) variable V0_metal equal 47175.6294254851/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 47175.6294254851*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 47175.6294254851 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_694335101831_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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.37 | 5.37 | 5.37 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13998.129 -13998.129 -14160 -14160 313.15 313.15 47175.629 47175.629 3664.9577 3664.9577 1000 -13827.921 -13827.921 -13993.569 -13993.569 320.45756 320.45756 48028.204 48028.204 -1241.1991 -1241.1991 Loop time of 373.86 on 1 procs for 1000 steps with 4000 atoms Performance: 0.231 ns/day, 103.850 hours/ns, 2.675 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 | 372.93 | 372.93 | 372.93 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15341 | 0.15341 | 0.15341 | 0.0 | 0.04 Output | 0.00024336 | 0.00024336 | 0.00024336 | 0.0 | 0.00 Modify | 0.67575 | 0.67575 | 0.67575 | 0.0 | 0.18 Other | | 0.09821 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 536000 ave 536000 max 536000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 536000 Ave neighs/atom = 134 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13827.921 -13827.921 -13993.569 -13993.569 320.45756 320.45756 48028.204 48028.204 -1241.1991 -1241.1991 2000 -13839.016 -13839.016 -14001.672 -14001.672 314.66873 314.66873 47992.242 47992.242 -1071.7593 -1071.7593 Loop time of 347.551 on 1 procs for 1000 steps with 4000 atoms Performance: 0.249 ns/day, 96.542 hours/ns, 2.877 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 | 346.6 | 346.6 | 346.6 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15299 | 0.15299 | 0.15299 | 0.0 | 0.04 Output | 0.00028454 | 0.00028454 | 0.00028454 | 0.0 | 0.00 Modify | 0.69814 | 0.69814 | 0.69814 | 0.0 | 0.20 Other | | 0.101 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 438872 ave 438872 max 438872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 438872 Ave neighs/atom = 109.718 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13839.016 -13839.016 -14001.672 -14001.672 314.66873 314.66873 47992.242 47992.242 -1071.7593 -1071.7593 3000 -13835.771 -13835.771 -14001.546 -14001.546 320.70365 320.70365 47954.874 47954.874 240.8538 240.8538 Loop time of 351.517 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.644 hours/ns, 2.845 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 | 350.56 | 350.56 | 350.56 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15327 | 0.15327 | 0.15327 | 0.0 | 0.04 Output | 0.00023263 | 0.00023263 | 0.00023263 | 0.0 | 0.00 Modify | 0.70626 | 0.70626 | 0.70626 | 0.0 | 0.20 Other | | 0.1014 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439518 ave 439518 max 439518 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439518 Ave neighs/atom = 109.8795 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13835.771 -13835.771 -14001.546 -14001.546 320.70365 320.70365 47954.874 47954.874 240.8538 240.8538 4000 -13835.538 -13835.538 -13997.886 -13997.886 314.07445 314.07445 47999.191 47999.191 -776.20434 -776.20434 Loop time of 350.369 on 1 procs for 1000 steps with 4000 atoms Performance: 0.247 ns/day, 97.325 hours/ns, 2.854 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 | 349.41 | 349.41 | 349.41 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15282 | 0.15282 | 0.15282 | 0.0 | 0.04 Output | 0.00028109 | 0.00028109 | 0.00028109 | 0.0 | 0.00 Modify | 0.70385 | 0.70385 | 0.70385 | 0.0 | 0.20 Other | | 0.1008 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441022 ave 441022 max 441022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441022 Ave neighs/atom = 110.2555 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13835.538 -13835.538 -13997.886 -13997.886 314.07445 314.07445 47999.191 47999.191 -776.20434 -776.20434 5000 -13839.845 -13839.845 -13996.818 -13996.818 303.67417 303.67417 47969.938 47969.938 163.71638 163.71638 Loop time of 349.79 on 1 procs for 1000 steps with 4000 atoms Performance: 0.247 ns/day, 97.164 hours/ns, 2.859 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 | 348.83 | 348.83 | 348.83 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15309 | 0.15309 | 0.15309 | 0.0 | 0.04 Output | 0.00019414 | 0.00019414 | 0.00019414 | 0.0 | 0.00 Modify | 0.70465 | 0.70465 | 0.70465 | 0.0 | 0.20 Other | | 0.1018 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439254 ave 439254 max 439254 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439254 Ave neighs/atom = 109.8135 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.886415525255, Press = -328.473816265804 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13839.845 -13839.845 -13996.818 -13996.818 303.67417 303.67417 47969.938 47969.938 163.71638 163.71638 6000 -13832.257 -13832.257 -13998.425 -13998.425 321.46281 321.46281 47949.822 47949.822 792.22316 792.22316 Loop time of 350.003 on 1 procs for 1000 steps with 4000 atoms Performance: 0.247 ns/day, 97.223 hours/ns, 2.857 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 | 349.02 | 349.02 | 349.02 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15321 | 0.15321 | 0.15321 | 0.0 | 0.04 Output | 0.00018911 | 0.00018911 | 0.00018911 | 0.0 | 0.00 Modify | 0.72938 | 0.72938 | 0.72938 | 0.0 | 0.21 Other | | 0.1002 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440820 ave 440820 max 440820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440820 Ave neighs/atom = 110.205 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.488081553713, Press = -5.77662458784149 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13832.257 -13832.257 -13998.425 -13998.425 321.46281 321.46281 47949.822 47949.822 792.22316 792.22316 7000 -13839.916 -13839.916 -13998.644 -13998.644 307.07113 307.07113 47990.871 47990.871 -555.10457 -555.10457 Loop time of 347.565 on 1 procs for 1000 steps with 4000 atoms Performance: 0.249 ns/day, 96.546 hours/ns, 2.877 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 | 346.6 | 346.6 | 346.6 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15131 | 0.15131 | 0.15131 | 0.0 | 0.04 Output | 0.00018995 | 0.00018995 | 0.00018995 | 0.0 | 0.00 Modify | 0.71345 | 0.71345 | 0.71345 | 0.0 | 0.21 Other | | 0.09867 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441252 ave 441252 max 441252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441252 Ave neighs/atom = 110.313 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.919461787046, Press = 6.33443142897429 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13839.916 -13839.916 -13998.644 -13998.644 307.07113 307.07113 47990.871 47990.871 -555.10457 -555.10457 8000 -13838.151 -13838.151 -13998.326 -13998.326 309.87025 309.87025 48025.588 48025.588 -1624.4252 -1624.4252 Loop time of 350.499 on 1 procs for 1000 steps with 4000 atoms Performance: 0.247 ns/day, 97.361 hours/ns, 2.853 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 | 349.51 | 349.51 | 349.51 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15425 | 0.15425 | 0.15425 | 0.0 | 0.04 Output | 0.00024077 | 0.00024077 | 0.00024077 | 0.0 | 0.00 Modify | 0.73236 | 0.73236 | 0.73236 | 0.0 | 0.21 Other | | 0.1018 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439710 ave 439710 max 439710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439710 Ave neighs/atom = 109.9275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.08159463443, Press = -29.1114097644123 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13838.151 -13838.151 -13998.326 -13998.326 309.87025 309.87025 48025.588 48025.588 -1624.4252 -1624.4252 9000 -13831.937 -13831.937 -13994.099 -13994.099 313.71151 313.71151 47901.848 47901.848 2548.8763 2548.8763 Loop time of 350.675 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.410 hours/ns, 2.852 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 | 349.69 | 349.69 | 349.69 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15363 | 0.15363 | 0.15363 | 0.0 | 0.04 Output | 0.0001901 | 0.0001901 | 0.0001901 | 0.0 | 0.00 Modify | 0.72919 | 0.72919 | 0.72919 | 0.0 | 0.21 Other | | 0.101 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 438798 ave 438798 max 438798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 438798 Ave neighs/atom = 109.6995 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.445855528384, Press = -2.21842419253158 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13831.937 -13831.937 -13994.099 -13994.099 313.71151 313.71151 47901.848 47901.848 2548.8763 2548.8763 10000 -13838.576 -13838.576 -13999.095 -13999.095 310.53421 310.53421 47969.812 47969.812 -35.988186 -35.988186 Loop time of 352.014 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 97.782 hours/ns, 2.841 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 | 351.03 | 351.03 | 351.03 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15421 | 0.15421 | 0.15421 | 0.0 | 0.04 Output | 0.00018778 | 0.00018778 | 0.00018778 | 0.0 | 0.00 Modify | 0.73353 | 0.73353 | 0.73353 | 0.0 | 0.21 Other | | 0.1007 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 442720 ave 442720 max 442720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442720 Ave neighs/atom = 110.68 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.656547844443, Press = 1.4351850397404 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13838.576 -13838.576 -13999.095 -13999.095 310.53421 310.53421 47969.812 47969.812 -35.988186 -35.988186 11000 -13834.685 -13834.685 -13995.175 -13995.175 310.48053 310.48053 48005.272 48005.272 -661.75464 -661.75464 Loop time of 352.931 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 98.036 hours/ns, 2.833 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 | 351.94 | 351.94 | 351.94 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15414 | 0.15414 | 0.15414 | 0.0 | 0.04 Output | 0.00019108 | 0.00019108 | 0.00019108 | 0.0 | 0.00 Modify | 0.73571 | 0.73571 | 0.73571 | 0.0 | 0.21 Other | | 0.1016 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440382 ave 440382 max 440382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440382 Ave neighs/atom = 110.0955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.703433767076, Press = -4.67224659852037 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13834.685 -13834.685 -13995.175 -13995.175 310.48053 310.48053 48005.272 48005.272 -661.75464 -661.75464 12000 -13835.919 -13835.919 -13997.005 -13997.005 311.63213 311.63213 47956.231 47956.231 524.93759 524.93759 Loop time of 356.006 on 1 procs for 1000 steps with 4000 atoms Performance: 0.243 ns/day, 98.891 hours/ns, 2.809 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 | 354.99 | 354.99 | 354.99 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15713 | 0.15713 | 0.15713 | 0.0 | 0.04 Output | 0.00018827 | 0.00018827 | 0.00018827 | 0.0 | 0.00 Modify | 0.75634 | 0.75634 | 0.75634 | 0.0 | 0.21 Other | | 0.1023 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439726 ave 439726 max 439726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439726 Ave neighs/atom = 109.9315 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.382124324052, Press = -4.99843560480095 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13835.919 -13835.919 -13997.005 -13997.005 311.63213 311.63213 47956.231 47956.231 524.93759 524.93759 13000 -13837.7 -13837.7 -13999.173 -13999.173 312.3806 312.3806 47966.824 47966.824 40.010078 40.010078 Loop time of 355.122 on 1 procs for 1000 steps with 4000 atoms Performance: 0.243 ns/day, 98.645 hours/ns, 2.816 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 | 354.12 | 354.12 | 354.12 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15548 | 0.15548 | 0.15548 | 0.0 | 0.04 Output | 0.00019233 | 0.00019233 | 0.00019233 | 0.0 | 0.00 Modify | 0.74259 | 0.74259 | 0.74259 | 0.0 | 0.21 Other | | 0.1026 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441046 ave 441046 max 441046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441046 Ave neighs/atom = 110.2615 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.374897035328, Press = 1.02737273935302 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13837.7 -13837.7 -13999.173 -13999.173 312.3806 312.3806 47966.824 47966.824 40.010078 40.010078 14000 -13835.672 -13835.672 -13995.554 -13995.554 309.3022 309.3022 48020.542 48020.542 -1005.1784 -1005.1784 Loop time of 355.658 on 1 procs for 1000 steps with 4000 atoms Performance: 0.243 ns/day, 98.794 hours/ns, 2.812 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 | 354.65 | 354.65 | 354.65 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15596 | 0.15596 | 0.15596 | 0.0 | 0.04 Output | 0.00023859 | 0.00023859 | 0.00023859 | 0.0 | 0.00 Modify | 0.74628 | 0.74628 | 0.74628 | 0.0 | 0.21 Other | | 0.1014 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440816 ave 440816 max 440816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440816 Ave neighs/atom = 110.204 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.496570919272, Press = -4.30872429879124 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13835.672 -13835.672 -13995.554 -13995.554 309.3022 309.3022 48020.542 48020.542 -1005.1784 -1005.1784 15000 -13837.661 -13837.661 -13996.219 -13996.219 306.74162 306.74162 47910.896 47910.896 2039.5545 2039.5545 Loop time of 352.634 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 97.954 hours/ns, 2.836 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 | 351.64 | 351.64 | 351.64 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15537 | 0.15537 | 0.15537 | 0.0 | 0.04 Output | 0.00018901 | 0.00018901 | 0.00018901 | 0.0 | 0.00 Modify | 0.73763 | 0.73763 | 0.73763 | 0.0 | 0.21 Other | | 0.1016 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439104 ave 439104 max 439104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439104 Ave neighs/atom = 109.776 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.574566358675, Press = -5.72340589796951 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13837.661 -13837.661 -13996.219 -13996.219 306.74162 306.74162 47910.896 47910.896 2039.5545 2039.5545 16000 -13834.947 -13834.947 -13996.89 -13996.89 313.2892 313.2892 47956.478 47956.478 717.95579 717.95579 Loop time of 352.592 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 97.942 hours/ns, 2.836 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 | 351.61 | 351.61 | 351.61 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15388 | 0.15388 | 0.15388 | 0.0 | 0.04 Output | 0.00019061 | 0.00019061 | 0.00019061 | 0.0 | 0.00 Modify | 0.7293 | 0.7293 | 0.7293 | 0.0 | 0.21 Other | | 0.1006 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 442720 ave 442720 max 442720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442720 Ave neighs/atom = 110.68 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.527123754019, Press = 3.28556906957311 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13834.947 -13834.947 -13996.89 -13996.89 313.2892 313.2892 47956.478 47956.478 717.95579 717.95579 17000 -13840.071 -13840.071 -13999.386 -13999.386 308.20562 308.20562 47986.132 47986.132 -563.63286 -563.63286 Loop time of 355.14 on 1 procs for 1000 steps with 4000 atoms Performance: 0.243 ns/day, 98.650 hours/ns, 2.816 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 | 354.14 | 354.14 | 354.14 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15563 | 0.15563 | 0.15563 | 0.0 | 0.04 Output | 0.00018741 | 0.00018741 | 0.00018741 | 0.0 | 0.00 Modify | 0.74219 | 0.74219 | 0.74219 | 0.0 | 0.21 Other | | 0.1018 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441066 ave 441066 max 441066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441066 Ave neighs/atom = 110.2665 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.645591793253, Press = -2.15307783575925 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13840.071 -13840.071 -13999.386 -13999.386 308.20562 308.20562 47986.132 47986.132 -563.63286 -563.63286 18000 -13835.808 -13835.808 -14000.578 -14000.578 318.75922 318.75922 47960.303 47960.303 155.8418 155.8418 Loop time of 356.76 on 1 procs for 1000 steps with 4000 atoms Performance: 0.242 ns/day, 99.100 hours/ns, 2.803 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 | 355.75 | 355.75 | 355.75 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15692 | 0.15692 | 0.15692 | 0.0 | 0.04 Output | 0.00019439 | 0.00019439 | 0.00019439 | 0.0 | 0.00 Modify | 0.74642 | 0.74642 | 0.74642 | 0.0 | 0.21 Other | | 0.1025 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440100 ave 440100 max 440100 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440100 Ave neighs/atom = 110.025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.732954915933, Press = -2.74277994522067 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13835.808 -13835.808 -14000.578 -14000.578 318.75922 318.75922 47960.303 47960.303 155.8418 155.8418 19000 -13840.517 -13840.517 -14001.911 -14001.911 312.22726 312.22726 47952.832 47952.832 164.42607 164.42607 Loop time of 353.781 on 1 procs for 1000 steps with 4000 atoms Performance: 0.244 ns/day, 98.273 hours/ns, 2.827 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 | 352.79 | 352.79 | 352.79 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15414 | 0.15414 | 0.15414 | 0.0 | 0.04 Output | 0.00018921 | 0.00018921 | 0.00018921 | 0.0 | 0.00 Modify | 0.73933 | 0.73933 | 0.73933 | 0.0 | 0.21 Other | | 0.1014 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440574 ave 440574 max 440574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440574 Ave neighs/atom = 110.1435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.731838396136, Press = 0.945997231649182 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13840.517 -13840.517 -14001.911 -14001.911 312.22726 312.22726 47952.832 47952.832 164.42607 164.42607 20000 -13833.484 -13833.484 -13997.282 -13997.282 316.87824 316.87824 48022.919 48022.919 -1277.017 -1277.017 Loop time of 353.419 on 1 procs for 1000 steps with 4000 atoms Performance: 0.244 ns/day, 98.172 hours/ns, 2.830 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 | 352.42 | 352.42 | 352.42 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1555 | 0.1555 | 0.1555 | 0.0 | 0.04 Output | 0.00018843 | 0.00018843 | 0.00018843 | 0.0 | 0.00 Modify | 0.74055 | 0.74055 | 0.74055 | 0.0 | 0.21 Other | | 0.1014 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441066 ave 441066 max 441066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441066 Ave neighs/atom = 110.2665 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.649664580811, Press = -1.80300451293298 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13833.484 -13833.484 -13997.282 -13997.282 316.87824 316.87824 48022.919 48022.919 -1277.017 -1277.017 21000 -13840.248 -13840.248 -13998.452 -13998.452 306.0565 306.0565 47924.908 47924.908 1336.3257 1336.3257 Loop time of 353.251 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 98.125 hours/ns, 2.831 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 | 352.25 | 352.25 | 352.25 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.156 | 0.156 | 0.156 | 0.0 | 0.04 Output | 0.00018872 | 0.00018872 | 0.00018872 | 0.0 | 0.00 Modify | 0.74101 | 0.74101 | 0.74101 | 0.0 | 0.21 Other | | 0.1006 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 438866 ave 438866 max 438866 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 438866 Ave neighs/atom = 109.7165 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.545984144408, Press = -3.16006104955466 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13840.248 -13840.248 -13998.452 -13998.452 306.0565 306.0565 47924.908 47924.908 1336.3257 1336.3257 22000 -13833.833 -13833.833 -14001.094 -14001.094 323.57686 323.57686 47929.305 47929.305 1131.0378 1131.0378 Loop time of 351.893 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.748 hours/ns, 2.842 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 | 350.91 | 350.91 | 350.91 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15393 | 0.15393 | 0.15393 | 0.0 | 0.04 Output | 0.00023127 | 0.00023127 | 0.00023127 | 0.0 | 0.00 Modify | 0.72806 | 0.72806 | 0.72806 | 0.0 | 0.21 Other | | 0.1009 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 442062 ave 442062 max 442062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442062 Ave neighs/atom = 110.5155 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.539694085695, Press = 4.05190892717294 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13833.833 -13833.833 -14001.094 -14001.094 323.57686 323.57686 47929.305 47929.305 1131.0378 1131.0378 23000 -13842.89 -13842.89 -14001.618 -14001.618 307.06838 307.06838 48010.819 48010.819 -1501.8643 -1501.8643 Loop time of 351.153 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.542 hours/ns, 2.848 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 | 350.16 | 350.16 | 350.16 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15468 | 0.15468 | 0.15468 | 0.0 | 0.04 Output | 0.00028455 | 0.00028455 | 0.00028455 | 0.0 | 0.00 Modify | 0.73426 | 0.73426 | 0.73426 | 0.0 | 0.21 Other | | 0.1002 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441758 ave 441758 max 441758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441758 Ave neighs/atom = 110.4395 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.428469407183, Press = -0.469284104656431 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13842.89 -13842.89 -14001.618 -14001.618 307.06838 307.06838 48010.819 48010.819 -1501.8643 -1501.8643 24000 -13837.868 -13837.868 -13999.386 -13999.386 312.46734 312.46734 47948.204 47948.204 580.3401 580.3401 Loop time of 350.625 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.396 hours/ns, 2.852 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 | 349.64 | 349.64 | 349.64 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15262 | 0.15262 | 0.15262 | 0.0 | 0.04 Output | 0.00018933 | 0.00018933 | 0.00018933 | 0.0 | 0.00 Modify | 0.72748 | 0.72748 | 0.72748 | 0.0 | 0.21 Other | | 0.1005 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439074 ave 439074 max 439074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439074 Ave neighs/atom = 109.7685 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.396038487969, Press = -3.25678228553792 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13837.868 -13837.868 -13999.386 -13999.386 312.46734 312.46734 47948.204 47948.204 580.3401 580.3401 25000 -13839.687 -13839.687 -13998.244 -13998.244 306.73793 306.73793 47928.84 47928.84 1034.8062 1034.8062 Loop time of 348.475 on 1 procs for 1000 steps with 4000 atoms Performance: 0.248 ns/day, 96.799 hours/ns, 2.870 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 | 347.5 | 347.5 | 347.5 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15209 | 0.15209 | 0.15209 | 0.0 | 0.04 Output | 0.00023148 | 0.00023148 | 0.00023148 | 0.0 | 0.00 Modify | 0.72644 | 0.72644 | 0.72644 | 0.0 | 0.21 Other | | 0.1006 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441158 ave 441158 max 441158 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441158 Ave neighs/atom = 110.2895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.395061520255, Press = 0.572896838098054 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13839.687 -13839.687 -13998.244 -13998.244 306.73793 306.73793 47928.84 47928.84 1034.8062 1034.8062 26000 -13836.537 -13836.537 -13996.368 -13996.368 309.20497 309.20497 48017.317 48017.317 -1117.8792 -1117.8792 Loop time of 347.814 on 1 procs for 1000 steps with 4000 atoms Performance: 0.248 ns/day, 96.615 hours/ns, 2.875 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 | 346.84 | 346.84 | 346.84 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15278 | 0.15278 | 0.15278 | 0.0 | 0.04 Output | 0.000191 | 0.000191 | 0.000191 | 0.0 | 0.00 Modify | 0.7214 | 0.7214 | 0.7214 | 0.0 | 0.21 Other | | 0.1003 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441894 ave 441894 max 441894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441894 Ave neighs/atom = 110.4735 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.301100605987, Press = 0.486122436080408 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13836.537 -13836.537 -13996.368 -13996.368 309.20497 309.20497 48017.317 48017.317 -1117.8792 -1117.8792 27000 -13836.622 -13836.622 -13998.997 -13998.997 314.12526 314.12526 47972.623 47972.623 -107.16922 -107.16922 Loop time of 351.058 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.516 hours/ns, 2.849 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 | 350.07 | 350.07 | 350.07 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15338 | 0.15338 | 0.15338 | 0.0 | 0.04 Output | 0.00019088 | 0.00019088 | 0.00019088 | 0.0 | 0.00 Modify | 0.73124 | 0.73124 | 0.73124 | 0.0 | 0.21 Other | | 0.1011 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439044 ave 439044 max 439044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439044 Ave neighs/atom = 109.761 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.265752001813, Press = -3.64279845335317 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13836.622 -13836.622 -13998.997 -13998.997 314.12526 314.12526 47972.623 47972.623 -107.16922 -107.16922 28000 -13834.948 -13834.948 -14001.113 -14001.113 321.45737 321.45737 47941.366 47941.366 692.74365 692.74365 Loop time of 350.896 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.471 hours/ns, 2.850 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 | 349.91 | 349.91 | 349.91 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1543 | 0.1543 | 0.1543 | 0.0 | 0.04 Output | 0.00019057 | 0.00019057 | 0.00019057 | 0.0 | 0.00 Modify | 0.73201 | 0.73201 | 0.73201 | 0.0 | 0.21 Other | | 0.1014 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440512 ave 440512 max 440512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440512 Ave neighs/atom = 110.128 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.260047274323, Press = 0.483951303485172 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13834.948 -13834.948 -14001.113 -14001.113 321.45737 321.45737 47941.366 47941.366 692.74365 692.74365 29000 -13837.723 -13837.723 -14001.94 -14001.94 317.68968 317.68968 47998.8 47998.8 -1038.3762 -1038.3762 Loop time of 351.453 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.626 hours/ns, 2.845 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 | 350.46 | 350.46 | 350.46 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15412 | 0.15412 | 0.15412 | 0.0 | 0.04 Output | 0.0001944 | 0.0001944 | 0.0001944 | 0.0 | 0.00 Modify | 0.73439 | 0.73439 | 0.73439 | 0.0 | 0.21 Other | | 0.1009 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 441578 ave 441578 max 441578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441578 Ave neighs/atom = 110.3945 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.284443356202, Press = -0.235656817492821 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13837.723 -13837.723 -14001.94 -14001.94 317.68968 317.68968 47998.8 47998.8 -1038.3762 -1038.3762 30000 -13836.784 -13836.784 -14001.395 -14001.395 318.45199 318.45199 47973.955 47973.955 -393.12384 -393.12384 Loop time of 353.093 on 1 procs for 1000 steps with 4000 atoms Performance: 0.245 ns/day, 98.081 hours/ns, 2.832 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 | 352.1 | 352.1 | 352.1 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15508 | 0.15508 | 0.15508 | 0.0 | 0.04 Output | 0.0001884 | 0.0001884 | 0.0001884 | 0.0 | 0.00 Modify | 0.73909 | 0.73909 | 0.73909 | 0.0 | 0.21 Other | | 0.1023 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 439542 ave 439542 max 439542 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 439542 Ave neighs/atom = 109.8855 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.183643211243, Press = -1.46748729549764 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.988 | 4.988 | 4.988 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13836.784 -13836.784 -14001.395 -14001.395 318.45199 318.45199 47973.955 47973.955 -393.12384 -393.12384 31000 -13832.409 -13832.409 -13997.356 -13997.356 319.10171 319.10171 47942.97 47942.97 1026.7454 1026.7454 Loop time of 346.799 on 1 procs for 1000 steps with 4000 atoms Performance: 0.249 ns/day, 96.333 hours/ns, 2.884 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 | 345.82 | 345.82 | 345.82 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15249 | 0.15249 | 0.15249 | 0.0 | 0.04 Output | 0.00019102 | 0.00019102 | 0.00019102 | 0.0 | 0.00 Modify | 0.72468 | 0.72468 | 0.72468 | 0.0 | 0.21 Other | | 0.1005 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 440260 ave 440260 max 440260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 440260 Ave neighs/atom = 110.065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 47972.8496425025 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0