# 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_CuMo__MO_486450342170_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 273.15*${_u_temperature} variable temp_converted equal 273.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 273.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 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.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 "273.15 - 0.2" variable T_up equal "273.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_486450342170_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 -14018.806 -14018.806 -14160 -14160 273.15 273.15 47175.629 47175.629 3196.8159 3196.8159 1000 -13870.076 -13870.076 -14014.445 -14014.445 279.29183 279.29183 47934.911 47934.911 -1401.2817 -1401.2817 Loop time of 355.345 on 1 procs for 1000 steps with 4000 atoms Performance: 0.243 ns/day, 98.707 hours/ns, 2.814 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.43 | 354.43 | 354.43 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14792 | 0.14792 | 0.14792 | 0.0 | 0.04 Output | 0.00034398 | 0.00034398 | 0.00034398 | 0.0 | 0.00 Modify | 0.66905 | 0.66905 | 0.66905 | 0.0 | 0.19 Other | | 0.09693 | | | 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 -13870.076 -13870.076 -14014.445 -14014.445 279.29183 279.29183 47934.911 47934.911 -1401.2817 -1401.2817 2000 -13879.752 -13879.752 -14022.361 -14022.361 275.88555 275.88555 47875.069 47875.069 -480.35094 -480.35094 Loop time of 336.817 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.560 hours/ns, 2.969 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 | 335.87 | 335.87 | 335.87 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14966 | 0.14966 | 0.14966 | 0.0 | 0.04 Output | 0.00022872 | 0.00022872 | 0.00022872 | 0.0 | 0.00 Modify | 0.69851 | 0.69851 | 0.69851 | 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: 442046 ave 442046 max 442046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442046 Ave neighs/atom = 110.5115 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 -13879.752 -13879.752 -14022.361 -14022.361 275.88555 275.88555 47875.069 47875.069 -480.35094 -480.35094 3000 -13877.049 -13877.049 -14021.487 -14021.487 279.42415 279.42415 47890.152 47890.152 -639.83337 -639.83337 Loop time of 335.362 on 1 procs for 1000 steps with 4000 atoms Performance: 0.258 ns/day, 93.156 hours/ns, 2.982 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 | 334.42 | 334.42 | 334.42 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14891 | 0.14891 | 0.14891 | 0.0 | 0.04 Output | 0.00022985 | 0.00022985 | 0.00022985 | 0.0 | 0.00 Modify | 0.69421 | 0.69421 | 0.69421 | 0.0 | 0.21 Other | | 0.09941 | | | 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: 443714 ave 443714 max 443714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443714 Ave neighs/atom = 110.9285 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 -13877.049 -13877.049 -14021.487 -14021.487 279.42415 279.42415 47890.152 47890.152 -639.83337 -639.83337 4000 -13877.12 -13877.12 -14018.007 -14018.007 272.55582 272.55582 47905.817 47905.817 -856.44933 -856.44933 Loop time of 336.345 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.429 hours/ns, 2.973 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 | 335.4 | 335.4 | 335.4 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14995 | 0.14995 | 0.14995 | 0.0 | 0.04 Output | 0.00028132 | 0.00028132 | 0.00028132 | 0.0 | 0.00 Modify | 0.69901 | 0.69901 | 0.69901 | 0.0 | 0.21 Other | | 0.09935 | | | 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: 443506 ave 443506 max 443506 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443506 Ave neighs/atom = 110.8765 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 -13877.12 -13877.12 -14018.007 -14018.007 272.55582 272.55582 47905.817 47905.817 -856.44933 -856.44933 5000 -13880.22 -13880.22 -14017.363 -14017.363 265.31182 265.31182 47860.951 47860.951 513.55741 513.55741 Loop time of 334.198 on 1 procs for 1000 steps with 4000 atoms Performance: 0.259 ns/day, 92.833 hours/ns, 2.992 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 | 333.26 | 333.26 | 333.26 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14795 | 0.14795 | 0.14795 | 0.0 | 0.04 Output | 0.00019312 | 0.00019312 | 0.00019312 | 0.0 | 0.00 Modify | 0.69233 | 0.69233 | 0.69233 | 0.0 | 0.21 Other | | 0.09962 | | | 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: 442858 ave 442858 max 442858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442858 Ave neighs/atom = 110.7145 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 = 274.452432321728, Press = 727.423149769776 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 -13880.22 -13880.22 -14017.363 -14017.363 265.31182 265.31182 47860.951 47860.951 513.55741 513.55741 6000 -13874.143 -13874.143 -14020.344 -14020.344 282.83644 282.83644 47823.358 47823.358 1491.2023 1491.2023 Loop time of 338.637 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 94.066 hours/ns, 2.953 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 | 337.65 | 337.65 | 337.65 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15152 | 0.15152 | 0.15152 | 0.0 | 0.04 Output | 0.00023149 | 0.00023149 | 0.00023149 | 0.0 | 0.00 Modify | 0.73578 | 0.73578 | 0.73578 | 0.0 | 0.22 Other | | 0.09963 | | | 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: 444602 ave 444602 max 444602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444602 Ave neighs/atom = 111.1505 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 = 272.610071860466, Press = 17.7903324634525 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 -13874.143 -13874.143 -14020.344 -14020.344 282.83644 282.83644 47823.358 47823.358 1491.2023 1491.2023 7000 -13880.514 -13880.514 -14019.502 -14019.502 268.88252 268.88252 47908.507 47908.507 -1036.1867 -1036.1867 Loop time of 335.53 on 1 procs for 1000 steps with 4000 atoms Performance: 0.258 ns/day, 93.203 hours/ns, 2.980 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 | 334.57 | 334.57 | 334.57 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14816 | 0.14816 | 0.14816 | 0.0 | 0.04 Output | 0.00018729 | 0.00018729 | 0.00018729 | 0.0 | 0.00 Modify | 0.71297 | 0.71297 | 0.71297 | 0.0 | 0.21 Other | | 0.09897 | | | 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: 445814 ave 445814 max 445814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445814 Ave neighs/atom = 111.4535 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 = 273.012114543449, Press = -4.48329116435763 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 -13880.514 -13880.514 -14019.502 -14019.502 268.88252 268.88252 47908.507 47908.507 -1036.1867 -1036.1867 8000 -13879.31 -13879.31 -14018.24 -14018.24 268.76918 268.76918 47900.154 47900.154 -711.71902 -711.71902 Loop time of 337.291 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.692 hours/ns, 2.965 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 | 336.31 | 336.31 | 336.31 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15076 | 0.15076 | 0.15076 | 0.0 | 0.04 Output | 0.00018817 | 0.00018817 | 0.00018817 | 0.0 | 0.00 Modify | 0.72638 | 0.72638 | 0.72638 | 0.0 | 0.22 Other | | 0.09888 | | | 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: 442684 ave 442684 max 442684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442684 Ave neighs/atom = 110.671 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 = 273.088072882087, Press = 19.953690299023 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 -13879.31 -13879.31 -14018.24 -14018.24 268.76918 268.76918 47900.154 47900.154 -711.71902 -711.71902 9000 -13873.264 -13873.264 -14014.598 -14014.598 273.41892 273.41892 47847.43 47847.43 1351.3959 1351.3959 Loop time of 337.939 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.872 hours/ns, 2.959 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 | 336.96 | 336.96 | 336.96 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15016 | 0.15016 | 0.15016 | 0.0 | 0.04 Output | 0.00018761 | 0.00018761 | 0.00018761 | 0.0 | 0.00 Modify | 0.73144 | 0.73144 | 0.73144 | 0.0 | 0.22 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: 443168 ave 443168 max 443168 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443168 Ave neighs/atom = 110.792 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 = 273.383464303143, Press = 12.2281008929359 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 -13873.264 -13873.264 -14014.598 -14014.598 273.41892 273.41892 47847.43 47847.43 1351.3959 1351.3959 10000 -13875.848 -13875.848 -14016.169 -14016.169 271.46095 271.46095 47872.004 47872.004 394.42878 394.42878 Loop time of 339.827 on 1 procs for 1000 steps with 4000 atoms Performance: 0.254 ns/day, 94.396 hours/ns, 2.943 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 | 338.84 | 338.84 | 338.84 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15206 | 0.15206 | 0.15206 | 0.0 | 0.04 Output | 0.00024687 | 0.00024687 | 0.00024687 | 0.0 | 0.00 Modify | 0.7331 | 0.7331 | 0.7331 | 0.0 | 0.22 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: 444808 ave 444808 max 444808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444808 Ave neighs/atom = 111.202 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 = 273.298219266166, Press = 4.11257026109705 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 -13875.848 -13875.848 -14016.169 -14016.169 271.46095 271.46095 47872.004 47872.004 394.42878 394.42878 11000 -13880.74 -13880.74 -14018.7 -14018.7 266.89318 266.89318 47903.178 47903.178 -896.70056 -896.70056 Loop time of 336.624 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.507 hours/ns, 2.971 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 | 335.65 | 335.65 | 335.65 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15078 | 0.15078 | 0.15078 | 0.0 | 0.04 Output | 0.00028678 | 0.00028678 | 0.00028678 | 0.0 | 0.00 Modify | 0.72718 | 0.72718 | 0.72718 | 0.0 | 0.22 Other | | 0.09904 | | | 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: 444260 ave 444260 max 444260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444260 Ave neighs/atom = 111.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" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.181711734933, Press = 2.01454152232803 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 -13880.74 -13880.74 -14018.7 -14018.7 266.89318 266.89318 47903.178 47903.178 -896.70056 -896.70056 12000 -13879.029 -13879.029 -14019.863 -14019.863 272.45387 272.45387 47887.829 47887.829 -429.56659 -429.56659 Loop time of 337.349 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.708 hours/ns, 2.964 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 | 336.37 | 336.37 | 336.37 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1502 | 0.1502 | 0.1502 | 0.0 | 0.04 Output | 0.0002414 | 0.0002414 | 0.0002414 | 0.0 | 0.00 Modify | 0.72535 | 0.72535 | 0.72535 | 0.0 | 0.22 Other | | 0.09897 | | | 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: 443094 ave 443094 max 443094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443094 Ave neighs/atom = 110.7735 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 = 272.921834806247, Press = 11.4619042436088 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 -13879.029 -13879.029 -14019.863 -14019.863 272.45387 272.45387 47887.829 47887.829 -429.56659 -429.56659 13000 -13879.086 -13879.086 -14020.59 -14020.59 273.74981 273.74981 47798.836 47798.836 2059.7649 2059.7649 Loop time of 338.051 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.903 hours/ns, 2.958 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 | 337.07 | 337.07 | 337.07 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1497 | 0.1497 | 0.1497 | 0.0 | 0.04 Output | 0.00018804 | 0.00018804 | 0.00018804 | 0.0 | 0.00 Modify | 0.73009 | 0.73009 | 0.73009 | 0.0 | 0.22 Other | | 0.09951 | | | 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: 443856 ave 443856 max 443856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443856 Ave neighs/atom = 110.964 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 = 272.93982396027, Press = 2.55592050767051 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 -13879.086 -13879.086 -14020.59 -14020.59 273.74981 273.74981 47798.836 47798.836 2059.7649 2059.7649 14000 -13872.137 -13872.137 -14013.704 -14013.704 273.8704 273.8704 47913.941 47913.941 -537.52719 -537.52719 Loop time of 338.178 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 93.938 hours/ns, 2.957 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 | 337.2 | 337.2 | 337.2 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14915 | 0.14915 | 0.14915 | 0.0 | 0.04 Output | 0.0002654 | 0.0002654 | 0.0002654 | 0.0 | 0.00 Modify | 0.7264 | 0.7264 | 0.7264 | 0.0 | 0.21 Other | | 0.0995 | | | 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: 446728 ave 446728 max 446728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 446728 Ave neighs/atom = 111.682 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 = 273.053899106397, Press = 0.995065230243491 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 -13872.137 -13872.137 -14013.704 -14013.704 273.8704 273.8704 47913.941 47913.941 -537.52719 -537.52719 15000 -13879.087 -13879.087 -14019.723 -14019.723 272.07033 272.07033 47872.853 47872.853 -92.749613 -92.749613 Loop time of 338.981 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 94.161 hours/ns, 2.950 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 | 337.99 | 337.99 | 337.99 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1512 | 0.1512 | 0.1512 | 0.0 | 0.04 Output | 0.00018771 | 0.00018771 | 0.00018771 | 0.0 | 0.00 Modify | 0.73701 | 0.73701 | 0.73701 | 0.0 | 0.22 Other | | 0.09919 | | | 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: 442524 ave 442524 max 442524 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442524 Ave neighs/atom = 110.631 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 = 273.187713727609, Press = 3.89326154274001 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 -13879.087 -13879.087 -14019.723 -14019.723 272.07033 272.07033 47872.853 47872.853 -92.749613 -92.749613 16000 -13882.534 -13882.534 -14022.506 -14022.506 270.78406 270.78406 47843.477 47843.477 496.4608 496.4608 Loop time of 338.051 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.903 hours/ns, 2.958 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 | 337.07 | 337.07 | 337.07 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14992 | 0.14992 | 0.14992 | 0.0 | 0.04 Output | 0.00019033 | 0.00019033 | 0.00019033 | 0.0 | 0.00 Modify | 0.72735 | 0.72735 | 0.72735 | 0.0 | 0.22 Other | | 0.09936 | | | 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: 444502 ave 444502 max 444502 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444502 Ave neighs/atom = 111.1255 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 = 273.159125087042, Press = 3.81869007416824 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 -13882.534 -13882.534 -14022.506 -14022.506 270.78406 270.78406 47843.477 47843.477 496.4608 496.4608 17000 -13874.859 -13874.859 -14016.184 -14016.184 273.40168 273.40168 47860.733 47860.733 749.66998 749.66998 Loop time of 338.099 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.916 hours/ns, 2.958 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 | 337.12 | 337.12 | 337.12 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15057 | 0.15057 | 0.15057 | 0.0 | 0.04 Output | 0.00024085 | 0.00024085 | 0.00024085 | 0.0 | 0.00 Modify | 0.73008 | 0.73008 | 0.73008 | 0.0 | 0.22 Other | | 0.09842 | | | 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: 445170 ave 445170 max 445170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445170 Ave neighs/atom = 111.2925 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 = 273.066263911268, Press = 1.52142139883643 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 -13874.859 -13874.859 -14016.184 -14016.184 273.40168 273.40168 47860.733 47860.733 749.66998 749.66998 18000 -13878.776 -13878.776 -14019.456 -14019.456 272.1545 272.1545 47905.879 47905.879 -1029.7436 -1029.7436 Loop time of 339.144 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 94.207 hours/ns, 2.949 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 | 338.16 | 338.16 | 338.16 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14977 | 0.14977 | 0.14977 | 0.0 | 0.04 Output | 0.00019003 | 0.00019003 | 0.00019003 | 0.0 | 0.00 Modify | 0.73354 | 0.73354 | 0.73354 | 0.0 | 0.22 Other | | 0.1001 | | | 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: 444796 ave 444796 max 444796 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444796 Ave neighs/atom = 111.199 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 = 273.204386521797, Press = 0.340160312764099 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 -13878.776 -13878.776 -14019.456 -14019.456 272.1545 272.1545 47905.879 47905.879 -1029.7436 -1029.7436 19000 -13872.614 -13872.614 -14012.904 -14012.904 271.40184 271.40184 47911.367 47911.367 -425.91877 -425.91877 Loop time of 335.314 on 1 procs for 1000 steps with 4000 atoms Performance: 0.258 ns/day, 93.143 hours/ns, 2.982 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 | 334.34 | 334.34 | 334.34 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14934 | 0.14934 | 0.14934 | 0.0 | 0.04 Output | 0.00020646 | 0.00020646 | 0.00020646 | 0.0 | 0.00 Modify | 0.72338 | 0.72338 | 0.72338 | 0.0 | 0.22 Other | | 0.0997 | | | 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: 442942 ave 442942 max 442942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442942 Ave neighs/atom = 110.7355 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 = 273.271030214531, Press = 4.28234574958768 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 -13872.614 -13872.614 -14012.904 -14012.904 271.40184 271.40184 47911.367 47911.367 -425.91877 -425.91877 20000 -13878.854 -13878.854 -14021.138 -14021.138 275.25793 275.25793 47801.164 47801.164 1901.1537 1901.1537 Loop time of 333.784 on 1 procs for 1000 steps with 4000 atoms Performance: 0.259 ns/day, 92.718 hours/ns, 2.996 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 | 332.82 | 332.82 | 332.82 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1494 | 0.1494 | 0.1494 | 0.0 | 0.04 Output | 0.00019215 | 0.00019215 | 0.00019215 | 0.0 | 0.00 Modify | 0.71609 | 0.71609 | 0.71609 | 0.0 | 0.21 Other | | 0.09844 | | | 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: 442822 ave 442822 max 442822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442822 Ave neighs/atom = 110.7055 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 = 273.281288966863, Press = 2.59563185735678 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 -13878.854 -13878.854 -14021.138 -14021.138 275.25793 275.25793 47801.164 47801.164 1901.1537 1901.1537 21000 -13877.937 -13877.937 -14019.828 -14019.828 274.49854 274.49854 47885.925 47885.925 -308.29313 -308.29313 Loop time of 336.026 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.341 hours/ns, 2.976 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 | 335.06 | 335.06 | 335.06 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14925 | 0.14925 | 0.14925 | 0.0 | 0.04 Output | 0.00019281 | 0.00019281 | 0.00019281 | 0.0 | 0.00 Modify | 0.71788 | 0.71788 | 0.71788 | 0.0 | 0.21 Other | | 0.09779 | | | 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: 446962 ave 446962 max 446962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 446962 Ave neighs/atom = 111.7405 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 = 273.318170266093, Press = -1.96267742381731 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 -13877.937 -13877.937 -14019.828 -14019.828 274.49854 274.49854 47885.925 47885.925 -308.29313 -308.29313 22000 -13871.593 -13871.593 -14015.362 -14015.362 278.13176 278.13176 47937.862 47937.862 -1380.783 -1380.783 Loop time of 336.883 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.578 hours/ns, 2.968 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 | 335.9 | 335.9 | 335.9 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15108 | 0.15108 | 0.15108 | 0.0 | 0.04 Output | 0.00018751 | 0.00018751 | 0.00018751 | 0.0 | 0.00 Modify | 0.73001 | 0.73001 | 0.73001 | 0.0 | 0.22 Other | | 0.1 | | | 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: 444026 ave 444026 max 444026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444026 Ave neighs/atom = 111.0065 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 = 273.330020928248, Press = 3.18497826429292 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 -13871.593 -13871.593 -14015.362 -14015.362 278.13176 278.13176 47937.862 47937.862 -1380.783 -1380.783 23000 -13879.369 -13879.369 -14017.594 -14017.594 267.40631 267.40631 47845.709 47845.709 978.52828 978.52828 Loop time of 334.491 on 1 procs for 1000 steps with 4000 atoms Performance: 0.258 ns/day, 92.914 hours/ns, 2.990 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 | 333.52 | 333.52 | 333.52 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14792 | 0.14792 | 0.14792 | 0.0 | 0.04 Output | 0.00025609 | 0.00025609 | 0.00025609 | 0.0 | 0.00 Modify | 0.72166 | 0.72166 | 0.72166 | 0.0 | 0.22 Other | | 0.09899 | | | 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: 441634 ave 441634 max 441634 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 441634 Ave neighs/atom = 110.4085 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 = 273.394612307234, Press = 2.64500242131593 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 -13879.369 -13879.369 -14017.594 -14017.594 267.40631 267.40631 47845.709 47845.709 978.52828 978.52828 24000 -13873.859 -13873.859 -14017.55 -14017.55 277.98123 277.98123 47878.968 47878.968 153.10668 153.10668 Loop time of 336.523 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.479 hours/ns, 2.972 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 | 335.55 | 335.55 | 335.55 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15002 | 0.15002 | 0.15002 | 0.0 | 0.04 Output | 0.00023751 | 0.00023751 | 0.00023751 | 0.0 | 0.00 Modify | 0.72477 | 0.72477 | 0.72477 | 0.0 | 0.22 Other | | 0.09954 | | | 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: 445318 ave 445318 max 445318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445318 Ave neighs/atom = 111.3295 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 = 273.433385937013, Press = 0.828269039845982 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 -13873.859 -13873.859 -14017.55 -14017.55 277.98123 277.98123 47878.968 47878.968 153.10668 153.10668 25000 -13878.098 -13878.098 -14016.855 -14016.855 268.43342 268.43342 47901.751 47901.751 -532.5488 -532.5488 Loop time of 337.513 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.754 hours/ns, 2.963 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 | 336.54 | 336.54 | 336.54 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15051 | 0.15051 | 0.15051 | 0.0 | 0.04 Output | 0.0001881 | 0.0001881 | 0.0001881 | 0.0 | 0.00 Modify | 0.72767 | 0.72767 | 0.72767 | 0.0 | 0.22 Other | | 0.09918 | | | 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: 443810 ave 443810 max 443810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443810 Ave neighs/atom = 110.9525 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 = 273.454429104886, Press = 1.15702984043659 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 -13878.098 -13878.098 -14016.855 -14016.855 268.43342 268.43342 47901.751 47901.751 -532.5488 -532.5488 26000 -13874.24 -13874.24 -14015.494 -14015.494 273.26606 273.26606 47881.042 47881.042 324.0844 324.0844 Loop time of 336.022 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.340 hours/ns, 2.976 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 | 335.04 | 335.04 | 335.04 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15022 | 0.15022 | 0.15022 | 0.0 | 0.04 Output | 0.00018975 | 0.00018975 | 0.00018975 | 0.0 | 0.00 Modify | 0.72929 | 0.72929 | 0.72929 | 0.0 | 0.22 Other | | 0.09908 | | | 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: 442992 ave 442992 max 442992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442992 Ave neighs/atom = 110.748 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 = 273.534113614539, Press = 4.75863326319756 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 -13874.24 -13874.24 -14015.494 -14015.494 273.26606 273.26606 47881.042 47881.042 324.0844 324.0844 27000 -13875.238 -13875.238 -14015.396 -14015.396 271.14528 271.14528 47810.121 47810.121 2275.2224 2275.2224 Loop time of 335.224 on 1 procs for 1000 steps with 4000 atoms Performance: 0.258 ns/day, 93.118 hours/ns, 2.983 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 | 334.25 | 334.25 | 334.25 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14955 | 0.14955 | 0.14955 | 0.0 | 0.04 Output | 0.00019082 | 0.00019082 | 0.00019082 | 0.0 | 0.00 Modify | 0.725 | 0.725 | 0.725 | 0.0 | 0.22 Other | | 0.09894 | | | 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: 443840 ave 443840 max 443840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443840 Ave neighs/atom = 110.96 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 = 273.50086662506, Press = 1.072994218184 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 -13875.238 -13875.238 -14015.396 -14015.396 271.14528 271.14528 47810.121 47810.121 2275.2224 2275.2224 28000 -13878.298 -13878.298 -14018.178 -14018.178 270.6079 270.6079 47901.868 47901.868 -597.78066 -597.78066 Loop time of 335.391 on 1 procs for 1000 steps with 4000 atoms Performance: 0.258 ns/day, 93.164 hours/ns, 2.982 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 | 334.42 | 334.42 | 334.42 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14986 | 0.14986 | 0.14986 | 0.0 | 0.04 Output | 0.00022685 | 0.00022685 | 0.00022685 | 0.0 | 0.00 Modify | 0.72382 | 0.72382 | 0.72382 | 0.0 | 0.22 Other | | 0.09893 | | | 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: 446118 ave 446118 max 446118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 446118 Ave neighs/atom = 111.5295 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 = 273.524398160771, Press = -0.395083262774689 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 -13878.298 -13878.298 -14018.178 -14018.178 270.6079 270.6079 47901.868 47901.868 -597.78066 -597.78066 29000 -13876.316 -13876.316 -14017.586 -14017.586 273.29576 273.29576 47898.042 47898.042 -531.36041 -531.36041 Loop time of 333.182 on 1 procs for 1000 steps with 4000 atoms Performance: 0.259 ns/day, 92.551 hours/ns, 3.001 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 | 332.22 | 332.22 | 332.22 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14866 | 0.14866 | 0.14866 | 0.0 | 0.04 Output | 0.00023267 | 0.00023267 | 0.00023267 | 0.0 | 0.00 Modify | 0.71427 | 0.71427 | 0.71427 | 0.0 | 0.21 Other | | 0.09818 | | | 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: 443022 ave 443022 max 443022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443022 Ave neighs/atom = 110.7555 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 = 273.477259079575, Press = 2.40575104530339 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 -13876.316 -13876.316 -14017.586 -14017.586 273.29576 273.29576 47898.042 47898.042 -531.36041 -531.36041 30000 -13880.796 -13880.796 -14020.523 -14020.523 270.3125 270.3125 47838.931 47838.931 835.9657 835.9657 Loop time of 337.587 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.774 hours/ns, 2.962 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 | 336.61 | 336.61 | 336.61 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1512 | 0.1512 | 0.1512 | 0.0 | 0.04 Output | 0.00019006 | 0.00019006 | 0.00019006 | 0.0 | 0.00 Modify | 0.73113 | 0.73113 | 0.73113 | 0.0 | 0.22 Other | | 0.09944 | | | 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: 443192 ave 443192 max 443192 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443192 Ave neighs/atom = 110.798 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 = 273.45083030333, Press = 1.49522572150214 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 -13880.796 -13880.796 -14020.523 -14020.523 270.3125 270.3125 47838.931 47838.931 835.9657 835.9657 31000 -13879.935 -13879.935 -14017.459 -14017.459 266.04815 266.04815 47855.672 47855.672 685.50568 685.50568 Loop time of 341.504 on 1 procs for 1000 steps with 4000 atoms Performance: 0.253 ns/day, 94.862 hours/ns, 2.928 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 | 340.51 | 340.51 | 340.51 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15164 | 0.15164 | 0.15164 | 0.0 | 0.04 Output | 0.00024551 | 0.00024551 | 0.00024551 | 0.0 | 0.00 Modify | 0.73964 | 0.73964 | 0.73964 | 0.0 | 0.22 Other | | 0.09983 | | | 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: 445040 ave 445040 max 445040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445040 Ave neighs/atom = 111.26 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 = 273.442632998933, Press = 0.984992784595329 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 31000 -13879.935 -13879.935 -14017.459 -14017.459 266.04815 266.04815 47855.672 47855.672 685.50568 685.50568 32000 -13878.966 -13878.966 -14016.677 -14016.677 266.4102 266.4102 47899.183 47899.183 -554.47927 -554.47927 Loop time of 337.084 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.635 hours/ns, 2.967 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 | 336.11 | 336.11 | 336.11 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14898 | 0.14898 | 0.14898 | 0.0 | 0.04 Output | 0.00018824 | 0.00018824 | 0.00018824 | 0.0 | 0.00 Modify | 0.72716 | 0.72716 | 0.72716 | 0.0 | 0.22 Other | | 0.09971 | | | 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: 444672 ave 444672 max 444672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444672 Ave neighs/atom = 111.168 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 = 273.44252242871, Press = -0.621439092154511 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 32000 -13878.966 -13878.966 -14016.677 -14016.677 266.4102 266.4102 47899.183 47899.183 -554.47927 -554.47927 33000 -13878.291 -13878.291 -14018.842 -14018.842 271.90611 271.90611 47919.19 47919.19 -1182.5023 -1182.5023 Loop time of 341.319 on 1 procs for 1000 steps with 4000 atoms Performance: 0.253 ns/day, 94.811 hours/ns, 2.930 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 | 340.31 | 340.31 | 340.31 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1524 | 0.1524 | 0.1524 | 0.0 | 0.04 Output | 0.00028951 | 0.00028951 | 0.00028951 | 0.0 | 0.00 Modify | 0.75112 | 0.75112 | 0.75112 | 0.0 | 0.22 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: 443170 ave 443170 max 443170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443170 Ave neighs/atom = 110.7925 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 = 273.356253330838, Press = 2.25594315728755 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 33000 -13878.291 -13878.291 -14018.842 -14018.842 271.90611 271.90611 47919.19 47919.19 -1182.5023 -1182.5023 34000 -13877.34 -13877.34 -14019.773 -14019.773 275.54722 275.54722 47833.613 47833.613 1192.6666 1192.6666 Loop time of 342.944 on 1 procs for 1000 steps with 4000 atoms Performance: 0.252 ns/day, 95.262 hours/ns, 2.916 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 | 341.94 | 341.94 | 341.94 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1519 | 0.1519 | 0.1519 | 0.0 | 0.04 Output | 0.00018623 | 0.00018623 | 0.00018623 | 0.0 | 0.00 Modify | 0.75008 | 0.75008 | 0.75008 | 0.0 | 0.22 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: 442384 ave 442384 max 442384 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442384 Ave neighs/atom = 110.596 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 = 273.354388385183, Press = 1.95429638612532 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 34000 -13877.34 -13877.34 -14019.773 -14019.773 275.54722 275.54722 47833.613 47833.613 1192.6666 1192.6666 35000 -13878.826 -13878.826 -14020.564 -14020.564 274.20216 274.20216 47841.228 47841.228 862.68183 862.68183 Loop time of 342.155 on 1 procs for 1000 steps with 4000 atoms Performance: 0.253 ns/day, 95.043 hours/ns, 2.923 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 | 341.17 | 341.17 | 341.17 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15102 | 0.15102 | 0.15102 | 0.0 | 0.04 Output | 0.00022749 | 0.00022749 | 0.00022749 | 0.0 | 0.00 Modify | 0.73841 | 0.73841 | 0.73841 | 0.0 | 0.22 Other | | 0.0996 | | | 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: 445712 ave 445712 max 445712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445712 Ave neighs/atom = 111.428 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 = 273.368714339852, Press = 0.358732021755455 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 35000 -13878.826 -13878.826 -14020.564 -14020.564 274.20216 274.20216 47841.228 47841.228 862.68183 862.68183 36000 -13878.725 -13878.725 -14017.535 -14017.535 268.53735 268.53735 47889.319 47889.319 -331.19512 -331.19512 Loop time of 339.525 on 1 procs for 1000 steps with 4000 atoms Performance: 0.254 ns/day, 94.313 hours/ns, 2.945 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 | 338.55 | 338.55 | 338.55 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15068 | 0.15068 | 0.15068 | 0.0 | 0.04 Output | 0.00018759 | 0.00018759 | 0.00018759 | 0.0 | 0.00 Modify | 0.72594 | 0.72594 | 0.72594 | 0.0 | 0.21 Other | | 0.09966 | | | 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: 445472 ave 445472 max 445472 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445472 Ave neighs/atom = 111.368 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 = 273.379834743178, Press = 0.580102839370186 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 36000 -13878.725 -13878.725 -14017.535 -14017.535 268.53735 268.53735 47889.319 47889.319 -331.19512 -331.19512 37000 -13874.806 -13874.806 -14016.055 -14016.055 273.2544 273.2544 47898.068 47898.068 -316.88146 -316.88146 Loop time of 340.467 on 1 procs for 1000 steps with 4000 atoms Performance: 0.254 ns/day, 94.574 hours/ns, 2.937 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 | 339.48 | 339.48 | 339.48 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15069 | 0.15069 | 0.15069 | 0.0 | 0.04 Output | 0.00023145 | 0.00023145 | 0.00023145 | 0.0 | 0.00 Modify | 0.73267 | 0.73267 | 0.73267 | 0.0 | 0.22 Other | | 0.09993 | | | 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: 443562 ave 443562 max 443562 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443562 Ave neighs/atom = 110.8905 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 = 273.376841756898, Press = 1.43643685691933 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 37000 -13874.806 -13874.806 -14016.055 -14016.055 273.2544 273.2544 47898.068 47898.068 -316.88146 -316.88146 38000 -13879.622 -13879.622 -14020.258 -14020.258 272.07114 272.07114 47854.309 47854.309 502.49331 502.49331 Loop time of 338.093 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.915 hours/ns, 2.958 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 | 337.11 | 337.11 | 337.11 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14922 | 0.14922 | 0.14922 | 0.0 | 0.04 Output | 0.00019047 | 0.00019047 | 0.00019047 | 0.0 | 0.00 Modify | 0.72923 | 0.72923 | 0.72923 | 0.0 | 0.22 Other | | 0.09984 | | | 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: 443318 ave 443318 max 443318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443318 Ave neighs/atom = 110.8295 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 = 273.379722598517, Press = 0.978471147051806 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 38000 -13879.622 -13879.622 -14020.258 -14020.258 272.07114 272.07114 47854.309 47854.309 502.49331 502.49331 39000 -13879.066 -13879.066 -14021.139 -14021.139 274.84897 274.84897 47869.063 47869.063 -109.87953 -109.87953 Loop time of 338.249 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 93.958 hours/ns, 2.956 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 | 337.26 | 337.26 | 337.26 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1516 | 0.1516 | 0.1516 | 0.0 | 0.04 Output | 0.00019136 | 0.00019136 | 0.00019136 | 0.0 | 0.00 Modify | 0.73543 | 0.73543 | 0.73543 | 0.0 | 0.22 Other | | 0.1004 | | | 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: 445070 ave 445070 max 445070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 445070 Ave neighs/atom = 111.2675 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 = 273.377909119867, Press = 0.842540731968307 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 39000 -13879.066 -13879.066 -14021.139 -14021.139 274.84897 274.84897 47869.063 47869.063 -109.87953 -109.87953 40000 -13873.652 -13873.652 -14018.071 -14018.071 279.38863 279.38863 47885.908 47885.908 -174.75078 -174.75078 Loop time of 339.239 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 94.233 hours/ns, 2.948 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 | 338.25 | 338.25 | 338.25 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15036 | 0.15036 | 0.15036 | 0.0 | 0.04 Output | 0.00024765 | 0.00024765 | 0.00024765 | 0.0 | 0.00 Modify | 0.73305 | 0.73305 | 0.73305 | 0.0 | 0.22 Other | | 0.1004 | | | 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: 444846 ave 444846 max 444846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444846 Ave neighs/atom = 111.2115 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 = 273.43222417225, Press = 1.05975850397791 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 40000 -13873.652 -13873.652 -14018.071 -14018.071 279.38863 279.38863 47885.908 47885.908 -174.75078 -174.75078 41000 -13878.587 -13878.587 -14019.278 -14019.278 272.17503 272.17503 47808.855 47808.855 1832.7744 1832.7744 Loop time of 338.065 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.907 hours/ns, 2.958 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 | 337.08 | 337.08 | 337.08 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15115 | 0.15115 | 0.15115 | 0.0 | 0.04 Output | 0.00023424 | 0.00023424 | 0.00023424 | 0.0 | 0.00 Modify | 0.72981 | 0.72981 | 0.72981 | 0.0 | 0.22 Other | | 0.09975 | | | 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: 443544 ave 443544 max 443544 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443544 Ave neighs/atom = 110.886 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 = 273.415790744364, Press = 0.854143667052651 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 41000 -13878.587 -13878.587 -14019.278 -14019.278 272.17503 272.17503 47808.855 47808.855 1832.7744 1832.7744 42000 -13875.001 -13875.001 -14017.42 -14017.42 275.5188 275.5188 47926.981 47926.981 -1341.8059 -1341.8059 Loop time of 339.099 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 94.194 hours/ns, 2.949 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 | 338.12 | 338.12 | 338.12 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14993 | 0.14993 | 0.14993 | 0.0 | 0.04 Output | 0.00019132 | 0.00019132 | 0.00019132 | 0.0 | 0.00 Modify | 0.73161 | 0.73161 | 0.73161 | 0.0 | 0.22 Other | | 0.09977 | | | 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: 446534 ave 446534 max 446534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 446534 Ave neighs/atom = 111.6335 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 = 273.400815652509, Press = -1.24612456786541 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 42000 -13875.001 -13875.001 -14017.42 -14017.42 275.5188 275.5188 47926.981 47926.981 -1341.8059 -1341.8059 43000 -13878.307 -13878.307 -14019.465 -14019.465 273.08071 273.08071 47915.933 47915.933 -1210.2345 -1210.2345 Loop time of 335.555 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.210 hours/ns, 2.980 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 | 334.58 | 334.58 | 334.58 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14891 | 0.14891 | 0.14891 | 0.0 | 0.04 Output | 0.00024504 | 0.00024504 | 0.00024504 | 0.0 | 0.00 Modify | 0.72503 | 0.72503 | 0.72503 | 0.0 | 0.22 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: 442344 ave 442344 max 442344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442344 Ave neighs/atom = 110.586 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 = 273.394552400884, Press = 1.34166997410076 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 43000 -13878.307 -13878.307 -14019.465 -14019.465 273.08071 273.08071 47915.933 47915.933 -1210.2345 -1210.2345 44000 -13869.947 -13869.947 -14013.606 -14013.606 277.91772 277.91772 47858.367 47858.367 1133.572 1133.572 Loop time of 338.462 on 1 procs for 1000 steps with 4000 atoms Performance: 0.255 ns/day, 94.017 hours/ns, 2.955 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 | 337.47 | 337.47 | 337.47 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15066 | 0.15066 | 0.15066 | 0.0 | 0.04 Output | 0.0002346 | 0.0002346 | 0.0002346 | 0.0 | 0.00 Modify | 0.73934 | 0.73934 | 0.73934 | 0.0 | 0.22 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: 442482 ave 442482 max 442482 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 442482 Ave neighs/atom = 110.6205 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 = 273.415043906429, Press = 1.51072910686343 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 44000 -13869.947 -13869.947 -14013.606 -14013.606 277.91772 277.91772 47858.367 47858.367 1133.572 1133.572 45000 -13879.18 -13879.18 -14019.61 -14019.61 271.67227 271.67227 47866.843 47866.843 198.29216 198.29216 Loop time of 341.515 on 1 procs for 1000 steps with 4000 atoms Performance: 0.253 ns/day, 94.865 hours/ns, 2.928 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 | 340.53 | 340.53 | 340.53 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15201 | 0.15201 | 0.15201 | 0.0 | 0.04 Output | 0.00018935 | 0.00018935 | 0.00018935 | 0.0 | 0.00 Modify | 0.73504 | 0.73504 | 0.73504 | 0.0 | 0.22 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: 444626 ave 444626 max 444626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444626 Ave neighs/atom = 111.1565 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 = 273.435612959789, Press = 0.0641511791460661 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 45000 -13879.18 -13879.18 -14019.61 -14019.61 271.67227 271.67227 47866.843 47866.843 198.29216 198.29216 46000 -13880.482 -13880.482 -14018.286 -14018.286 266.59154 266.59154 47901.421 47901.421 -791.26727 -791.26727 Loop time of 336.098 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.361 hours/ns, 2.975 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 | 335.12 | 335.12 | 335.12 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14943 | 0.14943 | 0.14943 | 0.0 | 0.04 Output | 0.00018998 | 0.00018998 | 0.00018998 | 0.0 | 0.00 Modify | 0.72499 | 0.72499 | 0.72499 | 0.0 | 0.22 Other | | 0.09951 | | | 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: 444264 ave 444264 max 444264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444264 Ave neighs/atom = 111.066 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 = 273.418357491526, Press = 0.72201507915541 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 46000 -13880.482 -13880.482 -14018.286 -14018.286 266.59154 266.59154 47901.421 47901.421 -791.26727 -791.26727 47000 -13874.61 -13874.61 -14016.567 -14016.567 274.62582 274.62582 47884.761 47884.761 51.80073 51.80073 Loop time of 337.924 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.868 hours/ns, 2.959 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 | 336.94 | 336.94 | 336.94 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15088 | 0.15088 | 0.15088 | 0.0 | 0.04 Output | 0.00018916 | 0.00018916 | 0.00018916 | 0.0 | 0.00 Modify | 0.73821 | 0.73821 | 0.73821 | 0.0 | 0.22 Other | | 0.09958 | | | 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: 443120 ave 443120 max 443120 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443120 Ave neighs/atom = 110.78 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 = 273.383678876924, Press = 1.07834724611442 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 47000 -13874.61 -13874.61 -14016.567 -14016.567 274.62582 274.62582 47884.761 47884.761 51.80073 51.80073 48000 -13879.932 -13879.932 -14019.968 -14019.968 270.90845 270.90845 47870.121 47870.121 -33.042177 -33.042177 Loop time of 336.214 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.393 hours/ns, 2.974 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 | 335.24 | 335.24 | 335.24 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14967 | 0.14967 | 0.14967 | 0.0 | 0.04 Output | 0.00019343 | 0.00019343 | 0.00019343 | 0.0 | 0.00 Modify | 0.72262 | 0.72262 | 0.72262 | 0.0 | 0.21 Other | | 0.09951 | | | 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: 443970 ave 443970 max 443970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443970 Ave neighs/atom = 110.9925 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 = 273.355981822851, Press = 0.595683636038415 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 48000 -13879.932 -13879.932 -14019.968 -14019.968 270.90845 270.90845 47870.121 47870.121 -33.042177 -33.042177 49000 -13875.341 -13875.341 -14017.398 -14017.398 274.8192 274.8192 47876.91 47876.91 52.001363 52.001363 Loop time of 337.622 on 1 procs for 1000 steps with 4000 atoms Performance: 0.256 ns/day, 93.784 hours/ns, 2.962 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 | 336.64 | 336.64 | 336.64 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15051 | 0.15051 | 0.15051 | 0.0 | 0.04 Output | 0.00029493 | 0.00029493 | 0.00029493 | 0.0 | 0.00 Modify | 0.73018 | 0.73018 | 0.73018 | 0.0 | 0.22 Other | | 0.0995 | | | 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: 444218 ave 444218 max 444218 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 444218 Ave neighs/atom = 111.0545 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 = 273.307504486834, Press = 0.671032571324758 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 49000 -13875.341 -13875.341 -14017.398 -14017.398 274.8192 274.8192 47876.91 47876.91 52.001363 52.001363 50000 -13875.271 -13875.271 -14020.011 -14020.011 280.0099 280.0099 47878.904 47878.904 -96.468394 -96.468394 Loop time of 336.718 on 1 procs for 1000 steps with 4000 atoms Performance: 0.257 ns/day, 93.533 hours/ns, 2.970 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 | 335.74 | 335.74 | 335.74 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14982 | 0.14982 | 0.14982 | 0.0 | 0.04 Output | 0.00018918 | 0.00018918 | 0.00018918 | 0.0 | 0.00 Modify | 0.72837 | 0.72837 | 0.72837 | 0.0 | 0.22 Other | | 0.09964 | | | 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: 443776 ave 443776 max 443776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 443776 Ave neighs/atom = 110.944 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_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 47876.3084839259 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0