# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.082927376031875*${_u_distance} variable latticeconst_converted equal 3.082927376031875*1 lattice bcc ${latticeconst_converted} lattice bcc 3.08292737603188 Lattice spacing in x,y,z = 3.0829274 3.0829274 3.0829274 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (30.829274 30.829274 30.829274) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (30.829274 30.829274 30.829274) create_atoms CPU = 0.000 seconds variable mass_converted equal 95.94*${_u_mass} variable mass_converted equal 95.94*1 kim_interactions Mo WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Mo #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_ZhangNguyen_2021_MoSe__MO_152208847456_000 pair_coeff * * Mo #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 95.94 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 29301.5019875139 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 29301.5019875139/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 29301.5019875139/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 29301.5019875139/(1*1*${_u_distance}) variable V0_metal equal 29301.5019875139/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 29301.5019875139*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 29301.5019875139 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 273.15*${_u_temperature} variable temp_converted equal 273.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 273.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "273.15 - 0.2" variable T_up equal "273.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_152208847456_000#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -12906.446 -12906.446 -12977.026 -12977.026 273.15 273.15 29301.502 29301.502 2572.8522 2572.8522 1000 -12900.434 -12900.434 -12972.152 -12972.152 277.55537 277.55537 29404.999 29404.999 2230.481 2230.481 Loop time of 287.021 on 1 procs for 1000 steps with 2000 atoms Performance: 0.301 ns/day, 79.728 hours/ns, 3.484 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 286.9 | 286.9 | 286.9 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025789 | 0.025789 | 0.025789 | 0.0 | 0.01 Output | 4.15e-05 | 4.15e-05 | 4.15e-05 | 0.0 | 0.00 Modify | 0.085649 | 0.085649 | 0.085649 | 0.0 | 0.03 Other | | 0.01208 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -12900.434 -12900.434 -12972.152 -12972.152 277.55537 277.55537 29404.999 29404.999 2230.481 2230.481 2000 -12898.251 -12898.251 -12968.815 -12968.815 273.08823 273.08823 29417.541 29417.541 1007.6237 1007.6237 Loop time of 278.734 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.426 hours/ns, 3.588 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.61 | 278.61 | 278.61 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025447 | 0.025447 | 0.025447 | 0.0 | 0.01 Output | 4.36e-05 | 4.36e-05 | 4.36e-05 | 0.0 | 0.00 Modify | 0.084155 | 0.084155 | 0.084155 | 0.0 | 0.03 Other | | 0.01194 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 153212.0 ave 153212 max 153212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 153212 Ave neighs/atom = 76.606000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -12898.251 -12898.251 -12968.815 -12968.815 273.08823 273.08823 29417.541 29417.541 1007.6237 1007.6237 3000 -12897.02 -12897.02 -12967.477 -12967.477 272.67732 272.67732 29436.095 29436.095 1802.1102 1802.1102 Loop time of 278.473 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.353 hours/ns, 3.591 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.35 | 278.35 | 278.35 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025552 | 0.025552 | 0.025552 | 0.0 | 0.01 Output | 4.18e-05 | 4.18e-05 | 4.18e-05 | 0.0 | 0.00 Modify | 0.083693 | 0.083693 | 0.083693 | 0.0 | 0.03 Other | | 0.01184 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152146.0 ave 152146 max 152146 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152146 Ave neighs/atom = 76.073000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -12897.02 -12897.02 -12967.477 -12967.477 272.67732 272.67732 29436.095 29436.095 1802.1102 1802.1102 4000 -12898.21 -12898.21 -12966.896 -12966.896 265.82042 265.82042 29422.225 29422.225 1545.8802 1545.8802 Loop time of 279.071 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.520 hours/ns, 3.583 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.95 | 278.95 | 278.95 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025353 | 0.025353 | 0.025353 | 0.0 | 0.01 Output | 4.11e-05 | 4.11e-05 | 4.11e-05 | 0.0 | 0.00 Modify | 0.083526 | 0.083526 | 0.083526 | 0.0 | 0.03 Other | | 0.01183 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152750.0 ave 152750 max 152750 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152750 Ave neighs/atom = 76.375000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -12898.21 -12898.21 -12966.896 -12966.896 265.82042 265.82042 29422.225 29422.225 1545.8802 1545.8802 5000 -12896.089 -12896.089 -12966.385 -12966.385 272.05386 272.05386 29450.345 29450.345 991.76646 991.76646 Loop time of 279.446 on 1 procs for 1000 steps with 2000 atoms Performance: 0.309 ns/day, 77.624 hours/ns, 3.579 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 279.32 | 279.32 | 279.32 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025623 | 0.025623 | 0.025623 | 0.0 | 0.01 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.084566 | 0.084566 | 0.084566 | 0.0 | 0.03 Other | | 0.01196 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152226.0 ave 152226 max 152226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152226 Ave neighs/atom = 76.113000 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 = 279.181279421182, Press = -369.521050806996 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -12896.089 -12896.089 -12966.385 -12966.385 272.05386 272.05386 29450.345 29450.345 991.76646 991.76646 6000 -12898.217 -12898.217 -12967.493 -12967.493 268.10651 268.10651 29440.825 29440.825 443.56408 443.56408 Loop time of 278.378 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.327 hours/ns, 3.592 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.25 | 278.25 | 278.25 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025367 | 0.025367 | 0.025367 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.087998 | 0.087998 | 0.087998 | 0.0 | 0.03 Other | | 0.01192 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152314.0 ave 152314 max 152314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152314 Ave neighs/atom = 76.157000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.623241746602, Press = -29.5089048237175 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -12898.217 -12898.217 -12967.493 -12967.493 268.10651 268.10651 29440.825 29440.825 443.56408 443.56408 7000 -12895.568 -12895.568 -12968.591 -12968.591 282.60469 282.60469 29457.392 29457.392 136.19064 136.19064 Loop time of 278.253 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.292 hours/ns, 3.594 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.13 | 278.13 | 278.13 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02546 | 0.02546 | 0.02546 | 0.0 | 0.01 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.087328 | 0.087328 | 0.087328 | 0.0 | 0.03 Other | | 0.0118 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151972.0 ave 151972 max 151972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151972 Ave neighs/atom = 75.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.927194806072, Press = -14.7144910251404 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -12895.568 -12895.568 -12968.591 -12968.591 282.60469 282.60469 29457.392 29457.392 136.19064 136.19064 8000 -12899.18 -12899.18 -12969.344 -12969.344 271.54184 271.54184 29447.657 29447.657 20.775562 20.775562 Loop time of 277.316 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 77.032 hours/ns, 3.606 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.19 | 277.19 | 277.19 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025526 | 0.025526 | 0.025526 | 0.0 | 0.01 Output | 2.14e-05 | 2.14e-05 | 2.14e-05 | 0.0 | 0.00 Modify | 0.088263 | 0.088263 | 0.088263 | 0.0 | 0.03 Other | | 0.01177 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151998.0 ave 151998 max 151998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151998 Ave neighs/atom = 75.999000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.462302016718, Press = -12.8403869910141 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -12899.18 -12899.18 -12969.344 -12969.344 271.54184 271.54184 29447.657 29447.657 20.775562 20.775562 9000 -12895.106 -12895.106 -12965.095 -12965.095 270.86231 270.86231 29474.745 29474.745 -966.34847 -966.34847 Loop time of 278.726 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.424 hours/ns, 3.588 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.6 | 278.6 | 278.6 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025418 | 0.025418 | 0.025418 | 0.0 | 0.01 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.0874 | 0.0874 | 0.0874 | 0.0 | 0.03 Other | | 0.01179 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151822.0 ave 151822 max 151822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151822 Ave neighs/atom = 75.911000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.346759881108, Press = -13.6785826593776 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -12895.106 -12895.106 -12965.095 -12965.095 270.86231 270.86231 29474.745 29474.745 -966.34847 -966.34847 10000 -12898.703 -12898.703 -12970.442 -12970.442 277.63666 277.63666 29472.498 29472.498 -1721.2893 -1721.2893 Loop time of 277.206 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 77.002 hours/ns, 3.607 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.08 | 277.08 | 277.08 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025428 | 0.025428 | 0.025428 | 0.0 | 0.01 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.087387 | 0.087387 | 0.087387 | 0.0 | 0.03 Other | | 0.01228 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151812.0 ave 151812 max 151812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151812 Ave neighs/atom = 75.906000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.51228410405, Press = -13.7723094652139 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -12898.703 -12898.703 -12970.442 -12970.442 277.63666 277.63666 29472.498 29472.498 -1721.2893 -1721.2893 11000 -12897.565 -12897.565 -12968.583 -12968.583 274.84739 274.84739 29472.765 29472.765 -1389.0092 -1389.0092 Loop time of 277.131 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 76.981 hours/ns, 3.608 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.01 | 277.01 | 277.01 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025351 | 0.025351 | 0.025351 | 0.0 | 0.01 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.08799 | 0.08799 | 0.08799 | 0.0 | 0.03 Other | | 0.01216 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151556.0 ave 151556 max 151556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151556 Ave neighs/atom = 75.778000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.449113119866, Press = -13.1684316980773 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -12897.565 -12897.565 -12968.583 -12968.583 274.84739 274.84739 29472.765 29472.765 -1389.0092 -1389.0092 12000 -12895.258 -12895.258 -12966.049 -12966.049 273.96589 273.96589 29482.296 29482.296 -1586.6452 -1586.6452 Loop time of 277.67 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.130 hours/ns, 3.601 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.55 | 277.55 | 277.55 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025284 | 0.025284 | 0.025284 | 0.0 | 0.01 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.087311 | 0.087311 | 0.087311 | 0.0 | 0.03 Other | | 0.01171 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151624.0 ave 151624 max 151624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151624 Ave neighs/atom = 75.812000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.400465485758, Press = -10.7745351073227 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -12895.258 -12895.258 -12966.049 -12966.049 273.96589 273.96589 29482.296 29482.296 -1586.6452 -1586.6452 13000 -12899.469 -12899.469 -12969.457 -12969.457 270.86116 270.86116 29469.585 29469.585 -1560.8606 -1560.8606 Loop time of 283.672 on 1 procs for 1000 steps with 2000 atoms Performance: 0.305 ns/day, 78.798 hours/ns, 3.525 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 283.55 | 283.55 | 283.55 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025964 | 0.025964 | 0.025964 | 0.0 | 0.01 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.088566 | 0.088566 | 0.088566 | 0.0 | 0.03 Other | | 0.01192 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151676.0 ave 151676 max 151676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151676 Ave neighs/atom = 75.838000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.430775532635, Press = -9.82870231791755 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -12899.469 -12899.469 -12969.457 -12969.457 270.86116 270.86116 29469.585 29469.585 -1560.8606 -1560.8606 14000 -12897.728 -12897.728 -12969.067 -12969.067 276.09056 276.09056 29466.614 29466.614 -663.28475 -663.28475 Loop time of 277.822 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.173 hours/ns, 3.599 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.7 | 277.7 | 277.7 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025692 | 0.025692 | 0.025692 | 0.0 | 0.01 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.088296 | 0.088296 | 0.088296 | 0.0 | 0.03 Other | | 0.01185 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151406.0 ave 151406 max 151406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151406 Ave neighs/atom = 75.703000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 274.299548043753, Press = -4.49382709168863 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -12897.728 -12897.728 -12969.067 -12969.067 276.09056 276.09056 29466.614 29466.614 -663.28475 -663.28475 15000 -12899.816 -12899.816 -12969.029 -12969.029 267.86262 267.86262 29452.386 29452.386 -262.13566 -262.13566 Loop time of 277.611 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.114 hours/ns, 3.602 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.49 | 277.49 | 277.49 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025278 | 0.025278 | 0.025278 | 0.0 | 0.01 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.087744 | 0.087744 | 0.087744 | 0.0 | 0.03 Other | | 0.01178 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151804.0 ave 151804 max 151804 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151804 Ave neighs/atom = 75.902000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.881591984686, Press = -3.32929967743919 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -12899.816 -12899.816 -12969.029 -12969.029 267.86262 267.86262 29452.386 29452.386 -262.13566 -262.13566 16000 -12899.387 -12899.387 -12968.914 -12968.914 269.07417 269.07417 29466.203 29466.203 -901.92407 -901.92407 Loop time of 277.542 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.095 hours/ns, 3.603 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.42 | 277.42 | 277.42 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025428 | 0.025428 | 0.025428 | 0.0 | 0.01 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.087922 | 0.087922 | 0.087922 | 0.0 | 0.03 Other | | 0.0118 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151708.0 ave 151708 max 151708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151708 Ave neighs/atom = 75.854000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.868005883103, Press = -2.67013948849192 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -12899.387 -12899.387 -12968.914 -12968.914 269.07417 269.07417 29466.203 29466.203 -901.92407 -901.92407 17000 -12901.635 -12901.635 -12969.484 -12969.484 262.58035 262.58035 29501.128 29501.128 -3710.7153 -3710.7153 Loop time of 278.123 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.256 hours/ns, 3.596 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278 | 278 | 278 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025514 | 0.025514 | 0.025514 | 0.0 | 0.01 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.088349 | 0.088349 | 0.088349 | 0.0 | 0.03 Other | | 0.01182 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151788.0 ave 151788 max 151788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151788 Ave neighs/atom = 75.894000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.669735335845, Press = -3.83068134364018 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -12901.635 -12901.635 -12969.484 -12969.484 262.58035 262.58035 29501.128 29501.128 -3710.7153 -3710.7153 18000 -12898.415 -12898.415 -12967.29 -12967.29 266.55437 266.55437 29509.316 29509.316 -4005.1893 -4005.1893 Loop time of 278.43 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.342 hours/ns, 3.592 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 278.3 | 278.3 | 278.3 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025579 | 0.025579 | 0.025579 | 0.0 | 0.01 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087818 | 0.087818 | 0.087818 | 0.0 | 0.03 Other | | 0.01175 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151318.0 ave 151318 max 151318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151318 Ave neighs/atom = 75.659000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.542643605711, Press = -3.15058631393818 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -12898.415 -12898.415 -12967.29 -12967.29 266.55437 266.55437 29509.316 29509.316 -4005.1893 -4005.1893 19000 -12898.004 -12898.004 -12968.786 -12968.786 273.93566 273.93566 29492.836 29492.836 -2704.5017 -2704.5017 Loop time of 277.39 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.053 hours/ns, 3.605 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.27 | 277.27 | 277.27 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025246 | 0.025246 | 0.025246 | 0.0 | 0.01 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.08783 | 0.08783 | 0.08783 | 0.0 | 0.03 Other | | 0.01169 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151368.0 ave 151368 max 151368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151368 Ave neighs/atom = 75.684000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.397026911436, Press = -1.51018959402528 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -12898.004 -12898.004 -12968.786 -12968.786 273.93566 273.93566 29492.836 29492.836 -2704.5017 -2704.5017 20000 -12900.226 -12900.226 -12970.088 -12970.088 270.37591 270.37591 29469.772 29469.772 -1481.0195 -1481.0195 Loop time of 276.396 on 1 procs for 1000 steps with 2000 atoms Performance: 0.313 ns/day, 76.777 hours/ns, 3.618 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 276.27 | 276.27 | 276.27 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025172 | 0.025172 | 0.025172 | 0.0 | 0.01 Output | 3.31e-05 | 3.31e-05 | 3.31e-05 | 0.0 | 0.00 Modify | 0.087428 | 0.087428 | 0.087428 | 0.0 | 0.03 Other | | 0.01165 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151442.0 ave 151442 max 151442 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151442 Ave neighs/atom = 75.721000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.30143727958, Press = -2.41052317698874 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -12900.226 -12900.226 -12970.088 -12970.088 270.37591 270.37591 29469.772 29469.772 -1481.0195 -1481.0195 21000 -12897.763 -12897.763 -12967.866 -12967.866 271.30882 271.30882 29477.438 29477.438 -1514.5363 -1514.5363 Loop time of 277.321 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 77.034 hours/ns, 3.606 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.2 | 277.2 | 277.2 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025298 | 0.025298 | 0.025298 | 0.0 | 0.01 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.087225 | 0.087225 | 0.087225 | 0.0 | 0.03 Other | | 0.01171 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151498.0 ave 151498 max 151498 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151498 Ave neighs/atom = 75.749000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.125171074279, Press = -2.20135042022016 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -12897.763 -12897.763 -12967.866 -12967.866 271.30882 271.30882 29477.438 29477.438 -1514.5363 -1514.5363 22000 -12901.601 -12901.601 -12969.887 -12969.887 264.27205 264.27205 29478.384 29478.384 -2171.5404 -2171.5404 Loop time of 277.583 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.106 hours/ns, 3.603 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 277.46 | 277.46 | 277.46 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025447 | 0.025447 | 0.025447 | 0.0 | 0.01 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.08754 | 0.08754 | 0.08754 | 0.0 | 0.03 Other | | 0.0118 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151846.0 ave 151846 max 151846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151846 Ave neighs/atom = 75.923000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.052684815962, Press = -2.9698349546022 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -12901.601 -12901.601 -12969.887 -12969.887 264.27205 264.27205 29478.384 29478.384 -2171.5404 -2171.5404 23000 -12896.722 -12896.722 -12966.921 -12966.921 271.67532 271.67532 29511.592 29511.592 -4003.2508 -4003.2508 Loop time of 277.003 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 76.945 hours/ns, 3.610 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 276.88 | 276.88 | 276.88 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025301 | 0.025301 | 0.025301 | 0.0 | 0.01 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.086897 | 0.086897 | 0.086897 | 0.0 | 0.03 Other | | 0.01167 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151554.0 ave 151554 max 151554 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151554 Ave neighs/atom = 75.777000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.935538828428, Press = -4.30053250587168 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -12896.722 -12896.722 -12966.921 -12966.921 271.67532 271.67532 29511.592 29511.592 -4003.2508 -4003.2508 24000 -12900.411 -12900.411 -12969.351 -12969.351 266.80476 266.80476 29476.633 29476.633 -1869.9051 -1869.9051 Loop time of 266.691 on 1 procs for 1000 steps with 2000 atoms Performance: 0.324 ns/day, 74.081 hours/ns, 3.750 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 266.57 | 266.57 | 266.57 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024895 | 0.024895 | 0.024895 | 0.0 | 0.01 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.08607 | 0.08607 | 0.08607 | 0.0 | 0.03 Other | | 0.01159 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151634.0 ave 151634 max 151634 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151634 Ave neighs/atom = 75.817000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.894148053715, Press = -2.08406461451916 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -12900.411 -12900.411 -12969.351 -12969.351 266.80476 266.80476 29476.633 29476.633 -1869.9051 -1869.9051 25000 -12896.547 -12896.547 -12968.68 -12968.68 279.16253 279.16253 29487.316 29487.316 -2425.6862 -2425.6862 Loop time of 265.698 on 1 procs for 1000 steps with 2000 atoms Performance: 0.325 ns/day, 73.805 hours/ns, 3.764 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 265.58 | 265.58 | 265.58 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024809 | 0.024809 | 0.024809 | 0.0 | 0.01 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.085735 | 0.085735 | 0.085735 | 0.0 | 0.03 Other | | 0.01149 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151648.0 ave 151648 max 151648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151648 Ave neighs/atom = 75.824000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.832712377957, Press = -1.1066074994023 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -12896.547 -12896.547 -12968.68 -12968.68 279.16253 279.16253 29487.316 29487.316 -2425.6862 -2425.6862 26000 -12901.734 -12901.734 -12970.445 -12970.445 265.92024 265.92024 29475.608 29475.608 -1886.2821 -1886.2821 Loop time of 253.08 on 1 procs for 1000 steps with 2000 atoms Performance: 0.341 ns/day, 70.300 hours/ns, 3.951 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 252.96 | 252.96 | 252.96 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024386 | 0.024386 | 0.024386 | 0.0 | 0.01 Output | 5.48e-05 | 5.48e-05 | 5.48e-05 | 0.0 | 0.00 Modify | 0.08393 | 0.08393 | 0.08393 | 0.0 | 0.03 Other | | 0.01118 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151524.0 ave 151524 max 151524 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151524 Ave neighs/atom = 75.762000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.787531292176, Press = -0.487407391375163 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -12901.734 -12901.734 -12970.445 -12970.445 265.92024 265.92024 29475.608 29475.608 -1886.2821 -1886.2821 27000 -12897.693 -12897.693 -12968.588 -12968.588 274.36978 274.36978 29479.828 29479.828 -2056.9456 -2056.9456 Loop time of 251.928 on 1 procs for 1000 steps with 2000 atoms Performance: 0.343 ns/day, 69.980 hours/ns, 3.969 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 251.81 | 251.81 | 251.81 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02422 | 0.02422 | 0.02422 | 0.0 | 0.01 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.083204 | 0.083204 | 0.083204 | 0.0 | 0.03 Other | | 0.01119 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151512.0 ave 151512 max 151512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151512 Ave neighs/atom = 75.756000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.710523839789, Press = -0.261138859339296 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -12897.693 -12897.693 -12968.588 -12968.588 274.36978 274.36978 29479.828 29479.828 -2056.9456 -2056.9456 28000 -12898.802 -12898.802 -12968.948 -12968.948 271.47238 271.47238 29474.464 29474.464 -1335.6548 -1335.6548 Loop time of 242.143 on 1 procs for 1000 steps with 2000 atoms Performance: 0.357 ns/day, 67.262 hours/ns, 4.130 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 242.03 | 242.03 | 242.03 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02384 | 0.02384 | 0.02384 | 0.0 | 0.01 Output | 2.75e-05 | 2.75e-05 | 2.75e-05 | 0.0 | 0.00 Modify | 0.082197 | 0.082197 | 0.082197 | 0.0 | 0.03 Other | | 0.01102 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151642.0 ave 151642 max 151642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151642 Ave neighs/atom = 75.821000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.745368627467, Press = -0.294512772611341 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -12898.802 -12898.802 -12968.948 -12968.948 271.47238 271.47238 29474.464 29474.464 -1335.6548 -1335.6548 29000 -12896.714 -12896.714 -12967.477 -12967.477 273.86215 273.86215 29467.892 29467.892 -1055.3818 -1055.3818 Loop time of 243.13 on 1 procs for 1000 steps with 2000 atoms Performance: 0.355 ns/day, 67.536 hours/ns, 4.113 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 243.01 | 243.01 | 243.01 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023558 | 0.023558 | 0.023558 | 0.0 | 0.01 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.081763 | 0.081763 | 0.081763 | 0.0 | 0.03 Other | | 0.01084 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151594.0 ave 151594 max 151594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151594 Ave neighs/atom = 75.797000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.741895905873, Press = -0.324078807478025 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -12896.714 -12896.714 -12967.477 -12967.477 273.86215 273.86215 29467.892 29467.892 -1055.3818 -1055.3818 30000 -12900.469 -12900.469 -12970.04 -12970.04 269.24616 269.24616 29465.449 29465.449 -1079.0434 -1079.0434 Loop time of 240.538 on 1 procs for 1000 steps with 2000 atoms Performance: 0.359 ns/day, 66.816 hours/ns, 4.157 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 240.42 | 240.42 | 240.42 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023707 | 0.023707 | 0.023707 | 0.0 | 0.01 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.082349 | 0.082349 | 0.082349 | 0.0 | 0.03 Other | | 0.01105 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151614.0 ave 151614 max 151614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151614 Ave neighs/atom = 75.807000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.771117219304, Press = -0.288977899960093 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -12900.469 -12900.469 -12970.04 -12970.04 269.24616 269.24616 29465.449 29465.449 -1079.0434 -1079.0434 31000 -12898.258 -12898.258 -12968.421 -12968.421 271.53643 271.53643 29472.001 29472.001 -1391.3142 -1391.3142 Loop time of 243.742 on 1 procs for 1000 steps with 2000 atoms Performance: 0.354 ns/day, 67.706 hours/ns, 4.103 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 243.62 | 243.62 | 243.62 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023704 | 0.023704 | 0.023704 | 0.0 | 0.01 Output | 2.53e-05 | 2.53e-05 | 2.53e-05 | 0.0 | 0.00 Modify | 0.082752 | 0.082752 | 0.082752 | 0.0 | 0.03 Other | | 0.01101 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151754.0 ave 151754 max 151754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151754 Ave neighs/atom = 75.877000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.757966143327, Press = -0.849819708615371 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -12898.258 -12898.258 -12968.421 -12968.421 271.53643 271.53643 29472.001 29472.001 -1391.3142 -1391.3142 32000 -12899.34 -12899.34 -12970.154 -12970.154 274.0564 274.0564 29484.324 29484.324 -2360.1807 -2360.1807 Loop time of 243.301 on 1 procs for 1000 steps with 2000 atoms Performance: 0.355 ns/day, 67.584 hours/ns, 4.110 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 243.18 | 243.18 | 243.18 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023711 | 0.023711 | 0.023711 | 0.0 | 0.01 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.082047 | 0.082047 | 0.082047 | 0.0 | 0.03 Other | | 0.01095 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151674.0 ave 151674 max 151674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151674 Ave neighs/atom = 75.837000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.769907295886, Press = -0.387470137947936 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -12899.34 -12899.34 -12970.154 -12970.154 274.0564 274.0564 29484.324 29484.324 -2360.1807 -2360.1807 33000 -12895.339 -12895.339 -12965.506 -12965.506 271.55404 271.55404 29491.118 29491.118 -2447.2843 -2447.2843 Loop time of 239.634 on 1 procs for 1000 steps with 2000 atoms Performance: 0.361 ns/day, 66.565 hours/ns, 4.173 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 239.52 | 239.52 | 239.52 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023704 | 0.023704 | 0.023704 | 0.0 | 0.01 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.081572 | 0.081572 | 0.081572 | 0.0 | 0.03 Other | | 0.01096 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151496.0 ave 151496 max 151496 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151496 Ave neighs/atom = 75.748000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.79158094264, Press = 0.573315367317597 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -12895.339 -12895.339 -12965.506 -12965.506 271.55404 271.55404 29491.118 29491.118 -2447.2843 -2447.2843 34000 -12899.478 -12899.478 -12968.713 -12968.713 267.9451 267.9451 29484.986 29484.986 -2399.4683 -2399.4683 Loop time of 240.779 on 1 procs for 1000 steps with 2000 atoms Performance: 0.359 ns/day, 66.883 hours/ns, 4.153 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 240.66 | 240.66 | 240.66 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023694 | 0.023694 | 0.023694 | 0.0 | 0.01 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.081944 | 0.081944 | 0.081944 | 0.0 | 0.03 Other | | 0.01085 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151650.0 ave 151650 max 151650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151650 Ave neighs/atom = 75.825000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.889737658371, Press = 0.278384517503446 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -12899.478 -12899.478 -12968.713 -12968.713 267.9451 267.9451 29484.986 29484.986 -2399.4683 -2399.4683 35000 -12900.124 -12900.124 -12969.817 -12969.817 269.72016 269.72016 29471.715 29471.715 -1365.6622 -1365.6622 Loop time of 242.235 on 1 procs for 1000 steps with 2000 atoms Performance: 0.357 ns/day, 67.288 hours/ns, 4.128 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 242.12 | 242.12 | 242.12 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023877 | 0.023877 | 0.023877 | 0.0 | 0.01 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.082725 | 0.082725 | 0.082725 | 0.0 | 0.03 Other | | 0.011 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151690.0 ave 151690 max 151690 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151690 Ave neighs/atom = 75.845000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.929966229744, Press = -0.395178355707898 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -12900.124 -12900.124 -12969.817 -12969.817 269.72016 269.72016 29471.715 29471.715 -1365.6622 -1365.6622 36000 -12899.689 -12899.689 -12968.265 -12968.265 265.39602 265.39602 29463.231 29463.231 -803.69124 -803.69124 Loop time of 241.507 on 1 procs for 1000 steps with 2000 atoms Performance: 0.358 ns/day, 67.085 hours/ns, 4.141 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 241.39 | 241.39 | 241.39 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023606 | 0.023606 | 0.023606 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.081831 | 0.081831 | 0.081831 | 0.0 | 0.03 Other | | 0.01099 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151646.0 ave 151646 max 151646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151646 Ave neighs/atom = 75.823000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.920774072819, Press = -0.407240255499642 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -12899.689 -12899.689 -12968.265 -12968.265 265.39602 265.39602 29463.231 29463.231 -803.69124 -803.69124 37000 -12898.598 -12898.598 -12968.828 -12968.828 271.79815 271.79815 29473.585 29473.585 -1394.7557 -1394.7557 Loop time of 238.417 on 1 procs for 1000 steps with 2000 atoms Performance: 0.362 ns/day, 66.227 hours/ns, 4.194 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 238.3 | 238.3 | 238.3 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023581 | 0.023581 | 0.023581 | 0.0 | 0.01 Output | 2.4e-05 | 2.4e-05 | 2.4e-05 | 0.0 | 0.00 Modify | 0.081535 | 0.081535 | 0.081535 | 0.0 | 0.03 Other | | 0.01108 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151840.0 ave 151840 max 151840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151840 Ave neighs/atom = 75.920000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.942369217837, Press = -0.868647760852538 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -12898.598 -12898.598 -12968.828 -12968.828 271.79815 271.79815 29473.585 29473.585 -1394.7557 -1394.7557 38000 -12896.939 -12896.939 -12968.923 -12968.923 278.58517 278.58517 29477.961 29477.961 -1922.5137 -1922.5137 Loop time of 242.533 on 1 procs for 1000 steps with 2000 atoms Performance: 0.356 ns/day, 67.370 hours/ns, 4.123 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 242.42 | 242.42 | 242.42 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023316 | 0.023316 | 0.023316 | 0.0 | 0.01 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.081725 | 0.081725 | 0.081725 | 0.0 | 0.03 Other | | 0.01094 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151702.0 ave 151702 max 151702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151702 Ave neighs/atom = 75.851000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.883205892695, Press = -0.844898082763543 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -12896.939 -12896.939 -12968.923 -12968.923 278.58517 278.58517 29477.961 29477.961 -1922.5137 -1922.5137 39000 -12900.63 -12900.63 -12970.688 -12970.688 271.13451 271.13451 29487.112 29487.112 -2673.1013 -2673.1013 Loop time of 243.617 on 1 procs for 1000 steps with 2000 atoms Performance: 0.355 ns/day, 67.671 hours/ns, 4.105 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 243.5 | 243.5 | 243.5 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02406 | 0.02406 | 0.02406 | 0.0 | 0.01 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.081577 | 0.081577 | 0.081577 | 0.0 | 0.03 Other | | 0.01087 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151530.0 ave 151530 max 151530 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151530 Ave neighs/atom = 75.765000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.861714886332, Press = -1.41372263024055 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -12900.63 -12900.63 -12970.688 -12970.688 271.13451 271.13451 29487.112 29487.112 -2673.1013 -2673.1013 40000 -12897.633 -12897.633 -12968.014 -12968.014 272.38137 272.38137 29488.963 29488.963 -2538.8093 -2538.8093 Loop time of 241.661 on 1 procs for 1000 steps with 2000 atoms Performance: 0.358 ns/day, 67.128 hours/ns, 4.138 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 241.55 | 241.55 | 241.55 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023266 | 0.023266 | 0.023266 | 0.0 | 0.01 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.081075 | 0.081075 | 0.081075 | 0.0 | 0.03 Other | | 0.01093 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151362.0 ave 151362 max 151362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151362 Ave neighs/atom = 75.681000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.862993285158, Press = -1.41910939145228 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -12897.633 -12897.633 -12968.014 -12968.014 272.38137 272.38137 29488.963 29488.963 -2538.8093 -2538.8093 41000 -12900.897 -12900.897 -12970.505 -12970.505 269.39027 269.39027 29528.046 29528.046 -5780.3645 -5780.3645 Loop time of 240.383 on 1 procs for 1000 steps with 2000 atoms Performance: 0.359 ns/day, 66.773 hours/ns, 4.160 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 240.27 | 240.27 | 240.27 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02316 | 0.02316 | 0.02316 | 0.0 | 0.01 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.081102 | 0.081102 | 0.081102 | 0.0 | 0.03 Other | | 0.01088 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151352.0 ave 151352 max 151352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151352 Ave neighs/atom = 75.676000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.849066700819, Press = -2.33941011023842 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -12900.897 -12900.897 -12970.505 -12970.505 269.39027 269.39027 29528.046 29528.046 -5780.3645 -5780.3645 42000 -12897.31 -12897.31 -12969.996 -12969.996 281.30126 281.30126 29498.676 29498.676 -3204.5305 -3204.5305 Loop time of 246.252 on 1 procs for 1000 steps with 2000 atoms Performance: 0.351 ns/day, 68.403 hours/ns, 4.061 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 246.14 | 246.14 | 246.14 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023228 | 0.023228 | 0.023228 | 0.0 | 0.01 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.081611 | 0.081611 | 0.081611 | 0.0 | 0.03 Other | | 0.01093 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151048.0 ave 151048 max 151048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151048 Ave neighs/atom = 75.524000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.840422482694, Press = -1.0796892238046 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -12897.31 -12897.31 -12969.996 -12969.996 281.30126 281.30126 29498.676 29498.676 -3204.5305 -3204.5305 43000 -12897.136 -12897.136 -12966.578 -12966.578 268.74493 268.74493 29475.647 29475.647 -1466.3124 -1466.3124 Loop time of 242.549 on 1 procs for 1000 steps with 2000 atoms Performance: 0.356 ns/day, 67.375 hours/ns, 4.123 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 242.43 | 242.43 | 242.43 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023325 | 0.023325 | 0.023325 | 0.0 | 0.01 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.080957 | 0.080957 | 0.080957 | 0.0 | 0.03 Other | | 0.01089 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151378.0 ave 151378 max 151378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151378 Ave neighs/atom = 75.689000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.837530232505, Press = -0.372902993933142 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -12897.136 -12897.136 -12966.578 -12966.578 268.74493 268.74493 29475.647 29475.647 -1466.3124 -1466.3124 44000 -12895.3 -12895.3 -12966.042 -12966.042 273.78119 273.78119 29482.052 29482.052 -1640.7765 -1640.7765 Loop time of 240.572 on 1 procs for 1000 steps with 2000 atoms Performance: 0.359 ns/day, 66.825 hours/ns, 4.157 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 240.46 | 240.46 | 240.46 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023097 | 0.023097 | 0.023097 | 0.0 | 0.01 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.080814 | 0.080814 | 0.080814 | 0.0 | 0.03 Other | | 0.01076 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151732.0 ave 151732 max 151732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151732 Ave neighs/atom = 75.866000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.828738199286, Press = -0.481235631513908 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -12895.3 -12895.3 -12966.042 -12966.042 273.78119 273.78119 29482.052 29482.052 -1640.7765 -1640.7765 45000 -12900.038 -12900.038 -12970.178 -12970.178 271.44949 271.44949 29477.107 29477.107 -2025.3335 -2025.3335 Loop time of 240.664 on 1 procs for 1000 steps with 2000 atoms Performance: 0.359 ns/day, 66.851 hours/ns, 4.155 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 240.55 | 240.55 | 240.55 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023145 | 0.023145 | 0.023145 | 0.0 | 0.01 Output | 2.37e-05 | 2.37e-05 | 2.37e-05 | 0.0 | 0.00 Modify | 0.08103 | 0.08103 | 0.08103 | 0.0 | 0.03 Other | | 0.01082 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151748.0 ave 151748 max 151748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151748 Ave neighs/atom = 75.874000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.842037043253, Press = -0.666304480884192 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -12900.038 -12900.038 -12970.178 -12970.178 271.44949 271.44949 29477.107 29477.107 -2025.3335 -2025.3335 46000 -12898.4 -12898.4 -12968.655 -12968.655 271.89298 271.89298 29486.387 29486.387 -2463.3696 -2463.3696 Loop time of 242.786 on 1 procs for 1000 steps with 2000 atoms Performance: 0.356 ns/day, 67.441 hours/ns, 4.119 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 242.67 | 242.67 | 242.67 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023148 | 0.023148 | 0.023148 | 0.0 | 0.01 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.081412 | 0.081412 | 0.081412 | 0.0 | 0.03 Other | | 0.01089 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151608.0 ave 151608 max 151608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151608 Ave neighs/atom = 75.804000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.779429019154, Press = -0.36626099384972 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -12898.4 -12898.4 -12968.655 -12968.655 271.89298 271.89298 29486.387 29486.387 -2463.3696 -2463.3696 47000 -12899.53 -12899.53 -12968.01 -12968.01 265.0255 265.0255 29506.003 29506.003 -3762.6745 -3762.6745 Loop time of 242.316 on 1 procs for 1000 steps with 2000 atoms Performance: 0.357 ns/day, 67.310 hours/ns, 4.127 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 242.2 | 242.2 | 242.2 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023191 | 0.023191 | 0.023191 | 0.0 | 0.01 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.081065 | 0.081065 | 0.081065 | 0.0 | 0.03 Other | | 0.01075 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151588.0 ave 151588 max 151588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151588 Ave neighs/atom = 75.794000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.764469604639, Press = 0.164769000534561 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -12899.53 -12899.53 -12968.01 -12968.01 265.0255 265.0255 29506.003 29506.003 -3762.6745 -3762.6745 48000 -12896.344 -12896.344 -12966.279 -12966.279 270.65456 270.65456 29483.43 29483.43 -1993.4527 -1993.4527 Loop time of 241.514 on 1 procs for 1000 steps with 2000 atoms Performance: 0.358 ns/day, 67.087 hours/ns, 4.141 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 241.4 | 241.4 | 241.4 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023237 | 0.023237 | 0.023237 | 0.0 | 0.01 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.080887 | 0.080887 | 0.080887 | 0.0 | 0.03 Other | | 0.01077 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151382.0 ave 151382 max 151382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151382 Ave neighs/atom = 75.691000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.723897824815, Press = 0.120134228626024 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -12896.344 -12896.344 -12966.279 -12966.279 270.65456 270.65456 29483.43 29483.43 -1993.4527 -1993.4527 49000 -12900.523 -12900.523 -12968.322 -12968.322 262.38777 262.38777 29468.719 29468.719 -1181.3445 -1181.3445 Loop time of 229.054 on 1 procs for 1000 steps with 2000 atoms Performance: 0.377 ns/day, 63.626 hours/ns, 4.366 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.94 | 228.94 | 228.94 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02267 | 0.02267 | 0.02267 | 0.0 | 0.01 Output | 2.23e-05 | 2.23e-05 | 2.23e-05 | 0.0 | 0.00 Modify | 0.07905 | 0.07905 | 0.07905 | 0.0 | 0.03 Other | | 0.01044 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151660.0 ave 151660 max 151660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151660 Ave neighs/atom = 75.830000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.731189701139, Press = 0.683975680963061 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -12900.523 -12900.523 -12968.322 -12968.322 262.38777 262.38777 29468.719 29468.719 -1181.3445 -1181.3445 50000 -12897.652 -12897.652 -12968.462 -12968.462 274.04119 274.04119 29473.78 29473.78 -1336.3442 -1336.3442 Loop time of 228.159 on 1 procs for 1000 steps with 2000 atoms Performance: 0.379 ns/day, 63.377 hours/ns, 4.383 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.05 | 228.05 | 228.05 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022736 | 0.022736 | 0.022736 | 0.0 | 0.01 Output | 5.24e-05 | 5.24e-05 | 5.24e-05 | 0.0 | 0.00 Modify | 0.079107 | 0.079107 | 0.079107 | 0.0 | 0.03 Other | | 0.01053 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151764.0 ave 151764 max 151764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151764 Ave neighs/atom = 75.882000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.70868388009, Press = 0.808737882793648 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -12897.652 -12897.652 -12968.462 -12968.462 274.04119 274.04119 29473.78 29473.78 -1336.3442 -1336.3442 51000 -12900.165 -12900.165 -12969.602 -12969.602 268.72721 268.72721 29471.56 29471.56 -1630.0956 -1630.0956 Loop time of 229.424 on 1 procs for 1000 steps with 2000 atoms Performance: 0.377 ns/day, 63.729 hours/ns, 4.359 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.31 | 229.31 | 229.31 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022677 | 0.022677 | 0.022677 | 0.0 | 0.01 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.079249 | 0.079249 | 0.079249 | 0.0 | 0.03 Other | | 0.01053 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151824.0 ave 151824 max 151824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151824 Ave neighs/atom = 75.912000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.700557107688, Press = 0.366799440090142 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -12900.165 -12900.165 -12969.602 -12969.602 268.72721 268.72721 29471.56 29471.56 -1630.0956 -1630.0956 52000 -12893.358 -12893.358 -12965.592 -12965.592 279.55415 279.55415 29472.996 29472.996 -994.34917 -994.34917 Loop time of 226.146 on 1 procs for 1000 steps with 2000 atoms Performance: 0.382 ns/day, 62.818 hours/ns, 4.422 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.03 | 226.03 | 226.03 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022497 | 0.022497 | 0.022497 | 0.0 | 0.01 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.079018 | 0.079018 | 0.079018 | 0.0 | 0.03 Other | | 0.01051 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151746.0 ave 151746 max 151746 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151746 Ave neighs/atom = 75.873000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.741478929055, Press = 0.118389797592637 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -12893.358 -12893.358 -12965.592 -12965.592 279.55415 279.55415 29472.996 29472.996 -994.34917 -994.34917 53000 -12899.058 -12899.058 -12970.363 -12970.363 275.95705 275.95705 29458.608 29458.608 -678.10058 -678.10058 Loop time of 229.721 on 1 procs for 1000 steps with 2000 atoms Performance: 0.376 ns/day, 63.811 hours/ns, 4.353 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.61 | 229.61 | 229.61 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02267 | 0.02267 | 0.02267 | 0.0 | 0.01 Output | 2.3e-05 | 2.3e-05 | 2.3e-05 | 0.0 | 0.00 Modify | 0.079242 | 0.079242 | 0.079242 | 0.0 | 0.03 Other | | 0.01057 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151756.0 ave 151756 max 151756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151756 Ave neighs/atom = 75.878000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.768962827565, Press = 0.0764626488955795 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -12899.058 -12899.058 -12970.363 -12970.363 275.95705 275.95705 29458.608 29458.608 -678.10058 -678.10058 54000 -12901.503 -12901.503 -12969.951 -12969.951 264.90192 264.90192 29453.781 29453.781 -180.71001 -180.71001 Loop time of 231.46 on 1 procs for 1000 steps with 2000 atoms Performance: 0.373 ns/day, 64.294 hours/ns, 4.320 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.35 | 231.35 | 231.35 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022624 | 0.022624 | 0.022624 | 0.0 | 0.01 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.079537 | 0.079537 | 0.079537 | 0.0 | 0.03 Other | | 0.01059 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151762.0 ave 151762 max 151762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151762 Ave neighs/atom = 75.881000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.775841755165, Press = -0.311086449025157 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -12901.503 -12901.503 -12969.951 -12969.951 264.90192 264.90192 29453.781 29453.781 -180.71001 -180.71001 55000 -12897.036 -12897.036 -12967.04 -12967.04 270.92252 270.92252 29446.517 29446.517 731.1708 731.1708 Loop time of 233.495 on 1 procs for 1000 steps with 2000 atoms Performance: 0.370 ns/day, 64.860 hours/ns, 4.283 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 233.38 | 233.38 | 233.38 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022634 | 0.022634 | 0.022634 | 0.0 | 0.01 Output | 3.49e-05 | 3.49e-05 | 3.49e-05 | 0.0 | 0.00 Modify | 0.079998 | 0.079998 | 0.079998 | 0.0 | 0.03 Other | | 0.01067 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151808.0 ave 151808 max 151808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151808 Ave neighs/atom = 75.904000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.742344734719, Press = -0.271145109984817 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -12897.036 -12897.036 -12967.04 -12967.04 270.92252 270.92252 29446.517 29446.517 731.1708 731.1708 56000 -12901.427 -12901.427 -12969.181 -12969.181 262.21385 262.21385 29439.031 29439.031 861.62031 861.62031 Loop time of 230.519 on 1 procs for 1000 steps with 2000 atoms Performance: 0.375 ns/day, 64.033 hours/ns, 4.338 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.41 | 230.41 | 230.41 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022642 | 0.022642 | 0.022642 | 0.0 | 0.01 Output | 2.35e-05 | 2.35e-05 | 2.35e-05 | 0.0 | 0.00 Modify | 0.079253 | 0.079253 | 0.079253 | 0.0 | 0.03 Other | | 0.01047 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151962.0 ave 151962 max 151962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151962 Ave neighs/atom = 75.981000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.70740890728, Press = -0.306387962741988 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -12901.427 -12901.427 -12969.181 -12969.181 262.21385 262.21385 29439.031 29439.031 861.62031 861.62031 57000 -12896.807 -12896.807 -12969.586 -12969.586 281.66355 281.66355 29443.606 29443.606 666.81861 666.81861 Loop time of 228.477 on 1 procs for 1000 steps with 2000 atoms Performance: 0.378 ns/day, 63.466 hours/ns, 4.377 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.36 | 228.36 | 228.36 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022724 | 0.022724 | 0.022724 | 0.0 | 0.01 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.079072 | 0.079072 | 0.079072 | 0.0 | 0.03 Other | | 0.01044 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151960.0 ave 151960 max 151960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151960 Ave neighs/atom = 75.980000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.694924313975, Press = -0.241117668990318 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -12896.807 -12896.807 -12969.586 -12969.586 281.66355 281.66355 29443.606 29443.606 666.81861 666.81861 58000 -12895.233 -12895.233 -12969.086 -12969.086 285.82078 285.82078 29436.441 29436.441 1269.6366 1269.6366 Loop time of 229.581 on 1 procs for 1000 steps with 2000 atoms Performance: 0.376 ns/day, 63.773 hours/ns, 4.356 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.47 | 229.47 | 229.47 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022601 | 0.022601 | 0.022601 | 0.0 | 0.01 Output | 2.46e-05 | 2.46e-05 | 2.46e-05 | 0.0 | 0.00 Modify | 0.078911 | 0.078911 | 0.078911 | 0.0 | 0.03 Other | | 0.01049 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151824.0 ave 151824 max 151824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151824 Ave neighs/atom = 75.912000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.679852637562, Press = -0.214220096241154 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -12895.233 -12895.233 -12969.086 -12969.086 285.82078 285.82078 29436.441 29436.441 1269.6366 1269.6366 59000 -12898.636 -12898.636 -12969.485 -12969.485 274.19349 274.19349 29411.713 29411.713 3065.1788 3065.1788 Loop time of 231.048 on 1 procs for 1000 steps with 2000 atoms Performance: 0.374 ns/day, 64.180 hours/ns, 4.328 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.94 | 230.94 | 230.94 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022601 | 0.022601 | 0.022601 | 0.0 | 0.01 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.079433 | 0.079433 | 0.079433 | 0.0 | 0.03 Other | | 0.01057 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151882.0 ave 151882 max 151882 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151882 Ave neighs/atom = 75.941000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.724240725621, Press = -0.327266967706583 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -12898.636 -12898.636 -12969.485 -12969.485 274.19349 274.19349 29411.713 29411.713 3065.1788 3065.1788 60000 -12895.736 -12895.736 -12966.519 -12966.519 273.93988 273.93988 29416.078 29416.078 2972.9264 2972.9264 Loop time of 231.399 on 1 procs for 1000 steps with 2000 atoms Performance: 0.373 ns/day, 64.277 hours/ns, 4.322 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.29 | 231.29 | 231.29 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022675 | 0.022675 | 0.022675 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.079227 | 0.079227 | 0.079227 | 0.0 | 0.03 Other | | 0.01048 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152286.0 ave 152286 max 152286 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152286 Ave neighs/atom = 76.143000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.754865126262, Press = -0.349098540071867 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -12895.736 -12895.736 -12966.519 -12966.519 273.93988 273.93988 29416.078 29416.078 2972.9264 2972.9264 61000 -12899.593 -12899.593 -12969.579 -12969.579 270.85368 270.85368 29413.513 29413.513 2746.6454 2746.6454 Loop time of 231.324 on 1 procs for 1000 steps with 2000 atoms Performance: 0.374 ns/day, 64.257 hours/ns, 4.323 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.21 | 231.21 | 231.21 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022714 | 0.022714 | 0.022714 | 0.0 | 0.01 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.079539 | 0.079539 | 0.079539 | 0.0 | 0.03 Other | | 0.01054 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152356.0 ave 152356 max 152356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152356 Ave neighs/atom = 76.178000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.804540309668, Press = -0.176922601241273 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -12899.593 -12899.593 -12969.579 -12969.579 270.85368 270.85368 29413.513 29413.513 2746.6454 2746.6454 62000 -12897.931 -12897.931 -12968.712 -12968.712 273.93186 273.93186 29444.397 29444.397 825.58481 825.58481 Loop time of 227.508 on 1 procs for 1000 steps with 2000 atoms Performance: 0.380 ns/day, 63.197 hours/ns, 4.395 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.4 | 227.4 | 227.4 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022506 | 0.022506 | 0.022506 | 0.0 | 0.01 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.078752 | 0.078752 | 0.078752 | 0.0 | 0.03 Other | | 0.01039 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152144.0 ave 152144 max 152144 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152144 Ave neighs/atom = 76.072000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.810839881187, Press = -0.272642029850373 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -12897.931 -12897.931 -12968.712 -12968.712 273.93186 273.93186 29444.397 29444.397 825.58481 825.58481 63000 -12898.326 -12898.326 -12969.44 -12969.44 275.21659 275.21659 29439.395 29439.395 900.96708 900.96708 Loop time of 231.592 on 1 procs for 1000 steps with 2000 atoms Performance: 0.373 ns/day, 64.331 hours/ns, 4.318 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.48 | 231.48 | 231.48 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022528 | 0.022528 | 0.022528 | 0.0 | 0.01 Output | 2.13e-05 | 2.13e-05 | 2.13e-05 | 0.0 | 0.00 Modify | 0.079471 | 0.079471 | 0.079471 | 0.0 | 0.03 Other | | 0.01049 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151862.0 ave 151862 max 151862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151862 Ave neighs/atom = 75.931000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.764999788161, Press = -0.136563074054103 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -12898.326 -12898.326 -12969.44 -12969.44 275.21659 275.21659 29439.395 29439.395 900.96708 900.96708 64000 -12900.361 -12900.361 -12969.443 -12969.443 267.35476 267.35476 29452.923 29452.923 -1.8491617 -1.8491617 Loop time of 226.957 on 1 procs for 1000 steps with 2000 atoms Performance: 0.381 ns/day, 63.044 hours/ns, 4.406 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.85 | 226.85 | 226.85 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022597 | 0.022597 | 0.022597 | 0.0 | 0.01 Output | 2.29e-05 | 2.29e-05 | 2.29e-05 | 0.0 | 0.00 Modify | 0.078636 | 0.078636 | 0.078636 | 0.0 | 0.03 Other | | 0.01053 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151772.0 ave 151772 max 151772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151772 Ave neighs/atom = 75.886000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.757550917099, Press = -0.603202996101847 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -12900.361 -12900.361 -12969.443 -12969.443 267.35476 267.35476 29452.923 29452.923 -1.8491617 -1.8491617 65000 -12893.225 -12893.225 -12965.981 -12965.981 281.57229 281.57229 29465.819 29465.819 -600.33646 -600.33646 Loop time of 229.378 on 1 procs for 1000 steps with 2000 atoms Performance: 0.377 ns/day, 63.716 hours/ns, 4.360 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.27 | 229.27 | 229.27 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022556 | 0.022556 | 0.022556 | 0.0 | 0.01 Output | 2.33e-05 | 2.33e-05 | 2.33e-05 | 0.0 | 0.00 Modify | 0.079218 | 0.079218 | 0.079218 | 0.0 | 0.03 Other | | 0.0105 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151706.0 ave 151706 max 151706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151706 Ave neighs/atom = 75.853000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.787695726243, Press = -1.00028203525543 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -12893.225 -12893.225 -12965.981 -12965.981 281.57229 281.57229 29465.819 29465.819 -600.33646 -600.33646 66000 -12898.532 -12898.532 -12968.871 -12968.871 272.21983 272.21983 29457.196 29457.196 -221.60208 -221.60208 Loop time of 232.143 on 1 procs for 1000 steps with 2000 atoms Performance: 0.372 ns/day, 64.484 hours/ns, 4.308 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 232.03 | 232.03 | 232.03 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0226 | 0.0226 | 0.0226 | 0.0 | 0.01 Output | 2.06e-05 | 2.06e-05 | 2.06e-05 | 0.0 | 0.00 Modify | 0.079697 | 0.079697 | 0.079697 | 0.0 | 0.03 Other | | 0.01051 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151802.0 ave 151802 max 151802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151802 Ave neighs/atom = 75.901000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.824570092067, Press = -1.19501875378809 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -12898.532 -12898.532 -12968.871 -12968.871 272.21983 272.21983 29457.196 29457.196 -221.60208 -221.60208 67000 -12896.969 -12896.969 -12968.702 -12968.702 277.61279 277.61279 29459.873 29459.873 -487.31327 -487.31327 Loop time of 232.221 on 1 procs for 1000 steps with 2000 atoms Performance: 0.372 ns/day, 64.506 hours/ns, 4.306 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 232.11 | 232.11 | 232.11 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022506 | 0.022506 | 0.022506 | 0.0 | 0.01 Output | 2.23e-05 | 2.23e-05 | 2.23e-05 | 0.0 | 0.00 Modify | 0.079308 | 0.079308 | 0.079308 | 0.0 | 0.03 Other | | 0.01049 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151766.0 ave 151766 max 151766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151766 Ave neighs/atom = 75.883000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.829637663882, Press = -1.22738798451069 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -12896.969 -12896.969 -12968.702 -12968.702 277.61279 277.61279 29459.873 29459.873 -487.31327 -487.31327 68000 -12901.109 -12901.109 -12968.72 -12968.72 261.65893 261.65893 29455.561 29455.561 -127.95454 -127.95454 Loop time of 230.015 on 1 procs for 1000 steps with 2000 atoms Performance: 0.376 ns/day, 63.893 hours/ns, 4.348 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.9 | 229.9 | 229.9 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022663 | 0.022663 | 0.022663 | 0.0 | 0.01 Output | 2.28e-05 | 2.28e-05 | 2.28e-05 | 0.0 | 0.00 Modify | 0.079233 | 0.079233 | 0.079233 | 0.0 | 0.03 Other | | 0.01061 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151818.0 ave 151818 max 151818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151818 Ave neighs/atom = 75.909000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.812251619435, Press = -0.838004773340466 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -12901.109 -12901.109 -12968.72 -12968.72 261.65893 261.65893 29455.561 29455.561 -127.95454 -127.95454 69000 -12900.224 -12900.224 -12970.165 -12970.165 270.67538 270.67538 29446.034 29446.034 320.55184 320.55184 Loop time of 230.015 on 1 procs for 1000 steps with 2000 atoms Performance: 0.376 ns/day, 63.893 hours/ns, 4.348 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.9 | 229.9 | 229.9 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022564 | 0.022564 | 0.022564 | 0.0 | 0.01 Output | 2.34e-05 | 2.34e-05 | 2.34e-05 | 0.0 | 0.00 Modify | 0.079193 | 0.079193 | 0.079193 | 0.0 | 0.03 Other | | 0.0106 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151968.0 ave 151968 max 151968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151968 Ave neighs/atom = 75.984000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.796151021457, Press = -0.679114141209344 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -12900.224 -12900.224 -12970.165 -12970.165 270.67538 270.67538 29446.034 29446.034 320.55184 320.55184 70000 -12898.709 -12898.709 -12968.827 -12968.827 271.36499 271.36499 29453.179 29453.179 -46.686146 -46.686146 Loop time of 231.912 on 1 procs for 1000 steps with 2000 atoms Performance: 0.373 ns/day, 64.420 hours/ns, 4.312 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.8 | 231.8 | 231.8 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022912 | 0.022912 | 0.022912 | 0.0 | 0.01 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.079433 | 0.079433 | 0.079433 | 0.0 | 0.03 Other | | 0.01055 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151656.0 ave 151656 max 151656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151656 Ave neighs/atom = 75.828000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.801076842322, Press = -0.33754710601691 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -12898.709 -12898.709 -12968.827 -12968.827 271.36499 271.36499 29453.179 29453.179 -46.686146 -46.686146 71000 -12897.476 -12897.476 -12968.475 -12968.475 274.77656 274.77656 29450.892 29450.892 246.34896 246.34896 Loop time of 233.218 on 1 procs for 1000 steps with 2000 atoms Performance: 0.370 ns/day, 64.783 hours/ns, 4.288 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 233.1 | 233.1 | 233.1 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022884 | 0.022884 | 0.022884 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.07995 | 0.07995 | 0.07995 | 0.0 | 0.03 Other | | 0.01063 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151750.0 ave 151750 max 151750 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151750 Ave neighs/atom = 75.875000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.786987444258, Press = -0.306205128208044 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -12897.476 -12897.476 -12968.475 -12968.475 274.77656 274.77656 29450.892 29450.892 246.34896 246.34896 72000 -12901.764 -12901.764 -12971.112 -12971.112 268.38238 268.38238 29444.85 29444.85 221.8802 221.8802 Loop time of 230.767 on 1 procs for 1000 steps with 2000 atoms Performance: 0.374 ns/day, 64.102 hours/ns, 4.333 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.65 | 230.65 | 230.65 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022645 | 0.022645 | 0.022645 | 0.0 | 0.01 Output | 3.29e-05 | 3.29e-05 | 3.29e-05 | 0.0 | 0.00 Modify | 0.079386 | 0.079386 | 0.079386 | 0.0 | 0.03 Other | | 0.01063 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151674.0 ave 151674 max 151674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151674 Ave neighs/atom = 75.837000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.769388887426, Press = -0.328902455299537 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -12901.764 -12901.764 -12971.112 -12971.112 268.38238 268.38238 29444.85 29444.85 221.8802 221.8802 73000 -12898.144 -12898.144 -12969.126 -12969.126 274.70648 274.70648 29452.595 29452.595 63.739048 63.739048 Loop time of 230.866 on 1 procs for 1000 steps with 2000 atoms Performance: 0.374 ns/day, 64.129 hours/ns, 4.332 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.75 | 230.75 | 230.75 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022853 | 0.022853 | 0.022853 | 0.0 | 0.01 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.079378 | 0.079378 | 0.079378 | 0.0 | 0.03 Other | | 0.01059 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151812.0 ave 151812 max 151812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151812 Ave neighs/atom = 75.906000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.748086430688, Press = -0.222365131363339 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -12898.144 -12898.144 -12969.126 -12969.126 274.70648 274.70648 29452.595 29452.595 63.739048 63.739048 74000 -12895.59 -12895.59 -12967.883 -12967.883 279.77984 279.77984 29457.63 29457.63 -292.34635 -292.34635 Loop time of 230.311 on 1 procs for 1000 steps with 2000 atoms Performance: 0.375 ns/day, 63.975 hours/ns, 4.342 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.2 | 230.2 | 230.2 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022757 | 0.022757 | 0.022757 | 0.0 | 0.01 Output | 2.32e-05 | 2.32e-05 | 2.32e-05 | 0.0 | 0.00 Modify | 0.079576 | 0.079576 | 0.079576 | 0.0 | 0.03 Other | | 0.01051 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151784.0 ave 151784 max 151784 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151784 Ave neighs/atom = 75.892000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.785900416808, Press = -0.411609199549931 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -12895.59 -12895.59 -12967.883 -12967.883 279.77984 279.77984 29457.63 29457.63 -292.34635 -292.34635 75000 -12896.627 -12896.627 -12967.921 -12967.921 275.91849 275.91849 29457.996 29457.996 -115.17403 -115.17403 Loop time of 229.887 on 1 procs for 1000 steps with 2000 atoms Performance: 0.376 ns/day, 63.857 hours/ns, 4.350 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.77 | 229.77 | 229.77 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022563 | 0.022563 | 0.022563 | 0.0 | 0.01 Output | 2.4e-05 | 2.4e-05 | 2.4e-05 | 0.0 | 0.00 Modify | 0.079565 | 0.079565 | 0.079565 | 0.0 | 0.03 Other | | 0.01045 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151818.0 ave 151818 max 151818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151818 Ave neighs/atom = 75.909000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.804453523932, Press = -0.436916659573996 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -12896.627 -12896.627 -12967.921 -12967.921 275.91849 275.91849 29457.996 29457.996 -115.17403 -115.17403 76000 -12899.68 -12899.68 -12966.98 -12966.98 260.45789 260.45789 29460.522 29460.522 -368.60698 -368.60698 Loop time of 230.429 on 1 procs for 1000 steps with 2000 atoms Performance: 0.375 ns/day, 64.008 hours/ns, 4.340 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.32 | 230.32 | 230.32 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022732 | 0.022732 | 0.022732 | 0.0 | 0.01 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.079017 | 0.079017 | 0.079017 | 0.0 | 0.03 Other | | 0.01044 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151798.0 ave 151798 max 151798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151798 Ave neighs/atom = 75.899000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.821623683273, Press = -0.532078034775334 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -12899.68 -12899.68 -12966.98 -12966.98 260.45789 260.45789 29460.522 29460.522 -368.60698 -368.60698 77000 -12894.861 -12894.861 -12968.568 -12968.568 285.25563 285.25563 29472.503 29472.503 -1229.86 -1229.86 Loop time of 227.783 on 1 procs for 1000 steps with 2000 atoms Performance: 0.379 ns/day, 63.273 hours/ns, 4.390 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.67 | 227.67 | 227.67 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022654 | 0.022654 | 0.022654 | 0.0 | 0.01 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.079011 | 0.079011 | 0.079011 | 0.0 | 0.03 Other | | 0.01049 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151902.0 ave 151902 max 151902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151902 Ave neighs/atom = 75.951000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.836140593497, Press = -0.569691578824935 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -12894.861 -12894.861 -12968.568 -12968.568 285.25563 285.25563 29472.503 29472.503 -1229.86 -1229.86 78000 -12898.226 -12898.226 -12969.469 -12969.469 275.71727 275.71727 29481.486 29481.486 -1982.9447 -1982.9447 Loop time of 232.328 on 1 procs for 1000 steps with 2000 atoms Performance: 0.372 ns/day, 64.536 hours/ns, 4.304 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 232.22 | 232.22 | 232.22 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022791 | 0.022791 | 0.022791 | 0.0 | 0.01 Output | 2.27e-05 | 2.27e-05 | 2.27e-05 | 0.0 | 0.00 Modify | 0.079551 | 0.079551 | 0.079551 | 0.0 | 0.03 Other | | 0.01049 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151578.0 ave 151578 max 151578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151578 Ave neighs/atom = 75.789000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.86458233192, Press = -0.689449903171137 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -12898.226 -12898.226 -12969.469 -12969.469 275.71727 275.71727 29481.486 29481.486 -1982.9447 -1982.9447 79000 -12895.473 -12895.473 -12965.613 -12965.613 271.4489 271.4489 29478.891 29478.891 -1668.466 -1668.466 Loop time of 231.515 on 1 procs for 1000 steps with 2000 atoms Performance: 0.373 ns/day, 64.310 hours/ns, 4.319 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.4 | 231.4 | 231.4 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022678 | 0.022678 | 0.022678 | 0.0 | 0.01 Output | 2.53e-05 | 2.53e-05 | 2.53e-05 | 0.0 | 0.00 Modify | 0.079731 | 0.079731 | 0.079731 | 0.0 | 0.03 Other | | 0.01058 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151524.0 ave 151524 max 151524 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151524 Ave neighs/atom = 75.762000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.878153666087, Press = -0.600776633873222 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -12895.473 -12895.473 -12965.613 -12965.613 271.4489 271.4489 29478.891 29478.891 -1668.466 -1668.466 80000 -12898.726 -12898.726 -12967.995 -12967.995 268.07864 268.07864 29490.106 29490.106 -2580.8759 -2580.8759 Loop time of 228.898 on 1 procs for 1000 steps with 2000 atoms Performance: 0.377 ns/day, 63.583 hours/ns, 4.369 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.79 | 228.79 | 228.79 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022458 | 0.022458 | 0.022458 | 0.0 | 0.01 Output | 2.38e-05 | 2.38e-05 | 2.38e-05 | 0.0 | 0.00 Modify | 0.078809 | 0.078809 | 0.078809 | 0.0 | 0.03 Other | | 0.01041 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151560.0 ave 151560 max 151560 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151560 Ave neighs/atom = 75.780000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.86338284836, Press = -0.529933373835331 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -12898.726 -12898.726 -12967.995 -12967.995 268.07864 268.07864 29490.106 29490.106 -2580.8759 -2580.8759 81000 -12899.45 -12899.45 -12970.128 -12970.128 273.53266 273.53266 29489.979 29489.979 -2785.0271 -2785.0271 Loop time of 227.399 on 1 procs for 1000 steps with 2000 atoms Performance: 0.380 ns/day, 63.167 hours/ns, 4.398 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.29 | 227.29 | 227.29 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022469 | 0.022469 | 0.022469 | 0.0 | 0.01 Output | 2.31e-05 | 2.31e-05 | 2.31e-05 | 0.0 | 0.00 Modify | 0.078667 | 0.078667 | 0.078667 | 0.0 | 0.03 Other | | 0.01035 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151290.0 ave 151290 max 151290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151290 Ave neighs/atom = 75.645000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.86758872826, Press = -0.339489814247711 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -12899.45 -12899.45 -12970.128 -12970.128 273.53266 273.53266 29489.979 29489.979 -2785.0271 -2785.0271 82000 -12895.747 -12895.747 -12967.812 -12967.812 278.89594 278.89594 29474.99 29474.99 -1560.2851 -1560.2851 Loop time of 231.44 on 1 procs for 1000 steps with 2000 atoms Performance: 0.373 ns/day, 64.289 hours/ns, 4.321 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 231.33 | 231.33 | 231.33 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02268 | 0.02268 | 0.02268 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.079325 | 0.079325 | 0.079325 | 0.0 | 0.03 Other | | 0.01056 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151322.0 ave 151322 max 151322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151322 Ave neighs/atom = 75.661000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.846574446181, Press = -0.310785750313159 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -12895.747 -12895.747 -12967.812 -12967.812 278.89594 278.89594 29474.99 29474.99 -1560.2851 -1560.2851 83000 -12898.526 -12898.526 -12970.202 -12970.202 277.39531 277.39531 29458.962 29458.962 -490.65528 -490.65528 Loop time of 230.66 on 1 procs for 1000 steps with 2000 atoms Performance: 0.375 ns/day, 64.072 hours/ns, 4.335 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.55 | 230.55 | 230.55 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022722 | 0.022722 | 0.022722 | 0.0 | 0.01 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.079376 | 0.079376 | 0.079376 | 0.0 | 0.03 Other | | 0.01055 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151622.0 ave 151622 max 151622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151622 Ave neighs/atom = 75.811000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.853907937808, Press = -0.262784354511208 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -12898.526 -12898.526 -12970.202 -12970.202 277.39531 277.39531 29458.962 29458.962 -490.65528 -490.65528 84000 -12895.941 -12895.941 -12965.838 -12965.838 270.50834 270.50834 29446.912 29446.912 762.52863 762.52863 Loop time of 227.873 on 1 procs for 1000 steps with 2000 atoms Performance: 0.379 ns/day, 63.298 hours/ns, 4.388 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 227.76 | 227.76 | 227.76 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022454 | 0.022454 | 0.022454 | 0.0 | 0.01 Output | 2.09e-05 | 2.09e-05 | 2.09e-05 | 0.0 | 0.00 Modify | 0.078946 | 0.078946 | 0.078946 | 0.0 | 0.03 Other | | 0.01048 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151734.0 ave 151734 max 151734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151734 Ave neighs/atom = 75.867000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.858476738045, Press = -0.194131893013562 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -12895.941 -12895.941 -12965.838 -12965.838 270.50834 270.50834 29446.912 29446.912 762.52863 762.52863 85000 -12899.592 -12899.592 -12968.582 -12968.582 266.99628 266.99628 29441.506 29441.506 816.8735 816.8735 Loop time of 220.381 on 1 procs for 1000 steps with 2000 atoms Performance: 0.392 ns/day, 61.217 hours/ns, 4.538 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.27 | 220.27 | 220.27 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022103 | 0.022103 | 0.022103 | 0.0 | 0.01 Output | 5.69e-05 | 5.69e-05 | 5.69e-05 | 0.0 | 0.00 Modify | 0.077105 | 0.077105 | 0.077105 | 0.0 | 0.03 Other | | 0.01024 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151788.0 ave 151788 max 151788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151788 Ave neighs/atom = 75.894000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.89160127914, Press = -0.481833181544446 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -12899.592 -12899.592 -12968.582 -12968.582 266.99628 266.99628 29441.506 29441.506 816.8735 816.8735 86000 -12894.797 -12894.797 -12966.154 -12966.154 276.16009 276.16009 29426.72 29426.72 2348.3763 2348.3763 Loop time of 220.414 on 1 procs for 1000 steps with 2000 atoms Performance: 0.392 ns/day, 61.226 hours/ns, 4.537 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.31 | 220.31 | 220.31 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022074 | 0.022074 | 0.022074 | 0.0 | 0.01 Output | 2.3e-05 | 2.3e-05 | 2.3e-05 | 0.0 | 0.00 Modify | 0.077032 | 0.077032 | 0.077032 | 0.0 | 0.03 Other | | 0.01022 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151918.0 ave 151918 max 151918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151918 Ave neighs/atom = 75.959000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.910103133342, Press = -0.847684862187623 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -12894.797 -12894.797 -12966.154 -12966.154 276.16009 276.16009 29426.72 29426.72 2348.3763 2348.3763 87000 -12898.756 -12898.756 -12968.86 -12968.86 271.30871 271.30871 29414.379 29414.379 2797.6394 2797.6394 Loop time of 220.269 on 1 procs for 1000 steps with 2000 atoms Performance: 0.392 ns/day, 61.186 hours/ns, 4.540 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.16 | 220.16 | 220.16 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022086 | 0.022086 | 0.022086 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.07736 | 0.07736 | 0.07736 | 0.0 | 0.04 Other | | 0.01022 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152322.0 ave 152322 max 152322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152322 Ave neighs/atom = 76.161000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.93864351967, Press = -0.758209891643481 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -12898.756 -12898.756 -12968.86 -12968.86 271.30871 271.30871 29414.379 29414.379 2797.6394 2797.6394 88000 -12895.585 -12895.585 -12967.041 -12967.041 276.54154 276.54154 29437.417 29437.417 1571.2072 1571.2072 Loop time of 221.149 on 1 procs for 1000 steps with 2000 atoms Performance: 0.391 ns/day, 61.430 hours/ns, 4.522 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.04 | 221.04 | 221.04 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022079 | 0.022079 | 0.022079 | 0.0 | 0.01 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.077335 | 0.077335 | 0.077335 | 0.0 | 0.03 Other | | 0.01017 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152110.0 ave 152110 max 152110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152110 Ave neighs/atom = 76.055000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.960809713183, Press = -0.808069724289382 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -12895.585 -12895.585 -12967.041 -12967.041 276.54154 276.54154 29437.417 29437.417 1571.2072 1571.2072 89000 -12896.757 -12896.757 -12968.214 -12968.214 276.54339 276.54339 29433.517 29433.517 1405.6968 1405.6968 Loop time of 221.602 on 1 procs for 1000 steps with 2000 atoms Performance: 0.390 ns/day, 61.556 hours/ns, 4.513 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.49 | 221.49 | 221.49 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022143 | 0.022143 | 0.022143 | 0.0 | 0.01 Output | 2.4e-05 | 2.4e-05 | 2.4e-05 | 0.0 | 0.00 Modify | 0.077371 | 0.077371 | 0.077371 | 0.0 | 0.03 Other | | 0.0102 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152184.0 ave 152184 max 152184 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152184 Ave neighs/atom = 76.092000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.963678889803, Press = -0.523411332074859 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -12896.757 -12896.757 -12968.214 -12968.214 276.54339 276.54339 29433.517 29433.517 1405.6968 1405.6968 90000 -12899.112 -12899.112 -12968.867 -12968.867 269.95736 269.95736 29435.775 29435.775 1420.9331 1420.9331 Loop time of 221.727 on 1 procs for 1000 steps with 2000 atoms Performance: 0.390 ns/day, 61.591 hours/ns, 4.510 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.62 | 221.62 | 221.62 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02217 | 0.02217 | 0.02217 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.077461 | 0.077461 | 0.077461 | 0.0 | 0.03 Other | | 0.01024 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152038.0 ave 152038 max 152038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152038 Ave neighs/atom = 76.019000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.973979370725, Press = -0.456886609243503 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -12899.112 -12899.112 -12968.867 -12968.867 269.95736 269.95736 29435.775 29435.775 1420.9331 1420.9331 91000 -12896.366 -12896.366 -12966.008 -12966.008 269.52177 269.52177 29456.672 29456.672 5.0691114 5.0691114 Loop time of 220.833 on 1 procs for 1000 steps with 2000 atoms Performance: 0.391 ns/day, 61.342 hours/ns, 4.528 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.72 | 220.72 | 220.72 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022058 | 0.022058 | 0.022058 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.077283 | 0.077283 | 0.077283 | 0.0 | 0.03 Other | | 0.01015 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152102.0 ave 152102 max 152102 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152102 Ave neighs/atom = 76.051000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.976071633313, Press = -0.389124646317536 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -12896.366 -12896.366 -12966.008 -12966.008 269.52177 269.52177 29456.672 29456.672 5.0691114 5.0691114 92000 -12898.557 -12898.557 -12970.015 -12970.015 276.5508 276.5508 29460.26 29460.26 -551.29001 -551.29001 Loop time of 221.569 on 1 procs for 1000 steps with 2000 atoms Performance: 0.390 ns/day, 61.547 hours/ns, 4.513 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.46 | 221.46 | 221.46 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022199 | 0.022199 | 0.022199 | 0.0 | 0.01 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.07719 | 0.07719 | 0.07719 | 0.0 | 0.03 Other | | 0.01015 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 152002.0 ave 152002 max 152002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152002 Ave neighs/atom = 76.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.01419180973, Press = -0.279608762368492 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -12898.557 -12898.557 -12970.015 -12970.015 276.5508 276.5508 29460.26 29460.26 -551.29001 -551.29001 93000 -12896.655 -12896.655 -12968.465 -12968.465 277.91027 277.91027 29470.912 29470.912 -1158.6098 -1158.6098 Loop time of 221.469 on 1 procs for 1000 steps with 2000 atoms Performance: 0.390 ns/day, 61.519 hours/ns, 4.515 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.36 | 221.36 | 221.36 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022159 | 0.022159 | 0.022159 | 0.0 | 0.01 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.07747 | 0.07747 | 0.07747 | 0.0 | 0.03 Other | | 0.01026 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151858.0 ave 151858 max 151858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151858 Ave neighs/atom = 75.929000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.010950590463, Press = -0.471574572140759 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -12896.655 -12896.655 -12968.465 -12968.465 277.91027 277.91027 29470.912 29470.912 -1158.6098 -1158.6098 94000 -12899.923 -12899.923 -12969.358 -12969.358 268.72035 268.72035 29487.903 29487.903 -2642.6494 -2642.6494 Loop time of 225.191 on 1 procs for 1000 steps with 2000 atoms Performance: 0.384 ns/day, 62.553 hours/ns, 4.441 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 225.08 | 225.08 | 225.08 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022484 | 0.022484 | 0.022484 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.078424 | 0.078424 | 0.078424 | 0.0 | 0.03 Other | | 0.01039 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151772.0 ave 151772 max 151772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151772 Ave neighs/atom = 75.886000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.985933371168, Press = -0.590579400513042 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -12899.923 -12899.923 -12969.358 -12969.358 268.72035 268.72035 29487.903 29487.903 -2642.6494 -2642.6494 95000 -12898.309 -12898.309 -12967.357 -12967.357 267.22155 267.22155 29504.705 29504.705 -3581.9057 -3581.9057 Loop time of 220.547 on 1 procs for 1000 steps with 2000 atoms Performance: 0.392 ns/day, 61.263 hours/ns, 4.534 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.44 | 220.44 | 220.44 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022146 | 0.022146 | 0.022146 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.077433 | 0.077433 | 0.077433 | 0.0 | 0.04 Other | | 0.01029 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151494.0 ave 151494 max 151494 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151494 Ave neighs/atom = 75.747000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.969326033705, Press = -0.596175151469767 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -12898.309 -12898.309 -12967.357 -12967.357 267.22155 267.22155 29504.705 29504.705 -3581.9057 -3581.9057 96000 -12897.278 -12897.278 -12969.207 -12969.207 278.37106 278.37106 29492.573 29492.573 -2919.6877 -2919.6877 Loop time of 221.673 on 1 procs for 1000 steps with 2000 atoms Performance: 0.390 ns/day, 61.576 hours/ns, 4.511 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.56 | 221.56 | 221.56 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022135 | 0.022135 | 0.022135 | 0.0 | 0.01 Output | 4.01e-05 | 4.01e-05 | 4.01e-05 | 0.0 | 0.00 Modify | 0.077534 | 0.077534 | 0.077534 | 0.0 | 0.03 Other | | 0.01025 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151496.0 ave 151496 max 151496 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151496 Ave neighs/atom = 75.748000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.968245541976, Press = -0.527992331285721 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -12897.278 -12897.278 -12969.207 -12969.207 278.37106 278.37106 29492.573 29492.573 -2919.6877 -2919.6877 97000 -12896.688 -12896.688 -12967.745 -12967.745 275.00063 275.00063 29485.114 29485.114 -1932.5166 -1932.5166 Loop time of 219.409 on 1 procs for 1000 steps with 2000 atoms Performance: 0.394 ns/day, 60.947 hours/ns, 4.558 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.3 | 219.3 | 219.3 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022056 | 0.022056 | 0.022056 | 0.0 | 0.01 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.077306 | 0.077306 | 0.077306 | 0.0 | 0.04 Other | | 0.01029 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151404.0 ave 151404 max 151404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151404 Ave neighs/atom = 75.702000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.005702948347, Press = -0.562454410172841 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -12896.688 -12896.688 -12967.745 -12967.745 275.00063 275.00063 29485.114 29485.114 -1932.5166 -1932.5166 98000 -12896.401 -12896.401 -12968.305 -12968.305 278.27599 278.27599 29481.446 29481.446 -2192.8791 -2192.8791 Loop time of 219.483 on 1 procs for 1000 steps with 2000 atoms Performance: 0.394 ns/day, 60.968 hours/ns, 4.556 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.37 | 219.37 | 219.37 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022197 | 0.022197 | 0.022197 | 0.0 | 0.01 Output | 2.38e-05 | 2.38e-05 | 2.38e-05 | 0.0 | 0.00 Modify | 0.077289 | 0.077289 | 0.077289 | 0.0 | 0.04 Other | | 0.01025 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151424.0 ave 151424 max 151424 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151424 Ave neighs/atom = 75.712000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.006695688958, Press = -0.460504535260336 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -12896.401 -12896.401 -12968.305 -12968.305 278.27599 278.27599 29481.446 29481.446 -2192.8791 -2192.8791 99000 -12902.357 -12902.357 -12971.359 -12971.359 267.04367 267.04367 29473.236 29473.236 -1617.4551 -1617.4551 Loop time of 219.955 on 1 procs for 1000 steps with 2000 atoms Performance: 0.393 ns/day, 61.099 hours/ns, 4.546 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.84 | 219.84 | 219.84 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022073 | 0.022073 | 0.022073 | 0.0 | 0.01 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.07753 | 0.07753 | 0.07753 | 0.0 | 0.04 Other | | 0.01026 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151328.0 ave 151328 max 151328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151328 Ave neighs/atom = 75.664000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.993045651451, Press = -0.546470123410688 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -12902.357 -12902.357 -12971.359 -12971.359 267.04367 267.04367 29473.236 29473.236 -1617.4551 -1617.4551 100000 -12897.597 -12897.597 -12968.263 -12968.263 273.48489 273.48489 29499.722 29499.722 -3502.9708 -3502.9708 Loop time of 220.424 on 1 procs for 1000 steps with 2000 atoms Performance: 0.392 ns/day, 61.229 hours/ns, 4.537 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.31 | 220.31 | 220.31 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022 | 0.022 | 0.022 | 0.0 | 0.01 Output | 2.11e-05 | 2.11e-05 | 2.11e-05 | 0.0 | 0.00 Modify | 0.077128 | 0.077128 | 0.077128 | 0.0 | 0.03 Other | | 0.0103 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151426.0 ave 151426 max 151426 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151426 Ave neighs/atom = 75.713000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.976345508418, Press = -0.558838970983395 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -12897.597 -12897.597 -12968.263 -12968.263 273.48489 273.48489 29499.722 29499.722 -3502.9708 -3502.9708 101000 -12894.422 -12894.422 -12965.359 -12965.359 274.53145 274.53145 29517.244 29517.244 -4253.8998 -4253.8998 Loop time of 219.94 on 1 procs for 1000 steps with 2000 atoms Performance: 0.393 ns/day, 61.094 hours/ns, 4.547 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.83 | 219.83 | 219.83 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022047 | 0.022047 | 0.022047 | 0.0 | 0.01 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.077167 | 0.077167 | 0.077167 | 0.0 | 0.04 Other | | 0.01132 | | | 0.01 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151254.0 ave 151254 max 151254 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151254 Ave neighs/atom = 75.627000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.970349058271, Press = -0.646181126719393 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -12894.422 -12894.422 -12965.359 -12965.359 274.53145 274.53145 29517.244 29517.244 -4253.8998 -4253.8998 102000 -12898.29 -12898.29 -12968.101 -12968.101 270.17484 270.17484 29483.265 29483.265 -1952.501 -1952.501 Loop time of 220.369 on 1 procs for 1000 steps with 2000 atoms Performance: 0.392 ns/day, 61.214 hours/ns, 4.538 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.26 | 220.26 | 220.26 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022189 | 0.022189 | 0.022189 | 0.0 | 0.01 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.077146 | 0.077146 | 0.077146 | 0.0 | 0.04 Other | | 0.01012 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151294.0 ave 151294 max 151294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151294 Ave neighs/atom = 75.647000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.997767599338, Press = -0.382009708070809 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -12898.29 -12898.29 -12968.101 -12968.101 270.17484 270.17484 29483.265 29483.265 -1952.501 -1952.501 103000 -12898.086 -12898.086 -12970.02 -12970.02 278.39126 278.39126 29472.587 29472.587 -1702.5522 -1702.5522 Loop time of 217.258 on 1 procs for 1000 steps with 2000 atoms Performance: 0.398 ns/day, 60.349 hours/ns, 4.603 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 217.15 | 217.15 | 217.15 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021958 | 0.021958 | 0.021958 | 0.0 | 0.01 Output | 3.33e-05 | 3.33e-05 | 3.33e-05 | 0.0 | 0.00 Modify | 0.076488 | 0.076488 | 0.076488 | 0.0 | 0.04 Other | | 0.01006 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151598.0 ave 151598 max 151598 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151598 Ave neighs/atom = 75.799000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.991131227885, Press = -0.240016516086526 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -12898.086 -12898.086 -12970.02 -12970.02 278.39126 278.39126 29472.587 29472.587 -1702.5522 -1702.5522 104000 -12897.232 -12897.232 -12965.152 -12965.152 262.85537 262.85537 29477.428 29477.428 -1114.818 -1114.818 Loop time of 220.707 on 1 procs for 1000 steps with 2000 atoms Performance: 0.391 ns/day, 61.307 hours/ns, 4.531 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.6 | 220.6 | 220.6 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022163 | 0.022163 | 0.022163 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.078534 | 0.078534 | 0.078534 | 0.0 | 0.04 Other | | 0.01025 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 151376.0 ave 151376 max 151376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151376 Ave neighs/atom = 75.688000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 29453.434350825 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0