# 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.427092581987381*${_u_distance} variable latticeconst_converted equal 5.427092581987381*1 lattice diamond ${latticeconst_converted} lattice diamond 5.42709258198738 Lattice spacing in x,y,z = 5.4270926 5.4270926 5.4270926 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (54.270926 54.270926 54.270926) 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.270926 54.270926 54.270926) create_atoms CPU = 0.009 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_KangEunJun_2014_SiC__MO_477506997611_002 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.969888008 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 159845.969888008/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 159845.969888008/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 159845.969888008/(1*1*${_u_distance}) variable V0_metal equal 159845.969888008/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 159845.969888008*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 159845.969888008 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_477506997611_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.689 | 4.689 | 4.689 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36736.897 -36736.897 -37040 -37040 293.15 293.15 159845.97 159845.97 2025.367 2025.367 1000 -36407.43 -36407.43 -36731.111 -36731.111 313.05228 313.05228 160421.32 160421.32 546.0986 546.0986 Loop time of 123.979 on 1 procs for 1000 steps with 8000 atoms Performance: 0.697 ns/day, 34.439 hours/ns, 8.066 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 | 122.26 | 122.26 | 122.26 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21192 | 0.21192 | 0.21192 | 0.0 | 0.17 Output | 0.00033685 | 0.00033685 | 0.00033685 | 0.0 | 0.00 Modify | 1.3427 | 1.3427 | 1.3427 | 0.0 | 1.08 Other | | 0.162 | | | 0.13 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 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36407.43 -36407.43 -36731.111 -36731.111 313.05228 313.05228 160421.32 160421.32 546.0986 546.0986 2000 -36439.847 -36439.847 -36727.937 -36727.937 278.62954 278.62954 160398.09 160398.09 648.37776 648.37776 Loop time of 121.456 on 1 procs for 1000 steps with 8000 atoms Performance: 0.711 ns/day, 33.738 hours/ns, 8.233 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 | 119.76 | 119.76 | 119.76 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21105 | 0.21105 | 0.21105 | 0.0 | 0.17 Output | 0.00032607 | 0.00032607 | 0.00032607 | 0.0 | 0.00 Modify | 1.3258 | 1.3258 | 1.3258 | 0.0 | 1.09 Other | | 0.1612 | | | 0.13 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: 353044 ave 353044 max 353044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353044 Ave neighs/atom = 44.1305 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36439.847 -36439.847 -36727.937 -36727.937 278.62954 278.62954 160398.09 160398.09 648.37776 648.37776 3000 -36423.907 -36423.907 -36729.953 -36729.953 295.99638 295.99638 160404.52 160404.52 661.64782 661.64782 Loop time of 138.631 on 1 procs for 1000 steps with 8000 atoms Performance: 0.623 ns/day, 38.509 hours/ns, 7.213 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 | 136.63 | 136.63 | 136.63 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22899 | 0.22899 | 0.22899 | 0.0 | 0.17 Output | 0.00027809 | 0.00027809 | 0.00027809 | 0.0 | 0.00 Modify | 1.5915 | 1.5915 | 1.5915 | 0.0 | 1.15 Other | | 0.1832 | | | 0.13 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: 353058 ave 353058 max 353058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353058 Ave neighs/atom = 44.13225 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36423.907 -36423.907 -36729.953 -36729.953 295.99638 295.99638 160404.52 160404.52 661.64782 661.64782 4000 -36431.502 -36431.502 -36732.391 -36732.391 291.00878 291.00878 160470.51 160470.51 192.10669 192.10669 Loop time of 119.074 on 1 procs for 1000 steps with 8000 atoms Performance: 0.726 ns/day, 33.076 hours/ns, 8.398 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 | 117.41 | 117.41 | 117.41 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20684 | 0.20684 | 0.20684 | 0.0 | 0.17 Output | 0.00032728 | 0.00032728 | 0.00032728 | 0.0 | 0.00 Modify | 1.2938 | 1.2938 | 1.2938 | 0.0 | 1.09 Other | | 0.1599 | | | 0.13 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: 353206 ave 353206 max 353206 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353206 Ave neighs/atom = 44.15075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36431.502 -36431.502 -36732.391 -36732.391 291.00878 291.00878 160470.51 160470.51 192.10669 192.10669 5000 -36430.868 -36430.868 -36733.846 -36733.846 293.02899 293.02899 160531.23 160531.23 -226.02009 -226.02009 Loop time of 119.69 on 1 procs for 1000 steps with 8000 atoms Performance: 0.722 ns/day, 33.247 hours/ns, 8.355 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 | 118.01 | 118.01 | 118.01 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21518 | 0.21518 | 0.21518 | 0.0 | 0.18 Output | 0.00029149 | 0.00029149 | 0.00029149 | 0.0 | 0.00 Modify | 1.3065 | 1.3065 | 1.3065 | 0.0 | 1.09 Other | | 0.16 | | | 0.13 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: 353130 ave 353130 max 353130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353130 Ave neighs/atom = 44.14125 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 = 294.216509330253, Press = 85.341684899973 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36430.868 -36430.868 -36733.846 -36733.846 293.02899 293.02899 160531.23 160531.23 -226.02009 -226.02009 6000 -36426.034 -36426.034 -36724.819 -36724.819 288.97347 288.97347 160527.32 160527.32 -202.30327 -202.30327 Loop time of 119.741 on 1 procs for 1000 steps with 8000 atoms Performance: 0.722 ns/day, 33.261 hours/ns, 8.351 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 | 118.02 | 118.02 | 118.02 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21645 | 0.21645 | 0.21645 | 0.0 | 0.18 Output | 0.00024785 | 0.00024785 | 0.00024785 | 0.0 | 0.00 Modify | 1.3424 | 1.3424 | 1.3424 | 0.0 | 1.12 Other | | 0.1595 | | | 0.13 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: 352812 ave 352812 max 352812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352812 Ave neighs/atom = 44.1015 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 = 292.742069413136, Press = 6.64576917926301 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36426.034 -36426.034 -36724.819 -36724.819 288.97347 288.97347 160527.32 160527.32 -202.30327 -202.30327 7000 -36433.572 -36433.572 -36731.544 -36731.544 288.18707 288.18707 160602.84 160602.84 -695.08638 -695.08638 Loop time of 119.671 on 1 procs for 1000 steps with 8000 atoms Performance: 0.722 ns/day, 33.242 hours/ns, 8.356 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 | 117.95 | 117.95 | 117.95 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21664 | 0.21664 | 0.21664 | 0.0 | 0.18 Output | 0.00028461 | 0.00028461 | 0.00028461 | 0.0 | 0.00 Modify | 1.3452 | 1.3452 | 1.3452 | 0.0 | 1.12 Other | | 0.1596 | | | 0.13 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: 352174 ave 352174 max 352174 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352174 Ave neighs/atom = 44.02175 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 = 293.108385270682, Press = 5.91932887269844 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36433.572 -36433.572 -36731.544 -36731.544 288.18707 288.18707 160602.84 160602.84 -695.08638 -695.08638 8000 -36423.531 -36423.531 -36726.049 -36726.049 292.58414 292.58414 160653.24 160653.24 -834.62095 -834.62095 Loop time of 119.11 on 1 procs for 1000 steps with 8000 atoms Performance: 0.725 ns/day, 33.086 hours/ns, 8.396 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 | 117.41 | 117.41 | 117.41 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20719 | 0.20719 | 0.20719 | 0.0 | 0.17 Output | 0.00028424 | 0.00028424 | 0.00028424 | 0.0 | 0.00 Modify | 1.3293 | 1.3293 | 1.3293 | 0.0 | 1.12 Other | | 0.1593 | | | 0.13 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: 352236 ave 352236 max 352236 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352236 Ave neighs/atom = 44.0295 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 = 293.095876252339, Press = 4.11664367562075 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36423.531 -36423.531 -36726.049 -36726.049 292.58414 292.58414 160653.24 160653.24 -834.62095 -834.62095 9000 -36432.779 -36432.779 -36739.074 -36739.074 296.23671 296.23671 160706.17 160706.17 -1165.654 -1165.654 Loop time of 118.836 on 1 procs for 1000 steps with 8000 atoms Performance: 0.727 ns/day, 33.010 hours/ns, 8.415 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 | 117.14 | 117.14 | 117.14 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20556 | 0.20556 | 0.20556 | 0.0 | 0.17 Output | 0.00028919 | 0.00028919 | 0.00028919 | 0.0 | 0.00 Modify | 1.3294 | 1.3294 | 1.3294 | 0.0 | 1.12 Other | | 0.1595 | | | 0.13 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: 351994 ave 351994 max 351994 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 351994 Ave neighs/atom = 43.99925 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 = 293.051539781143, Press = 4.02543290110809 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36432.779 -36432.779 -36739.074 -36739.074 296.23671 296.23671 160706.17 160706.17 -1165.654 -1165.654 10000 -36426.724 -36426.724 -36738.302 -36738.302 301.34655 301.34655 160639.59 160639.59 -717.53321 -717.53321 Loop time of 119.124 on 1 procs for 1000 steps with 8000 atoms Performance: 0.725 ns/day, 33.090 hours/ns, 8.395 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 | 117.43 | 117.43 | 117.43 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20726 | 0.20726 | 0.20726 | 0.0 | 0.17 Output | 0.00024801 | 0.00024801 | 0.00024801 | 0.0 | 0.00 Modify | 1.3286 | 1.3286 | 1.3286 | 0.0 | 1.12 Other | | 0.1597 | | | 0.13 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: 352456 ave 352456 max 352456 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352456 Ave neighs/atom = 44.057 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 = 293.16896062541, Press = 3.10074691203396 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36426.724 -36426.724 -36738.302 -36738.302 301.34655 301.34655 160639.59 160639.59 -717.53321 -717.53321 11000 -36428.282 -36428.282 -36736.072 -36736.072 297.68277 297.68277 160598.65 160598.65 -466.84139 -466.84139 Loop time of 132.005 on 1 procs for 1000 steps with 8000 atoms Performance: 0.655 ns/day, 36.668 hours/ns, 7.575 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 | 130.08 | 130.08 | 130.08 | 0.0 | 98.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22127 | 0.22127 | 0.22127 | 0.0 | 0.17 Output | 0.00024105 | 0.00024105 | 0.00024105 | 0.0 | 0.00 Modify | 1.5299 | 1.5299 | 1.5299 | 0.0 | 1.16 Other | | 0.1752 | | | 0.13 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: 352516 ave 352516 max 352516 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352516 Ave neighs/atom = 44.0645 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 = 293.201142641871, Press = 0.937058033790292 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36428.282 -36428.282 -36736.072 -36736.072 297.68277 297.68277 160598.65 160598.65 -466.84139 -466.84139 12000 -36427.285 -36427.285 -36736.159 -36736.159 298.73212 298.73212 160564.9 160564.9 -163.90968 -163.90968 Loop time of 125.754 on 1 procs for 1000 steps with 8000 atoms Performance: 0.687 ns/day, 34.932 hours/ns, 7.952 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 | 123.94 | 123.94 | 123.94 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21159 | 0.21159 | 0.21159 | 0.0 | 0.17 Output | 0.00024335 | 0.00024335 | 0.00024335 | 0.0 | 0.00 Modify | 1.4355 | 1.4355 | 1.4355 | 0.0 | 1.14 Other | | 0.1679 | | | 0.13 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: 352862 ave 352862 max 352862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352862 Ave neighs/atom = 44.10775 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 = 293.429854609929, Press = 1.37219592837119 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36427.285 -36427.285 -36736.159 -36736.159 298.73212 298.73212 160564.9 160564.9 -163.90968 -163.90968 13000 -36431.367 -36431.367 -36735.14 -36735.14 293.79766 293.79766 160608.47 160608.47 -513.94082 -513.94082 Loop time of 139.6 on 1 procs for 1000 steps with 8000 atoms Performance: 0.619 ns/day, 38.778 hours/ns, 7.163 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 | 137.54 | 137.54 | 137.54 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23036 | 0.23036 | 0.23036 | 0.0 | 0.17 Output | 0.00024582 | 0.00024582 | 0.00024582 | 0.0 | 0.00 Modify | 1.6493 | 1.6493 | 1.6493 | 0.0 | 1.18 Other | | 0.1854 | | | 0.13 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: 353210 ave 353210 max 353210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353210 Ave neighs/atom = 44.15125 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 = 293.368500724833, Press = 1.5222841034175 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36431.367 -36431.367 -36735.14 -36735.14 293.79766 293.79766 160608.47 160608.47 -513.94082 -513.94082 14000 -36428.021 -36428.021 -36733.193 -36733.193 295.15079 295.15079 160743.95 160743.95 -1325.4031 -1325.4031 Loop time of 139.448 on 1 procs for 1000 steps with 8000 atoms Performance: 0.620 ns/day, 38.735 hours/ns, 7.171 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 | 137.37 | 137.37 | 137.37 | 0.0 | 98.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23144 | 0.23144 | 0.23144 | 0.0 | 0.17 Output | 0.00052405 | 0.00052405 | 0.00052405 | 0.0 | 0.00 Modify | 1.6567 | 1.6567 | 1.6567 | 0.0 | 1.19 Other | | 0.1859 | | | 0.13 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: 352550 ave 352550 max 352550 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352550 Ave neighs/atom = 44.06875 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 = 293.278375474375, Press = 2.0384852305947 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36428.021 -36428.021 -36733.193 -36733.193 295.15079 295.15079 160743.95 160743.95 -1325.4031 -1325.4031 15000 -36428.626 -36428.626 -36731.303 -36731.303 292.73762 292.73762 160628.44 160628.44 -699.39605 -699.39605 Loop time of 138.742 on 1 procs for 1000 steps with 8000 atoms Performance: 0.623 ns/day, 38.539 hours/ns, 7.208 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 | 136.68 | 136.68 | 136.68 | 0.0 | 98.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2298 | 0.2298 | 0.2298 | 0.0 | 0.17 Output | 0.00024426 | 0.00024426 | 0.00024426 | 0.0 | 0.00 Modify | 1.6478 | 1.6478 | 1.6478 | 0.0 | 1.19 Other | | 0.1851 | | | 0.13 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: 351828 ave 351828 max 351828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 351828 Ave neighs/atom = 43.9785 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 = 293.129560352651, Press = 1.52874030231011 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36428.626 -36428.626 -36731.303 -36731.303 292.73762 292.73762 160628.44 160628.44 -699.39605 -699.39605 16000 -36435.081 -36435.081 -36731.514 -36731.514 286.69953 286.69953 160545.31 160545.31 -330.74222 -330.74222 Loop time of 140.236 on 1 procs for 1000 steps with 8000 atoms Performance: 0.616 ns/day, 38.955 hours/ns, 7.131 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 | 138.16 | 138.16 | 138.16 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23267 | 0.23267 | 0.23267 | 0.0 | 0.17 Output | 0.00029443 | 0.00029443 | 0.00029443 | 0.0 | 0.00 Modify | 1.6629 | 1.6629 | 1.6629 | 0.0 | 1.19 Other | | 0.1851 | | | 0.13 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: 352324 ave 352324 max 352324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352324 Ave neighs/atom = 44.0405 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 = 293.114671057403, Press = 1.16230725139337 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -36435.081 -36435.081 -36731.514 -36731.514 286.69953 286.69953 160545.31 160545.31 -330.74222 -330.74222 17000 -36428.093 -36428.093 -36730.872 -36730.872 292.836 292.836 160554.06 160554.06 -313.8475 -313.8475 Loop time of 140.183 on 1 procs for 1000 steps with 8000 atoms Performance: 0.616 ns/day, 38.940 hours/ns, 7.134 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 | 138.11 | 138.11 | 138.11 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23048 | 0.23048 | 0.23048 | 0.0 | 0.16 Output | 0.00024512 | 0.00024512 | 0.00024512 | 0.0 | 0.00 Modify | 1.6593 | 1.6593 | 1.6593 | 0.0 | 1.18 Other | | 0.1856 | | | 0.13 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: 352576 ave 352576 max 352576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352576 Ave neighs/atom = 44.072 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 = 293.154363113207, Press = 0.769820964761734 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -36428.093 -36428.093 -36730.872 -36730.872 292.836 292.836 160554.06 160554.06 -313.8475 -313.8475 18000 -36431.062 -36431.062 -36730.837 -36730.837 289.93181 289.93181 160510.13 160510.13 -97.144683 -97.144683 Loop time of 140.126 on 1 procs for 1000 steps with 8000 atoms Performance: 0.617 ns/day, 38.924 hours/ns, 7.136 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 | 138.05 | 138.05 | 138.05 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23226 | 0.23226 | 0.23226 | 0.0 | 0.17 Output | 0.00028433 | 0.00028433 | 0.00028433 | 0.0 | 0.00 Modify | 1.663 | 1.663 | 1.663 | 0.0 | 1.19 Other | | 0.1841 | | | 0.13 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: 352358 ave 352358 max 352358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352358 Ave neighs/atom = 44.04475 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 = 293.212873245789, Press = 0.492059333544627 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -36431.062 -36431.062 -36730.837 -36730.837 289.93181 289.93181 160510.13 160510.13 -97.144683 -97.144683 19000 -36426.941 -36426.941 -36730.421 -36730.421 293.51482 293.51482 160461.03 160461.03 345.68853 345.68853 Loop time of 139.342 on 1 procs for 1000 steps with 8000 atoms Performance: 0.620 ns/day, 38.706 hours/ns, 7.177 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 137.28 | 137.28 | 137.28 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22979 | 0.22979 | 0.22979 | 0.0 | 0.16 Output | 0.00024641 | 0.00024641 | 0.00024641 | 0.0 | 0.00 Modify | 1.6453 | 1.6453 | 1.6453 | 0.0 | 1.18 Other | | 0.1856 | | | 0.13 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: 352542 ave 352542 max 352542 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352542 Ave neighs/atom = 44.06775 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 = 293.236399685714, Press = 1.19657618458238 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -36426.941 -36426.941 -36730.421 -36730.421 293.51482 293.51482 160461.03 160461.03 345.68853 345.68853 20000 -36433.359 -36433.359 -36738.727 -36738.727 295.34038 295.34038 160471.01 160471.01 186.03102 186.03102 Loop time of 129.795 on 1 procs for 1000 steps with 8000 atoms Performance: 0.666 ns/day, 36.054 hours/ns, 7.704 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 | 127.91 | 127.91 | 127.91 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21666 | 0.21666 | 0.21666 | 0.0 | 0.17 Output | 0.00029327 | 0.00029327 | 0.00029327 | 0.0 | 0.00 Modify | 1.492 | 1.492 | 1.492 | 0.0 | 1.15 Other | | 0.1735 | | | 0.13 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: 353152 ave 353152 max 353152 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353152 Ave neighs/atom = 44.144 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 = 293.219023572138, Press = 1.32861794410946 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -36433.359 -36433.359 -36738.727 -36738.727 295.34038 295.34038 160471.01 160471.01 186.03102 186.03102 21000 -36422.593 -36422.593 -36729.411 -36729.411 296.74345 296.74345 160445.81 160445.81 365.64701 365.64701 Loop time of 139.365 on 1 procs for 1000 steps with 8000 atoms Performance: 0.620 ns/day, 38.712 hours/ns, 7.175 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 | 137.31 | 137.31 | 137.31 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.231 | 0.231 | 0.231 | 0.0 | 0.17 Output | 0.00034426 | 0.00034426 | 0.00034426 | 0.0 | 0.00 Modify | 1.6432 | 1.6432 | 1.6432 | 0.0 | 1.18 Other | | 0.1842 | | | 0.13 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: 353316 ave 353316 max 353316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353316 Ave neighs/atom = 44.1645 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 = 293.230842047513, Press = 1.82363351091223 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -36422.593 -36422.593 -36729.411 -36729.411 296.74345 296.74345 160445.81 160445.81 365.64701 365.64701 22000 -36430.127 -36430.127 -36736.471 -36736.471 296.2845 296.2845 160459.4 160459.4 295.13788 295.13788 Loop time of 126.493 on 1 procs for 1000 steps with 8000 atoms Performance: 0.683 ns/day, 35.137 hours/ns, 7.906 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 | 124.67 | 124.67 | 124.67 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21173 | 0.21173 | 0.21173 | 0.0 | 0.17 Output | 0.00024453 | 0.00024453 | 0.00024453 | 0.0 | 0.00 Modify | 1.4414 | 1.4414 | 1.4414 | 0.0 | 1.14 Other | | 0.1703 | | | 0.13 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: 352828 ave 352828 max 352828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352828 Ave neighs/atom = 44.1035 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 = 293.278249637577, Press = 1.80883155577447 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -36430.127 -36430.127 -36736.471 -36736.471 296.2845 296.2845 160459.4 160459.4 295.13788 295.13788 23000 -36424.835 -36424.835 -36732.932 -36732.932 297.98079 297.98079 160503.95 160503.95 78.156764 78.156764 Loop time of 119.145 on 1 procs for 1000 steps with 8000 atoms Performance: 0.725 ns/day, 33.096 hours/ns, 8.393 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 | 117.45 | 117.45 | 117.45 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20328 | 0.20328 | 0.20328 | 0.0 | 0.17 Output | 0.00024397 | 0.00024397 | 0.00024397 | 0.0 | 0.00 Modify | 1.3306 | 1.3306 | 1.3306 | 0.0 | 1.12 Other | | 0.1619 | | | 0.14 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: 353084 ave 353084 max 353084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353084 Ave neighs/atom = 44.1355 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 = 293.263510291917, Press = 0.889244891854787 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -36424.835 -36424.835 -36732.932 -36732.932 297.98079 297.98079 160503.95 160503.95 78.156764 78.156764 24000 -36433.467 -36433.467 -36737.5 -36737.5 294.04971 294.04971 160455.21 160455.21 300.38475 300.38475 Loop time of 119.08 on 1 procs for 1000 steps with 8000 atoms Performance: 0.726 ns/day, 33.078 hours/ns, 8.398 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 | 117.38 | 117.38 | 117.38 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20071 | 0.20071 | 0.20071 | 0.0 | 0.17 Output | 0.00024078 | 0.00024078 | 0.00024078 | 0.0 | 0.00 Modify | 1.3368 | 1.3368 | 1.3368 | 0.0 | 1.12 Other | | 0.1612 | | | 0.14 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: 352842 ave 352842 max 352842 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352842 Ave neighs/atom = 44.10525 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 = 293.244611925643, Press = 0.82650740245546 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -36433.467 -36433.467 -36737.5 -36737.5 294.04971 294.04971 160455.21 160455.21 300.38475 300.38475 25000 -36423.187 -36423.187 -36728.561 -36728.561 295.34598 295.34598 160502.27 160502.27 46.835814 46.835814 Loop time of 118.031 on 1 procs for 1000 steps with 8000 atoms Performance: 0.732 ns/day, 32.786 hours/ns, 8.472 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 | 116.35 | 116.35 | 116.35 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19855 | 0.19855 | 0.19855 | 0.0 | 0.17 Output | 0.00028984 | 0.00028984 | 0.00028984 | 0.0 | 0.00 Modify | 1.3192 | 1.3192 | 1.3192 | 0.0 | 1.12 Other | | 0.1613 | | | 0.14 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: 353316 ave 353316 max 353316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 353316 Ave neighs/atom = 44.1645 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 = 293.277912229611, Press = 1.130488711017 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -36423.187 -36423.187 -36728.561 -36728.561 295.34598 295.34598 160502.27 160502.27 46.835814 46.835814 26000 -36432.715 -36432.715 -36731.165 -36731.165 288.64981 288.64981 160579.76 160579.76 -528.33144 -528.33144 Loop time of 118.595 on 1 procs for 1000 steps with 8000 atoms Performance: 0.729 ns/day, 32.943 hours/ns, 8.432 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 | 116.9 | 116.9 | 116.9 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20072 | 0.20072 | 0.20072 | 0.0 | 0.17 Output | 0.00028561 | 0.00028561 | 0.00028561 | 0.0 | 0.00 Modify | 1.3289 | 1.3289 | 1.3289 | 0.0 | 1.12 Other | | 0.1619 | | | 0.14 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: 352628 ave 352628 max 352628 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352628 Ave neighs/atom = 44.0785 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 = 293.304084575766, Press = 1.54728529978162 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -36432.715 -36432.715 -36731.165 -36731.165 288.64981 288.64981 160579.76 160579.76 -528.33144 -528.33144 27000 -36422.4 -36422.4 -36726.526 -36726.526 294.13908 294.13908 160612.08 160612.08 -578.9924 -578.9924 Loop time of 118.836 on 1 procs for 1000 steps with 8000 atoms Performance: 0.727 ns/day, 33.010 hours/ns, 8.415 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 | 117.14 | 117.14 | 117.14 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20539 | 0.20539 | 0.20539 | 0.0 | 0.17 Output | 0.00024597 | 0.00024597 | 0.00024597 | 0.0 | 0.00 Modify | 1.3271 | 1.3271 | 1.3271 | 0.0 | 1.12 Other | | 0.1591 | | | 0.13 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: 352328 ave 352328 max 352328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352328 Ave neighs/atom = 44.041 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 = 293.337302121549, Press = 1.1956640579393 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -36422.4 -36422.4 -36726.526 -36726.526 294.13908 294.13908 160612.08 160612.08 -578.9924 -578.9924 28000 -36432.078 -36432.078 -36731.749 -36731.749 289.83018 289.83018 160548.62 160548.62 -295.50576 -295.50576 Loop time of 118.777 on 1 procs for 1000 steps with 8000 atoms Performance: 0.727 ns/day, 32.994 hours/ns, 8.419 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 | 117.09 | 117.09 | 117.09 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20381 | 0.20381 | 0.20381 | 0.0 | 0.17 Output | 0.00024497 | 0.00024497 | 0.00024497 | 0.0 | 0.00 Modify | 1.3274 | 1.3274 | 1.3274 | 0.0 | 1.12 Other | | 0.1593 | | | 0.13 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: 351984 ave 351984 max 351984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 351984 Ave neighs/atom = 43.998 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 = 293.361154665786, Press = 0.706631280590933 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -36432.078 -36432.078 -36731.749 -36731.749 289.83018 289.83018 160548.62 160548.62 -295.50576 -295.50576 29000 -36428.045 -36428.045 -36732.644 -36732.644 294.59761 294.59761 160579.06 160579.06 -410.21182 -410.21182 Loop time of 128.944 on 1 procs for 1000 steps with 8000 atoms Performance: 0.670 ns/day, 35.818 hours/ns, 7.755 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 | 127.08 | 127.08 | 127.08 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21706 | 0.21706 | 0.21706 | 0.0 | 0.17 Output | 0.00028277 | 0.00028277 | 0.00028277 | 0.0 | 0.00 Modify | 1.4798 | 1.4798 | 1.4798 | 0.0 | 1.15 Other | | 0.1711 | | | 0.13 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: 352622 ave 352622 max 352622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352622 Ave neighs/atom = 44.07775 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 = 293.368677101032, Press = 0.631174368188907 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -36428.045 -36428.045 -36732.644 -36732.644 294.59761 294.59761 160579.06 160579.06 -410.21182 -410.21182 30000 -36434.669 -36434.669 -36732.927 -36732.927 288.46394 288.46394 160547.95 160547.95 -332.61793 -332.61793 Loop time of 140.155 on 1 procs for 1000 steps with 8000 atoms Performance: 0.616 ns/day, 38.932 hours/ns, 7.135 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 138.09 | 138.09 | 138.09 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23039 | 0.23039 | 0.23039 | 0.0 | 0.16 Output | 0.00039007 | 0.00039007 | 0.00039007 | 0.0 | 0.00 Modify | 1.6529 | 1.6529 | 1.6529 | 0.0 | 1.18 Other | | 0.1851 | | | 0.13 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: 352514 ave 352514 max 352514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352514 Ave neighs/atom = 44.06425 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 = 293.323497010619, Press = 0.276579761795294 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -36434.669 -36434.669 -36732.927 -36732.927 288.46394 288.46394 160547.95 160547.95 -332.61793 -332.61793 31000 -36424.666 -36424.666 -36730.384 -36730.384 295.67908 295.67908 160576.3 160576.3 -407.62187 -407.62187 Loop time of 140.302 on 1 procs for 1000 steps with 8000 atoms Performance: 0.616 ns/day, 38.973 hours/ns, 7.127 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 138.23 | 138.23 | 138.23 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23153 | 0.23153 | 0.23153 | 0.0 | 0.17 Output | 0.00029933 | 0.00029933 | 0.00029933 | 0.0 | 0.00 Modify | 1.6549 | 1.6549 | 1.6549 | 0.0 | 1.18 Other | | 0.1846 | | | 0.13 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: 352490 ave 352490 max 352490 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352490 Ave neighs/atom = 44.06125 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 = 293.315071934847, Press = 0.402914554781883 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -36424.666 -36424.666 -36730.384 -36730.384 295.67908 295.67908 160576.3 160576.3 -407.62187 -407.62187 32000 -36433.49 -36433.49 -36736.706 -36736.706 293.25933 293.25933 160721.76 160721.76 -1312.4706 -1312.4706 Loop time of 139.967 on 1 procs for 1000 steps with 8000 atoms Performance: 0.617 ns/day, 38.880 hours/ns, 7.145 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 | 137.9 | 137.9 | 137.9 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22955 | 0.22955 | 0.22955 | 0.0 | 0.16 Output | 0.00029078 | 0.00029078 | 0.00029078 | 0.0 | 0.00 Modify | 1.6502 | 1.6502 | 1.6502 | 0.0 | 1.18 Other | | 0.1848 | | | 0.13 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: 352660 ave 352660 max 352660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352660 Ave neighs/atom = 44.0825 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 = 293.321397839527, Press = 0.330400506396812 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.691 | 4.691 | 4.691 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -36433.49 -36433.49 -36736.706 -36736.706 293.25933 293.25933 160721.76 160721.76 -1312.4706 -1312.4706 33000 -36428.782 -36428.782 -36729.895 -36729.895 291.22465 291.22465 160665.39 160665.39 -1064.2673 -1064.2673 Loop time of 124.596 on 1 procs for 1000 steps with 8000 atoms Performance: 0.693 ns/day, 34.610 hours/ns, 8.026 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 | 122.8 | 122.8 | 122.8 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20956 | 0.20956 | 0.20956 | 0.0 | 0.17 Output | 0.00024063 | 0.00024063 | 0.00024063 | 0.0 | 0.00 Modify | 1.4184 | 1.4184 | 1.4184 | 0.0 | 1.14 Other | | 0.1668 | | | 0.13 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: 352422 ave 352422 max 352422 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 352422 Ave neighs/atom = 44.05275 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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 160505.80281958 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0