# 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.072935052216053*${_u_distance} variable latticeconst_converted equal 4.072935052216053*1 lattice fcc ${latticeconst_converted} lattice fcc 4.07293505221605 Lattice spacing in x,y,z = 4.0729351 4.0729351 4.0729351 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.729351 40.729351 40.729351) 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.729351 40.729351 40.729351) create_atoms CPU = 0.001 seconds variable mass_converted equal 107.8682*${_u_mass} variable mass_converted equal 107.8682*1 kim_interactions Ag WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ag #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KangSaLee_2009_ZrAgCu__MO_813575892799_002 pair_coeff * * Ag #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 107.8682 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 67565.1047480748 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 67565.1047480748/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 67565.1047480748/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 67565.1047480748/(1*1*${_u_distance}) variable V0_metal equal 67565.1047480748/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 67565.1047480748*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 67565.1047480748 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 293.15*${_u_temperature} variable temp_converted equal 293.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 293.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "293.15 - 0.2" variable T_up equal "293.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_813575892799_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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11248.467 -11248.467 -11400 -11400 293.15 293.15 67565.105 67565.105 2395.53 2395.53 1000 -11087.993 -11087.993 -11235.747 -11235.747 285.83863 285.83863 68871.444 68871.444 242.23271 242.23271 Loop time of 42.3441 on 1 procs for 1000 steps with 4000 atoms Performance: 2.040 ns/day, 11.762 hours/ns, 23.616 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 42.193 | 42.193 | 42.193 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021872 | 0.021872 | 0.021872 | 0.0 | 0.05 Output | 8.1965e-05 | 8.1965e-05 | 8.1965e-05 | 0.0 | 0.00 Modify | 0.118 | 0.118 | 0.118 | 0.0 | 0.28 Other | | 0.01072 | | | 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11087.993 -11087.993 -11235.747 -11235.747 285.83863 285.83863 68871.444 68871.444 242.23271 242.23271 2000 -11102.478 -11102.478 -11251.912 -11251.912 289.09109 289.09109 68670.578 68670.578 1682.4085 1682.4085 Loop time of 47.0077 on 1 procs for 1000 steps with 4000 atoms Performance: 1.838 ns/day, 13.058 hours/ns, 21.273 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 46.858 | 46.858 | 46.858 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021559 | 0.021559 | 0.021559 | 0.0 | 0.05 Output | 6.3359e-05 | 6.3359e-05 | 6.3359e-05 | 0.0 | 0.00 Modify | 0.11773 | 0.11773 | 0.11773 | 0.0 | 0.25 Other | | 0.01057 | | | 0.02 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: 318888 ave 318888 max 318888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318888 Ave neighs/atom = 79.722 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11102.478 -11102.478 -11251.912 -11251.912 289.09109 289.09109 68670.578 68670.578 1682.4085 1682.4085 3000 -11095.398 -11095.398 -11251.534 -11251.534 302.05586 302.05586 68801.957 68801.957 -202.06635 -202.06635 Loop time of 47.1342 on 1 procs for 1000 steps with 4000 atoms Performance: 1.833 ns/day, 13.093 hours/ns, 21.216 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 46.984 | 46.984 | 46.984 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021558 | 0.021558 | 0.021558 | 0.0 | 0.05 Output | 6.5092e-05 | 6.5092e-05 | 6.5092e-05 | 0.0 | 0.00 Modify | 0.1177 | 0.1177 | 0.1177 | 0.0 | 0.25 Other | | 0.01062 | | | 0.02 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: 318952 ave 318952 max 318952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318952 Ave neighs/atom = 79.738 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11095.398 -11095.398 -11251.534 -11251.534 302.05586 302.05586 68801.957 68801.957 -202.06635 -202.06635 4000 -11096.366 -11096.366 -11248.8 -11248.8 294.89352 294.89352 68797.682 68797.682 12.532034 12.532034 Loop time of 47.2016 on 1 procs for 1000 steps with 4000 atoms Performance: 1.830 ns/day, 13.112 hours/ns, 21.186 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.052 | 47.052 | 47.052 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021653 | 0.021653 | 0.021653 | 0.0 | 0.05 Output | 6.1055e-05 | 6.1055e-05 | 6.1055e-05 | 0.0 | 0.00 Modify | 0.11775 | 0.11775 | 0.11775 | 0.0 | 0.25 Other | | 0.01059 | | | 0.02 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: 318634 ave 318634 max 318634 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318634 Ave neighs/atom = 79.6585 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11096.366 -11096.366 -11248.8 -11248.8 294.89352 294.89352 68797.682 68797.682 12.532034 12.532034 5000 -11100.574 -11100.574 -11249.456 -11249.456 288.02313 288.02313 68787.49 68787.49 -18.804325 -18.804325 Loop time of 47.1769 on 1 procs for 1000 steps with 4000 atoms Performance: 1.831 ns/day, 13.105 hours/ns, 21.197 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.027 | 47.027 | 47.027 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02167 | 0.02167 | 0.02167 | 0.0 | 0.05 Output | 4.1598e-05 | 4.1598e-05 | 4.1598e-05 | 0.0 | 0.00 Modify | 0.11784 | 0.11784 | 0.11784 | 0.0 | 0.25 Other | | 0.01062 | | | 0.02 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: 318766 ave 318766 max 318766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318766 Ave neighs/atom = 79.6915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.013694875236, Press = 56.4246594075071 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11100.574 -11100.574 -11249.456 -11249.456 288.02313 288.02313 68787.49 68787.49 -18.804325 -18.804325 6000 -11098.131 -11098.131 -11246.28 -11246.28 286.6048 286.6048 68845.136 68845.136 -563.31234 -563.31234 Loop time of 47.2949 on 1 procs for 1000 steps with 4000 atoms Performance: 1.827 ns/day, 13.137 hours/ns, 21.144 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.141 | 47.141 | 47.141 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021714 | 0.021714 | 0.021714 | 0.0 | 0.05 Output | 3.4546e-05 | 3.4546e-05 | 3.4546e-05 | 0.0 | 0.00 Modify | 0.12136 | 0.12136 | 0.12136 | 0.0 | 0.26 Other | | 0.01059 | | | 0.02 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: 318786 ave 318786 max 318786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318786 Ave neighs/atom = 79.6965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.949024451053, Press = 15.9960349384945 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.131 -11098.131 -11246.28 -11246.28 286.6048 286.6048 68845.136 68845.136 -563.31234 -563.31234 7000 -11099.744 -11099.744 -11246.996 -11246.996 284.86987 284.86987 68740.823 68740.823 908.60871 908.60871 Loop time of 47.3471 on 1 procs for 1000 steps with 4000 atoms Performance: 1.825 ns/day, 13.152 hours/ns, 21.121 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.194 | 47.194 | 47.194 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021622 | 0.021622 | 0.021622 | 0.0 | 0.05 Output | 4.4053e-05 | 4.4053e-05 | 4.4053e-05 | 0.0 | 0.00 Modify | 0.12128 | 0.12128 | 0.12128 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318684 ave 318684 max 318684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318684 Ave neighs/atom = 79.671 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.878614102926, Press = -11.0315871527145 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11099.744 -11099.744 -11246.996 -11246.996 284.86987 284.86987 68740.823 68740.823 908.60871 908.60871 8000 -11102.195 -11102.195 -11252.724 -11252.724 291.20959 291.20959 68805.113 68805.113 -540.82209 -540.82209 Loop time of 47.2867 on 1 procs for 1000 steps with 4000 atoms Performance: 1.827 ns/day, 13.135 hours/ns, 21.148 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.133 | 47.133 | 47.133 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021507 | 0.021507 | 0.021507 | 0.0 | 0.05 Output | 4.5445e-05 | 4.5445e-05 | 4.5445e-05 | 0.0 | 0.00 Modify | 0.12129 | 0.12129 | 0.12129 | 0.0 | 0.26 Other | | 0.01058 | | | 0.02 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: 319020 ave 319020 max 319020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 319020 Ave neighs/atom = 79.755 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.092467796221, Press = -6.69817756050614 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11102.195 -11102.195 -11252.724 -11252.724 291.20959 291.20959 68805.113 68805.113 -540.82209 -540.82209 9000 -11096.208 -11096.208 -11246.234 -11246.234 290.23473 290.23473 68822.936 68822.936 -143.22576 -143.22576 Loop time of 47.2292 on 1 procs for 1000 steps with 4000 atoms Performance: 1.829 ns/day, 13.119 hours/ns, 21.173 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.076 | 47.076 | 47.076 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021569 | 0.021569 | 0.021569 | 0.0 | 0.05 Output | 3.8172e-05 | 3.8172e-05 | 3.8172e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.26 Other | | 0.01059 | | | 0.02 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: 318672 ave 318672 max 318672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318672 Ave neighs/atom = 79.668 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.943638344781, Press = 11.9297975302775 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11096.208 -11096.208 -11246.234 -11246.234 290.23473 290.23473 68822.936 68822.936 -143.22576 -143.22576 10000 -11098.762 -11098.762 -11250.283 -11250.283 293.12761 293.12761 68661.413 68661.413 1972.8461 1972.8461 Loop time of 47.3872 on 1 procs for 1000 steps with 4000 atoms Performance: 1.823 ns/day, 13.163 hours/ns, 21.103 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.234 | 47.234 | 47.234 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021616 | 0.021616 | 0.021616 | 0.0 | 0.05 Output | 3.151e-05 | 3.151e-05 | 3.151e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318868 ave 318868 max 318868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318868 Ave neighs/atom = 79.717 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.392463623614, Press = 2.39537038347092 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.762 -11098.762 -11250.283 -11250.283 293.12761 293.12761 68661.413 68661.413 1972.8461 1972.8461 11000 -11097.457 -11097.457 -11250.039 -11250.039 295.1807 295.1807 68820.763 68820.763 -443.19624 -443.19624 Loop time of 47.4016 on 1 procs for 1000 steps with 4000 atoms Performance: 1.823 ns/day, 13.167 hours/ns, 21.096 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.248 | 47.248 | 47.248 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02162 | 0.02162 | 0.02162 | 0.0 | 0.05 Output | 4.274e-05 | 4.274e-05 | 4.274e-05 | 0.0 | 0.00 Modify | 0.12136 | 0.12136 | 0.12136 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 319086 ave 319086 max 319086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 319086 Ave neighs/atom = 79.7715 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.523914371561, Press = -1.66371763239053 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11097.457 -11097.457 -11250.039 -11250.039 295.1807 295.1807 68820.763 68820.763 -443.19624 -443.19624 12000 -11096.76 -11096.76 -11250.704 -11250.704 297.81535 297.81535 68765.114 68765.114 329.74513 329.74513 Loop time of 47.3612 on 1 procs for 1000 steps with 4000 atoms Performance: 1.824 ns/day, 13.156 hours/ns, 21.114 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.208 | 47.208 | 47.208 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021578 | 0.021578 | 0.021578 | 0.0 | 0.05 Output | 4.3822e-05 | 4.3822e-05 | 4.3822e-05 | 0.0 | 0.00 Modify | 0.1213 | 0.1213 | 0.1213 | 0.0 | 0.26 Other | | 0.01059 | | | 0.02 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: 318516 ave 318516 max 318516 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318516 Ave neighs/atom = 79.629 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.696782785165, Press = 1.44486867851212 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11096.76 -11096.76 -11250.704 -11250.704 297.81535 297.81535 68765.114 68765.114 329.74513 329.74513 13000 -11094.837 -11094.837 -11246.302 -11246.302 293.01895 293.01895 68810.812 68810.812 54.372977 54.372977 Loop time of 47.3809 on 1 procs for 1000 steps with 4000 atoms Performance: 1.824 ns/day, 13.161 hours/ns, 21.106 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.227 | 47.227 | 47.227 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021627 | 0.021627 | 0.021627 | 0.0 | 0.05 Output | 4.0947e-05 | 4.0947e-05 | 4.0947e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318824 ave 318824 max 318824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318824 Ave neighs/atom = 79.706 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.623779309201, Press = 2.66839325477902 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11094.837 -11094.837 -11246.302 -11246.302 293.01895 293.01895 68810.812 68810.812 54.372977 54.372977 14000 -11098.421 -11098.421 -11247.369 -11247.369 288.15016 288.15016 68694.596 68694.596 1742.7995 1742.7995 Loop time of 47.3677 on 1 procs for 1000 steps with 4000 atoms Performance: 1.824 ns/day, 13.158 hours/ns, 21.111 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.214 | 47.214 | 47.214 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021713 | 0.021713 | 0.021713 | 0.0 | 0.05 Output | 6.4131e-05 | 6.4131e-05 | 6.4131e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318706 ave 318706 max 318706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318706 Ave neighs/atom = 79.6765 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.569032077358, Press = 3.10234141358704 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.421 -11098.421 -11247.369 -11247.369 288.15016 288.15016 68694.596 68694.596 1742.7995 1742.7995 15000 -11094.329 -11094.329 -11251.627 -11251.627 304.3029 304.3029 68774.819 68774.819 182.59693 182.59693 Loop time of 47.355 on 1 procs for 1000 steps with 4000 atoms Performance: 1.825 ns/day, 13.154 hours/ns, 21.117 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.202 | 47.202 | 47.202 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021655 | 0.021655 | 0.021655 | 0.0 | 0.05 Output | 3.3723e-05 | 3.3723e-05 | 3.3723e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.26 Other | | 0.01054 | | | 0.02 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: 318838 ave 318838 max 318838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318838 Ave neighs/atom = 79.7095 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.496035362957, Press = -1.879434430726 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11094.329 -11094.329 -11251.627 -11251.627 304.3029 304.3029 68774.819 68774.819 182.59693 182.59693 16000 -11100.568 -11100.568 -11247.723 -11247.723 284.68253 284.68253 68871.656 68871.656 -1052.8966 -1052.8966 Loop time of 47.293 on 1 procs for 1000 steps with 4000 atoms Performance: 1.827 ns/day, 13.137 hours/ns, 21.145 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.139 | 47.139 | 47.139 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021756 | 0.021756 | 0.021756 | 0.0 | 0.05 Output | 4.1278e-05 | 4.1278e-05 | 4.1278e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318650 ave 318650 max 318650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318650 Ave neighs/atom = 79.6625 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.478645128014, Press = 0.496930942590897 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11100.568 -11100.568 -11247.723 -11247.723 284.68253 284.68253 68871.656 68871.656 -1052.8966 -1052.8966 17000 -11097.603 -11097.603 -11250.566 -11250.566 295.91732 295.91732 68788.627 68788.627 133.73287 133.73287 Loop time of 47.3307 on 1 procs for 1000 steps with 4000 atoms Performance: 1.825 ns/day, 13.147 hours/ns, 21.128 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.177 | 47.177 | 47.177 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021559 | 0.021559 | 0.021559 | 0.0 | 0.05 Output | 4.0627e-05 | 4.0627e-05 | 4.0627e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318744 ave 318744 max 318744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318744 Ave neighs/atom = 79.686 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.519672057371, Press = 2.93284327183223 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11097.603 -11097.603 -11250.566 -11250.566 295.91732 295.91732 68788.627 68788.627 133.73287 133.73287 18000 -11095.338 -11095.338 -11248.994 -11248.994 297.25876 297.25876 68772.234 68772.234 394.40719 394.40719 Loop time of 47.3541 on 1 procs for 1000 steps with 4000 atoms Performance: 1.825 ns/day, 13.154 hours/ns, 21.117 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.201 | 47.201 | 47.201 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021576 | 0.021576 | 0.021576 | 0.0 | 0.05 Output | 4.0205e-05 | 4.0205e-05 | 4.0205e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 0.26 Other | | 0.01058 | | | 0.02 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: 318766 ave 318766 max 318766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318766 Ave neighs/atom = 79.6915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.495108051016, Press = 0.0851483866688913 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11095.338 -11095.338 -11248.994 -11248.994 297.25876 297.25876 68772.234 68772.234 394.40719 394.40719 19000 -11098.645 -11098.645 -11253.44 -11253.44 299.46201 299.46201 68755.975 68755.975 348.67439 348.67439 Loop time of 47.4239 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.173 hours/ns, 21.086 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.271 | 47.271 | 47.271 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021554 | 0.021554 | 0.021554 | 0.0 | 0.05 Output | 3.8563e-05 | 3.8563e-05 | 3.8563e-05 | 0.0 | 0.00 Modify | 0.12114 | 0.12114 | 0.12114 | 0.0 | 0.26 Other | | 0.01054 | | | 0.02 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: 318940 ave 318940 max 318940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318940 Ave neighs/atom = 79.735 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.528079100842, Press = -1.89158748642256 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.645 -11098.645 -11253.44 -11253.44 299.46201 299.46201 68755.975 68755.975 348.67439 348.67439 20000 -11094.817 -11094.817 -11249.116 -11249.116 298.50077 298.50077 68833.197 68833.197 -579.3936 -579.3936 Loop time of 47.3951 on 1 procs for 1000 steps with 4000 atoms Performance: 1.823 ns/day, 13.165 hours/ns, 21.099 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.242 | 47.242 | 47.242 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021577 | 0.021577 | 0.021577 | 0.0 | 0.05 Output | 3.1139e-05 | 3.1139e-05 | 3.1139e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.26 Other | | 0.01058 | | | 0.02 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: 318668 ave 318668 max 318668 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318668 Ave neighs/atom = 79.667 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.514234174283, Press = -0.762831131164189 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11094.817 -11094.817 -11249.116 -11249.116 298.50077 298.50077 68833.197 68833.197 -579.3936 -579.3936 21000 -11101.293 -11101.293 -11251.066 -11251.066 289.74624 289.74624 68757.759 68757.759 438.62614 438.62614 Loop time of 47.3238 on 1 procs for 1000 steps with 4000 atoms Performance: 1.826 ns/day, 13.145 hours/ns, 21.131 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.17 | 47.17 | 47.17 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021717 | 0.021717 | 0.021717 | 0.0 | 0.05 Output | 4.1889e-05 | 4.1889e-05 | 4.1889e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318616 ave 318616 max 318616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318616 Ave neighs/atom = 79.654 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.468617206391, Press = 0.137537615338217 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11101.293 -11101.293 -11251.066 -11251.066 289.74624 289.74624 68757.759 68757.759 438.62614 438.62614 22000 -11094.096 -11094.096 -11248.763 -11248.763 299.21389 299.21389 68724.272 68724.272 1220.5225 1220.5225 Loop time of 47.4179 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.172 hours/ns, 21.089 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.264 | 47.264 | 47.264 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021554 | 0.021554 | 0.021554 | 0.0 | 0.05 Output | 4.0075e-05 | 4.0075e-05 | 4.0075e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318762 ave 318762 max 318762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318762 Ave neighs/atom = 79.6905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.447929666359, Press = 0.298603273940965 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11094.096 -11094.096 -11248.763 -11248.763 299.21389 299.21389 68724.272 68724.272 1220.5225 1220.5225 23000 -11100.87 -11100.87 -11249.375 -11249.375 287.29289 287.29289 68891.45 68891.45 -1489.6328 -1489.6328 Loop time of 47.3997 on 1 procs for 1000 steps with 4000 atoms Performance: 1.823 ns/day, 13.167 hours/ns, 21.097 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.246 | 47.246 | 47.246 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021653 | 0.021653 | 0.021653 | 0.0 | 0.05 Output | 4.0517e-05 | 4.0517e-05 | 4.0517e-05 | 0.0 | 0.00 Modify | 0.12125 | 0.12125 | 0.12125 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318942 ave 318942 max 318942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318942 Ave neighs/atom = 79.7355 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.519135333771, Press = -0.380659630656106 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11100.87 -11100.87 -11249.375 -11249.375 287.29289 287.29289 68891.45 68891.45 -1489.6328 -1489.6328 24000 -11099.225 -11099.225 -11252.045 -11252.045 295.6405 295.6405 68725.995 68725.995 809.38439 809.38439 Loop time of 47.3883 on 1 procs for 1000 steps with 4000 atoms Performance: 1.823 ns/day, 13.163 hours/ns, 21.102 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.235 | 47.235 | 47.235 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021643 | 0.021643 | 0.021643 | 0.0 | 0.05 Output | 3.6368e-05 | 3.6368e-05 | 3.6368e-05 | 0.0 | 0.00 Modify | 0.1213 | 0.1213 | 0.1213 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318534 ave 318534 max 318534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318534 Ave neighs/atom = 79.6335 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.494255076867, Press = 2.57512874692436 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11099.225 -11099.225 -11252.045 -11252.045 295.6405 295.6405 68725.995 68725.995 809.38439 809.38439 25000 -11100.029 -11100.029 -11250.796 -11250.796 291.66975 291.66975 68815.552 68815.552 -460.46766 -460.46766 Loop time of 47.4144 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.171 hours/ns, 21.091 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.261 | 47.261 | 47.261 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021542 | 0.021542 | 0.021542 | 0.0 | 0.05 Output | 2.9997e-05 | 2.9997e-05 | 2.9997e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.26 Other | | 0.01059 | | | 0.02 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: 318704 ave 318704 max 318704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318704 Ave neighs/atom = 79.676 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.51428508161, Press = -1.9569094840955 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11100.029 -11100.029 -11250.796 -11250.796 291.66975 291.66975 68815.552 68815.552 -460.46766 -460.46766 26000 -11092.714 -11092.714 -11247.773 -11247.773 299.9718 299.9718 68908.549 68908.549 -1585.3088 -1585.3088 Loop time of 47.454 on 1 procs for 1000 steps with 4000 atoms Performance: 1.821 ns/day, 13.182 hours/ns, 21.073 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.301 | 47.301 | 47.301 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021577 | 0.021577 | 0.021577 | 0.0 | 0.05 Output | 4.1317e-05 | 4.1317e-05 | 4.1317e-05 | 0.0 | 0.00 Modify | 0.12121 | 0.12121 | 0.12121 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318702 ave 318702 max 318702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318702 Ave neighs/atom = 79.6755 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.516740040024, Press = 0.721696438720364 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11092.714 -11092.714 -11247.773 -11247.773 299.9718 299.9718 68908.549 68908.549 -1585.3088 -1585.3088 27000 -11098.595 -11098.595 -11251.001 -11251.001 294.83935 294.83935 68754.636 68754.636 492.33293 492.33293 Loop time of 47.34 on 1 procs for 1000 steps with 4000 atoms Performance: 1.825 ns/day, 13.150 hours/ns, 21.124 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.187 | 47.187 | 47.187 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02162 | 0.02162 | 0.02162 | 0.0 | 0.05 Output | 4.1799e-05 | 4.1799e-05 | 4.1799e-05 | 0.0 | 0.00 Modify | 0.12122 | 0.12122 | 0.12122 | 0.0 | 0.26 Other | | 0.01058 | | | 0.02 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: 318596 ave 318596 max 318596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318596 Ave neighs/atom = 79.649 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.546758740628, Press = 0.468607959777858 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.595 -11098.595 -11251.001 -11251.001 294.83935 294.83935 68754.636 68754.636 492.33293 492.33293 28000 -11092.295 -11092.295 -11247.72 -11247.72 300.68141 300.68141 68780.983 68780.983 441.75197 441.75197 Loop time of 47.382 on 1 procs for 1000 steps with 4000 atoms Performance: 1.823 ns/day, 13.162 hours/ns, 21.105 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.228 | 47.228 | 47.228 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021635 | 0.021635 | 0.021635 | 0.0 | 0.05 Output | 3.7831e-05 | 3.7831e-05 | 3.7831e-05 | 0.0 | 0.00 Modify | 0.12128 | 0.12128 | 0.12128 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318684 ave 318684 max 318684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318684 Ave neighs/atom = 79.671 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.570488354262, Press = 0.00172628233803447 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11092.295 -11092.295 -11247.72 -11247.72 300.68141 300.68141 68780.983 68780.983 441.75197 441.75197 29000 -11100.249 -11100.249 -11250.961 -11250.961 291.5621 291.5621 68862.838 68862.838 -1062.8499 -1062.8499 Loop time of 47.4758 on 1 procs for 1000 steps with 4000 atoms Performance: 1.820 ns/day, 13.188 hours/ns, 21.063 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.322 | 47.322 | 47.322 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021678 | 0.021678 | 0.021678 | 0.0 | 0.05 Output | 3.0378e-05 | 3.0378e-05 | 3.0378e-05 | 0.0 | 0.00 Modify | 0.12129 | 0.12129 | 0.12129 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318848 ave 318848 max 318848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318848 Ave neighs/atom = 79.712 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.626596790333, Press = -1.27456192433431 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11100.249 -11100.249 -11250.961 -11250.961 291.5621 291.5621 68862.838 68862.838 -1062.8499 -1062.8499 30000 -11101.633 -11101.633 -11252.933 -11252.933 292.70115 292.70115 68782.964 68782.964 -115.34078 -115.34078 Loop time of 47.4559 on 1 procs for 1000 steps with 4000 atoms Performance: 1.821 ns/day, 13.182 hours/ns, 21.072 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.302 | 47.302 | 47.302 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02161 | 0.02161 | 0.02161 | 0.0 | 0.05 Output | 4.0787e-05 | 4.0787e-05 | 4.0787e-05 | 0.0 | 0.00 Modify | 0.12121 | 0.12121 | 0.12121 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318486 ave 318486 max 318486 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318486 Ave neighs/atom = 79.6215 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.572513938378, Press = 1.1412228977914 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11101.633 -11101.633 -11252.933 -11252.933 292.70115 292.70115 68782.964 68782.964 -115.34078 -115.34078 31000 -11098.564 -11098.564 -11251.203 -11251.203 295.29043 295.29043 68766.556 68766.556 360.55036 360.55036 Loop time of 47.4599 on 1 procs for 1000 steps with 4000 atoms Performance: 1.820 ns/day, 13.183 hours/ns, 21.070 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.306 | 47.306 | 47.306 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021625 | 0.021625 | 0.021625 | 0.0 | 0.05 Output | 4.0647e-05 | 4.0647e-05 | 4.0647e-05 | 0.0 | 0.00 Modify | 0.12135 | 0.12135 | 0.12135 | 0.0 | 0.26 Other | | 0.0106 | | | 0.02 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: 318498 ave 318498 max 318498 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318498 Ave neighs/atom = 79.6245 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.521788712716, Press = -0.0517299546105235 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.564 -11098.564 -11251.203 -11251.203 295.29043 295.29043 68766.556 68766.556 360.55036 360.55036 32000 -11099.818 -11099.818 -11248.191 -11248.191 287.03684 287.03684 68778.132 68778.132 356.91565 356.91565 Loop time of 47.412 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.170 hours/ns, 21.092 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.258 | 47.258 | 47.258 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021746 | 0.021746 | 0.021746 | 0.0 | 0.05 Output | 4.1739e-05 | 4.1739e-05 | 4.1739e-05 | 0.0 | 0.00 Modify | 0.12137 | 0.12137 | 0.12137 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318688 ave 318688 max 318688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318688 Ave neighs/atom = 79.672 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.517015688941, Press = 1.21773692686244 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11099.818 -11099.818 -11248.191 -11248.191 287.03684 287.03684 68778.132 68778.132 356.91565 356.91565 33000 -11098.803 -11098.803 -11249.631 -11249.631 291.7875 291.7875 68723.402 68723.402 1017.3996 1017.3996 Loop time of 47.4187 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.172 hours/ns, 21.089 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.265 | 47.265 | 47.265 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021688 | 0.021688 | 0.021688 | 0.0 | 0.05 Output | 3.7972e-05 | 3.7972e-05 | 3.7972e-05 | 0.0 | 0.00 Modify | 0.12143 | 0.12143 | 0.12143 | 0.0 | 0.26 Other | | 0.01054 | | | 0.02 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: 318766 ave 318766 max 318766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318766 Ave neighs/atom = 79.6915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.523685285447, Press = 0.521033347249386 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11098.803 -11098.803 -11249.631 -11249.631 291.7875 291.7875 68723.402 68723.402 1017.3996 1017.3996 34000 -11097.792 -11097.792 -11249.392 -11249.392 293.28041 293.28041 68781.838 68781.838 267.22301 267.22301 Loop time of 47.5229 on 1 procs for 1000 steps with 4000 atoms Performance: 1.818 ns/day, 13.201 hours/ns, 21.042 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.369 | 47.369 | 47.369 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021728 | 0.021728 | 0.021728 | 0.0 | 0.05 Output | 3.1219e-05 | 3.1219e-05 | 3.1219e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318950 ave 318950 max 318950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318950 Ave neighs/atom = 79.7375 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.529128872128, Press = 0.0140426528526886 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11097.792 -11097.792 -11249.392 -11249.392 293.28041 293.28041 68781.838 68781.838 267.22301 267.22301 35000 -11095.775 -11095.775 -11248.384 -11248.384 295.23145 295.23145 68816.121 68816.121 -175.2302 -175.2302 Loop time of 47.4334 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.176 hours/ns, 21.082 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.28 | 47.28 | 47.28 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02154 | 0.02154 | 0.02154 | 0.0 | 0.05 Output | 4.0125e-05 | 4.0125e-05 | 4.0125e-05 | 0.0 | 0.00 Modify | 0.12136 | 0.12136 | 0.12136 | 0.0 | 0.26 Other | | 0.01056 | | | 0.02 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: 318730 ave 318730 max 318730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318730 Ave neighs/atom = 79.6825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.543774340163, Press = 0.428520806348362 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11095.775 -11095.775 -11248.384 -11248.384 295.23145 295.23145 68816.121 68816.121 -175.2302 -175.2302 36000 -11099.836 -11099.836 -11248.955 -11248.955 288.48232 288.48232 68773.48 68773.48 295.83032 295.83032 Loop time of 47.493 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.193 hours/ns, 21.056 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.339 | 47.339 | 47.339 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021622 | 0.021622 | 0.021622 | 0.0 | 0.05 Output | 4.1789e-05 | 4.1789e-05 | 4.1789e-05 | 0.0 | 0.00 Modify | 0.12178 | 0.12178 | 0.12178 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318728 ave 318728 max 318728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318728 Ave neighs/atom = 79.682 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.463998801056, Press = -0.351007750688192 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11099.836 -11099.836 -11248.955 -11248.955 288.48232 288.48232 68773.48 68773.48 295.83032 295.83032 37000 -11095.77 -11095.77 -11248.512 -11248.512 295.49064 295.49064 68800.763 68800.763 21.230879 21.230879 Loop time of 47.4447 on 1 procs for 1000 steps with 4000 atoms Performance: 1.821 ns/day, 13.179 hours/ns, 21.077 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.291 | 47.291 | 47.291 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021678 | 0.021678 | 0.021678 | 0.0 | 0.05 Output | 4.1107e-05 | 4.1107e-05 | 4.1107e-05 | 0.0 | 0.00 Modify | 0.1213 | 0.1213 | 0.1213 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318974 ave 318974 max 318974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318974 Ave neighs/atom = 79.7435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.426302048057, Press = -0.194929627742241 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11095.77 -11095.77 -11248.512 -11248.512 295.49064 295.49064 68800.763 68800.763 21.230879 21.230879 38000 -11099.381 -11099.381 -11252.858 -11252.858 296.91211 296.91211 68819.525 68819.525 -711.3206 -711.3206 Loop time of 47.5247 on 1 procs for 1000 steps with 4000 atoms Performance: 1.818 ns/day, 13.201 hours/ns, 21.042 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.371 | 47.371 | 47.371 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021676 | 0.021676 | 0.021676 | 0.0 | 0.05 Output | 3.721e-05 | 3.721e-05 | 3.721e-05 | 0.0 | 0.00 Modify | 0.12135 | 0.12135 | 0.12135 | 0.0 | 0.26 Other | | 0.01058 | | | 0.02 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: 318754 ave 318754 max 318754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318754 Ave neighs/atom = 79.6885 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.434219147897, Press = 1.04800975269913 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11099.381 -11099.381 -11252.858 -11252.858 296.91211 296.91211 68819.525 68819.525 -711.3206 -711.3206 39000 -11095.108 -11095.108 -11246.468 -11246.468 292.81627 292.81627 68741.598 68741.598 1079.2001 1079.2001 Loop time of 47.4123 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.170 hours/ns, 21.092 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.259 | 47.259 | 47.259 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021565 | 0.021565 | 0.021565 | 0.0 | 0.05 Output | 3.0237e-05 | 3.0237e-05 | 3.0237e-05 | 0.0 | 0.00 Modify | 0.12144 | 0.12144 | 0.12144 | 0.0 | 0.26 Other | | 0.01054 | | | 0.02 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: 318618 ave 318618 max 318618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318618 Ave neighs/atom = 79.6545 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.408267455863, Press = 0.585969273266041 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11095.108 -11095.108 -11246.468 -11246.468 292.81627 292.81627 68741.598 68741.598 1079.2001 1079.2001 40000 -11096.27 -11096.27 -11248.712 -11248.712 294.91038 294.91038 68750.48 68750.48 813.21981 813.21981 Loop time of 47.4902 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.192 hours/ns, 21.057 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.337 | 47.337 | 47.337 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021595 | 0.021595 | 0.021595 | 0.0 | 0.05 Output | 4.0827e-05 | 4.0827e-05 | 4.0827e-05 | 0.0 | 0.00 Modify | 0.12135 | 0.12135 | 0.12135 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 319090 ave 319090 max 319090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 319090 Ave neighs/atom = 79.7725 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.374112572965, Press = -0.885681441469305 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11096.27 -11096.27 -11248.712 -11248.712 294.91038 294.91038 68750.48 68750.48 813.21981 813.21981 41000 -11093.978 -11093.978 -11244.254 -11244.254 290.71852 290.71852 68878.362 68878.362 -676.68793 -676.68793 Loop time of 47.4581 on 1 procs for 1000 steps with 4000 atoms Performance: 1.821 ns/day, 13.183 hours/ns, 21.071 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.305 | 47.305 | 47.305 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021533 | 0.021533 | 0.021533 | 0.0 | 0.05 Output | 5.2809e-05 | 5.2809e-05 | 5.2809e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318922 ave 318922 max 318922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318922 Ave neighs/atom = 79.7305 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.38673056683, Press = 0.283127439375032 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11093.978 -11093.978 -11244.254 -11244.254 290.71852 290.71852 68878.362 68878.362 -676.68793 -676.68793 42000 -11101.619 -11101.619 -11252.087 -11252.087 291.08967 291.08967 68804.568 68804.568 -466.64858 -466.64858 Loop time of 47.499 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.053 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.345 | 47.345 | 47.345 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021884 | 0.021884 | 0.021884 | 0.0 | 0.05 Output | 5.281e-05 | 5.281e-05 | 5.281e-05 | 0.0 | 0.00 Modify | 0.12178 | 0.12178 | 0.12178 | 0.0 | 0.26 Other | | 0.01064 | | | 0.02 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: 318596 ave 318596 max 318596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318596 Ave neighs/atom = 79.649 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.404776463032, Press = 0.59375528205579 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11101.619 -11101.619 -11252.087 -11252.087 291.08967 291.08967 68804.568 68804.568 -466.64858 -466.64858 43000 -11094.642 -11094.642 -11247.567 -11247.567 295.84414 295.84414 68787.945 68787.945 345.22477 345.22477 Loop time of 47.5245 on 1 procs for 1000 steps with 4000 atoms Performance: 1.818 ns/day, 13.201 hours/ns, 21.042 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.371 | 47.371 | 47.371 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021804 | 0.021804 | 0.021804 | 0.0 | 0.05 Output | 6.4511e-05 | 6.4511e-05 | 6.4511e-05 | 0.0 | 0.00 Modify | 0.12103 | 0.12103 | 0.12103 | 0.0 | 0.25 Other | | 0.01025 | | | 0.02 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: 318660 ave 318660 max 318660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318660 Ave neighs/atom = 79.665 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.406329729678, Press = 0.0743608166726837 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11094.642 -11094.642 -11247.567 -11247.567 295.84414 295.84414 68787.945 68787.945 345.22477 345.22477 44000 -11100.131 -11100.131 -11249.678 -11249.678 289.31013 289.31013 68806.439 68806.439 -244.6569 -244.6569 Loop time of 47.5434 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.207 hours/ns, 21.033 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.39 | 47.39 | 47.39 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021943 | 0.021943 | 0.021943 | 0.0 | 0.05 Output | 3.6649e-05 | 3.6649e-05 | 3.6649e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 0.25 Other | | 0.01024 | | | 0.02 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: 318776 ave 318776 max 318776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318776 Ave neighs/atom = 79.694 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.405208352738, Press = 0.643253810263784 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11100.131 -11100.131 -11249.678 -11249.678 289.31013 289.31013 68806.439 68806.439 -244.6569 -244.6569 45000 -11097.334 -11097.334 -11250.525 -11250.525 296.35894 296.35894 68694.704 68694.704 1453.9421 1453.9421 Loop time of 47.6207 on 1 procs for 1000 steps with 4000 atoms Performance: 1.814 ns/day, 13.228 hours/ns, 20.999 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.468 | 47.468 | 47.468 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021767 | 0.021767 | 0.021767 | 0.0 | 0.05 Output | 4.1989e-05 | 4.1989e-05 | 4.1989e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.25 Other | | 0.01026 | | | 0.02 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: 318680 ave 318680 max 318680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318680 Ave neighs/atom = 79.67 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.37947657109, Press = 0.410909262127646 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -11097.334 -11097.334 -11250.525 -11250.525 296.35894 296.35894 68694.704 68694.704 1453.9421 1453.9421 46000 -11092.816 -11092.816 -11246.095 -11246.095 296.53014 296.53014 68789.661 68789.661 493.06495 493.06495 Loop time of 47.6302 on 1 procs for 1000 steps with 4000 atoms Performance: 1.814 ns/day, 13.231 hours/ns, 20.995 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.477 | 47.477 | 47.477 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021859 | 0.021859 | 0.021859 | 0.0 | 0.05 Output | 3.6078e-05 | 3.6078e-05 | 3.6078e-05 | 0.0 | 0.00 Modify | 0.12106 | 0.12106 | 0.12106 | 0.0 | 0.25 Other | | 0.01027 | | | 0.02 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: 319108 ave 319108 max 319108 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 319108 Ave neighs/atom = 79.777 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.437886505973, Press = -1.36756946022721 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 46000 -11092.816 -11092.816 -11246.095 -11246.095 296.53014 296.53014 68789.661 68789.661 493.06495 493.06495 47000 -11100.779 -11100.779 -11250.56 -11250.56 289.76038 289.76038 68773.843 68773.843 175.61922 175.61922 Loop time of 47.5774 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.216 hours/ns, 21.018 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.424 | 47.424 | 47.424 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021764 | 0.021764 | 0.021764 | 0.0 | 0.05 Output | 2.8774e-05 | 2.8774e-05 | 2.8774e-05 | 0.0 | 0.00 Modify | 0.12103 | 0.12103 | 0.12103 | 0.0 | 0.25 Other | | 0.01022 | | | 0.02 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: 318894 ave 318894 max 318894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318894 Ave neighs/atom = 79.7235 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.450808134644, Press = 0.499361843746949 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 47000 -11100.779 -11100.779 -11250.56 -11250.56 289.76038 289.76038 68773.843 68773.843 175.61922 175.61922 48000 -11095.227 -11095.227 -11247.963 -11247.963 295.47886 295.47886 68777.955 68777.955 504.48186 504.48186 Loop time of 47.5804 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.217 hours/ns, 21.017 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.427 | 47.427 | 47.427 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021775 | 0.021775 | 0.021775 | 0.0 | 0.05 Output | 3.5727e-05 | 3.5727e-05 | 3.5727e-05 | 0.0 | 0.00 Modify | 0.1209 | 0.1209 | 0.1209 | 0.0 | 0.25 Other | | 0.01028 | | | 0.02 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: 318804 ave 318804 max 318804 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318804 Ave neighs/atom = 79.701 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.468798104038, Press = -0.23510093177326 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 48000 -11095.227 -11095.227 -11247.963 -11247.963 295.47886 295.47886 68777.955 68777.955 504.48186 504.48186 49000 -11099.481 -11099.481 -11249.891 -11249.891 290.97877 290.97877 68840.356 68840.356 -741.05622 -741.05622 Loop time of 47.5318 on 1 procs for 1000 steps with 4000 atoms Performance: 1.818 ns/day, 13.203 hours/ns, 21.039 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.379 | 47.379 | 47.379 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021856 | 0.021856 | 0.021856 | 0.0 | 0.05 Output | 3.6779e-05 | 3.6779e-05 | 3.6779e-05 | 0.0 | 0.00 Modify | 0.121 | 0.121 | 0.121 | 0.0 | 0.25 Other | | 0.01026 | | | 0.02 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: 318822 ave 318822 max 318822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318822 Ave neighs/atom = 79.7055 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.478958047664, Press = 0.470935109138834 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 49000 -11099.481 -11099.481 -11249.891 -11249.891 290.97877 290.97877 68840.356 68840.356 -741.05622 -741.05622 50000 -11096.156 -11096.156 -11251.057 -11251.057 299.66565 299.66565 68755.584 68755.584 434.3719 434.3719 Loop time of 47.5035 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.195 hours/ns, 21.051 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.35 | 47.35 | 47.35 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021756 | 0.021756 | 0.021756 | 0.0 | 0.05 Output | 3.5868e-05 | 3.5868e-05 | 3.5868e-05 | 0.0 | 0.00 Modify | 0.12098 | 0.12098 | 0.12098 | 0.0 | 0.25 Other | | 0.01026 | | | 0.02 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: 318566 ave 318566 max 318566 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318566 Ave neighs/atom = 79.6415 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.492700006347, Press = -0.802187881653205 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 50000 -11096.156 -11096.156 -11251.057 -11251.057 299.66565 299.66565 68755.584 68755.584 434.3719 434.3719 51000 -11098.201 -11098.201 -11246.71 -11246.71 287.30124 287.30124 68877.347 68877.347 -1014.2682 -1014.2682 Loop time of 47.5458 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.207 hours/ns, 21.032 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.393 | 47.393 | 47.393 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021887 | 0.021887 | 0.021887 | 0.0 | 0.05 Output | 3.0978e-05 | 3.0978e-05 | 3.0978e-05 | 0.0 | 0.00 Modify | 0.12097 | 0.12097 | 0.12097 | 0.0 | 0.25 Other | | 0.01024 | | | 0.02 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: 318794 ave 318794 max 318794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318794 Ave neighs/atom = 79.6985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.479982187132, Press = -0.291795676225132 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 51000 -11098.201 -11098.201 -11246.71 -11246.71 287.30124 287.30124 68877.347 68877.347 -1014.2682 -1014.2682 52000 -11099.125 -11099.125 -11249.198 -11249.198 290.32604 290.32604 68824.837 68824.837 -418.25869 -418.25869 Loop time of 47.5085 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.197 hours/ns, 21.049 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.355 | 47.355 | 47.355 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021897 | 0.021897 | 0.021897 | 0.0 | 0.05 Output | 6.1706e-05 | 6.1706e-05 | 6.1706e-05 | 0.0 | 0.00 Modify | 0.12098 | 0.12098 | 0.12098 | 0.0 | 0.25 Other | | 0.01027 | | | 0.02 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: 318594 ave 318594 max 318594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318594 Ave neighs/atom = 79.6485 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.450196375372, Press = 0.501539944783832 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 52000 -11099.125 -11099.125 -11249.198 -11249.198 290.32604 290.32604 68824.837 68824.837 -418.25869 -418.25869 53000 -11094.495 -11094.495 -11247.613 -11247.613 296.21704 296.21704 68773.188 68773.188 549.98617 549.98617 Loop time of 47.4993 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.053 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.346 | 47.346 | 47.346 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021883 | 0.021883 | 0.021883 | 0.0 | 0.05 Output | 2.9135e-05 | 2.9135e-05 | 2.9135e-05 | 0.0 | 0.00 Modify | 0.12097 | 0.12097 | 0.12097 | 0.0 | 0.25 Other | | 0.01023 | | | 0.02 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: 318584 ave 318584 max 318584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318584 Ave neighs/atom = 79.646 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.437979892967, Press = 0.273845451318809 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 53000 -11094.495 -11094.495 -11247.613 -11247.613 296.21704 296.21704 68773.188 68773.188 549.98617 549.98617 54000 -11094.046 -11094.046 -11246.112 -11246.112 294.18213 294.18213 68873.315 68873.315 -920.23429 -920.23429 Loop time of 47.5713 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.214 hours/ns, 21.021 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.418 | 47.418 | 47.418 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021981 | 0.021981 | 0.021981 | 0.0 | 0.05 Output | 3.5146e-05 | 3.5146e-05 | 3.5146e-05 | 0.0 | 0.00 Modify | 0.12104 | 0.12104 | 0.12104 | 0.0 | 0.25 Other | | 0.01023 | | | 0.02 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: 318802 ave 318802 max 318802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318802 Ave neighs/atom = 79.7005 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.453128076501, Press = 0.514930891936975 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 54000 -11094.046 -11094.046 -11246.112 -11246.112 294.18213 294.18213 68873.315 68873.315 -920.23429 -920.23429 55000 -11102.492 -11102.492 -11251.577 -11251.577 288.41466 288.41466 68750.219 68750.219 511.82264 511.82264 Loop time of 47.5701 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.214 hours/ns, 21.022 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.417 | 47.417 | 47.417 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022007 | 0.022007 | 0.022007 | 0.0 | 0.05 Output | 3.5176e-05 | 3.5176e-05 | 3.5176e-05 | 0.0 | 0.00 Modify | 0.12108 | 0.12108 | 0.12108 | 0.0 | 0.25 Other | | 0.01026 | | | 0.02 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: 318602 ave 318602 max 318602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318602 Ave neighs/atom = 79.6505 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.452629100844, Press = 0.649058612023477 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 55000 -11102.492 -11102.492 -11251.577 -11251.577 288.41466 288.41466 68750.219 68750.219 511.82264 511.82264 56000 -11096.943 -11096.943 -11249.18 -11249.18 294.51247 294.51247 68642.193 68642.193 2407.8292 2407.8292 Loop time of 47.5693 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.214 hours/ns, 21.022 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.416 | 47.416 | 47.416 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021807 | 0.021807 | 0.021807 | 0.0 | 0.05 Output | 2.8734e-05 | 2.8734e-05 | 2.8734e-05 | 0.0 | 0.00 Modify | 0.12097 | 0.12097 | 0.12097 | 0.0 | 0.25 Other | | 0.01026 | | | 0.02 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: 318714 ave 318714 max 318714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318714 Ave neighs/atom = 79.6785 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.427829662413, Press = 0.417953397319779 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 56000 -11096.943 -11096.943 -11249.18 -11249.18 294.51247 294.51247 68642.193 68642.193 2407.8292 2407.8292 57000 -11097.875 -11097.875 -11248.337 -11248.337 291.07991 291.07991 68836.217 68836.217 -491.28951 -491.28951 Loop time of 47.5592 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.211 hours/ns, 21.026 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.406 | 47.406 | 47.406 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021931 | 0.021931 | 0.021931 | 0.0 | 0.05 Output | 3.702e-05 | 3.702e-05 | 3.702e-05 | 0.0 | 0.00 Modify | 0.12102 | 0.12102 | 0.12102 | 0.0 | 0.25 Other | | 0.01027 | | | 0.02 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: 319044 ave 319044 max 319044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 319044 Ave neighs/atom = 79.761 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.439271831924, Press = -0.379982367697141 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 57000 -11097.875 -11097.875 -11248.337 -11248.337 291.07991 291.07991 68836.217 68836.217 -491.28951 -491.28951 58000 -11094.279 -11094.279 -11248.999 -11248.999 299.31573 299.31573 68811.101 68811.101 -93.674389 -93.674389 Loop time of 47.5648 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.212 hours/ns, 21.024 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.412 | 47.412 | 47.412 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021888 | 0.021888 | 0.021888 | 0.0 | 0.05 Output | 3.718e-05 | 3.718e-05 | 3.718e-05 | 0.0 | 0.00 Modify | 0.12107 | 0.12107 | 0.12107 | 0.0 | 0.25 Other | | 0.01027 | | | 0.02 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: 318618 ave 318618 max 318618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318618 Ave neighs/atom = 79.6545 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.451730473816, Press = 0.171236654107722 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 58000 -11094.279 -11094.279 -11248.999 -11248.999 299.31573 299.31573 68811.101 68811.101 -93.674389 -93.674389 59000 -11101.02 -11101.02 -11250.133 -11250.133 288.46892 288.46892 68763.416 68763.416 400.64742 400.64742 Loop time of 47.4995 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.053 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.346 | 47.346 | 47.346 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021846 | 0.021846 | 0.021846 | 0.0 | 0.05 Output | 3.5116e-05 | 3.5116e-05 | 3.5116e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.25 Other | | 0.01026 | | | 0.02 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: 318698 ave 318698 max 318698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318698 Ave neighs/atom = 79.6745 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.452714147586, Press = -0.101748445291285 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 59000 -11101.02 -11101.02 -11250.133 -11250.133 288.46892 288.46892 68763.416 68763.416 400.64742 400.64742 60000 -11093.027 -11093.027 -11249.437 -11249.437 302.58456 302.58456 68798.77 68798.77 93.569119 93.569119 Loop time of 47.4977 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.054 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.345 | 47.345 | 47.345 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021881 | 0.021881 | 0.021881 | 0.0 | 0.05 Output | 4.7309e-05 | 4.7309e-05 | 4.7309e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 0.25 Other | | 0.01031 | | | 0.02 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: 318700 ave 318700 max 318700 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318700 Ave neighs/atom = 79.675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.469487407484, Press = -0.2105457067407 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 60000 -11093.027 -11093.027 -11249.437 -11249.437 302.58456 302.58456 68798.77 68798.77 93.569119 93.569119 61000 -11098.745 -11098.745 -11251.652 -11251.652 295.80874 295.80874 68819.803 68819.803 -594.94211 -594.94211 Loop time of 47.5694 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.214 hours/ns, 21.022 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.416 | 47.416 | 47.416 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021734 | 0.021734 | 0.021734 | 0.0 | 0.05 Output | 2.8764e-05 | 2.8764e-05 | 2.8764e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 0.25 Other | | 0.01023 | | | 0.02 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: 318694 ave 318694 max 318694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318694 Ave neighs/atom = 79.6735 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.48177934421, Press = -0.0674409882131895 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 61000 -11098.745 -11098.745 -11251.652 -11251.652 295.80874 295.80874 68819.803 68819.803 -594.94211 -594.94211 62000 -11094.56 -11094.56 -11247.978 -11247.978 296.79683 296.79683 68850.283 68850.283 -701.07149 -701.07149 Loop time of 47.5089 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.197 hours/ns, 21.049 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.356 | 47.356 | 47.356 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021856 | 0.021856 | 0.021856 | 0.0 | 0.05 Output | 3.6259e-05 | 3.6259e-05 | 3.6259e-05 | 0.0 | 0.00 Modify | 0.12098 | 0.12098 | 0.12098 | 0.0 | 0.25 Other | | 0.01029 | | | 0.02 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: 318612 ave 318612 max 318612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318612 Ave neighs/atom = 79.653 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.498639161393, Press = 0.0506642283407849 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 62000 -11094.56 -11094.56 -11247.978 -11247.978 296.79683 296.79683 68850.283 68850.283 -701.07149 -701.07149 63000 -11100.898 -11100.898 -11251.366 -11251.366 291.08911 291.08911 68768.083 68768.083 172.14167 172.14167 Loop time of 47.547 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.208 hours/ns, 21.032 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.394 | 47.394 | 47.394 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021915 | 0.021915 | 0.021915 | 0.0 | 0.05 Output | 3.703e-05 | 3.703e-05 | 3.703e-05 | 0.0 | 0.00 Modify | 0.12106 | 0.12106 | 0.12106 | 0.0 | 0.25 Other | | 0.01027 | | | 0.02 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: 318728 ave 318728 max 318728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318728 Ave neighs/atom = 79.682 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.501439520816, Press = 0.395267117447017 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 63000 -11100.898 -11100.898 -11251.366 -11251.366 291.08911 291.08911 68768.083 68768.083 172.14167 172.14167 64000 -11097.627 -11097.627 -11249.238 -11249.238 293.30292 293.30292 68792.278 68792.278 72.714538 72.714538 Loop time of 47.5924 on 1 procs for 1000 steps with 4000 atoms Performance: 1.815 ns/day, 13.220 hours/ns, 21.012 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.439 | 47.439 | 47.439 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021845 | 0.021845 | 0.021845 | 0.0 | 0.05 Output | 3.6128e-05 | 3.6128e-05 | 3.6128e-05 | 0.0 | 0.00 Modify | 0.12103 | 0.12103 | 0.12103 | 0.0 | 0.25 Other | | 0.01024 | | | 0.02 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: 318960 ave 318960 max 318960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318960 Ave neighs/atom = 79.74 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.487117352102, Press = -0.04390246954697 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 64000 -11097.627 -11097.627 -11249.238 -11249.238 293.30292 293.30292 68792.278 68792.278 72.714538 72.714538 65000 -11100.873 -11100.873 -11247.62 -11247.62 283.89043 283.89043 68872.415 68872.415 -981.20763 -981.20763 Loop time of 47.4961 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.193 hours/ns, 21.054 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.343 | 47.343 | 47.343 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021738 | 0.021738 | 0.021738 | 0.0 | 0.05 Output | 3.706e-05 | 3.706e-05 | 3.706e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.26 Other | | 0.0104 | | | 0.02 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: 318904 ave 318904 max 318904 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318904 Ave neighs/atom = 79.726 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.460706560507, Press = 0.286082360600315 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 65000 -11100.873 -11100.873 -11247.62 -11247.62 283.89043 283.89043 68872.415 68872.415 -981.20763 -981.20763 66000 -11090.473 -11090.473 -11244.403 -11244.403 297.78888 297.78888 68739.17 68739.17 1414.9388 1414.9388 Loop time of 47.4078 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.169 hours/ns, 21.094 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.254 | 47.254 | 47.254 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0218 | 0.0218 | 0.0218 | 0.0 | 0.05 Output | 2.9736e-05 | 2.9736e-05 | 2.9736e-05 | 0.0 | 0.00 Modify | 0.12109 | 0.12109 | 0.12109 | 0.0 | 0.26 Other | | 0.01038 | | | 0.02 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: 318534 ave 318534 max 318534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318534 Ave neighs/atom = 79.6335 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.478349644411, Press = 0.725400171573871 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 66000 -11090.473 -11090.473 -11244.403 -11244.403 297.78888 297.78888 68739.17 68739.17 1414.9388 1414.9388 67000 -11098.668 -11098.668 -11250.115 -11250.115 292.9841 292.9841 68788.132 68788.132 84.13237 84.13237 Loop time of 47.5041 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.196 hours/ns, 21.051 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.351 | 47.351 | 47.351 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021714 | 0.021714 | 0.021714 | 0.0 | 0.05 Output | 3.9174e-05 | 3.9174e-05 | 3.9174e-05 | 0.0 | 0.00 Modify | 0.12115 | 0.12115 | 0.12115 | 0.0 | 0.26 Other | | 0.01043 | | | 0.02 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: 318988 ave 318988 max 318988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318988 Ave neighs/atom = 79.747 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.484419598693, Press = -0.256800415058151 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 67000 -11098.668 -11098.668 -11250.115 -11250.115 292.9841 292.9841 68788.132 68788.132 84.13237 84.13237 68000 -11098.022 -11098.022 -11249.098 -11249.098 292.26622 292.26622 68831.611 68831.611 -491.34943 -491.34943 Loop time of 47.4144 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.171 hours/ns, 21.091 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.261 | 47.261 | 47.261 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021679 | 0.021679 | 0.021679 | 0.0 | 0.05 Output | 3.8983e-05 | 3.8983e-05 | 3.8983e-05 | 0.0 | 0.00 Modify | 0.12108 | 0.12108 | 0.12108 | 0.0 | 0.26 Other | | 0.01041 | | | 0.02 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: 318756 ave 318756 max 318756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318756 Ave neighs/atom = 79.689 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.471930370876, Press = 0.344744760702789 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 68000 -11098.022 -11098.022 -11249.098 -11249.098 292.26622 292.26622 68831.611 68831.611 -491.34943 -491.34943 69000 -11101.75 -11101.75 -11251.73 -11251.73 290.14712 290.14712 68798.035 68798.035 -265.18261 -265.18261 Loop time of 47.5067 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.196 hours/ns, 21.050 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.353 | 47.353 | 47.353 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021753 | 0.021753 | 0.021753 | 0.0 | 0.05 Output | 3.8823e-05 | 3.8823e-05 | 3.8823e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 0.26 Other | | 0.01044 | | | 0.02 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: 318802 ave 318802 max 318802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318802 Ave neighs/atom = 79.7005 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.450567675818, Press = 0.0789462169251471 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 69000 -11101.75 -11101.75 -11251.73 -11251.73 290.14712 290.14712 68798.035 68798.035 -265.18261 -265.18261 70000 -11095.417 -11095.417 -11247.286 -11247.286 293.80097 293.80097 68891.353 68891.353 -1147.0292 -1147.0292 Loop time of 47.3736 on 1 procs for 1000 steps with 4000 atoms Performance: 1.824 ns/day, 13.159 hours/ns, 21.109 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.22 | 47.22 | 47.22 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021789 | 0.021789 | 0.021789 | 0.0 | 0.05 Output | 5.32e-05 | 5.32e-05 | 5.32e-05 | 0.0 | 0.00 Modify | 0.12111 | 0.12111 | 0.12111 | 0.0 | 0.26 Other | | 0.01037 | | | 0.02 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: 318722 ave 318722 max 318722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318722 Ave neighs/atom = 79.6805 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.416516148571, Press = 0.593571119389811 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 70000 -11095.417 -11095.417 -11247.286 -11247.286 293.80097 293.80097 68891.353 68891.353 -1147.0292 -1147.0292 71000 -11099.73 -11099.73 -11251.673 -11251.673 293.94402 293.94402 68679.627 68679.627 1559.4411 1559.4411 Loop time of 47.4285 on 1 procs for 1000 steps with 4000 atoms Performance: 1.822 ns/day, 13.175 hours/ns, 21.084 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.275 | 47.275 | 47.275 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021649 | 0.021649 | 0.021649 | 0.0 | 0.05 Output | 4.4063e-05 | 4.4063e-05 | 4.4063e-05 | 0.0 | 0.00 Modify | 0.12133 | 0.12133 | 0.12133 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318544 ave 318544 max 318544 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318544 Ave neighs/atom = 79.636 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.417883681147, Press = 0.3016496729385 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 71000 -11099.73 -11099.73 -11251.673 -11251.673 293.94402 293.94402 68679.627 68679.627 1559.4411 1559.4411 72000 -11095.746 -11095.746 -11247.873 -11247.873 294.30106 294.30106 68831.677 68831.677 -414.62488 -414.62488 Loop time of 47.5075 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.197 hours/ns, 21.049 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.354 | 47.354 | 47.354 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021872 | 0.021872 | 0.021872 | 0.0 | 0.05 Output | 4.3472e-05 | 4.3472e-05 | 4.3472e-05 | 0.0 | 0.00 Modify | 0.12125 | 0.12125 | 0.12125 | 0.0 | 0.26 Other | | 0.0105 | | | 0.02 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: 318862 ave 318862 max 318862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318862 Ave neighs/atom = 79.7155 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.436617416576, Press = 0.0470150311793816 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 72000 -11095.746 -11095.746 -11247.873 -11247.873 294.30106 294.30106 68831.677 68831.677 -414.62488 -414.62488 73000 -11100.184 -11100.184 -11251.612 -11251.612 292.94735 292.94735 68753.348 68753.348 533.55301 533.55301 Loop time of 47.4761 on 1 procs for 1000 steps with 4000 atoms Performance: 1.820 ns/day, 13.188 hours/ns, 21.063 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.323 | 47.323 | 47.323 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021656 | 0.021656 | 0.021656 | 0.0 | 0.05 Output | 4.4344e-05 | 4.4344e-05 | 4.4344e-05 | 0.0 | 0.00 Modify | 0.12122 | 0.12122 | 0.12122 | 0.0 | 0.26 Other | | 0.01051 | | | 0.02 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: 318572 ave 318572 max 318572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318572 Ave neighs/atom = 79.643 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.439525190494, Press = 0.292872129131893 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 73000 -11100.184 -11100.184 -11251.612 -11251.612 292.94735 292.94735 68753.348 68753.348 533.55301 533.55301 74000 -11094.464 -11094.464 -11248.691 -11248.691 298.36326 298.36326 68835.866 68835.866 -448.56236 -448.56236 Loop time of 47.4806 on 1 procs for 1000 steps with 4000 atoms Performance: 1.820 ns/day, 13.189 hours/ns, 21.061 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.327 | 47.327 | 47.327 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021701 | 0.021701 | 0.021701 | 0.0 | 0.05 Output | 4.249e-05 | 4.249e-05 | 4.249e-05 | 0.0 | 0.00 Modify | 0.12121 | 0.12121 | 0.12121 | 0.0 | 0.26 Other | | 0.01048 | | | 0.02 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: 318748 ave 318748 max 318748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318748 Ave neighs/atom = 79.687 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.415045569326, Press = -0.642580229687006 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 74000 -11094.464 -11094.464 -11248.691 -11248.691 298.36326 298.36326 68835.866 68835.866 -448.56236 -448.56236 75000 -11099.305 -11099.305 -11248.654 -11248.654 288.92572 288.92572 68848.344 68848.344 -779.41547 -779.41547 Loop time of 47.4987 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.053 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.345 | 47.345 | 47.345 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021722 | 0.021722 | 0.021722 | 0.0 | 0.05 Output | 3.215e-05 | 3.215e-05 | 3.215e-05 | 0.0 | 0.00 Modify | 0.12134 | 0.12134 | 0.12134 | 0.0 | 0.26 Other | | 0.01048 | | | 0.02 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: 318594 ave 318594 max 318594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318594 Ave neighs/atom = 79.6485 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.411543134512, Press = 0.284683171643568 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 75000 -11099.305 -11099.305 -11248.654 -11248.654 288.92572 288.92572 68848.344 68848.344 -779.41547 -779.41547 76000 -11097.374 -11097.374 -11250.005 -11250.005 295.27432 295.27432 68785.335 68785.335 165.6663 165.6663 Loop time of 47.4971 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.054 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.343 | 47.343 | 47.343 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021801 | 0.021801 | 0.021801 | 0.0 | 0.05 Output | 5.3861e-05 | 5.3861e-05 | 5.3861e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 0.26 Other | | 0.01051 | | | 0.02 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: 318704 ave 318704 max 318704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318704 Ave neighs/atom = 79.676 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.412563389396, Press = 0.239201371570767 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 76000 -11097.374 -11097.374 -11250.005 -11250.005 295.27432 295.27432 68785.335 68785.335 165.6663 165.6663 77000 -11100.853 -11100.853 -11249.446 -11249.446 287.46259 287.46259 68840.903 68840.903 -678.59577 -678.59577 Loop time of 47.5306 on 1 procs for 1000 steps with 4000 atoms Performance: 1.818 ns/day, 13.203 hours/ns, 21.039 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.377 | 47.377 | 47.377 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021757 | 0.021757 | 0.021757 | 0.0 | 0.05 Output | 4.6438e-05 | 4.6438e-05 | 4.6438e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.26 Other | | 0.01051 | | | 0.02 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: 318720 ave 318720 max 318720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318720 Ave neighs/atom = 79.68 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.407977683786, Press = 0.118721453358548 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 77000 -11100.853 -11100.853 -11249.446 -11249.446 287.46259 287.46259 68840.903 68840.903 -678.59577 -678.59577 78000 -11098.633 -11098.633 -11252.258 -11252.258 297.19701 297.19701 68736.765 68736.765 694.75966 694.75966 Loop time of 47.4715 on 1 procs for 1000 steps with 4000 atoms Performance: 1.820 ns/day, 13.187 hours/ns, 21.065 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.318 | 47.318 | 47.318 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021712 | 0.021712 | 0.021712 | 0.0 | 0.05 Output | 4.3021e-05 | 4.3021e-05 | 4.3021e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.26 Other | | 0.01049 | | | 0.02 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: 318548 ave 318548 max 318548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318548 Ave neighs/atom = 79.637 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.418870821964, Press = 0.237773679997942 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 78000 -11098.633 -11098.633 -11252.258 -11252.258 297.19701 297.19701 68736.765 68736.765 694.75966 694.75966 79000 -11095.48 -11095.48 -11246.155 -11246.155 291.49219 291.49219 68839.873 68839.873 -414.52898 -414.52898 Loop time of 47.5886 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.219 hours/ns, 21.013 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.435 | 47.435 | 47.435 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021766 | 0.021766 | 0.021766 | 0.0 | 0.05 Output | 4.237e-05 | 4.237e-05 | 4.237e-05 | 0.0 | 0.00 Modify | 0.12131 | 0.12131 | 0.12131 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 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: 318790 ave 318790 max 318790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318790 Ave neighs/atom = 79.6975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.432212495416, Press = -0.226912164225467 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 79000 -11095.48 -11095.48 -11246.155 -11246.155 291.49219 291.49219 68839.873 68839.873 -414.52898 -414.52898 80000 -11093.108 -11093.108 -11245.037 -11245.037 293.91651 293.91651 68828.378 68828.378 -62.705935 -62.705935 Loop time of 47.4995 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.053 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.346 | 47.346 | 47.346 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021621 | 0.021621 | 0.021621 | 0.0 | 0.05 Output | 3.2962e-05 | 3.2962e-05 | 3.2962e-05 | 0.0 | 0.00 Modify | 0.12116 | 0.12116 | 0.12116 | 0.0 | 0.26 Other | | 0.01045 | | | 0.02 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: 318638 ave 318638 max 318638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318638 Ave neighs/atom = 79.6595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.42802768311, Press = 0.629632115334491 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 80000 -11093.108 -11093.108 -11245.037 -11245.037 293.91651 293.91651 68828.378 68828.378 -62.705935 -62.705935 81000 -11098.635 -11098.635 -11251.914 -11251.914 296.52998 296.52998 68762.442 68762.442 287.2366 287.2366 Loop time of 47.4703 on 1 procs for 1000 steps with 4000 atoms Performance: 1.820 ns/day, 13.186 hours/ns, 21.066 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.317 | 47.317 | 47.317 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02167 | 0.02167 | 0.02167 | 0.0 | 0.05 Output | 4.0235e-05 | 4.0235e-05 | 4.0235e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 0.26 Other | | 0.01049 | | | 0.02 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: 318740 ave 318740 max 318740 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318740 Ave neighs/atom = 79.685 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.450204352797, Press = -0.0693359068542811 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 81000 -11098.635 -11098.635 -11251.914 -11251.914 296.52998 296.52998 68762.442 68762.442 287.2366 287.2366 82000 -11093.667 -11093.667 -11244.365 -11244.365 291.53557 291.53557 68842.456 68842.456 -236.29238 -236.29238 Loop time of 47.5642 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.212 hours/ns, 21.024 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.411 | 47.411 | 47.411 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021749 | 0.021749 | 0.021749 | 0.0 | 0.05 Output | 4.1198e-05 | 4.1198e-05 | 4.1198e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.25 Other | | 0.01052 | | | 0.02 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: 318902 ave 318902 max 318902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318902 Ave neighs/atom = 79.7255 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.458342789867, Press = 0.186702213768814 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 82000 -11093.667 -11093.667 -11244.365 -11244.365 291.53557 291.53557 68842.456 68842.456 -236.29238 -236.29238 83000 -11097.228 -11097.228 -11249.895 -11249.895 295.34394 295.34394 68809.991 68809.991 -242.72788 -242.72788 Loop time of 47.5381 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.205 hours/ns, 21.036 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.385 | 47.385 | 47.385 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021726 | 0.021726 | 0.021726 | 0.0 | 0.05 Output | 3.9455e-05 | 3.9455e-05 | 3.9455e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 0.26 Other | | 0.01045 | | | 0.02 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: 318724 ave 318724 max 318724 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318724 Ave neighs/atom = 79.681 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.444836778381, Press = -0.217802212225609 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 83000 -11097.228 -11097.228 -11249.895 -11249.895 295.34394 295.34394 68809.991 68809.991 -242.72788 -242.72788 84000 -11101.457 -11101.457 -11251.072 -11251.072 289.44161 289.44161 68787.073 68787.073 -50.260711 -50.260711 Loop time of 47.4588 on 1 procs for 1000 steps with 4000 atoms Performance: 1.821 ns/day, 13.183 hours/ns, 21.071 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.305 | 47.305 | 47.305 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021678 | 0.021678 | 0.021678 | 0.0 | 0.05 Output | 3.8452e-05 | 3.8452e-05 | 3.8452e-05 | 0.0 | 0.00 Modify | 0.1213 | 0.1213 | 0.1213 | 0.0 | 0.26 Other | | 0.01046 | | | 0.02 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: 318772 ave 318772 max 318772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318772 Ave neighs/atom = 79.693 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.417740816857, Press = 0.116281053882704 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 84000 -11101.457 -11101.457 -11251.072 -11251.072 289.44161 289.44161 68787.073 68787.073 -50.260711 -50.260711 85000 -11101.257 -11101.257 -11252.85 -11252.85 293.26676 293.26676 68681.608 68681.608 1465.3625 1465.3625 Loop time of 47.5736 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.215 hours/ns, 21.020 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.42 | 47.42 | 47.42 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021684 | 0.021684 | 0.021684 | 0.0 | 0.05 Output | 4.1849e-05 | 4.1849e-05 | 4.1849e-05 | 0.0 | 0.00 Modify | 0.12122 | 0.12122 | 0.12122 | 0.0 | 0.25 Other | | 0.01046 | | | 0.02 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: 318782 ave 318782 max 318782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318782 Ave neighs/atom = 79.6955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.41515096679, Press = -0.188631422631218 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 85000 -11101.257 -11101.257 -11252.85 -11252.85 293.26676 293.26676 68681.608 68681.608 1465.3625 1465.3625 86000 -11095.104 -11095.104 -11248.891 -11248.891 297.51241 297.51241 68791.221 68791.221 244.56706 244.56706 Loop time of 47.511 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.198 hours/ns, 21.048 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.358 | 47.358 | 47.358 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021701 | 0.021701 | 0.021701 | 0.0 | 0.05 Output | 6.2368e-05 | 6.2368e-05 | 6.2368e-05 | 0.0 | 0.00 Modify | 0.12128 | 0.12128 | 0.12128 | 0.0 | 0.26 Other | | 0.01046 | | | 0.02 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: 318912 ave 318912 max 318912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318912 Ave neighs/atom = 79.728 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.398483048088, Press = -0.0395617912514412 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 86000 -11095.104 -11095.104 -11248.891 -11248.891 297.51241 297.51241 68791.221 68791.221 244.56706 244.56706 87000 -11101.337 -11101.337 -11250.196 -11250.196 287.97841 287.97841 68782.735 68782.735 45.377834 45.377834 Loop time of 47.5889 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.219 hours/ns, 21.013 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.435 | 47.435 | 47.435 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021945 | 0.021945 | 0.021945 | 0.0 | 0.05 Output | 4.9693e-05 | 4.9693e-05 | 4.9693e-05 | 0.0 | 0.00 Modify | 0.12161 | 0.12161 | 0.12161 | 0.0 | 0.26 Other | | 0.01055 | | | 0.02 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: 318732 ave 318732 max 318732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318732 Ave neighs/atom = 79.683 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.39920335406, Press = -0.345674503253001 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 87000 -11101.337 -11101.337 -11250.196 -11250.196 287.97841 287.97841 68782.735 68782.735 45.377834 45.377834 88000 -11095.975 -11095.975 -11249.759 -11249.759 297.50579 297.50579 68863.954 68863.954 -1031.7012 -1031.7012 Loop time of 47.6009 on 1 procs for 1000 steps with 4000 atoms Performance: 1.815 ns/day, 13.222 hours/ns, 21.008 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.446 | 47.446 | 47.446 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022366 | 0.022366 | 0.022366 | 0.0 | 0.05 Output | 8.6323e-05 | 8.6323e-05 | 8.6323e-05 | 0.0 | 0.00 Modify | 0.122 | 0.122 | 0.122 | 0.0 | 0.26 Other | | 0.01057 | | | 0.02 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: 318708 ave 318708 max 318708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318708 Ave neighs/atom = 79.677 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.382299431458, Press = 0.196807781152319 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 88000 -11095.975 -11095.975 -11249.759 -11249.759 297.50579 297.50579 68863.954 68863.954 -1031.7012 -1031.7012 89000 -11091.317 -11091.317 -11248.123 -11248.123 303.35283 303.35283 68784.7 68784.7 374.25554 374.25554 Loop time of 47.5804 on 1 procs for 1000 steps with 4000 atoms Performance: 1.816 ns/day, 13.217 hours/ns, 21.017 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.426 | 47.426 | 47.426 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02205 | 0.02205 | 0.02205 | 0.0 | 0.05 Output | 4.9313e-05 | 4.9313e-05 | 4.9313e-05 | 0.0 | 0.00 Modify | 0.12202 | 0.12202 | 0.12202 | 0.0 | 0.26 Other | | 0.01067 | | | 0.02 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: 318466 ave 318466 max 318466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318466 Ave neighs/atom = 79.6165 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.382565553212, Press = -0.0844866042448845 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 89000 -11091.317 -11091.317 -11248.123 -11248.123 303.35283 303.35283 68784.7 68784.7 374.25554 374.25554 90000 -11100.58 -11100.58 -11249.999 -11249.999 289.06083 289.06083 68804.761 68804.761 -231.13269 -231.13269 Loop time of 47.6322 on 1 procs for 1000 steps with 4000 atoms Performance: 1.814 ns/day, 13.231 hours/ns, 20.994 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.475 | 47.475 | 47.475 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022868 | 0.022868 | 0.022868 | 0.0 | 0.05 Output | 8.4249e-05 | 8.4249e-05 | 8.4249e-05 | 0.0 | 0.00 Modify | 0.12324 | 0.12324 | 0.12324 | 0.0 | 0.26 Other | | 0.01088 | | | 0.02 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: 318738 ave 318738 max 318738 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318738 Ave neighs/atom = 79.6845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.387555036923, Press = 0.309420637864426 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 90000 -11100.58 -11100.58 -11249.999 -11249.999 289.06083 289.06083 68804.761 68804.761 -231.13269 -231.13269 91000 -11097.783 -11097.783 -11247.458 -11247.458 289.55627 289.55627 68858.881 68858.881 -807.95234 -807.95234 Loop time of 47.5483 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.208 hours/ns, 21.031 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.394 | 47.394 | 47.394 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022321 | 0.022321 | 0.022321 | 0.0 | 0.05 Output | 8.4399e-05 | 8.4399e-05 | 8.4399e-05 | 0.0 | 0.00 Modify | 0.12171 | 0.12171 | 0.12171 | 0.0 | 0.26 Other | | 0.01058 | | | 0.02 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: 318696 ave 318696 max 318696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318696 Ave neighs/atom = 79.674 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.378527786518, Press = -0.0378507759085017 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 91000 -11097.783 -11097.783 -11247.458 -11247.458 289.55627 289.55627 68858.881 68858.881 -807.95234 -807.95234 92000 -11099.546 -11099.546 -11250.549 -11250.549 292.12446 292.12446 68770.125 68770.125 433.61392 433.61392 Loop time of 47.486 on 1 procs for 1000 steps with 4000 atoms Performance: 1.819 ns/day, 13.191 hours/ns, 21.059 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.331 | 47.331 | 47.331 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022064 | 0.022064 | 0.022064 | 0.0 | 0.05 Output | 4.8201e-05 | 4.8201e-05 | 4.8201e-05 | 0.0 | 0.00 Modify | 0.12179 | 0.12179 | 0.12179 | 0.0 | 0.26 Other | | 0.01062 | | | 0.02 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: 318706 ave 318706 max 318706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318706 Ave neighs/atom = 79.6765 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.35445472579, Press = 0.126581926812305 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 92000 -11099.546 -11099.546 -11250.549 -11250.549 292.12446 292.12446 68770.125 68770.125 433.61392 433.61392 93000 -11097.649 -11097.649 -11246.771 -11246.771 288.48615 288.48615 68724.16 68724.16 1438.6953 1438.6953 Loop time of 47.548 on 1 procs for 1000 steps with 4000 atoms Performance: 1.817 ns/day, 13.208 hours/ns, 21.031 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.393 | 47.393 | 47.393 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022086 | 0.022086 | 0.022086 | 0.0 | 0.05 Output | 5.5364e-05 | 5.5364e-05 | 5.5364e-05 | 0.0 | 0.00 Modify | 0.12183 | 0.12183 | 0.12183 | 0.0 | 0.26 Other | | 0.01064 | | | 0.02 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: 318766 ave 318766 max 318766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 318766 Ave neighs/atom = 79.6915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 68796.8504031679 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0