# 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.565626531839371*${_u_distance} variable latticeconst_converted equal 3.565626531839371*1 lattice diamond ${latticeconst_converted} lattice diamond 3.56562653183937 Lattice spacing in x,y,z = 3.5656265 3.5656265 3.5656265 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 (35.656265 35.656265 35.656265) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.656265 35.656265 35.656265) create_atoms CPU = 0.002 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions C #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_Tersoff_1988_C__MO_579868029681_004 pair_coeff * * C #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 45332.2795258328 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45332.2795258328/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45332.2795258328/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 45332.2795258328/(1*1*${_u_distance}) variable V0_metal equal 45332.2795258328/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 45332.2795258328*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 45332.2795258328 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 313.15*${_u_temperature} variable temp_converted equal 313.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 313.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 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.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 "313.15 - 0.2" variable T_up equal "313.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_579868029681_004#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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.827 | 5.827 | 5.827 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58640.332 -58640.332 -58964.114 -58964.114 313.15 313.15 45332.28 45332.28 7629.0196 7629.0196 1000 -58286.469 -58286.469 -58619.441 -58619.441 322.03773 322.03773 45628.794 45628.794 -3531.8658 -3531.8658 Loop time of 62.6835 on 1 procs for 1000 steps with 8000 atoms Performance: 1.378 ns/day, 17.412 hours/ns, 15.953 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 61.981 | 61.981 | 61.981 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058827 | 0.058827 | 0.058827 | 0.0 | 0.09 Output | 0.00017988 | 0.00017988 | 0.00017988 | 0.0 | 0.00 Modify | 0.57122 | 0.57122 | 0.57122 | 0.0 | 0.91 Other | | 0.07203 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58286.469 -58286.469 -58619.441 -58619.441 322.03773 322.03773 45628.794 45628.794 -3531.8658 -3531.8658 2000 -58319.715 -58319.715 -58632.483 -58632.483 302.49682 302.49682 45550.904 45550.904 2426.4022 2426.4022 Loop time of 62.2702 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.297 hours/ns, 16.059 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 | 61.575 | 61.575 | 61.575 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058389 | 0.058389 | 0.058389 | 0.0 | 0.09 Output | 0.00014757 | 0.00014757 | 0.00014757 | 0.0 | 0.00 Modify | 0.56558 | 0.56558 | 0.56558 | 0.0 | 0.91 Other | | 0.07076 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58319.715 -58319.715 -58632.483 -58632.483 302.49682 302.49682 45550.904 45550.904 2426.4022 2426.4022 3000 -58305.937 -58305.937 -58626.909 -58626.909 310.4325 310.4325 45597.12 45597.12 -1592.8283 -1592.8283 Loop time of 62.2871 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.302 hours/ns, 16.055 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 | 61.593 | 61.593 | 61.593 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058934 | 0.058934 | 0.058934 | 0.0 | 0.09 Output | 0.00013683 | 0.00013683 | 0.00013683 | 0.0 | 0.00 Modify | 0.56508 | 0.56508 | 0.56508 | 0.0 | 0.91 Other | | 0.07037 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58305.937 -58305.937 -58626.909 -58626.909 310.4325 310.4325 45597.12 45597.12 -1592.8283 -1592.8283 4000 -58308.781 -58308.781 -58634.914 -58634.914 315.42452 315.42452 45564.332 45564.332 1620.792 1620.792 Loop time of 62.2922 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.303 hours/ns, 16.053 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 | 61.599 | 61.599 | 61.599 | 0.0 | 98.89 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058416 | 0.058416 | 0.058416 | 0.0 | 0.09 Output | 0.0001433 | 0.0001433 | 0.0001433 | 0.0 | 0.00 Modify | 0.56406 | 0.56406 | 0.56406 | 0.0 | 0.91 Other | | 0.07034 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58308.781 -58308.781 -58634.914 -58634.914 315.42452 315.42452 45564.332 45564.332 1620.792 1620.792 5000 -58313.936 -58313.936 -58628.648 -58628.648 304.37797 304.37797 45598.239 45598.239 -1712.876 -1712.876 Loop time of 62.2293 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.286 hours/ns, 16.070 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 | 61.535 | 61.535 | 61.535 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058604 | 0.058604 | 0.058604 | 0.0 | 0.09 Output | 9.2482e-05 | 9.2482e-05 | 9.2482e-05 | 0.0 | 0.00 Modify | 0.56526 | 0.56526 | 0.56526 | 0.0 | 0.91 Other | | 0.07005 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.608744399716, Press = 670.224664170925 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58313.936 -58313.936 -58628.648 -58628.648 304.37797 304.37797 45598.239 45598.239 -1712.876 -1712.876 6000 -58303.672 -58303.672 -58631.833 -58631.833 317.38505 317.38505 45541.209 45541.209 3700.3717 3700.3717 Loop time of 62.3147 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.310 hours/ns, 16.048 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 | 61.607 | 61.607 | 61.607 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058576 | 0.058576 | 0.058576 | 0.0 | 0.09 Output | 0.00011718 | 0.00011718 | 0.00011718 | 0.0 | 0.00 Modify | 0.57858 | 0.57858 | 0.57858 | 0.0 | 0.93 Other | | 0.07062 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.773779620712, Press = 6.27512653340608 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58303.672 -58303.672 -58631.833 -58631.833 317.38505 317.38505 45541.209 45541.209 3700.3717 3700.3717 7000 -58315.463 -58315.463 -58631.856 -58631.856 306.00301 306.00301 45614.033 45614.033 -3411.7041 -3411.7041 Loop time of 62.2608 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.295 hours/ns, 16.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 | 61.555 | 61.555 | 61.555 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058336 | 0.058336 | 0.058336 | 0.0 | 0.09 Output | 0.00011961 | 0.00011961 | 0.00011961 | 0.0 | 0.00 Modify | 0.57664 | 0.57664 | 0.57664 | 0.0 | 0.93 Other | | 0.07023 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.982370017635, Press = 47.5581849952943 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58315.463 -58315.463 -58631.856 -58631.856 306.00301 306.00301 45614.033 45614.033 -3411.7041 -3411.7041 8000 -58305.41 -58305.41 -58630.823 -58630.823 314.72738 314.72738 45562.054 45562.054 1590.5872 1590.5872 Loop time of 62.3088 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.308 hours/ns, 16.049 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 | 61.601 | 61.601 | 61.601 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058673 | 0.058673 | 0.058673 | 0.0 | 0.09 Output | 0.00011981 | 0.00011981 | 0.00011981 | 0.0 | 0.00 Modify | 0.57791 | 0.57791 | 0.57791 | 0.0 | 0.93 Other | | 0.07065 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.11119387395, Press = 6.68641807058116 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58305.41 -58305.41 -58630.823 -58630.823 314.72738 314.72738 45562.054 45562.054 1590.5872 1590.5872 9000 -58311.613 -58311.613 -58635.85 -58635.85 313.59017 313.59017 45590.875 45590.875 -1217.2339 -1217.2339 Loop time of 62.2949 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.304 hours/ns, 16.053 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 | 61.59 | 61.59 | 61.59 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058198 | 0.058198 | 0.058198 | 0.0 | 0.09 Output | 9.1326e-05 | 9.1326e-05 | 9.1326e-05 | 0.0 | 0.00 Modify | 0.57686 | 0.57686 | 0.57686 | 0.0 | 0.93 Other | | 0.07025 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.023917566297, Press = 18.2256506023686 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58311.613 -58311.613 -58635.85 -58635.85 313.59017 313.59017 45590.875 45590.875 -1217.2339 -1217.2339 10000 -58312.608 -58312.608 -58637.393 -58637.393 314.11991 314.11991 45566.692 45566.692 1068.7209 1068.7209 Loop time of 62.303 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.306 hours/ns, 16.051 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 | 61.596 | 61.596 | 61.596 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058495 | 0.058495 | 0.058495 | 0.0 | 0.09 Output | 0.00012989 | 0.00012989 | 0.00012989 | 0.0 | 0.00 Modify | 0.57767 | 0.57767 | 0.57767 | 0.0 | 0.93 Other | | 0.07087 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.123416523686, Press = 3.66344567605658 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58312.608 -58312.608 -58637.393 -58637.393 314.11991 314.11991 45566.692 45566.692 1068.7209 1068.7209 11000 -58305.127 -58305.127 -58629.921 -58629.921 314.1292 314.1292 45594.249 45594.249 -1181.403 -1181.403 Loop time of 62.2846 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.301 hours/ns, 16.055 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 | 61.579 | 61.579 | 61.579 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058212 | 0.058212 | 0.058212 | 0.0 | 0.09 Output | 0.000121 | 0.000121 | 0.000121 | 0.0 | 0.00 Modify | 0.57679 | 0.57679 | 0.57679 | 0.0 | 0.93 Other | | 0.07031 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.010673484341, Press = 15.7259416310826 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58305.127 -58305.127 -58629.921 -58629.921 314.1292 314.1292 45594.249 45594.249 -1181.403 -1181.403 12000 -58313.833 -58313.833 -58635.454 -58635.454 311.0596 311.0596 45560.772 45560.772 1369.8038 1369.8038 Loop time of 62.2839 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.301 hours/ns, 16.056 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 | 61.578 | 61.578 | 61.578 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058212 | 0.058212 | 0.058212 | 0.0 | 0.09 Output | 0.00012854 | 0.00012854 | 0.00012854 | 0.0 | 0.00 Modify | 0.57693 | 0.57693 | 0.57693 | 0.0 | 0.93 Other | | 0.07038 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.964164187666, Press = -5.22142658747569 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58313.833 -58313.833 -58635.454 -58635.454 311.0596 311.0596 45560.772 45560.772 1369.8038 1369.8038 13000 -58306.778 -58306.778 -58628.645 -58628.645 311.29832 311.29832 45593.293 45593.293 -1077.2682 -1077.2682 Loop time of 62.2792 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.300 hours/ns, 16.057 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 | 61.572 | 61.572 | 61.572 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058443 | 0.058443 | 0.058443 | 0.0 | 0.09 Output | 9.2262e-05 | 9.2262e-05 | 9.2262e-05 | 0.0 | 0.00 Modify | 0.57788 | 0.57788 | 0.57788 | 0.0 | 0.93 Other | | 0.07049 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.853475850448, Press = 18.5406042105789 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58306.778 -58306.778 -58628.645 -58628.645 311.29832 311.29832 45593.293 45593.293 -1077.2682 -1077.2682 14000 -58320.428 -58320.428 -58636.83 -58636.83 306.01186 306.01186 45571.348 45571.348 307.1154 307.1154 Loop time of 62.2708 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.297 hours/ns, 16.059 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 | 61.564 | 61.564 | 61.564 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05898 | 0.05898 | 0.05898 | 0.0 | 0.09 Output | 0.00012235 | 0.00012235 | 0.00012235 | 0.0 | 0.00 Modify | 0.57754 | 0.57754 | 0.57754 | 0.0 | 0.93 Other | | 0.07033 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.804192338432, Press = 1.48441445294335 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58320.428 -58320.428 -58636.83 -58636.83 306.01186 306.01186 45571.348 45571.348 307.1154 307.1154 15000 -58308.469 -58308.469 -58630.09 -58630.09 311.06026 311.06026 45580.934 45580.934 -92.734086 -92.734086 Loop time of 62.2941 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.304 hours/ns, 16.053 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 | 61.587 | 61.587 | 61.587 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058451 | 0.058451 | 0.058451 | 0.0 | 0.09 Output | 0.00013103 | 0.00013103 | 0.00013103 | 0.0 | 0.00 Modify | 0.57842 | 0.57842 | 0.57842 | 0.0 | 0.93 Other | | 0.07051 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.758546714888, Press = 7.95782866308731 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58308.469 -58308.469 -58630.09 -58630.09 311.06026 311.06026 45580.934 45580.934 -92.734086 -92.734086 16000 -58309.579 -58309.579 -58629.501 -58629.501 309.41668 309.41668 45576.78 45576.78 391.51401 391.51401 Loop time of 62.2943 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.304 hours/ns, 16.053 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 | 61.587 | 61.587 | 61.587 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058508 | 0.058508 | 0.058508 | 0.0 | 0.09 Output | 0.00013264 | 0.00013264 | 0.00013264 | 0.0 | 0.00 Modify | 0.578 | 0.578 | 0.578 | 0.0 | 0.93 Other | | 0.0705 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.752846713411, Press = 1.69492522663735 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58309.579 -58309.579 -58629.501 -58629.501 309.41668 309.41668 45576.78 45576.78 391.51401 391.51401 17000 -58319.32 -58319.32 -58640.135 -58640.135 310.27959 310.27959 45579.45 45579.45 -462.29522 -462.29522 Loop time of 62.2787 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.300 hours/ns, 16.057 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 | 61.574 | 61.574 | 61.574 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058492 | 0.058492 | 0.058492 | 0.0 | 0.09 Output | 0.00010009 | 0.00010009 | 0.00010009 | 0.0 | 0.00 Modify | 0.57666 | 0.57666 | 0.57666 | 0.0 | 0.93 Other | | 0.06993 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.752253864313, Press = 9.65144179486589 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58319.32 -58319.32 -58640.135 -58640.135 310.27959 310.27959 45579.45 45579.45 -462.29522 -462.29522 18000 -58311.117 -58311.117 -58635.571 -58635.571 313.80045 313.80045 45580.57 45580.57 -96.236267 -96.236267 Loop time of 62.2508 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.292 hours/ns, 16.064 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 | 61.543 | 61.543 | 61.543 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058457 | 0.058457 | 0.058457 | 0.0 | 0.09 Output | 0.00013355 | 0.00013355 | 0.00013355 | 0.0 | 0.00 Modify | 0.57838 | 0.57838 | 0.57838 | 0.0 | 0.93 Other | | 0.07041 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.603475650807, Press = -3.52027486293166 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58311.117 -58311.117 -58635.571 -58635.571 313.80045 313.80045 45580.57 45580.57 -96.236267 -96.236267 19000 -58309.628 -58309.628 -58635.538 -58635.538 315.2081 315.2081 45576.297 45576.297 149.56937 149.56937 Loop time of 62.2893 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.303 hours/ns, 16.054 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 | 61.585 | 61.585 | 61.585 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058068 | 0.058068 | 0.058068 | 0.0 | 0.09 Output | 0.00013147 | 0.00013147 | 0.00013147 | 0.0 | 0.00 Modify | 0.57612 | 0.57612 | 0.57612 | 0.0 | 0.92 Other | | 0.07034 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.65350066006, Press = 9.59207436579635 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58309.628 -58309.628 -58635.538 -58635.538 315.2081 315.2081 45576.297 45576.297 149.56937 149.56937 20000 -58307.247 -58307.247 -58635.78 -58635.78 317.74431 317.74431 45587.534 45587.534 -794.72785 -794.72785 Loop time of 62.2657 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.296 hours/ns, 16.060 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 | 61.562 | 61.562 | 61.562 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058123 | 0.058123 | 0.058123 | 0.0 | 0.09 Output | 0.00012199 | 0.00012199 | 0.00012199 | 0.0 | 0.00 Modify | 0.57599 | 0.57599 | 0.57599 | 0.0 | 0.93 Other | | 0.06987 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.649048494283, Press = -1.15820499445584 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58307.247 -58307.247 -58635.78 -58635.78 317.74431 317.74431 45587.534 45587.534 -794.72785 -794.72785 21000 -58314.472 -58314.472 -58633.16 -58633.16 308.22297 308.22297 45569.239 45569.239 823.60801 823.60801 Loop time of 62.2549 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.293 hours/ns, 16.063 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 | 61.549 | 61.549 | 61.549 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058177 | 0.058177 | 0.058177 | 0.0 | 0.09 Output | 0.00012384 | 0.00012384 | 0.00012384 | 0.0 | 0.00 Modify | 0.57705 | 0.57705 | 0.57705 | 0.0 | 0.93 Other | | 0.07004 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.61370651209, Press = 6.34807116111724 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58314.472 -58314.472 -58633.16 -58633.16 308.22297 308.22297 45569.239 45569.239 823.60801 823.60801 22000 -58308.026 -58308.026 -58628.59 -58628.59 310.03752 310.03752 45585.762 45585.762 -351.88599 -351.88599 Loop time of 62.2667 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.296 hours/ns, 16.060 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 | 61.561 | 61.561 | 61.561 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058166 | 0.058166 | 0.058166 | 0.0 | 0.09 Output | 0.00012146 | 0.00012146 | 0.00012146 | 0.0 | 0.00 Modify | 0.57659 | 0.57659 | 0.57659 | 0.0 | 0.93 Other | | 0.07059 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.558662153698, Press = 0.969790826580967 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58308.026 -58308.026 -58628.59 -58628.59 310.03752 310.03752 45585.762 45585.762 -351.88599 -351.88599 23000 -58314.073 -58314.073 -58634.14 -58634.14 309.55668 309.55668 45572.672 45572.672 587.15583 587.15583 Loop time of 62.2886 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.302 hours/ns, 16.054 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 | 61.583 | 61.583 | 61.583 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058111 | 0.058111 | 0.058111 | 0.0 | 0.09 Output | 9.4583e-05 | 9.4583e-05 | 9.4583e-05 | 0.0 | 0.00 Modify | 0.57721 | 0.57721 | 0.57721 | 0.0 | 0.93 Other | | 0.07009 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.56011400295, Press = 3.80147633147295 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58314.073 -58314.073 -58634.14 -58634.14 309.55668 309.55668 45572.672 45572.672 587.15583 587.15583 24000 -58308.755 -58308.755 -58634.978 -58634.978 315.5108 315.5108 45582.461 45582.461 -340.77 -340.77 Loop time of 62.2988 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.305 hours/ns, 16.052 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 | 61.592 | 61.592 | 61.592 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058461 | 0.058461 | 0.058461 | 0.0 | 0.09 Output | 0.00013268 | 0.00013268 | 0.00013268 | 0.0 | 0.00 Modify | 0.57766 | 0.57766 | 0.57766 | 0.0 | 0.93 Other | | 0.07036 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.603226065699, Press = 1.89825634740023 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58308.755 -58308.755 -58634.978 -58634.978 315.5108 315.5108 45582.461 45582.461 -340.77 -340.77 25000 -58306.187 -58306.187 -58631.779 -58631.779 314.90035 314.90035 45575.24 45575.24 502.12169 502.12169 Loop time of 62.2829 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.301 hours/ns, 16.056 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 | 61.576 | 61.576 | 61.576 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058478 | 0.058478 | 0.058478 | 0.0 | 0.09 Output | 9.5729e-05 | 9.5729e-05 | 9.5729e-05 | 0.0 | 0.00 Modify | 0.57761 | 0.57761 | 0.57761 | 0.0 | 0.93 Other | | 0.07029 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.625766173889, Press = 2.74399571089339 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58306.187 -58306.187 -58631.779 -58631.779 314.90035 314.90035 45575.24 45575.24 502.12169 502.12169 26000 -58317.83 -58317.83 -58640.494 -58640.494 312.06819 312.06819 45589.074 45589.074 -1311.443 -1311.443 Loop time of 62.2722 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.298 hours/ns, 16.059 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 | 61.566 | 61.566 | 61.566 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058652 | 0.058652 | 0.058652 | 0.0 | 0.09 Output | 0.0005164 | 0.0005164 | 0.0005164 | 0.0 | 0.00 Modify | 0.57682 | 0.57682 | 0.57682 | 0.0 | 0.93 Other | | 0.07032 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.632316075436, Press = 0.687622529898016 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -58317.83 -58317.83 -58640.494 -58640.494 312.06819 312.06819 45589.074 45589.074 -1311.443 -1311.443 27000 -58309.015 -58309.015 -58631.566 -58631.566 311.9592 311.9592 45557.011 45557.011 2239.3083 2239.3083 Loop time of 62.2697 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.297 hours/ns, 16.059 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 | 61.565 | 61.565 | 61.565 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058245 | 0.058245 | 0.058245 | 0.0 | 0.09 Output | 9.5521e-05 | 9.5521e-05 | 9.5521e-05 | 0.0 | 0.00 Modify | 0.57633 | 0.57633 | 0.57633 | 0.0 | 0.93 Other | | 0.07025 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.596941602699, Press = 4.13864630857837 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -58309.015 -58309.015 -58631.566 -58631.566 311.9592 311.9592 45557.011 45557.011 2239.3083 2239.3083 28000 -58312.362 -58312.362 -58636.313 -58636.313 313.31376 313.31376 45609.494 45609.494 -2903.4175 -2903.4175 Loop time of 62.3146 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.310 hours/ns, 16.048 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 | 61.609 | 61.609 | 61.609 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058253 | 0.058253 | 0.058253 | 0.0 | 0.09 Output | 0.00012199 | 0.00012199 | 0.00012199 | 0.0 | 0.00 Modify | 0.57695 | 0.57695 | 0.57695 | 0.0 | 0.93 Other | | 0.07045 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.611073114256, Press = -0.0613018482734844 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -58312.362 -58312.362 -58636.313 -58636.313 313.31376 313.31376 45609.494 45609.494 -2903.4175 -2903.4175 29000 -58303.023 -58303.023 -58630.115 -58630.115 316.35091 316.35091 45543.724 45543.724 3607.1446 3607.1446 Loop time of 62.2699 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.297 hours/ns, 16.059 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 | 61.563 | 61.563 | 61.563 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058728 | 0.058728 | 0.058728 | 0.0 | 0.09 Output | 9.4887e-05 | 9.4887e-05 | 9.4887e-05 | 0.0 | 0.00 Modify | 0.57759 | 0.57759 | 0.57759 | 0.0 | 0.93 Other | | 0.07017 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.657490324646, Press = 3.70800963345954 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -58303.023 -58303.023 -58630.115 -58630.115 316.35091 316.35091 45543.724 45543.724 3607.1446 3607.1446 30000 -58312.794 -58312.794 -58638.71 -58638.71 315.21339 315.21339 45608.668 45608.668 -3034.3735 -3034.3735 Loop time of 62.2544 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.293 hours/ns, 16.063 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 | 61.549 | 61.549 | 61.549 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058242 | 0.058242 | 0.058242 | 0.0 | 0.09 Output | 0.00011508 | 0.00011508 | 0.00011508 | 0.0 | 0.00 Modify | 0.57667 | 0.57667 | 0.57667 | 0.0 | 0.93 Other | | 0.0702 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.690011033445, Press = 0.887374574424008 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -58312.794 -58312.794 -58638.71 -58638.71 315.21339 315.21339 45608.668 45608.668 -3034.3735 -3034.3735 31000 -58304.005 -58304.005 -58629.315 -58629.315 314.62777 314.62777 45565.706 45565.706 1471.5155 1471.5155 Loop time of 62.2537 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.293 hours/ns, 16.063 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 | 61.551 | 61.551 | 61.551 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057095 | 0.057095 | 0.057095 | 0.0 | 0.09 Output | 0.0001348 | 0.0001348 | 0.0001348 | 0.0 | 0.00 Modify | 0.57546 | 0.57546 | 0.57546 | 0.0 | 0.92 Other | | 0.06956 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.724649012416, Press = 2.18079539561394 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -58304.005 -58304.005 -58629.315 -58629.315 314.62777 314.62777 45565.706 45565.706 1471.5155 1471.5155 32000 -58311.839 -58311.839 -58632.626 -58632.626 310.25335 310.25335 45590.066 45590.066 -1238.5525 -1238.5525 Loop time of 62.2619 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.295 hours/ns, 16.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 | 61.562 | 61.562 | 61.562 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056739 | 0.056739 | 0.056739 | 0.0 | 0.09 Output | 9.4265e-05 | 9.4265e-05 | 9.4265e-05 | 0.0 | 0.00 Modify | 0.57344 | 0.57344 | 0.57344 | 0.0 | 0.92 Other | | 0.06934 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.727966204994, Press = 1.62870869924001 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -58311.839 -58311.839 -58632.626 -58632.626 310.25335 310.25335 45590.066 45590.066 -1238.5525 -1238.5525 33000 -58311.068 -58311.068 -58635.27 -58635.27 313.55635 313.55635 45565.228 45565.228 1329.0718 1329.0718 Loop time of 62.2606 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.295 hours/ns, 16.062 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 | 61.559 | 61.559 | 61.559 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056784 | 0.056784 | 0.056784 | 0.0 | 0.09 Output | 0.00011712 | 0.00011712 | 0.00011712 | 0.0 | 0.00 Modify | 0.57493 | 0.57493 | 0.57493 | 0.0 | 0.92 Other | | 0.0694 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.738775133715, Press = 1.5278388567624 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -58311.068 -58311.068 -58635.27 -58635.27 313.55635 313.55635 45565.228 45565.228 1329.0718 1329.0718 34000 -58311.307 -58311.307 -58634.111 -58634.111 312.20411 312.20411 45618.696 45618.696 -3634.1248 -3634.1248 Loop time of 62.2852 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.301 hours/ns, 16.055 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 | 61.584 | 61.584 | 61.584 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056759 | 0.056759 | 0.056759 | 0.0 | 0.09 Output | 0.00011647 | 0.00011647 | 0.00011647 | 0.0 | 0.00 Modify | 0.57486 | 0.57486 | 0.57486 | 0.0 | 0.92 Other | | 0.06919 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.6968931128, Press = 2.26905137597657 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -58311.307 -58311.307 -58634.111 -58634.111 312.20411 312.20411 45618.696 45618.696 -3634.1248 -3634.1248 35000 -58312.968 -58312.968 -58633.867 -58633.867 310.36178 310.36178 45535.403 45535.403 3755.9265 3755.9265 Loop time of 62.2712 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.298 hours/ns, 16.059 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 | 61.571 | 61.571 | 61.571 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056505 | 0.056505 | 0.056505 | 0.0 | 0.09 Output | 0.00011903 | 0.00011903 | 0.00011903 | 0.0 | 0.00 Modify | 0.57458 | 0.57458 | 0.57458 | 0.0 | 0.92 Other | | 0.06942 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.715654732349, Press = 0.298705392707866 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -58312.968 -58312.968 -58633.867 -58633.867 310.36178 310.36178 45535.403 45535.403 3755.9265 3755.9265 36000 -58302.53 -58302.53 -58628.476 -58628.476 315.24277 315.24277 45608.229 45608.229 -2386.9023 -2386.9023 Loop time of 62.2816 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.300 hours/ns, 16.056 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 | 61.581 | 61.581 | 61.581 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05713 | 0.05713 | 0.05713 | 0.0 | 0.09 Output | 0.00011645 | 0.00011645 | 0.00011645 | 0.0 | 0.00 Modify | 0.57406 | 0.57406 | 0.57406 | 0.0 | 0.92 Other | | 0.06932 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.739435918098, Press = 2.63269826841374 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -58302.53 -58302.53 -58628.476 -58628.476 315.24277 315.24277 45608.229 45608.229 -2386.9023 -2386.9023 37000 -58310.675 -58310.675 -58633.213 -58633.213 311.94608 311.94608 45562.553 45562.553 1462.8585 1462.8585 Loop time of 62.217 on 1 procs for 1000 steps with 8000 atoms Performance: 1.389 ns/day, 17.283 hours/ns, 16.073 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 | 61.517 | 61.517 | 61.517 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05661 | 0.05661 | 0.05661 | 0.0 | 0.09 Output | 0.00010175 | 0.00010175 | 0.00010175 | 0.0 | 0.00 Modify | 0.57403 | 0.57403 | 0.57403 | 0.0 | 0.92 Other | | 0.06901 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.794439399242, Press = 0.564436245136803 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -58310.675 -58310.675 -58633.213 -58633.213 311.94608 311.94608 45562.553 45562.553 1462.8585 1462.8585 38000 -58304.53 -58304.53 -58631.413 -58631.413 316.14896 316.14896 45595.999 45595.999 -1355.649 -1355.649 Loop time of 62.2116 on 1 procs for 1000 steps with 8000 atoms Performance: 1.389 ns/day, 17.281 hours/ns, 16.074 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 | 61.512 | 61.512 | 61.512 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056652 | 0.056652 | 0.056652 | 0.0 | 0.09 Output | 0.00011848 | 0.00011848 | 0.00011848 | 0.0 | 0.00 Modify | 0.57444 | 0.57444 | 0.57444 | 0.0 | 0.92 Other | | 0.06869 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.829093436311, Press = 2.22527532684793 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -58304.53 -58304.53 -58631.413 -58631.413 316.14896 316.14896 45595.999 45595.999 -1355.649 -1355.649 39000 -58308.001 -58308.001 -58630.477 -58630.477 311.88717 311.88717 45564.454 45564.454 1445.7094 1445.7094 Loop time of 62.2721 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.298 hours/ns, 16.059 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 | 61.571 | 61.571 | 61.571 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056589 | 0.056589 | 0.056589 | 0.0 | 0.09 Output | 9.5121e-05 | 9.5121e-05 | 9.5121e-05 | 0.0 | 0.00 Modify | 0.57505 | 0.57505 | 0.57505 | 0.0 | 0.92 Other | | 0.0695 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.814600563689, Press = 0.307511376006872 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -58308.001 -58308.001 -58630.477 -58630.477 311.88717 311.88717 45564.454 45564.454 1445.7094 1445.7094 40000 -58318.268 -58318.268 -58636.276 -58636.276 307.56613 307.56613 45600.077 45600.077 -2087.323 -2087.323 Loop time of 62.2417 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.289 hours/ns, 16.066 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 61.542 | 61.542 | 61.542 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056633 | 0.056633 | 0.056633 | 0.0 | 0.09 Output | 0.00011867 | 0.00011867 | 0.00011867 | 0.0 | 0.00 Modify | 0.57424 | 0.57424 | 0.57424 | 0.0 | 0.92 Other | | 0.06903 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.792977197458, Press = 3.09328205177094 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -58318.268 -58318.268 -58636.276 -58636.276 307.56613 307.56613 45600.077 45600.077 -2087.323 -2087.323 41000 -58307.978 -58307.978 -58631.724 -58631.724 313.11446 313.11446 45553.986 45553.986 2532.5548 2532.5548 Loop time of 62.2643 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.296 hours/ns, 16.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 | 61.564 | 61.564 | 61.564 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056621 | 0.056621 | 0.056621 | 0.0 | 0.09 Output | 9.4503e-05 | 9.4503e-05 | 9.4503e-05 | 0.0 | 0.00 Modify | 0.57455 | 0.57455 | 0.57455 | 0.0 | 0.92 Other | | 0.06941 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.786573904032, Press = -1.06092242650925 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -58307.978 -58307.978 -58631.724 -58631.724 313.11446 313.11446 45553.986 45553.986 2532.5548 2532.5548 42000 -58315.574 -58315.574 -58636.091 -58636.091 309.99165 309.99165 45593.203 45593.203 -1380.893 -1380.893 Loop time of 62.2613 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.295 hours/ns, 16.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 | 61.562 | 61.562 | 61.562 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056796 | 0.056796 | 0.056796 | 0.0 | 0.09 Output | 0.00014674 | 0.00014674 | 0.00014674 | 0.0 | 0.00 Modify | 0.5733 | 0.5733 | 0.5733 | 0.0 | 0.92 Other | | 0.06879 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.753376607012, Press = 2.94552323583909 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -58315.574 -58315.574 -58636.091 -58636.091 309.99165 309.99165 45593.203 45593.203 -1380.893 -1380.893 43000 -58312.431 -58312.431 -58633.872 -58633.872 310.88546 310.88546 45571.885 45571.885 629.44194 629.44194 Loop time of 62.1607 on 1 procs for 1000 steps with 8000 atoms Performance: 1.390 ns/day, 17.267 hours/ns, 16.087 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 | 61.461 | 61.461 | 61.461 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056502 | 0.056502 | 0.056502 | 0.0 | 0.09 Output | 0.00010453 | 0.00010453 | 0.00010453 | 0.0 | 0.00 Modify | 0.5742 | 0.5742 | 0.5742 | 0.0 | 0.92 Other | | 0.06894 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.762480744288, Press = 0.22412554892208 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -58312.431 -58312.431 -58633.872 -58633.872 310.88546 310.88546 45571.885 45571.885 629.44194 629.44194 44000 -58308.256 -58308.256 -58632.834 -58632.834 313.91962 313.91962 45583.296 45583.296 -412.04011 -412.04011 Loop time of 62.2646 on 1 procs for 1000 steps with 8000 atoms Performance: 1.388 ns/day, 17.296 hours/ns, 16.060 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 | 61.564 | 61.564 | 61.564 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056694 | 0.056694 | 0.056694 | 0.0 | 0.09 Output | 0.00011818 | 0.00011818 | 0.00011818 | 0.0 | 0.00 Modify | 0.57471 | 0.57471 | 0.57471 | 0.0 | 0.92 Other | | 0.06903 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.765952551326, Press = 2.06195266812015 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -58308.256 -58308.256 -58632.834 -58632.834 313.91962 313.91962 45583.296 45583.296 -412.04011 -412.04011 45000 -58311.432 -58311.432 -58635.119 -58635.119 313.05806 313.05806 45577.851 45577.851 227.75415 227.75415 Loop time of 62.2819 on 1 procs for 1000 steps with 8000 atoms Performance: 1.387 ns/day, 17.301 hours/ns, 16.056 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 | 61.581 | 61.581 | 61.581 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056818 | 0.056818 | 0.056818 | 0.0 | 0.09 Output | 0.00011485 | 0.00011485 | 0.00011485 | 0.0 | 0.00 Modify | 0.57496 | 0.57496 | 0.57496 | 0.0 | 0.92 Other | | 0.06935 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.808515830988, Press = -0.0626811785274197 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -58311.432 -58311.432 -58635.119 -58635.119 313.05806 313.05806 45577.851 45577.851 227.75415 227.75415 46000 -58303.275 -58303.275 -58631.04 -58631.04 317.00186 317.00186 45576.43 45576.43 586.39588 586.39588 Loop time of 61.9233 on 1 procs for 1000 steps with 8000 atoms Performance: 1.395 ns/day, 17.201 hours/ns, 16.149 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 | 61.226 | 61.226 | 61.226 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056658 | 0.056658 | 0.056658 | 0.0 | 0.09 Output | 0.00010738 | 0.00010738 | 0.00010738 | 0.0 | 0.00 Modify | 0.57244 | 0.57244 | 0.57244 | 0.0 | 0.92 Other | | 0.06836 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.839377427273, Press = 4.79646756954208 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -58303.275 -58303.275 -58631.04 -58631.04 317.00186 317.00186 45576.43 45576.43 586.39588 586.39588 47000 -58312.024 -58312.024 -58632.823 -58632.823 310.26525 310.26525 45585.118 45585.118 -397.32184 -397.32184 Loop time of 61.9355 on 1 procs for 1000 steps with 8000 atoms Performance: 1.395 ns/day, 17.204 hours/ns, 16.146 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 | 61.238 | 61.238 | 61.238 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056856 | 0.056856 | 0.056856 | 0.0 | 0.09 Output | 0.00012656 | 0.00012656 | 0.00012656 | 0.0 | 0.00 Modify | 0.57258 | 0.57258 | 0.57258 | 0.0 | 0.92 Other | | 0.06844 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.882563888305, Press = -1.07307398258474 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -58312.024 -58312.024 -58632.823 -58632.823 310.26525 310.26525 45585.118 45585.118 -397.32184 -397.32184 48000 -58304.194 -58304.194 -58631.42 -58631.42 316.48115 316.48115 45574.934 45574.934 715.03397 715.03397 Loop time of 61.9354 on 1 procs for 1000 steps with 8000 atoms Performance: 1.395 ns/day, 17.204 hours/ns, 16.146 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 | 61.236 | 61.236 | 61.236 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056548 | 0.056548 | 0.056548 | 0.0 | 0.09 Output | 9.5239e-05 | 9.5239e-05 | 9.5239e-05 | 0.0 | 0.00 Modify | 0.57341 | 0.57341 | 0.57341 | 0.0 | 0.93 Other | | 0.06891 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.902884734686, Press = 2.47927952475852 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -58304.194 -58304.194 -58631.42 -58631.42 316.48115 316.48115 45574.934 45574.934 715.03397 715.03397 49000 -58313.888 -58313.888 -58634.239 -58634.239 309.8313 309.8313 45585.019 45585.019 -555.61012 -555.61012 Loop time of 61.6688 on 1 procs for 1000 steps with 8000 atoms Performance: 1.401 ns/day, 17.130 hours/ns, 16.216 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 | 60.974 | 60.974 | 60.974 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056081 | 0.056081 | 0.056081 | 0.0 | 0.09 Output | 0.00011898 | 0.00011898 | 0.00011898 | 0.0 | 0.00 Modify | 0.56981 | 0.56981 | 0.56981 | 0.0 | 0.92 Other | | 0.06861 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.907486772067, Press = 0.156464513863712 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -58313.888 -58313.888 -58634.239 -58634.239 309.8313 309.8313 45585.019 45585.019 -555.61012 -555.61012 50000 -58309.228 -58309.228 -58631.488 -58631.488 311.6781 311.6781 45570.977 45570.977 806.50535 806.50535 Loop time of 62.1658 on 1 procs for 1000 steps with 8000 atoms Performance: 1.390 ns/day, 17.268 hours/ns, 16.086 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 | 61.465 | 61.465 | 61.465 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056288 | 0.056288 | 0.056288 | 0.0 | 0.09 Output | 0.00011853 | 0.00011853 | 0.00011853 | 0.0 | 0.00 Modify | 0.5754 | 0.5754 | 0.5754 | 0.0 | 0.93 Other | | 0.06887 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.91286457901, Press = 2.05307057054575 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -58309.228 -58309.228 -58631.488 -58631.488 311.6781 311.6781 45570.977 45570.977 806.50535 806.50535 51000 -58314.644 -58314.644 -58635.137 -58635.137 309.96864 309.96864 45602.17 45602.17 -2309.5033 -2309.5033 Loop time of 61.7999 on 1 procs for 1000 steps with 8000 atoms Performance: 1.398 ns/day, 17.167 hours/ns, 16.181 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 | 61.102 | 61.102 | 61.102 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056415 | 0.056415 | 0.056415 | 0.0 | 0.09 Output | 0.00010762 | 0.00010762 | 0.00010762 | 0.0 | 0.00 Modify | 0.57252 | 0.57252 | 0.57252 | 0.0 | 0.93 Other | | 0.06857 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.918408381952, Press = -1.02851375436002 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -58314.644 -58314.644 -58635.137 -58635.137 309.96864 309.96864 45602.17 45602.17 -2309.5033 -2309.5033 52000 -58310.088 -58310.088 -58635.758 -58635.758 314.97612 314.97612 45545.015 45545.015 3080.2787 3080.2787 Loop time of 61.6842 on 1 procs for 1000 steps with 8000 atoms Performance: 1.401 ns/day, 17.135 hours/ns, 16.212 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 | 60.987 | 60.987 | 60.987 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056355 | 0.056355 | 0.056355 | 0.0 | 0.09 Output | 0.00012766 | 0.00012766 | 0.00012766 | 0.0 | 0.00 Modify | 0.57191 | 0.57191 | 0.57191 | 0.0 | 0.93 Other | | 0.06838 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.929828161967, Press = 3.2139777697328 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -58310.088 -58310.088 -58635.758 -58635.758 314.97612 314.97612 45545.015 45545.015 3080.2787 3080.2787 53000 -58308.743 -58308.743 -58637.695 -58637.695 318.15018 318.15018 45601.099 45601.099 -2047.2014 -2047.2014 Loop time of 61.9225 on 1 procs for 1000 steps with 8000 atoms Performance: 1.395 ns/day, 17.201 hours/ns, 16.149 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 | 61.224 | 61.224 | 61.224 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057076 | 0.057076 | 0.057076 | 0.0 | 0.09 Output | 0.00013223 | 0.00013223 | 0.00013223 | 0.0 | 0.00 Modify | 0.57225 | 0.57225 | 0.57225 | 0.0 | 0.92 Other | | 0.06872 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.940882971502, Press = 0.0220387791047348 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -58308.743 -58308.743 -58637.695 -58637.695 318.15018 318.15018 45601.099 45601.099 -2047.2014 -2047.2014 54000 -58311.983 -58311.983 -58636.184 -58636.184 313.55475 313.55475 45562.374 45562.374 1417.5878 1417.5878 Loop time of 61.8213 on 1 procs for 1000 steps with 8000 atoms Performance: 1.398 ns/day, 17.173 hours/ns, 16.176 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 | 61.124 | 61.124 | 61.124 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056488 | 0.056488 | 0.056488 | 0.0 | 0.09 Output | 0.00011886 | 0.00011886 | 0.00011886 | 0.0 | 0.00 Modify | 0.57209 | 0.57209 | 0.57209 | 0.0 | 0.93 Other | | 0.06859 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.945153523085, Press = 1.86967658066633 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -58311.983 -58311.983 -58636.184 -58636.184 313.55475 313.55475 45562.374 45562.374 1417.5878 1417.5878 55000 -58307.255 -58307.255 -58632.459 -58632.459 314.52551 314.52551 45597.293 45597.293 -1630.0196 -1630.0196 Loop time of 61.913 on 1 procs for 1000 steps with 8000 atoms Performance: 1.396 ns/day, 17.198 hours/ns, 16.152 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 | 61.216 | 61.216 | 61.216 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056305 | 0.056305 | 0.056305 | 0.0 | 0.09 Output | 0.00011759 | 0.00011759 | 0.00011759 | 0.0 | 0.00 Modify | 0.57242 | 0.57242 | 0.57242 | 0.0 | 0.92 Other | | 0.06862 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.923935627892, Press = 0.221223082195408 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -58307.255 -58307.255 -58632.459 -58632.459 314.52551 314.52551 45597.293 45597.293 -1630.0196 -1630.0196 56000 -58310.676 -58310.676 -58629.97 -58629.97 308.80888 308.80888 45557 45557 2200.1589 2200.1589 Loop time of 61.9236 on 1 procs for 1000 steps with 8000 atoms Performance: 1.395 ns/day, 17.201 hours/ns, 16.149 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 | 61.223 | 61.223 | 61.223 | 0.0 | 98.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056537 | 0.056537 | 0.056537 | 0.0 | 0.09 Output | 9.4561e-05 | 9.4561e-05 | 9.4561e-05 | 0.0 | 0.00 Modify | 0.57492 | 0.57492 | 0.57492 | 0.0 | 0.93 Other | | 0.06889 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.926720830223, Press = 1.88219069103328 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -58310.676 -58310.676 -58629.97 -58629.97 308.80888 308.80888 45557 45557 2200.1589 2200.1589 57000 -58302.828 -58302.828 -58631.561 -58631.561 317.9384 317.9384 45632.793 45632.793 -4780.7708 -4780.7708 Loop time of 61.3034 on 1 procs for 1000 steps with 8000 atoms Performance: 1.409 ns/day, 17.029 hours/ns, 16.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 | 60.615 | 60.615 | 60.615 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055932 | 0.055932 | 0.055932 | 0.0 | 0.09 Output | 0.00011801 | 0.00011801 | 0.00011801 | 0.0 | 0.00 Modify | 0.56481 | 0.56481 | 0.56481 | 0.0 | 0.92 Other | | 0.06709 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.960433946024, Press = -0.490309383224985 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -58302.828 -58302.828 -58631.561 -58631.561 317.9384 317.9384 45632.793 45632.793 -4780.7708 -4780.7708 58000 -58305.337 -58305.337 -58632.358 -58632.358 316.28289 316.28289 45521.041 45521.041 5554.274 5554.274 Loop time of 61.2774 on 1 procs for 1000 steps with 8000 atoms Performance: 1.410 ns/day, 17.022 hours/ns, 16.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 | 60.59 | 60.59 | 60.59 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05582 | 0.05582 | 0.05582 | 0.0 | 0.09 Output | 0.00011518 | 0.00011518 | 0.00011518 | 0.0 | 0.00 Modify | 0.56432 | 0.56432 | 0.56432 | 0.0 | 0.92 Other | | 0.0667 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.964861866988, Press = 2.16565716236832 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -58305.337 -58305.337 -58632.358 -58632.358 316.28289 316.28289 45521.041 45521.041 5554.274 5554.274 59000 -58310.984 -58310.984 -58636.624 -58636.624 314.94687 314.94687 45609.594 45609.594 -2908.3378 -2908.3378 Loop time of 61.4156 on 1 procs for 1000 steps with 8000 atoms Performance: 1.407 ns/day, 17.060 hours/ns, 16.282 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 | 60.727 | 60.727 | 60.727 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055861 | 0.055861 | 0.055861 | 0.0 | 0.09 Output | 0.00011741 | 0.00011741 | 0.00011741 | 0.0 | 0.00 Modify | 0.56574 | 0.56574 | 0.56574 | 0.0 | 0.92 Other | | 0.06714 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.973784031661, Press = 0.573506753706067 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -58310.984 -58310.984 -58636.624 -58636.624 314.94687 314.94687 45609.594 45609.594 -2908.3378 -2908.3378 60000 -58310.09 -58310.09 -58631.022 -58631.022 310.3938 310.3938 45551.206 45551.206 2656.8894 2656.8894 Loop time of 61.5555 on 1 procs for 1000 steps with 8000 atoms Performance: 1.404 ns/day, 17.099 hours/ns, 16.245 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 | 60.866 | 60.866 | 60.866 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056075 | 0.056075 | 0.056075 | 0.0 | 0.09 Output | 0.00012032 | 0.00012032 | 0.00012032 | 0.0 | 0.00 Modify | 0.56664 | 0.56664 | 0.56664 | 0.0 | 0.92 Other | | 0.06711 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.970250646444, Press = 1.40495445538126 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -58310.09 -58310.09 -58631.022 -58631.022 310.3938 310.3938 45551.206 45551.206 2656.8894 2656.8894 61000 -58310.912 -58310.912 -58634.449 -58634.449 312.91319 312.91319 45602.242 45602.242 -2093.929 -2093.929 Loop time of 61.4048 on 1 procs for 1000 steps with 8000 atoms Performance: 1.407 ns/day, 17.057 hours/ns, 16.285 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 | 60.717 | 60.717 | 60.717 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055569 | 0.055569 | 0.055569 | 0.0 | 0.09 Output | 9.6951e-05 | 9.6951e-05 | 9.6951e-05 | 0.0 | 0.00 Modify | 0.56553 | 0.56553 | 0.56553 | 0.0 | 0.92 Other | | 0.06699 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.972477483523, Press = 0.762539950429793 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -58310.912 -58310.912 -58634.449 -58634.449 312.91319 312.91319 45602.242 45602.242 -2093.929 -2093.929 62000 -58304.242 -58304.242 -58634.301 -58634.301 319.22086 319.22086 45555.987 45555.987 2228.0979 2228.0979 Loop time of 61.5847 on 1 procs for 1000 steps with 8000 atoms Performance: 1.403 ns/day, 17.107 hours/ns, 16.238 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 | 60.894 | 60.894 | 60.894 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055837 | 0.055837 | 0.055837 | 0.0 | 0.09 Output | 0.00012788 | 0.00012788 | 0.00012788 | 0.0 | 0.00 Modify | 0.56759 | 0.56759 | 0.56759 | 0.0 | 0.92 Other | | 0.06734 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.986326345741, Press = 1.28213603272337 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -58304.242 -58304.242 -58634.301 -58634.301 319.22086 319.22086 45555.987 45555.987 2228.0979 2228.0979 63000 -58309.353 -58309.353 -58632.336 -58632.336 312.37655 312.37655 45613.485 45613.485 -3060.5989 -3060.5989 Loop time of 61.5462 on 1 procs for 1000 steps with 8000 atoms Performance: 1.404 ns/day, 17.096 hours/ns, 16.248 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 | 60.856 | 60.856 | 60.856 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055796 | 0.055796 | 0.055796 | 0.0 | 0.09 Output | 0.00012003 | 0.00012003 | 0.00012003 | 0.0 | 0.00 Modify | 0.56681 | 0.56681 | 0.56681 | 0.0 | 0.92 Other | | 0.06698 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.997158010395, Press = 0.718720262755404 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -58309.353 -58309.353 -58632.336 -58632.336 312.37655 312.37655 45613.485 45613.485 -3060.5989 -3060.5989 64000 -58304.332 -58304.332 -58632.586 -58632.586 317.47489 317.47489 45532.157 45532.157 4438.8117 4438.8117 Loop time of 61.3189 on 1 procs for 1000 steps with 8000 atoms Performance: 1.409 ns/day, 17.033 hours/ns, 16.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 | 60.631 | 60.631 | 60.631 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056137 | 0.056137 | 0.056137 | 0.0 | 0.09 Output | 9.5259e-05 | 9.5259e-05 | 9.5259e-05 | 0.0 | 0.00 Modify | 0.56488 | 0.56488 | 0.56488 | 0.0 | 0.92 Other | | 0.06702 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.025193396201, Press = 1.1421257250322 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -58304.332 -58304.332 -58632.586 -58632.586 317.47489 317.47489 45532.157 45532.157 4438.8117 4438.8117 65000 -58306.416 -58306.416 -58628.842 -58628.842 311.8387 311.8387 45621.739 45621.739 -3665.5559 -3665.5559 Loop time of 61.431 on 1 procs for 1000 steps with 8000 atoms Performance: 1.406 ns/day, 17.064 hours/ns, 16.278 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 | 60.744 | 60.744 | 60.744 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055697 | 0.055697 | 0.055697 | 0.0 | 0.09 Output | 0.00011828 | 0.00011828 | 0.00011828 | 0.0 | 0.00 Modify | 0.56391 | 0.56391 | 0.56391 | 0.0 | 0.92 Other | | 0.06706 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.021426598262, Press = 1.12128655071286 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -58306.416 -58306.416 -58628.842 -58628.842 311.8387 311.8387 45621.739 45621.739 -3665.5559 -3665.5559 66000 -58316.515 -58316.515 -58638.313 -58638.313 311.23143 311.23143 45559.244 45559.244 1499.2824 1499.2824 Loop time of 60.8616 on 1 procs for 1000 steps with 8000 atoms Performance: 1.420 ns/day, 16.906 hours/ns, 16.431 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 | 60.18 | 60.18 | 60.18 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055249 | 0.055249 | 0.055249 | 0.0 | 0.09 Output | 0.00011926 | 0.00011926 | 0.00011926 | 0.0 | 0.00 Modify | 0.55962 | 0.55962 | 0.55962 | 0.0 | 0.92 Other | | 0.06642 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.003564002597, Press = 0.844723062864709 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -58316.515 -58316.515 -58638.313 -58638.313 311.23143 311.23143 45559.244 45559.244 1499.2824 1499.2824 67000 -58307.809 -58307.809 -58635.083 -58635.083 316.52714 316.52714 45595.4 45595.4 -1473.743 -1473.743 Loop time of 60.3652 on 1 procs for 1000 steps with 8000 atoms Performance: 1.431 ns/day, 16.768 hours/ns, 16.566 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 | 59.689 | 59.689 | 59.689 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054717 | 0.054717 | 0.054717 | 0.0 | 0.09 Output | 9.605e-05 | 9.605e-05 | 9.605e-05 | 0.0 | 0.00 Modify | 0.55556 | 0.55556 | 0.55556 | 0.0 | 0.92 Other | | 0.06564 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.986140515999, Press = 1.13617742093929 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -58307.809 -58307.809 -58635.083 -58635.083 316.52714 316.52714 45595.4 45595.4 -1473.743 -1473.743 68000 -58308.89 -58308.89 -58632.918 -58632.918 313.38769 313.38769 45564.886 45564.886 1374.3578 1374.3578 Loop time of 60.4753 on 1 procs for 1000 steps with 8000 atoms Performance: 1.429 ns/day, 16.799 hours/ns, 16.536 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 | 59.799 | 59.799 | 59.799 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054964 | 0.054964 | 0.054964 | 0.0 | 0.09 Output | 0.00011635 | 0.00011635 | 0.00011635 | 0.0 | 0.00 Modify | 0.55559 | 0.55559 | 0.55559 | 0.0 | 0.92 Other | | 0.06586 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.974775817901, Press = 0.688476019739297 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -58308.89 -58308.89 -58632.918 -58632.918 313.38769 313.38769 45564.886 45564.886 1374.3578 1374.3578 69000 -58312.548 -58312.548 -58632.08 -58632.08 309.03989 309.03989 45611.337 45611.337 -3061.6129 -3061.6129 Loop time of 60.4635 on 1 procs for 1000 steps with 8000 atoms Performance: 1.429 ns/day, 16.795 hours/ns, 16.539 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 | 59.786 | 59.786 | 59.786 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054974 | 0.054974 | 0.054974 | 0.0 | 0.09 Output | 9.5901e-05 | 9.5901e-05 | 9.5901e-05 | 0.0 | 0.00 Modify | 0.55649 | 0.55649 | 0.55649 | 0.0 | 0.92 Other | | 0.06586 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 312.992096668675, Press = 1.44460043013916 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -58312.548 -58312.548 -58632.08 -58632.08 309.03989 309.03989 45611.337 45611.337 -3061.6129 -3061.6129 70000 -58303.1 -58303.1 -58629.7 -58629.7 315.87492 315.87492 45535.99 45535.99 4242.2372 4242.2372 Loop time of 60.4566 on 1 procs for 1000 steps with 8000 atoms Performance: 1.429 ns/day, 16.793 hours/ns, 16.541 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 | 59.779 | 59.779 | 59.779 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054859 | 0.054859 | 0.054859 | 0.0 | 0.09 Output | 0.00012505 | 0.00012505 | 0.00012505 | 0.0 | 0.00 Modify | 0.55648 | 0.55648 | 0.55648 | 0.0 | 0.92 Other | | 0.06596 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.013968826282, Press = -0.253065057548346 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -58303.1 -58303.1 -58629.7 -58629.7 315.87492 315.87492 45535.99 45535.99 4242.2372 4242.2372 71000 -58307.166 -58307.166 -58632.042 -58632.042 314.20761 314.20761 45609.632 45609.632 -2603.266 -2603.266 Loop time of 60.4303 on 1 procs for 1000 steps with 8000 atoms Performance: 1.430 ns/day, 16.786 hours/ns, 16.548 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 | 59.753 | 59.753 | 59.753 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055025 | 0.055025 | 0.055025 | 0.0 | 0.09 Output | 0.00012435 | 0.00012435 | 0.00012435 | 0.0 | 0.00 Modify | 0.55666 | 0.55666 | 0.55666 | 0.0 | 0.92 Other | | 0.06595 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.025531783194, Press = 1.75260748675839 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -58307.166 -58307.166 -58632.042 -58632.042 314.20761 314.20761 45609.632 45609.632 -2603.266 -2603.266 72000 -58310.01 -58310.01 -58633.82 -58633.82 313.17744 313.17744 45564.386 45564.386 1434.7134 1434.7134 Loop time of 60.3952 on 1 procs for 1000 steps with 8000 atoms Performance: 1.431 ns/day, 16.776 hours/ns, 16.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 | 59.719 | 59.719 | 59.719 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054744 | 0.054744 | 0.054744 | 0.0 | 0.09 Output | 9.5813e-05 | 9.5813e-05 | 9.5813e-05 | 0.0 | 0.00 Modify | 0.55548 | 0.55548 | 0.55548 | 0.0 | 0.92 Other | | 0.0658 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.035950160634, Press = 0.248671965069419 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -58310.01 -58310.01 -58633.82 -58633.82 313.17744 313.17744 45564.386 45564.386 1434.7134 1434.7134 73000 -58306.34 -58306.34 -58630.765 -58630.765 313.77181 313.77181 45591.505 45591.505 -926.04491 -926.04491 Loop time of 60.4358 on 1 procs for 1000 steps with 8000 atoms Performance: 1.430 ns/day, 16.788 hours/ns, 16.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 | 59.759 | 59.759 | 59.759 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054856 | 0.054856 | 0.054856 | 0.0 | 0.09 Output | 0.00011569 | 0.00011569 | 0.00011569 | 0.0 | 0.00 Modify | 0.55625 | 0.55625 | 0.55625 | 0.0 | 0.92 Other | | 0.06575 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.038235240023, Press = 1.44432365797765 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -58306.34 -58306.34 -58630.765 -58630.765 313.77181 313.77181 45591.505 45591.505 -926.04491 -926.04491 74000 -58315.661 -58315.661 -58639.07 -58639.07 312.78956 312.78956 45571.816 45571.816 471.2534 471.2534 Loop time of 60.3932 on 1 procs for 1000 steps with 8000 atoms Performance: 1.431 ns/day, 16.776 hours/ns, 16.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 | 59.716 | 59.716 | 59.716 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055111 | 0.055111 | 0.055111 | 0.0 | 0.09 Output | 0.00011778 | 0.00011778 | 0.00011778 | 0.0 | 0.00 Modify | 0.55576 | 0.55576 | 0.55576 | 0.0 | 0.92 Other | | 0.06575 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.034700950322, Press = 0.300307337324273 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -58315.661 -58315.661 -58639.07 -58639.07 312.78956 312.78956 45571.816 45571.816 471.2534 471.2534 75000 -58311.101 -58311.101 -58636.253 -58636.253 314.47442 314.47442 45582.393 45582.393 -452.58802 -452.58802 Loop time of 60.5643 on 1 procs for 1000 steps with 8000 atoms Performance: 1.427 ns/day, 16.823 hours/ns, 16.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 | 59.886 | 59.886 | 59.886 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054768 | 0.054768 | 0.054768 | 0.0 | 0.09 Output | 9.5901e-05 | 9.5901e-05 | 9.5901e-05 | 0.0 | 0.00 Modify | 0.5573 | 0.5573 | 0.5573 | 0.0 | 0.92 Other | | 0.06585 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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 = 313.042630164312, Press = 1.35783516462883 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 = 4.1 ghost atom cutoff = 4.1 binsize = 2.05, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.1 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.829 | 5.829 | 5.829 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -58311.101 -58311.101 -58636.253 -58636.253 314.47442 314.47442 45582.393 45582.393 -452.58802 -452.58802 76000 -58304.482 -58304.482 -58632.289 -58632.289 317.0425 317.0425 45579.731 45579.731 252.21446 252.21446 Loop time of 60.6202 on 1 procs for 1000 steps with 8000 atoms Performance: 1.425 ns/day, 16.839 hours/ns, 16.496 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 | 59.941 | 59.941 | 59.941 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055058 | 0.055058 | 0.055058 | 0.0 | 0.09 Output | 0.00011921 | 0.00011921 | 0.00011921 | 0.0 | 0.00 Modify | 0.55796 | 0.55796 | 0.55796 | 0.0 | 0.92 Other | | 0.06596 | | | 0.11 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 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: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.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" 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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 45579.3694099004 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0