# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 4.044650778174401*${_u_distance} variable latticeconst_converted equal 4.044650778174401*1 lattice fcc ${latticeconst_converted} lattice fcc 4.0446507781744 Lattice spacing in x,y,z = 4.0446508 4.0446508 4.0446508 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.446508 40.446508 40.446508) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (40.446508 40.446508 40.446508) create_atoms CPU = 0.004 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Al #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimKimJung_2016_AlTi__MO_618133763375_002 pair_coeff * * Al #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66167.250676169 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.250676169/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.250676169/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.250676169/(1*1*${_u_distance}) variable V0_metal equal 66167.250676169/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66167.250676169*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66167.250676169 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_618133763375_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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13298.806 -13298.806 -13440 -13440 273.15 273.15 66167.251 66167.251 2279.2565 2279.2565 1000 -13142.643 -13142.643 -13293.567 -13293.567 291.97237 291.97237 67223.723 67223.723 796.51477 796.51477 Loop time of 350.626 on 1 procs for 1000 steps with 4000 atoms Performance: 0.246 ns/day, 97.396 hours/ns, 2.852 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 349.68 | 349.68 | 349.68 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1492 | 0.1492 | 0.1492 | 0.0 | 0.04 Output | 0.00040212 | 0.00040212 | 0.00040212 | 0.0 | 0.00 Modify | 0.69347 | 0.69347 | 0.69347 | 0.0 | 0.20 Other | | 0.09874 | | | 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: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 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 = 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13142.643 -13142.643 -13293.567 -13293.567 291.97237 291.97237 67223.723 67223.723 796.51477 796.51477 2000 -13158.024 -13158.024 -13294.654 -13294.654 264.3213 264.3213 67217.302 67217.302 548.54563 548.54563 Loop time of 389.784 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 108.273 hours/ns, 2.566 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 | 388.76 | 388.76 | 388.76 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1568 | 0.1568 | 0.1568 | 0.0 | 0.04 Output | 0.0002281 | 0.0002281 | 0.0002281 | 0.0 | 0.00 Modify | 0.75969 | 0.75969 | 0.75969 | 0.0 | 0.19 Other | | 0.1027 | | | 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: 312660 ave 312660 max 312660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312660 Ave neighs/atom = 78.165 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13158.024 -13158.024 -13294.654 -13294.654 264.3213 264.3213 67217.302 67217.302 548.54563 548.54563 3000 -13148.569 -13148.569 -13286.727 -13286.727 267.27541 267.27541 67264.825 67264.825 485.79815 485.79815 Loop time of 387.456 on 1 procs for 1000 steps with 4000 atoms Performance: 0.223 ns/day, 107.627 hours/ns, 2.581 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 | 386.44 | 386.44 | 386.44 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15799 | 0.15799 | 0.15799 | 0.0 | 0.04 Output | 0.00034029 | 0.00034029 | 0.00034029 | 0.0 | 0.00 Modify | 0.75873 | 0.75873 | 0.75873 | 0.0 | 0.20 Other | | 0.1025 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312678 ave 312678 max 312678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312678 Ave neighs/atom = 78.1695 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13148.569 -13148.569 -13286.727 -13286.727 267.27541 267.27541 67264.825 67264.825 485.79815 485.79815 4000 -13155.15 -13155.15 -13294.921 -13294.921 270.39709 270.39709 67251.479 67251.479 124.87652 124.87652 Loop time of 386.251 on 1 procs for 1000 steps with 4000 atoms Performance: 0.224 ns/day, 107.292 hours/ns, 2.589 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 | 385.25 | 385.25 | 385.25 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15488 | 0.15488 | 0.15488 | 0.0 | 0.04 Output | 0.00027245 | 0.00027245 | 0.00027245 | 0.0 | 0.00 Modify | 0.74452 | 0.74452 | 0.74452 | 0.0 | 0.19 Other | | 0.1027 | | | 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: 312654 ave 312654 max 312654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312654 Ave neighs/atom = 78.1635 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13155.15 -13155.15 -13294.921 -13294.921 270.39709 270.39709 67251.479 67251.479 124.87652 124.87652 5000 -13152.5 -13152.5 -13293.216 -13293.216 272.22618 272.22618 67249.256 67249.256 307.60062 307.60062 Loop time of 397.664 on 1 procs for 1000 steps with 4000 atoms Performance: 0.217 ns/day, 110.462 hours/ns, 2.515 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 | 396.62 | 396.62 | 396.62 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16062 | 0.16062 | 0.16062 | 0.0 | 0.04 Output | 0.00025791 | 0.00025791 | 0.00025791 | 0.0 | 0.00 Modify | 0.7814 | 0.7814 | 0.7814 | 0.0 | 0.20 Other | | 0.1046 | | | 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: 312526 ave 312526 max 312526 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312526 Ave neighs/atom = 78.1315 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.980909521914, Press = 252.620190653409 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13152.5 -13152.5 -13293.216 -13293.216 272.22618 272.22618 67249.256 67249.256 307.60062 307.60062 6000 -13150.846 -13150.846 -13290.927 -13290.927 270.99449 270.99449 67245.185 67245.185 512.89814 512.89814 Loop time of 385.929 on 1 procs for 1000 steps with 4000 atoms Performance: 0.224 ns/day, 107.202 hours/ns, 2.591 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 | 384.89 | 384.89 | 384.89 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15515 | 0.15515 | 0.15515 | 0.0 | 0.04 Output | 0.00018706 | 0.00018706 | 0.00018706 | 0.0 | 0.00 Modify | 0.77593 | 0.77593 | 0.77593 | 0.0 | 0.20 Other | | 0.1026 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312580 ave 312580 max 312580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312580 Ave neighs/atom = 78.145 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.680665226958, Press = 41.1092620700517 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13150.846 -13150.846 -13290.927 -13290.927 270.99449 270.99449 67245.185 67245.185 512.89814 512.89814 7000 -13154.276 -13154.276 -13293.203 -13293.203 268.76433 268.76433 67254.082 67254.082 153.95515 153.95515 Loop time of 391.502 on 1 procs for 1000 steps with 4000 atoms Performance: 0.221 ns/day, 108.751 hours/ns, 2.554 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 | 390.46 | 390.46 | 390.46 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15698 | 0.15698 | 0.15698 | 0.0 | 0.04 Output | 0.0002626 | 0.0002626 | 0.0002626 | 0.0 | 0.00 Modify | 0.77925 | 0.77925 | 0.77925 | 0.0 | 0.20 Other | | 0.1022 | | | 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: 312562 ave 312562 max 312562 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312562 Ave neighs/atom = 78.1405 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.17065296589, Press = 28.6957329227108 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13154.276 -13154.276 -13293.203 -13293.203 268.76433 268.76433 67254.082 67254.082 153.95515 153.95515 8000 -13151.428 -13151.428 -13294.172 -13294.172 276.14942 276.14942 67298.294 67298.294 -317.79516 -317.79516 Loop time of 393.451 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 109.292 hours/ns, 2.542 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 | 392.38 | 392.38 | 392.38 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15946 | 0.15946 | 0.15946 | 0.0 | 0.04 Output | 0.00018826 | 0.00018826 | 0.00018826 | 0.0 | 0.00 Modify | 0.80501 | 0.80501 | 0.80501 | 0.0 | 0.20 Other | | 0.1038 | | | 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: 312596 ave 312596 max 312596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312596 Ave neighs/atom = 78.149 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.958619068947, Press = 13.7004297868477 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13151.428 -13151.428 -13294.172 -13294.172 276.14942 276.14942 67298.294 67298.294 -317.79516 -317.79516 9000 -13152.828 -13152.828 -13295.296 -13295.296 275.61251 275.61251 67288.271 67288.271 -256.96646 -256.96646 Loop time of 381.796 on 1 procs for 1000 steps with 4000 atoms Performance: 0.226 ns/day, 106.055 hours/ns, 2.619 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 | 380.78 | 380.78 | 380.78 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15451 | 0.15451 | 0.15451 | 0.0 | 0.04 Output | 0.00024267 | 0.00024267 | 0.00024267 | 0.0 | 0.00 Modify | 0.76446 | 0.76446 | 0.76446 | 0.0 | 0.20 Other | | 0.1011 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312614 ave 312614 max 312614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312614 Ave neighs/atom = 78.1535 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.77929705041, Press = 7.77804711132555 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13152.828 -13152.828 -13295.296 -13295.296 275.61251 275.61251 67288.271 67288.271 -256.96646 -256.96646 10000 -13149.107 -13149.107 -13290.709 -13290.709 273.93831 273.93831 67298.698 67298.698 -66.704662 -66.704662 Loop time of 393.195 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 109.221 hours/ns, 2.543 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 | 392.14 | 392.14 | 392.14 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15726 | 0.15726 | 0.15726 | 0.0 | 0.04 Output | 0.00018924 | 0.00018924 | 0.00018924 | 0.0 | 0.00 Modify | 0.78905 | 0.78905 | 0.78905 | 0.0 | 0.20 Other | | 0.1043 | | | 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: 312530 ave 312530 max 312530 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312530 Ave neighs/atom = 78.1325 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.629799540304, Press = 3.62837965076379 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13149.107 -13149.107 -13290.709 -13290.709 273.93831 273.93831 67298.698 67298.698 -66.704662 -66.704662 11000 -13154.957 -13154.957 -13295.292 -13295.292 271.48838 271.48838 67277.581 67277.581 -236.43148 -236.43148 Loop time of 396.033 on 1 procs for 1000 steps with 4000 atoms Performance: 0.218 ns/day, 110.009 hours/ns, 2.525 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 | 394.97 | 394.97 | 394.97 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1599 | 0.1599 | 0.1599 | 0.0 | 0.04 Output | 0.00018916 | 0.00018916 | 0.00018916 | 0.0 | 0.00 Modify | 0.80107 | 0.80107 | 0.80107 | 0.0 | 0.20 Other | | 0.1044 | | | 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: 312588 ave 312588 max 312588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312588 Ave neighs/atom = 78.147 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.737582699614, Press = 1.99765066175623 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13154.957 -13154.957 -13295.292 -13295.292 271.48838 271.48838 67277.581 67277.581 -236.43148 -236.43148 12000 -13150.6 -13150.6 -13292.46 -13292.46 274.43746 274.43746 67300.314 67300.314 -183.9822 -183.9822 Loop time of 394.487 on 1 procs for 1000 steps with 4000 atoms Performance: 0.219 ns/day, 109.580 hours/ns, 2.535 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 | 393.43 | 393.43 | 393.43 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15813 | 0.15813 | 0.15813 | 0.0 | 0.04 Output | 0.0003243 | 0.0003243 | 0.0003243 | 0.0 | 0.00 Modify | 0.79647 | 0.79647 | 0.79647 | 0.0 | 0.20 Other | | 0.1038 | | | 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: 312548 ave 312548 max 312548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312548 Ave neighs/atom = 78.137 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.722880203506, Press = 2.48376661697613 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13150.6 -13150.6 -13292.46 -13292.46 274.43746 274.43746 67300.314 67300.314 -183.9822 -183.9822 13000 -13158.962 -13158.962 -13297.612 -13297.612 268.22771 268.22771 67277.426 67277.426 -382.45845 -382.45845 Loop time of 390.544 on 1 procs for 1000 steps with 4000 atoms Performance: 0.221 ns/day, 108.484 hours/ns, 2.561 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 | 389.5 | 389.5 | 389.5 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15743 | 0.15743 | 0.15743 | 0.0 | 0.04 Output | 0.00023091 | 0.00023091 | 0.00023091 | 0.0 | 0.00 Modify | 0.78179 | 0.78179 | 0.78179 | 0.0 | 0.20 Other | | 0.1029 | | | 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: 312632 ave 312632 max 312632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312632 Ave neighs/atom = 78.158 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.609941112964, Press = 2.86481778539483 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13158.962 -13158.962 -13297.612 -13297.612 268.22771 268.22771 67277.426 67277.426 -382.45845 -382.45845 14000 -13150.151 -13150.151 -13291.838 -13291.838 274.10428 274.10428 67340.3 67340.3 -664.36358 -664.36358 Loop time of 394.121 on 1 procs for 1000 steps with 4000 atoms Performance: 0.219 ns/day, 109.478 hours/ns, 2.537 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 | 393.06 | 393.06 | 393.06 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15893 | 0.15893 | 0.15893 | 0.0 | 0.04 Output | 0.00023423 | 0.00023423 | 0.00023423 | 0.0 | 0.00 Modify | 0.79876 | 0.79876 | 0.79876 | 0.0 | 0.20 Other | | 0.1037 | | | 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: 312572 ave 312572 max 312572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312572 Ave neighs/atom = 78.143 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.600942112122, Press = 1.18247717076319 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13150.151 -13150.151 -13291.838 -13291.838 274.10428 274.10428 67340.3 67340.3 -664.36358 -664.36358 15000 -13156.546 -13156.546 -13294.48 -13294.48 266.84272 266.84272 67347.278 67347.278 -1000.1118 -1000.1118 Loop time of 387.471 on 1 procs for 1000 steps with 4000 atoms Performance: 0.223 ns/day, 107.631 hours/ns, 2.581 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 | 386.43 | 386.43 | 386.43 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15647 | 0.15647 | 0.15647 | 0.0 | 0.04 Output | 0.00024433 | 0.00024433 | 0.00024433 | 0.0 | 0.00 Modify | 0.78408 | 0.78408 | 0.78408 | 0.0 | 0.20 Other | | 0.1022 | | | 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: 312594 ave 312594 max 312594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312594 Ave neighs/atom = 78.1485 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.5172998682, Press = -0.801416101478398 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13156.546 -13156.546 -13294.48 -13294.48 266.84272 266.84272 67347.278 67347.278 -1000.1118 -1000.1118 16000 -13150.538 -13150.538 -13291.174 -13291.174 272.06975 272.06975 67362.887 67362.887 -879.39241 -879.39241 Loop time of 389.753 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 108.265 hours/ns, 2.566 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 | 388.71 | 388.71 | 388.71 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15758 | 0.15758 | 0.15758 | 0.0 | 0.04 Output | 0.00031114 | 0.00031114 | 0.00031114 | 0.0 | 0.00 Modify | 0.78134 | 0.78134 | 0.78134 | 0.0 | 0.20 Other | | 0.1027 | | | 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: 312618 ave 312618 max 312618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312618 Ave neighs/atom = 78.1545 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.516448985963, Press = -1.53567674719223 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13150.538 -13150.538 -13291.174 -13291.174 272.06975 272.06975 67362.887 67362.887 -879.39241 -879.39241 17000 -13154.179 -13154.179 -13294.396 -13294.396 271.2589 271.2589 67291.647 67291.647 -273.58086 -273.58086 Loop time of 388.35 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 107.875 hours/ns, 2.575 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 387.31 | 387.31 | 387.31 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15676 | 0.15676 | 0.15676 | 0.0 | 0.04 Output | 0.00029389 | 0.00029389 | 0.00029389 | 0.0 | 0.00 Modify | 0.78316 | 0.78316 | 0.78316 | 0.0 | 0.20 Other | | 0.103 | | | 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: 312564 ave 312564 max 312564 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312564 Ave neighs/atom = 78.141 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.452668615443, Press = -0.444680088560306 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13154.179 -13154.179 -13294.396 -13294.396 271.2589 271.2589 67291.647 67291.647 -273.58086 -273.58086 18000 -13150.023 -13150.023 -13292.491 -13292.491 275.61376 275.61376 67268.649 67268.649 198.48416 198.48416 Loop time of 383.536 on 1 procs for 1000 steps with 4000 atoms Performance: 0.225 ns/day, 106.538 hours/ns, 2.607 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 | 382.51 | 382.51 | 382.51 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15542 | 0.15542 | 0.15542 | 0.0 | 0.04 Output | 0.00018844 | 0.00018844 | 0.00018844 | 0.0 | 0.00 Modify | 0.77076 | 0.77076 | 0.77076 | 0.0 | 0.20 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: 312548 ave 312548 max 312548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312548 Ave neighs/atom = 78.137 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.439514073351, Press = -0.245073207011561 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13150.023 -13150.023 -13292.491 -13292.491 275.61376 275.61376 67268.649 67268.649 198.48416 198.48416 19000 -13147.845 -13147.845 -13289.633 -13289.633 274.29722 274.29722 67243.678 67243.678 699.91632 699.91632 Loop time of 390.976 on 1 procs for 1000 steps with 4000 atoms Performance: 0.221 ns/day, 108.605 hours/ns, 2.558 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 | 389.92 | 389.92 | 389.92 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15992 | 0.15992 | 0.15992 | 0.0 | 0.04 Output | 0.0001903 | 0.0001903 | 0.0001903 | 0.0 | 0.00 Modify | 0.78977 | 0.78977 | 0.78977 | 0.0 | 0.20 Other | | 0.1029 | | | 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: 312620 ave 312620 max 312620 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312620 Ave neighs/atom = 78.155 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.475461845103, Press = 0.467128179354822 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13147.845 -13147.845 -13289.633 -13289.633 274.29722 274.29722 67243.678 67243.678 699.91632 699.91632 20000 -13153.203 -13153.203 -13290.841 -13290.841 266.26859 266.26859 67193.483 67193.483 1064.5172 1064.5172 Loop time of 388.806 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 108.002 hours/ns, 2.572 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 | 387.76 | 387.76 | 387.76 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15698 | 0.15698 | 0.15698 | 0.0 | 0.04 Output | 0.00018731 | 0.00018731 | 0.00018731 | 0.0 | 0.00 Modify | 0.78759 | 0.78759 | 0.78759 | 0.0 | 0.20 Other | | 0.1036 | | | 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: 312686 ave 312686 max 312686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312686 Ave neighs/atom = 78.1715 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.628560719461, Press = 0.958670632106275 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13153.203 -13153.203 -13290.841 -13290.841 266.26859 266.26859 67193.483 67193.483 1064.5172 1064.5172 21000 -13149.11 -13149.11 -13290.978 -13290.978 274.45465 274.45465 67159.854 67159.854 1480.0801 1480.0801 Loop time of 384.368 on 1 procs for 1000 steps with 4000 atoms Performance: 0.225 ns/day, 106.769 hours/ns, 2.602 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 | 383.34 | 383.34 | 383.34 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1552 | 0.1552 | 0.1552 | 0.0 | 0.04 Output | 0.0001912 | 0.0001912 | 0.0001912 | 0.0 | 0.00 Modify | 0.77481 | 0.77481 | 0.77481 | 0.0 | 0.20 Other | | 0.1029 | | | 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: 312680 ave 312680 max 312680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312680 Ave neighs/atom = 78.17 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.713995452572, Press = 2.02419320992729 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13149.11 -13149.11 -13290.978 -13290.978 274.45465 274.45465 67159.854 67159.854 1480.0801 1480.0801 22000 -13153.37 -13153.37 -13293.683 -13293.683 271.44473 271.44473 67163.583 67163.583 1208.3813 1208.3813 Loop time of 387.323 on 1 procs for 1000 steps with 4000 atoms Performance: 0.223 ns/day, 107.590 hours/ns, 2.582 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 | 386.29 | 386.29 | 386.29 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15708 | 0.15708 | 0.15708 | 0.0 | 0.04 Output | 0.00018773 | 0.00018773 | 0.00018773 | 0.0 | 0.00 Modify | 0.77636 | 0.77636 | 0.77636 | 0.0 | 0.20 Other | | 0.1023 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312614 ave 312614 max 312614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312614 Ave neighs/atom = 78.1535 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.759052478153, Press = 2.49315959968526 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13153.37 -13153.37 -13293.683 -13293.683 271.44473 271.44473 67163.583 67163.583 1208.3813 1208.3813 23000 -13149.927 -13149.927 -13291.667 -13291.667 274.20682 274.20682 67265.946 67265.946 210.63713 210.63713 Loop time of 393.613 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 109.337 hours/ns, 2.541 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 | 392.55 | 392.55 | 392.55 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1594 | 0.1594 | 0.1594 | 0.0 | 0.04 Output | 0.00025647 | 0.00025647 | 0.00025647 | 0.0 | 0.00 Modify | 0.79471 | 0.79471 | 0.79471 | 0.0 | 0.20 Other | | 0.1041 | | | 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: 312628 ave 312628 max 312628 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312628 Ave neighs/atom = 78.157 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.86233594588, Press = 1.49677819035067 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13149.927 -13149.927 -13291.667 -13291.667 274.20682 274.20682 67265.946 67265.946 210.63713 210.63713 24000 -13156.535 -13156.535 -13295.614 -13295.614 269.05732 269.05732 67268.555 67268.555 -116.65249 -116.65249 Loop time of 391.891 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 108.859 hours/ns, 2.552 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 | 390.83 | 390.83 | 390.83 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15905 | 0.15905 | 0.15905 | 0.0 | 0.04 Output | 0.00026231 | 0.00026231 | 0.00026231 | 0.0 | 0.00 Modify | 0.79667 | 0.79667 | 0.79667 | 0.0 | 0.20 Other | | 0.104 | | | 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: 312616 ave 312616 max 312616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312616 Ave neighs/atom = 78.154 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.828608486613, Press = 1.37606067563147 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13156.535 -13156.535 -13295.614 -13295.614 269.05732 269.05732 67268.555 67268.555 -116.65249 -116.65249 25000 -13153.495 -13153.495 -13293.558 -13293.558 270.95976 270.95976 67305.738 67305.738 -412.07596 -412.07596 Loop time of 392.168 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 108.936 hours/ns, 2.550 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 | 391.11 | 391.11 | 391.11 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15823 | 0.15823 | 0.15823 | 0.0 | 0.04 Output | 0.00018922 | 0.00018922 | 0.00018922 | 0.0 | 0.00 Modify | 0.79197 | 0.79197 | 0.79197 | 0.0 | 0.20 Other | | 0.1039 | | | 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: 312558 ave 312558 max 312558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312558 Ave neighs/atom = 78.1395 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.844121719369, Press = 0.167943964430667 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13153.495 -13153.495 -13293.558 -13293.558 270.95976 270.95976 67305.738 67305.738 -412.07596 -412.07596 26000 -13148.843 -13148.843 -13291.116 -13291.116 275.23829 275.23829 67347.379 67347.379 -637.6204 -637.6204 Loop time of 392.703 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 109.084 hours/ns, 2.546 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 | 391.65 | 391.65 | 391.65 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15713 | 0.15713 | 0.15713 | 0.0 | 0.04 Output | 0.00018804 | 0.00018804 | 0.00018804 | 0.0 | 0.00 Modify | 0.79017 | 0.79017 | 0.79017 | 0.0 | 0.20 Other | | 0.1031 | | | 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: 312640 ave 312640 max 312640 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312640 Ave neighs/atom = 78.16 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.885919870545, Press = -0.0333317002613093 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13148.843 -13148.843 -13291.116 -13291.116 275.23829 275.23829 67347.379 67347.379 -637.6204 -637.6204 27000 -13152.753 -13152.753 -13293.417 -13293.417 272.12392 272.12392 67339.413 67339.413 -777.42264 -777.42264 Loop time of 396.56 on 1 procs for 1000 steps with 4000 atoms Performance: 0.218 ns/day, 110.156 hours/ns, 2.522 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 | 395.49 | 395.49 | 395.49 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15889 | 0.15889 | 0.15889 | 0.0 | 0.04 Output | 0.00018869 | 0.00018869 | 0.00018869 | 0.0 | 0.00 Modify | 0.80289 | 0.80289 | 0.80289 | 0.0 | 0.20 Other | | 0.1047 | | | 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: 312540 ave 312540 max 312540 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312540 Ave neighs/atom = 78.135 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.979418438818, Press = -1.24912714151005 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13152.753 -13152.753 -13293.417 -13293.417 272.12392 272.12392 67339.413 67339.413 -777.42264 -777.42264 28000 -13148.63 -13148.63 -13289.411 -13289.411 272.35103 272.35103 67304.906 67304.906 -64.789823 -64.789823 Loop time of 395.062 on 1 procs for 1000 steps with 4000 atoms Performance: 0.219 ns/day, 109.739 hours/ns, 2.531 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 | 393.99 | 393.99 | 393.99 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16035 | 0.16035 | 0.16035 | 0.0 | 0.04 Output | 0.00023867 | 0.00023867 | 0.00023867 | 0.0 | 0.00 Modify | 0.80184 | 0.80184 | 0.80184 | 0.0 | 0.20 Other | | 0.1046 | | | 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: 312484 ave 312484 max 312484 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312484 Ave neighs/atom = 78.121 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.021674468348, Press = -0.915587066607631 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13148.63 -13148.63 -13289.411 -13289.411 272.35103 272.35103 67304.906 67304.906 -64.789823 -64.789823 29000 -13153.369 -13153.369 -13293.662 -13293.662 271.4056 271.4056 67265.579 67265.579 68.498333 68.498333 Loop time of 386.174 on 1 procs for 1000 steps with 4000 atoms Performance: 0.224 ns/day, 107.271 hours/ns, 2.590 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 | 385.14 | 385.14 | 385.14 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15596 | 0.15596 | 0.15596 | 0.0 | 0.04 Output | 0.00018581 | 0.00018581 | 0.00018581 | 0.0 | 0.00 Modify | 0.77686 | 0.77686 | 0.77686 | 0.0 | 0.20 Other | | 0.1024 | | | 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: 312546 ave 312546 max 312546 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312546 Ave neighs/atom = 78.1365 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.053739778814, Press = -0.534530235860702 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13153.369 -13153.369 -13293.662 -13293.662 271.4056 271.4056 67265.579 67265.579 68.498333 68.498333 30000 -13151.323 -13151.323 -13292.374 -13292.374 272.87205 272.87205 67244.037 67244.037 404.83065 404.83065 Loop time of 388.456 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 107.904 hours/ns, 2.574 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 | 387.43 | 387.43 | 387.43 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15468 | 0.15468 | 0.15468 | 0.0 | 0.04 Output | 0.00018928 | 0.00018928 | 0.00018928 | 0.0 | 0.00 Modify | 0.77136 | 0.77136 | 0.77136 | 0.0 | 0.20 Other | | 0.1021 | | | 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: 312598 ave 312598 max 312598 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312598 Ave neighs/atom = 78.1495 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.056262618074, Press = -0.26213595840042 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13151.323 -13151.323 -13292.374 -13292.374 272.87205 272.87205 67244.037 67244.037 404.83065 404.83065 31000 -13155.474 -13155.474 -13294.306 -13294.306 268.58011 268.58011 67237.582 67237.582 286.44347 286.44347 Loop time of 393.013 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 109.170 hours/ns, 2.544 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 | 391.95 | 391.95 | 391.95 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15868 | 0.15868 | 0.15868 | 0.0 | 0.04 Output | 0.00018776 | 0.00018776 | 0.00018776 | 0.0 | 0.00 Modify | 0.79857 | 0.79857 | 0.79857 | 0.0 | 0.20 Other | | 0.1041 | | | 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: 312600 ave 312600 max 312600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312600 Ave neighs/atom = 78.15 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.064100995971, Press = 0.261912399895501 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13155.474 -13155.474 -13294.306 -13294.306 268.58011 268.58011 67237.582 67237.582 286.44347 286.44347 32000 -13149.808 -13149.808 -13293.74 -13293.74 278.44507 278.44507 67275.371 67275.371 42.510704 42.510704 Loop time of 397.056 on 1 procs for 1000 steps with 4000 atoms Performance: 0.218 ns/day, 110.293 hours/ns, 2.519 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 | 395.98 | 395.98 | 395.98 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16146 | 0.16146 | 0.16146 | 0.0 | 0.04 Output | 0.00022859 | 0.00022859 | 0.00022859 | 0.0 | 0.00 Modify | 0.8136 | 0.8136 | 0.8136 | 0.0 | 0.20 Other | | 0.1039 | | | 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: 312542 ave 312542 max 312542 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312542 Ave neighs/atom = 78.1355 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.036920344678, Press = 0.478744059099164 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13149.808 -13149.808 -13293.74 -13293.74 278.44507 278.44507 67275.371 67275.371 42.510704 42.510704 33000 -13153.122 -13153.122 -13292.898 -13292.898 270.40584 270.40584 67245.795 67245.795 294.45992 294.45992 Loop time of 387.165 on 1 procs for 1000 steps with 4000 atoms Performance: 0.223 ns/day, 107.546 hours/ns, 2.583 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 | 386.12 | 386.12 | 386.12 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15752 | 0.15752 | 0.15752 | 0.0 | 0.04 Output | 0.00031748 | 0.00031748 | 0.00031748 | 0.0 | 0.00 Modify | 0.78243 | 0.78243 | 0.78243 | 0.0 | 0.20 Other | | 0.1035 | | | 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: 312600 ave 312600 max 312600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312600 Ave neighs/atom = 78.15 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.04067718022, Press = 0.411838168697848 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13153.122 -13153.122 -13292.898 -13292.898 270.40584 270.40584 67245.795 67245.795 294.45992 294.45992 34000 -13149.246 -13149.246 -13291.981 -13291.981 276.13105 276.13105 67250.69 67250.69 402.48603 402.48603 Loop time of 388.551 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 107.931 hours/ns, 2.574 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 | 387.5 | 387.5 | 387.5 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15696 | 0.15696 | 0.15696 | 0.0 | 0.04 Output | 0.00025655 | 0.00025655 | 0.00025655 | 0.0 | 0.00 Modify | 0.78606 | 0.78606 | 0.78606 | 0.0 | 0.20 Other | | 0.1032 | | | 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: 312632 ave 312632 max 312632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312632 Ave neighs/atom = 78.158 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.047399585493, Press = 1.04361204691392 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13149.246 -13149.246 -13291.981 -13291.981 276.13105 276.13105 67250.69 67250.69 402.48603 402.48603 35000 -13153.189 -13153.189 -13291.48 -13291.48 267.53279 267.53279 67242.369 67242.369 483.35991 483.35991 Loop time of 393.027 on 1 procs for 1000 steps with 4000 atoms Performance: 0.220 ns/day, 109.174 hours/ns, 2.544 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 | 391.96 | 391.96 | 391.96 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1589 | 0.1589 | 0.1589 | 0.0 | 0.04 Output | 0.00023896 | 0.00023896 | 0.00023896 | 0.0 | 0.00 Modify | 0.80472 | 0.80472 | 0.80472 | 0.0 | 0.20 Other | | 0.1041 | | | 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: 312648 ave 312648 max 312648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312648 Ave neighs/atom = 78.162 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.106563655806, Press = 1.14484928342905 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13153.189 -13153.189 -13291.48 -13291.48 267.53279 267.53279 67242.369 67242.369 483.35991 483.35991 36000 -13146.035 -13146.035 -13289.735 -13289.735 277.99891 277.99891 67297.678 67297.678 77.074312 77.074312 Loop time of 393.745 on 1 procs for 1000 steps with 4000 atoms Performance: 0.219 ns/day, 109.374 hours/ns, 2.540 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 | 392.69 | 392.69 | 392.69 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1582 | 0.1582 | 0.1582 | 0.0 | 0.04 Output | 0.00023778 | 0.00023778 | 0.00023778 | 0.0 | 0.00 Modify | 0.79761 | 0.79761 | 0.79761 | 0.0 | 0.20 Other | | 0.1034 | | | 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: 312614 ave 312614 max 312614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312614 Ave neighs/atom = 78.1535 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.125636069872, Press = 1.19942538203149 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13146.035 -13146.035 -13289.735 -13289.735 277.99891 277.99891 67297.678 67297.678 77.074312 77.074312 37000 -13154.097 -13154.097 -13294.821 -13294.821 272.23981 272.23981 67275.95 67275.95 -119.63998 -119.63998 Loop time of 390.017 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 108.338 hours/ns, 2.564 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 | 388.96 | 388.96 | 388.96 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15814 | 0.15814 | 0.15814 | 0.0 | 0.04 Output | 0.00018682 | 0.00018682 | 0.00018682 | 0.0 | 0.00 Modify | 0.79661 | 0.79661 | 0.79661 | 0.0 | 0.20 Other | | 0.1034 | | | 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: 312650 ave 312650 max 312650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312650 Ave neighs/atom = 78.1625 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.179452808309, Press = 0.965371693350523 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13154.097 -13154.097 -13294.821 -13294.821 272.23981 272.23981 67275.95 67275.95 -119.63998 -119.63998 38000 -13155.766 -13155.766 -13293.331 -13293.331 266.12956 266.12956 67309.34 67309.34 -435.30177 -435.30177 Loop time of 387.042 on 1 procs for 1000 steps with 4000 atoms Performance: 0.223 ns/day, 107.512 hours/ns, 2.584 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 | 386 | 386 | 386 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15748 | 0.15748 | 0.15748 | 0.0 | 0.04 Output | 0.0001898 | 0.0001898 | 0.0001898 | 0.0 | 0.00 Modify | 0.77904 | 0.77904 | 0.77904 | 0.0 | 0.20 Other | | 0.1018 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312664 ave 312664 max 312664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312664 Ave neighs/atom = 78.166 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.160892465765, Press = 0.955726816547502 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13155.766 -13155.766 -13293.331 -13293.331 266.12956 266.12956 67309.34 67309.34 -435.30177 -435.30177 39000 -13154.161 -13154.161 -13295.366 -13295.366 273.17002 273.17002 67421.821 67421.821 -1837.3157 -1837.3157 Loop time of 389.308 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 108.141 hours/ns, 2.569 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 | 388.26 | 388.26 | 388.26 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15782 | 0.15782 | 0.15782 | 0.0 | 0.04 Output | 0.00018733 | 0.00018733 | 0.00018733 | 0.0 | 0.00 Modify | 0.78839 | 0.78839 | 0.78839 | 0.0 | 0.20 Other | | 0.1027 | | | 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: 312546 ave 312546 max 312546 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312546 Ave neighs/atom = 78.1365 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.165370412517, Press = 1.10331082349931 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13154.161 -13154.161 -13295.366 -13295.366 273.17002 273.17002 67421.821 67421.821 -1837.3157 -1837.3157 40000 -13158.6 -13158.6 -13297.442 -13297.442 268.59855 268.59855 67320.8 67320.8 -862.8018 -862.8018 Loop time of 388.191 on 1 procs for 1000 steps with 4000 atoms Performance: 0.223 ns/day, 107.831 hours/ns, 2.576 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 | 387.15 | 387.15 | 387.15 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15591 | 0.15591 | 0.15591 | 0.0 | 0.04 Output | 0.00023179 | 0.00023179 | 0.00023179 | 0.0 | 0.00 Modify | 0.77838 | 0.77838 | 0.77838 | 0.0 | 0.20 Other | | 0.1028 | | | 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: 312440 ave 312440 max 312440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312440 Ave neighs/atom = 78.11 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.126864187786, Press = 0.62004818628396 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13158.6 -13158.6 -13297.442 -13297.442 268.59855 268.59855 67320.8 67320.8 -862.8018 -862.8018 41000 -13150.377 -13150.377 -13293.899 -13293.899 277.65254 277.65254 67322.751 67322.751 -570.82463 -570.82463 Loop time of 385.859 on 1 procs for 1000 steps with 4000 atoms Performance: 0.224 ns/day, 107.183 hours/ns, 2.592 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 | 384.84 | 384.84 | 384.84 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15457 | 0.15457 | 0.15457 | 0.0 | 0.04 Output | 0.00018849 | 0.00018849 | 0.00018849 | 0.0 | 0.00 Modify | 0.76564 | 0.76564 | 0.76564 | 0.0 | 0.20 Other | | 0.1027 | | | 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: 312538 ave 312538 max 312538 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312538 Ave neighs/atom = 78.1345 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.109980518846, Press = 0.208572279802961 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13150.377 -13150.377 -13293.899 -13293.899 277.65254 277.65254 67322.751 67322.751 -570.82463 -570.82463 42000 -13148.72 -13148.72 -13289.453 -13289.453 272.25637 272.25637 67344.678 67344.678 -567.40167 -567.40167 Loop time of 384.854 on 1 procs for 1000 steps with 4000 atoms Performance: 0.225 ns/day, 106.904 hours/ns, 2.598 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 | 383.82 | 383.82 | 383.82 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15539 | 0.15539 | 0.15539 | 0.0 | 0.04 Output | 0.00018613 | 0.00018613 | 0.00018613 | 0.0 | 0.00 Modify | 0.77335 | 0.77335 | 0.77335 | 0.0 | 0.20 Other | | 0.1021 | | | 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: 312554 ave 312554 max 312554 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312554 Ave neighs/atom = 78.1385 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.110902505414, Press = 0.290258309339378 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13148.72 -13148.72 -13289.453 -13289.453 272.25637 272.25637 67344.678 67344.678 -567.40167 -567.40167 43000 -13152.043 -13152.043 -13294.186 -13294.186 274.9855 274.9855 67334.241 67334.241 -777.40912 -777.40912 Loop time of 385.961 on 1 procs for 1000 steps with 4000 atoms Performance: 0.224 ns/day, 107.211 hours/ns, 2.591 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 | 384.93 | 384.93 | 384.93 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15538 | 0.15538 | 0.15538 | 0.0 | 0.04 Output | 0.00019269 | 0.00019269 | 0.00019269 | 0.0 | 0.00 Modify | 0.77331 | 0.77331 | 0.77331 | 0.0 | 0.20 Other | | 0.1022 | | | 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: 312578 ave 312578 max 312578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312578 Ave neighs/atom = 78.1445 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.167500982223, Press = -0.238926883810067 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13152.043 -13152.043 -13294.186 -13294.186 274.9855 274.9855 67334.241 67334.241 -777.40912 -777.40912 44000 -13150.932 -13150.932 -13289.848 -13289.848 268.74094 268.74094 67331.444 67331.444 -454.01039 -454.01039 Loop time of 390.474 on 1 procs for 1000 steps with 4000 atoms Performance: 0.221 ns/day, 108.465 hours/ns, 2.561 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 | 389.42 | 389.42 | 389.42 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1583 | 0.1583 | 0.1583 | 0.0 | 0.04 Output | 0.00018813 | 0.00018813 | 0.00018813 | 0.0 | 0.00 Modify | 0.79019 | 0.79019 | 0.79019 | 0.0 | 0.20 Other | | 0.1033 | | | 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: 312588 ave 312588 max 312588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312588 Ave neighs/atom = 78.147 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.166115047028, Press = -0.728879809209033 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13150.932 -13150.932 -13289.848 -13289.848 268.74094 268.74094 67331.444 67331.444 -454.01039 -454.01039 45000 -13150.415 -13150.415 -13293.555 -13293.555 276.91352 276.91352 67295.071 67295.071 -257.08635 -257.08635 Loop time of 391.702 on 1 procs for 1000 steps with 4000 atoms Performance: 0.221 ns/day, 108.806 hours/ns, 2.553 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 | 390.64 | 390.64 | 390.64 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15888 | 0.15888 | 0.15888 | 0.0 | 0.04 Output | 0.00056629 | 0.00056629 | 0.00056629 | 0.0 | 0.00 Modify | 0.79968 | 0.79968 | 0.79968 | 0.0 | 0.20 Other | | 0.1043 | | | 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: 312514 ave 312514 max 312514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312514 Ave neighs/atom = 78.1285 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.191427774846, Press = -0.761494304716038 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 = 12 12 12 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13150.415 -13150.415 -13293.555 -13293.555 276.91352 276.91352 67295.071 67295.071 -257.08635 -257.08635 46000 -13155.176 -13155.176 -13292.407 -13292.407 265.48338 265.48338 67250.79 67250.79 296.30349 296.30349 Loop time of 389.979 on 1 procs for 1000 steps with 4000 atoms Performance: 0.222 ns/day, 108.328 hours/ns, 2.564 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 | 388.93 | 388.93 | 388.93 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1582 | 0.1582 | 0.1582 | 0.0 | 0.04 Output | 0.00018864 | 0.00018864 | 0.00018864 | 0.0 | 0.00 Modify | 0.79082 | 0.79082 | 0.79082 | 0.0 | 0.20 Other | | 0.1046 | | | 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: 312556 ave 312556 max 312556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312556 Ave neighs/atom = 78.139 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 67274.6720449207 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0