# 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 2.863657340407371*${_u_distance} variable latticeconst_converted equal 2.863657340407371*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86365734040737 Lattice spacing in x,y,z = 2.8636573 2.8636573 2.8636573 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 (28.636573 28.636573 28.636573) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.636573 28.636573 28.636573) create_atoms CPU = 0.002 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_Lee_2006_FeC__MO_856956178669_001 pair_coeff * * Fe #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23483.5175609808 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5175609808/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5175609808/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5175609808/(1*1*${_u_distance}) variable V0_metal equal 23483.5175609808/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23483.5175609808*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23483.5175609808 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 273.15*${_u_temperature} variable temp_converted equal 273.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 273.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "273.15 - 0.2" variable T_up equal "273.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_856956178669_001#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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8509.4205 -8509.4205 -8580 -8580 273.15 273.15 23483.518 23483.518 3210.2051 3210.2051 1000 -8435.9645 -8435.9645 -8504.112 -8504.112 263.73805 263.73805 23735.03 23735.03 -1633.172 -1633.172 Loop time of 95.4123 on 1 procs for 1000 steps with 2000 atoms Performance: 0.906 ns/day, 26.503 hours/ns, 10.481 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 | 94.939 | 94.939 | 94.939 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074359 | 0.074359 | 0.074359 | 0.0 | 0.08 Output | 0.00019829 | 0.00019829 | 0.00019829 | 0.0 | 0.00 Modify | 0.34246 | 0.34246 | 0.34246 | 0.0 | 0.36 Other | | 0.05601 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2941.00 ave 2941 max 2941 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: 116000.0 ave 116000 max 116000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116000 Ave neighs/atom = 58.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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8435.9645 -8435.9645 -8504.112 -8504.112 263.73805 263.73805 23735.03 23735.03 -1633.172 -1633.172 2000 -8436.1934 -8436.1934 -8504.6273 -8504.6273 264.84645 264.84645 23705.147 23705.147 384.22124 384.22124 Loop time of 99.2599 on 1 procs for 1000 steps with 2000 atoms Performance: 0.870 ns/day, 27.572 hours/ns, 10.075 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 | 98.78 | 98.78 | 98.78 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075198 | 0.075198 | 0.075198 | 0.0 | 0.08 Output | 0.00022208 | 0.00022208 | 0.00022208 | 0.0 | 0.00 Modify | 0.34777 | 0.34777 | 0.34777 | 0.0 | 0.35 Other | | 0.05646 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2951.00 ave 2951 max 2951 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: 116746.0 ave 116746 max 116746 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116746 Ave neighs/atom = 58.373000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8436.1934 -8436.1934 -8504.6273 -8504.6273 264.84645 264.84645 23705.147 23705.147 384.22124 384.22124 3000 -8437.3673 -8437.3673 -8507.9353 -8507.9353 273.10558 273.10558 23699.07 23699.07 479.45669 479.45669 Loop time of 100.076 on 1 procs for 1000 steps with 2000 atoms Performance: 0.863 ns/day, 27.799 hours/ns, 9.992 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 99.593 | 99.593 | 99.593 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075695 | 0.075695 | 0.075695 | 0.0 | 0.08 Output | 0.00022901 | 0.00022901 | 0.00022901 | 0.0 | 0.00 Modify | 0.35042 | 0.35042 | 0.35042 | 0.0 | 0.35 Other | | 0.05706 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2950.00 ave 2950 max 2950 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: 116774.0 ave 116774 max 116774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116774 Ave neighs/atom = 58.387000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8437.3673 -8437.3673 -8507.9353 -8507.9353 273.10558 273.10558 23699.07 23699.07 479.45669 479.45669 4000 -8434.763 -8434.763 -8504.8188 -8504.8188 271.12332 271.12332 23713.377 23713.377 -145.50203 -145.50203 Loop time of 99.416 on 1 procs for 1000 steps with 2000 atoms Performance: 0.869 ns/day, 27.616 hours/ns, 10.059 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 | 98.935 | 98.935 | 98.935 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074715 | 0.074715 | 0.074715 | 0.0 | 0.08 Output | 0.00018844 | 0.00018844 | 0.00018844 | 0.0 | 0.00 Modify | 0.34902 | 0.34902 | 0.34902 | 0.0 | 0.35 Other | | 0.05677 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2951.00 ave 2951 max 2951 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: 116664.0 ave 116664 max 116664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116664 Ave neighs/atom = 58.332000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8434.763 -8434.763 -8504.8188 -8504.8188 271.12332 271.12332 23713.377 23713.377 -145.50203 -145.50203 5000 -8437.9706 -8437.9706 -8507.9334 -8507.9334 270.76324 270.76324 23696.466 23696.466 512.39743 512.39743 Loop time of 99.7068 on 1 procs for 1000 steps with 2000 atoms Performance: 0.867 ns/day, 27.696 hours/ns, 10.029 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 | 99.224 | 99.224 | 99.224 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075041 | 0.075041 | 0.075041 | 0.0 | 0.08 Output | 0.00015426 | 0.00015426 | 0.00015426 | 0.0 | 0.00 Modify | 0.35063 | 0.35063 | 0.35063 | 0.0 | 0.35 Other | | 0.05697 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957.00 ave 2957 max 2957 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: 116630.0 ave 116630 max 116630 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116630 Ave neighs/atom = 58.315000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 270.903036639528, Press = -148.386613491048 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8437.9706 -8437.9706 -8507.9334 -8507.9334 270.76324 270.76324 23696.466 23696.466 512.39743 512.39743 6000 -8435.9883 -8435.9883 -8504.2454 -8504.2454 264.16182 264.16182 23704.561 23704.561 623.51995 623.51995 Loop time of 100.938 on 1 procs for 1000 steps with 2000 atoms Performance: 0.856 ns/day, 28.038 hours/ns, 9.907 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 | 100.43 | 100.43 | 100.43 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07646 | 0.07646 | 0.07646 | 0.0 | 0.08 Output | 0.00019917 | 0.00019917 | 0.00019917 | 0.0 | 0.00 Modify | 0.37434 | 0.37434 | 0.37434 | 0.0 | 0.37 Other | | 0.05706 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2953.00 ave 2953 max 2953 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: 116646.0 ave 116646 max 116646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116646 Ave neighs/atom = 58.323000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 271.713492975076, Press = -7.77804617762737 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8435.9883 -8435.9883 -8504.2454 -8504.2454 264.16182 264.16182 23704.561 23704.561 623.51995 623.51995 7000 -8436.2418 -8436.2418 -8507.9277 -8507.9277 277.43164 277.43164 23724.846 23724.846 -1279.2769 -1279.2769 Loop time of 101.195 on 1 procs for 1000 steps with 2000 atoms Performance: 0.854 ns/day, 28.110 hours/ns, 9.882 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 | 100.68 | 100.68 | 100.68 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076993 | 0.076993 | 0.076993 | 0.0 | 0.08 Output | 0.00015846 | 0.00015846 | 0.00015846 | 0.0 | 0.00 Modify | 0.37764 | 0.37764 | 0.37764 | 0.0 | 0.37 Other | | 0.05744 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2964.00 ave 2964 max 2964 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: 116764.0 ave 116764 max 116764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116764 Ave neighs/atom = 58.382000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.514931951178, Press = -16.2650539872518 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8436.2418 -8436.2418 -8507.9277 -8507.9277 277.43164 277.43164 23724.846 23724.846 -1279.2769 -1279.2769 8000 -8439.2681 -8439.2681 -8509.575 -8509.575 272.09486 272.09486 23678.145 23678.145 1661.9321 1661.9321 Loop time of 99.651 on 1 procs for 1000 steps with 2000 atoms Performance: 0.867 ns/day, 27.681 hours/ns, 10.035 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 | 99.15 | 99.15 | 99.15 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075112 | 0.075112 | 0.075112 | 0.0 | 0.08 Output | 0.0002558 | 0.0002558 | 0.0002558 | 0.0 | 0.00 Modify | 0.36863 | 0.36863 | 0.36863 | 0.0 | 0.37 Other | | 0.05678 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2950.00 ave 2950 max 2950 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: 116656.0 ave 116656 max 116656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116656 Ave neighs/atom = 58.328000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.217028636993, Press = -7.89563512200885 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8439.2681 -8439.2681 -8509.575 -8509.575 272.09486 272.09486 23678.145 23678.145 1661.9321 1661.9321 9000 -8435.0973 -8435.0973 -8506.8513 -8506.8513 277.6956 277.6956 23724.641 23724.641 -1232.9202 -1232.9202 Loop time of 100.261 on 1 procs for 1000 steps with 2000 atoms Performance: 0.862 ns/day, 27.850 hours/ns, 9.974 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 99.756 | 99.756 | 99.756 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075642 | 0.075642 | 0.075642 | 0.0 | 0.08 Output | 0.00025083 | 0.00025083 | 0.00025083 | 0.0 | 0.00 Modify | 0.37257 | 0.37257 | 0.37257 | 0.0 | 0.37 Other | | 0.05706 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2958.00 ave 2958 max 2958 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: 116608.0 ave 116608 max 116608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116608 Ave neighs/atom = 58.304000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.291277385286, Press = 7.36406616094513 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8435.0973 -8435.0973 -8506.8513 -8506.8513 277.6956 277.6956 23724.641 23724.641 -1232.9202 -1232.9202 10000 -8433.4159 -8433.4159 -8502.8897 -8502.8897 268.87064 268.87064 23746.5 23746.5 -1996.5845 -1996.5845 Loop time of 100.677 on 1 procs for 1000 steps with 2000 atoms Performance: 0.858 ns/day, 27.966 hours/ns, 9.933 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 | 100.17 | 100.17 | 100.17 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075589 | 0.075589 | 0.075589 | 0.0 | 0.08 Output | 0.00015537 | 0.00015537 | 0.00015537 | 0.0 | 0.00 Modify | 0.37189 | 0.37189 | 0.37189 | 0.0 | 0.37 Other | | 0.05709 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2952.00 ave 2952 max 2952 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: 116638.0 ave 116638 max 116638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116638 Ave neighs/atom = 58.319000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.504998265895, Press = -13.1321345581663 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8433.4159 -8433.4159 -8502.8897 -8502.8897 268.87064 268.87064 23746.5 23746.5 -1996.5845 -1996.5845 11000 -8436.6435 -8436.6435 -8506.2176 -8506.2176 269.25898 269.25898 23661.784 23661.784 3424.5152 3424.5152 Loop time of 100.253 on 1 procs for 1000 steps with 2000 atoms Performance: 0.862 ns/day, 27.848 hours/ns, 9.975 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 99.745 | 99.745 | 99.745 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076231 | 0.076231 | 0.076231 | 0.0 | 0.08 Output | 0.00015245 | 0.00015245 | 0.00015245 | 0.0 | 0.00 Modify | 0.37369 | 0.37369 | 0.37369 | 0.0 | 0.37 Other | | 0.05767 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116648.0 ave 116648 max 116648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116648 Ave neighs/atom = 58.324000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.011463816393, Press = -6.95989627518031 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8436.6435 -8436.6435 -8506.2176 -8506.2176 269.25898 269.25898 23661.784 23661.784 3424.5152 3424.5152 12000 -8432.8693 -8432.8693 -8505.2379 -8505.2379 280.07395 280.07395 23715.753 23715.753 -101.88638 -101.88638 Loop time of 98.9073 on 1 procs for 1000 steps with 2000 atoms Performance: 0.874 ns/day, 27.474 hours/ns, 10.110 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 | 98.411 | 98.411 | 98.411 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075094 | 0.075094 | 0.075094 | 0.0 | 0.08 Output | 0.00015418 | 0.00015418 | 0.00015418 | 0.0 | 0.00 Modify | 0.36465 | 0.36465 | 0.36465 | 0.0 | 0.37 Other | | 0.05678 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2959.00 ave 2959 max 2959 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: 116714.0 ave 116714 max 116714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116714 Ave neighs/atom = 58.357000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.165871407718, Press = 4.11849724372039 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8432.8693 -8432.8693 -8505.2379 -8505.2379 280.07395 280.07395 23715.753 23715.753 -101.88638 -101.88638 13000 -8437.1875 -8437.1875 -8507.5322 -8507.5322 272.24095 272.24095 23717.547 23717.547 -856.88833 -856.88833 Loop time of 99.0243 on 1 procs for 1000 steps with 2000 atoms Performance: 0.873 ns/day, 27.507 hours/ns, 10.099 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 | 98.524 | 98.524 | 98.524 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075514 | 0.075514 | 0.075514 | 0.0 | 0.08 Output | 0.00019363 | 0.00019363 | 0.00019363 | 0.0 | 0.00 Modify | 0.36767 | 0.36767 | 0.36767 | 0.0 | 0.37 Other | | 0.05661 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2950.00 ave 2950 max 2950 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: 116622.0 ave 116622 max 116622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116622 Ave neighs/atom = 58.311000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.353425207433, Press = -5.33234392585782 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8437.1875 -8437.1875 -8507.5322 -8507.5322 272.24095 272.24095 23717.547 23717.547 -856.88833 -856.88833 14000 -8435.1315 -8435.1315 -8505.1276 -8505.1276 270.89187 270.89187 23699.971 23699.971 1010.5086 1010.5086 Loop time of 98.8425 on 1 procs for 1000 steps with 2000 atoms Performance: 0.874 ns/day, 27.456 hours/ns, 10.117 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 | 98.347 | 98.347 | 98.347 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074984 | 0.074984 | 0.074984 | 0.0 | 0.08 Output | 0.00018922 | 0.00018922 | 0.00018922 | 0.0 | 0.00 Modify | 0.36432 | 0.36432 | 0.36432 | 0.0 | 0.37 Other | | 0.05644 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2947.00 ave 2947 max 2947 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: 116574.0 ave 116574 max 116574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116574 Ave neighs/atom = 58.287000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.287896522969, Press = -2.29708973928166 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8435.1315 -8435.1315 -8505.1276 -8505.1276 270.89187 270.89187 23699.971 23699.971 1010.5086 1010.5086 15000 -8438.2557 -8438.2557 -8508.1411 -8508.1411 270.4635 270.4635 23705.434 23705.434 -146.56683 -146.56683 Loop time of 99.653 on 1 procs for 1000 steps with 2000 atoms Performance: 0.867 ns/day, 27.681 hours/ns, 10.035 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 | 99.151 | 99.151 | 99.151 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07565 | 0.07565 | 0.07565 | 0.0 | 0.08 Output | 0.00038084 | 0.00038084 | 0.00038084 | 0.0 | 0.00 Modify | 0.36891 | 0.36891 | 0.36891 | 0.0 | 0.37 Other | | 0.05671 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116610.0 ave 116610 max 116610 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116610 Ave neighs/atom = 58.305000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.225104446315, Press = 1.16268380369267 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8438.2557 -8438.2557 -8508.1411 -8508.1411 270.4635 270.4635 23705.434 23705.434 -146.56683 -146.56683 16000 -8436.1111 -8436.1111 -8506.9742 -8506.9742 274.24769 274.24769 23736.689 23736.689 -2106.3576 -2106.3576 Loop time of 100.388 on 1 procs for 1000 steps with 2000 atoms Performance: 0.861 ns/day, 27.886 hours/ns, 9.961 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 | 99.886 | 99.886 | 99.886 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075239 | 0.075239 | 0.075239 | 0.0 | 0.07 Output | 0.00015433 | 0.00015433 | 0.00015433 | 0.0 | 0.00 Modify | 0.36972 | 0.36972 | 0.36972 | 0.0 | 0.37 Other | | 0.0569 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962.00 ave 2962 max 2962 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: 116632.0 ave 116632 max 116632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116632 Ave neighs/atom = 58.316000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.98218362361, Press = -6.4272529359209 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8436.1111 -8436.1111 -8506.9742 -8506.9742 274.24769 274.24769 23736.689 23736.689 -2106.3576 -2106.3576 17000 -8439.4415 -8439.4415 -8508.036 -8508.036 265.46787 265.46787 23660.57 23660.57 3154.5616 3154.5616 Loop time of 98.4403 on 1 procs for 1000 steps with 2000 atoms Performance: 0.878 ns/day, 27.345 hours/ns, 10.158 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 | 97.943 | 97.943 | 97.943 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075233 | 0.075233 | 0.075233 | 0.0 | 0.08 Output | 0.00020204 | 0.00020204 | 0.00020204 | 0.0 | 0.00 Modify | 0.36431 | 0.36431 | 0.36431 | 0.0 | 0.37 Other | | 0.05704 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2958.00 ave 2958 max 2958 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: 116610.0 ave 116610 max 116610 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116610 Ave neighs/atom = 58.305000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.885464058712, Press = -3.36866226576651 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8439.4415 -8439.4415 -8508.036 -8508.036 265.46787 265.46787 23660.57 23660.57 3154.5616 3154.5616 18000 -8435.1307 -8435.1307 -8507.1204 -8507.1204 278.60747 278.60747 23714.894 23714.894 -458.7911 -458.7911 Loop time of 99.8641 on 1 procs for 1000 steps with 2000 atoms Performance: 0.865 ns/day, 27.740 hours/ns, 10.014 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 | 99.363 | 99.363 | 99.363 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07492 | 0.07492 | 0.07492 | 0.0 | 0.08 Output | 0.00015399 | 0.00015399 | 0.00015399 | 0.0 | 0.00 Modify | 0.36931 | 0.36931 | 0.36931 | 0.0 | 0.37 Other | | 0.05703 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116634.0 ave 116634 max 116634 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116634 Ave neighs/atom = 58.317000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.841163153664, Press = 3.5096364145665 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8435.1307 -8435.1307 -8507.1204 -8507.1204 278.60747 278.60747 23714.894 23714.894 -458.7911 -458.7911 19000 -8437.255 -8437.255 -8507.3118 -8507.3118 271.12696 271.12696 23729.01 23729.01 -1516.758 -1516.758 Loop time of 99.3818 on 1 procs for 1000 steps with 2000 atoms Performance: 0.869 ns/day, 27.606 hours/ns, 10.062 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 | 98.883 | 98.883 | 98.883 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07502 | 0.07502 | 0.07502 | 0.0 | 0.08 Output | 0.00015617 | 0.00015617 | 0.00015617 | 0.0 | 0.00 Modify | 0.36647 | 0.36647 | 0.36647 | 0.0 | 0.37 Other | | 0.05701 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2966.00 ave 2966 max 2966 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: 116610.0 ave 116610 max 116610 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116610 Ave neighs/atom = 58.305000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.843101666268, Press = -2.8575473725628 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8437.255 -8437.255 -8507.3118 -8507.3118 271.12696 271.12696 23729.01 23729.01 -1516.758 -1516.758 20000 -8435.8288 -8435.8288 -8506.5737 -8506.5737 273.7902 273.7902 23697.336 23697.336 935.89915 935.89915 Loop time of 99.2511 on 1 procs for 1000 steps with 2000 atoms Performance: 0.871 ns/day, 27.570 hours/ns, 10.075 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 | 98.752 | 98.752 | 98.752 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075819 | 0.075819 | 0.075819 | 0.0 | 0.08 Output | 0.00015388 | 0.00015388 | 0.00015388 | 0.0 | 0.00 Modify | 0.36626 | 0.36626 | 0.36626 | 0.0 | 0.37 Other | | 0.0571 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955.00 ave 2955 max 2955 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: 116608.0 ave 116608 max 116608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116608 Ave neighs/atom = 58.304000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.81802521273, Press = -1.95283590289033 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8435.8288 -8435.8288 -8506.5737 -8506.5737 273.7902 273.7902 23697.336 23697.336 935.89915 935.89915 21000 -8440.169 -8440.169 -8508.0795 -8508.0795 262.82043 262.82043 23697.258 23697.258 413.52615 413.52615 Loop time of 99.8852 on 1 procs for 1000 steps with 2000 atoms Performance: 0.865 ns/day, 27.746 hours/ns, 10.011 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 | 99.383 | 99.383 | 99.383 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075203 | 0.075203 | 0.075203 | 0.0 | 0.08 Output | 0.000152 | 0.000152 | 0.000152 | 0.0 | 0.00 Modify | 0.37021 | 0.37021 | 0.37021 | 0.0 | 0.37 Other | | 0.05701 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2949.00 ave 2949 max 2949 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: 116648.0 ave 116648 max 116648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116648 Ave neighs/atom = 58.324000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.749294943329, Press = -0.607094298703723 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8440.169 -8440.169 -8508.0795 -8508.0795 262.82043 262.82043 23697.258 23697.258 413.52615 413.52615 22000 -8435.6755 -8435.6755 -8506.6933 -8506.6933 274.84594 274.84594 23713.229 23713.229 -242.85043 -242.85043 Loop time of 98.0468 on 1 procs for 1000 steps with 2000 atoms Performance: 0.881 ns/day, 27.235 hours/ns, 10.199 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 | 97.557 | 97.557 | 97.557 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074448 | 0.074448 | 0.074448 | 0.0 | 0.08 Output | 0.00015444 | 0.00015444 | 0.00015444 | 0.0 | 0.00 Modify | 0.35915 | 0.35915 | 0.35915 | 0.0 | 0.37 Other | | 0.05649 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2948.00 ave 2948 max 2948 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: 116600.0 ave 116600 max 116600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116600 Ave neighs/atom = 58.300000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.723560577127, Press = -1.58359877645801 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8435.6755 -8435.6755 -8506.6933 -8506.6933 274.84594 274.84594 23713.229 23713.229 -242.85043 -242.85043 23000 -8438.8842 -8438.8842 -8507.148 -8507.148 264.18798 264.18798 23698.251 23698.251 551.46703 551.46703 Loop time of 100.015 on 1 procs for 1000 steps with 2000 atoms Performance: 0.864 ns/day, 27.782 hours/ns, 9.999 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 | 99.513 | 99.513 | 99.513 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075421 | 0.075421 | 0.075421 | 0.0 | 0.08 Output | 0.0001523 | 0.0001523 | 0.0001523 | 0.0 | 0.00 Modify | 0.36887 | 0.36887 | 0.36887 | 0.0 | 0.37 Other | | 0.05745 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2954.00 ave 2954 max 2954 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: 116676.0 ave 116676 max 116676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116676 Ave neighs/atom = 58.338000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.585348857721, Press = -1.55859081210515 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8438.8842 -8438.8842 -8507.148 -8507.148 264.18798 264.18798 23698.251 23698.251 551.46703 551.46703 24000 -8437.1151 -8437.1151 -8507.0125 -8507.0125 270.51037 270.51037 23684.993 23684.993 1637.2421 1637.2421 Loop time of 98.2679 on 1 procs for 1000 steps with 2000 atoms Performance: 0.879 ns/day, 27.297 hours/ns, 10.176 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 | 97.774 | 97.774 | 97.774 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074635 | 0.074635 | 0.074635 | 0.0 | 0.08 Output | 0.00015216 | 0.00015216 | 0.00015216 | 0.0 | 0.00 Modify | 0.36233 | 0.36233 | 0.36233 | 0.0 | 0.37 Other | | 0.05634 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2951.00 ave 2951 max 2951 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: 116688.0 ave 116688 max 116688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116688 Ave neighs/atom = 58.344000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.600844441869, Press = 1.23205218868873 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8437.1151 -8437.1151 -8507.0125 -8507.0125 270.51037 270.51037 23684.993 23684.993 1637.2421 1637.2421 25000 -8438.9702 -8438.9702 -8508.744 -8508.744 270.03189 270.03189 23746.969 23746.969 -3249.1608 -3249.1608 Loop time of 99.9735 on 1 procs for 1000 steps with 2000 atoms Performance: 0.864 ns/day, 27.770 hours/ns, 10.003 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 | 99.471 | 99.471 | 99.471 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075346 | 0.075346 | 0.075346 | 0.0 | 0.08 Output | 0.0001518 | 0.0001518 | 0.0001518 | 0.0 | 0.00 Modify | 0.37059 | 0.37059 | 0.37059 | 0.0 | 0.37 Other | | 0.05683 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116666.0 ave 116666 max 116666 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116666 Ave neighs/atom = 58.333000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.48501558281, Press = -0.283152823939808 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8438.9702 -8438.9702 -8508.744 -8508.744 270.03189 270.03189 23746.969 23746.969 -3249.1608 -3249.1608 26000 -8434.3417 -8434.3417 -8508.004 -8508.004 285.08089 285.08089 23711.204 23711.204 -229.74643 -229.74643 Loop time of 98.498 on 1 procs for 1000 steps with 2000 atoms Performance: 0.877 ns/day, 27.361 hours/ns, 10.152 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 | 98.002 | 98.002 | 98.002 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074493 | 0.074493 | 0.074493 | 0.0 | 0.08 Output | 0.00015255 | 0.00015255 | 0.00015255 | 0.0 | 0.00 Modify | 0.36445 | 0.36445 | 0.36445 | 0.0 | 0.37 Other | | 0.05641 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2949.00 ave 2949 max 2949 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: 116582.0 ave 116582 max 116582 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116582 Ave neighs/atom = 58.291000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.461883539474, Press = -4.31610485042512 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8434.3417 -8434.3417 -8508.004 -8508.004 285.08089 285.08089 23711.204 23711.204 -229.74643 -229.74643 27000 -8436.6134 -8436.6134 -8507.5688 -8507.5688 274.60492 274.60492 23690.484 23690.484 1132.688 1132.688 Loop time of 98.6163 on 1 procs for 1000 steps with 2000 atoms Performance: 0.876 ns/day, 27.393 hours/ns, 10.140 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 | 98.123 | 98.123 | 98.123 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074309 | 0.074309 | 0.074309 | 0.0 | 0.08 Output | 0.00015528 | 0.00015528 | 0.00015528 | 0.0 | 0.00 Modify | 0.3624 | 0.3624 | 0.3624 | 0.0 | 0.37 Other | | 0.05653 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955.00 ave 2955 max 2955 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: 116600.0 ave 116600 max 116600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116600 Ave neighs/atom = 58.300000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.456070924172, Press = -0.231727612604693 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8436.6134 -8436.6134 -8507.5688 -8507.5688 274.60492 274.60492 23690.484 23690.484 1132.688 1132.688 28000 -8434.8559 -8434.8559 -8508.2732 -8508.2732 284.13265 284.13265 23715.707 23715.707 -693.88788 -693.88788 Loop time of 98.7271 on 1 procs for 1000 steps with 2000 atoms Performance: 0.875 ns/day, 27.424 hours/ns, 10.129 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 | 98.233 | 98.233 | 98.233 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074928 | 0.074928 | 0.074928 | 0.0 | 0.08 Output | 0.00015715 | 0.00015715 | 0.00015715 | 0.0 | 0.00 Modify | 0.36346 | 0.36346 | 0.36346 | 0.0 | 0.37 Other | | 0.05565 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2948.00 ave 2948 max 2948 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: 116598.0 ave 116598 max 116598 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116598 Ave neighs/atom = 58.299000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.538158881656, Press = -0.529168171407699 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8434.8559 -8434.8559 -8508.2732 -8508.2732 284.13265 284.13265 23715.707 23715.707 -693.88788 -693.88788 29000 -8436.2815 -8436.2815 -8505.0087 -8505.0087 265.98128 265.98128 23705.016 23705.016 480.04628 480.04628 Loop time of 98.1373 on 1 procs for 1000 steps with 2000 atoms Performance: 0.880 ns/day, 27.260 hours/ns, 10.190 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 | 97.646 | 97.646 | 97.646 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074543 | 0.074543 | 0.074543 | 0.0 | 0.08 Output | 0.00015474 | 0.00015474 | 0.00015474 | 0.0 | 0.00 Modify | 0.36108 | 0.36108 | 0.36108 | 0.0 | 0.37 Other | | 0.05594 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2954.00 ave 2954 max 2954 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: 116618.0 ave 116618 max 116618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116618 Ave neighs/atom = 58.309000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.521853150239, Press = -1.7507439119854 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8436.2815 -8436.2815 -8505.0087 -8505.0087 265.98128 265.98128 23705.016 23705.016 480.04628 480.04628 30000 -8437.4676 -8437.4676 -8507.5539 -8507.5539 271.24119 271.24119 23697.082 23697.082 650.23854 650.23854 Loop time of 99.6359 on 1 procs for 1000 steps with 2000 atoms Performance: 0.867 ns/day, 27.677 hours/ns, 10.037 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 | 99.135 | 99.135 | 99.135 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07518 | 0.07518 | 0.07518 | 0.0 | 0.08 Output | 0.00014917 | 0.00014917 | 0.00014917 | 0.0 | 0.00 Modify | 0.36884 | 0.36884 | 0.36884 | 0.0 | 0.37 Other | | 0.05676 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955.00 ave 2955 max 2955 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: 116696.0 ave 116696 max 116696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116696 Ave neighs/atom = 58.348000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.54778259868, Press = -0.815832820656344 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8437.4676 -8437.4676 -8507.5539 -8507.5539 271.24119 271.24119 23697.082 23697.082 650.23854 650.23854 31000 -8429.8647 -8429.8647 -8503.5183 -8503.5183 285.04693 285.04693 23720.254 23720.254 -162.48769 -162.48769 Loop time of 99.514 on 1 procs for 1000 steps with 2000 atoms Performance: 0.868 ns/day, 27.643 hours/ns, 10.049 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 | 99.016 | 99.016 | 99.016 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07532 | 0.07532 | 0.07532 | 0.0 | 0.08 Output | 0.00015427 | 0.00015427 | 0.00015427 | 0.0 | 0.00 Modify | 0.36563 | 0.36563 | 0.36563 | 0.0 | 0.37 Other | | 0.05691 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957.00 ave 2957 max 2957 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: 116642.0 ave 116642 max 116642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116642 Ave neighs/atom = 58.321000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.63703758404, Press = -0.0631694301171569 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8429.8647 -8429.8647 -8503.5183 -8503.5183 285.04693 285.04693 23720.254 23720.254 -162.48769 -162.48769 32000 -8438.0198 -8438.0198 -8507.9035 -8507.9035 270.45709 270.45709 23715.693 23715.693 -804.68924 -804.68924 Loop time of 99.3533 on 1 procs for 1000 steps with 2000 atoms Performance: 0.870 ns/day, 27.598 hours/ns, 10.065 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 | 98.854 | 98.854 | 98.854 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075364 | 0.075364 | 0.075364 | 0.0 | 0.08 Output | 0.00015274 | 0.00015274 | 0.00015274 | 0.0 | 0.00 Modify | 0.36664 | 0.36664 | 0.36664 | 0.0 | 0.37 Other | | 0.05685 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116696.0 ave 116696 max 116696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116696 Ave neighs/atom = 58.348000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.691090784212, Press = -1.72713763864925 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8438.0198 -8438.0198 -8507.9035 -8507.9035 270.45709 270.45709 23715.693 23715.693 -804.68924 -804.68924 33000 -8438.8713 -8438.8713 -8508.9176 -8508.9176 271.08627 271.08627 23691.007 23691.007 784.458 784.458 Loop time of 99.7236 on 1 procs for 1000 steps with 2000 atoms Performance: 0.866 ns/day, 27.701 hours/ns, 10.028 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 | 99.224 | 99.224 | 99.224 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074807 | 0.074807 | 0.074807 | 0.0 | 0.08 Output | 0.00015479 | 0.00015479 | 0.00015479 | 0.0 | 0.00 Modify | 0.36737 | 0.36737 | 0.36737 | 0.0 | 0.37 Other | | 0.05695 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2948.00 ave 2948 max 2948 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: 116648.0 ave 116648 max 116648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116648 Ave neighs/atom = 58.324000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.696614545563, Press = -1.49138202014318 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8438.8713 -8438.8713 -8508.9176 -8508.9176 271.08627 271.08627 23691.007 23691.007 784.458 784.458 34000 -8435.7879 -8435.7879 -8505.7771 -8505.7771 270.86507 270.86507 23704.595 23704.595 372.93655 372.93655 Loop time of 100.006 on 1 procs for 1000 steps with 2000 atoms Performance: 0.864 ns/day, 27.779 hours/ns, 9.999 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 | 99.504 | 99.504 | 99.504 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074615 | 0.074615 | 0.074615 | 0.0 | 0.07 Output | 0.00015001 | 0.00015001 | 0.00015001 | 0.0 | 0.00 Modify | 0.37037 | 0.37037 | 0.37037 | 0.0 | 0.37 Other | | 0.05698 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2948.00 ave 2948 max 2948 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: 116624.0 ave 116624 max 116624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116624 Ave neighs/atom = 58.312000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.711312427819, Press = 0.937960895683406 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8435.7879 -8435.7879 -8505.7771 -8505.7771 270.86507 270.86507 23704.595 23704.595 372.93655 372.93655 35000 -8433.3963 -8433.3963 -8506.4367 -8506.4367 282.67403 282.67403 23751.344 23751.344 -2802.8665 -2802.8665 Loop time of 98.4224 on 1 procs for 1000 steps with 2000 atoms Performance: 0.878 ns/day, 27.340 hours/ns, 10.160 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 | 97.926 | 97.926 | 97.926 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074334 | 0.074334 | 0.074334 | 0.0 | 0.08 Output | 0.00015394 | 0.00015394 | 0.00015394 | 0.0 | 0.00 Modify | 0.36602 | 0.36602 | 0.36602 | 0.0 | 0.37 Other | | 0.05634 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2947.00 ave 2947 max 2947 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: 116604.0 ave 116604 max 116604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116604 Ave neighs/atom = 58.302000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.760799554314, Press = -2.16651823376417 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8433.3963 -8433.3963 -8506.4367 -8506.4367 282.67403 282.67403 23751.344 23751.344 -2802.8665 -2802.8665 36000 -8436.8238 -8436.8238 -8507.2306 -8507.2306 272.4817 272.4817 23679.072 23679.072 1956.3124 1956.3124 Loop time of 98.248 on 1 procs for 1000 steps with 2000 atoms Performance: 0.879 ns/day, 27.291 hours/ns, 10.178 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 | 97.756 | 97.756 | 97.756 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074874 | 0.074874 | 0.074874 | 0.0 | 0.08 Output | 0.00015389 | 0.00015389 | 0.00015389 | 0.0 | 0.00 Modify | 0.36061 | 0.36061 | 0.36061 | 0.0 | 0.37 Other | | 0.05652 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2952.00 ave 2952 max 2952 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: 116588.0 ave 116588 max 116588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116588 Ave neighs/atom = 58.294000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.828181012291, Press = -2.07263921233381 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8436.8238 -8436.8238 -8507.2306 -8507.2306 272.4817 272.4817 23679.072 23679.072 1956.3124 1956.3124 37000 -8437.0943 -8437.0943 -8507.1197 -8507.1197 271.00547 271.00547 23700.87 23700.87 371.36145 371.36145 Loop time of 99.1467 on 1 procs for 1000 steps with 2000 atoms Performance: 0.871 ns/day, 27.541 hours/ns, 10.086 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 | 98.647 | 98.647 | 98.647 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075201 | 0.075201 | 0.075201 | 0.0 | 0.08 Output | 0.00015395 | 0.00015395 | 0.00015395 | 0.0 | 0.00 Modify | 0.36767 | 0.36767 | 0.36767 | 0.0 | 0.37 Other | | 0.05698 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2963.00 ave 2963 max 2963 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: 116662.0 ave 116662 max 116662 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116662 Ave neighs/atom = 58.331000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.868931508053, Press = 0.820187454703778 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8437.0943 -8437.0943 -8507.1197 -8507.1197 271.00547 271.00547 23700.87 23700.87 371.36145 371.36145 38000 -8436.8031 -8436.8031 -8506.1265 -8506.1265 268.28862 268.28862 23732.274 23732.274 -1705.9123 -1705.9123 Loop time of 100.151 on 1 procs for 1000 steps with 2000 atoms Performance: 0.863 ns/day, 27.820 hours/ns, 9.985 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 | 99.647 | 99.647 | 99.647 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07572 | 0.07572 | 0.07572 | 0.0 | 0.08 Output | 0.00015494 | 0.00015494 | 0.00015494 | 0.0 | 0.00 Modify | 0.37176 | 0.37176 | 0.37176 | 0.0 | 0.37 Other | | 0.05712 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2964.00 ave 2964 max 2964 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: 116644.0 ave 116644 max 116644 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116644 Ave neighs/atom = 58.322000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.935044262803, Press = -1.71669470158105 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8436.8031 -8436.8031 -8506.1265 -8506.1265 268.28862 268.28862 23732.274 23732.274 -1705.9123 -1705.9123 39000 -8435.3512 -8435.3512 -8506.317 -8506.317 274.64498 274.64498 23687.246 23687.246 1599.6992 1599.6992 Loop time of 101.128 on 1 procs for 1000 steps with 2000 atoms Performance: 0.854 ns/day, 28.091 hours/ns, 9.888 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 | 100.62 | 100.62 | 100.62 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076558 | 0.076558 | 0.076558 | 0.0 | 0.08 Output | 0.00015536 | 0.00015536 | 0.00015536 | 0.0 | 0.00 Modify | 0.37651 | 0.37651 | 0.37651 | 0.0 | 0.37 Other | | 0.05711 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116646.0 ave 116646 max 116646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116646 Ave neighs/atom = 58.323000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.916715696177, Press = -1.52831902868397 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8435.3512 -8435.3512 -8506.317 -8506.317 274.64498 274.64498 23687.246 23687.246 1599.6992 1599.6992 40000 -8432.8485 -8432.8485 -8504.5045 -8504.5045 277.31636 277.31636 23694.31 23694.31 1387.1772 1387.1772 Loop time of 100.646 on 1 procs for 1000 steps with 2000 atoms Performance: 0.858 ns/day, 27.957 hours/ns, 9.936 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 | 100.14 | 100.14 | 100.14 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074869 | 0.074869 | 0.074869 | 0.0 | 0.07 Output | 0.00021657 | 0.00021657 | 0.00021657 | 0.0 | 0.00 Modify | 0.37405 | 0.37405 | 0.37405 | 0.0 | 0.37 Other | | 0.05738 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2953.00 ave 2953 max 2953 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: 116686.0 ave 116686 max 116686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116686 Ave neighs/atom = 58.343000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.977622602836, Press = 3.30341261156884 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8432.8485 -8432.8485 -8504.5045 -8504.5045 277.31636 277.31636 23694.31 23694.31 1387.1772 1387.1772 41000 -8436.4068 -8436.4068 -8505.7707 -8505.7707 268.44517 268.44517 23750.13 23750.13 -2832.9089 -2832.9089 Loop time of 99.6349 on 1 procs for 1000 steps with 2000 atoms Performance: 0.867 ns/day, 27.676 hours/ns, 10.037 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 | 99.132 | 99.132 | 99.132 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074854 | 0.074854 | 0.074854 | 0.0 | 0.08 Output | 0.0015157 | 0.0015157 | 0.0015157 | 0.0 | 0.00 Modify | 0.36931 | 0.36931 | 0.36931 | 0.0 | 0.37 Other | | 0.05712 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2943.00 ave 2943 max 2943 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: 116684.0 ave 116684 max 116684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116684 Ave neighs/atom = 58.342000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.00100633413, Press = -1.27608098653536 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8436.4068 -8436.4068 -8505.7707 -8505.7707 268.44517 268.44517 23750.13 23750.13 -2832.9089 -2832.9089 42000 -8433.8118 -8433.8118 -8505.6575 -8505.6575 278.05037 278.05037 23699.408 23699.408 860.25785 860.25785 Loop time of 99.2965 on 1 procs for 1000 steps with 2000 atoms Performance: 0.870 ns/day, 27.582 hours/ns, 10.071 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 | 98.799 | 98.799 | 98.799 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07458 | 0.07458 | 0.07458 | 0.0 | 0.08 Output | 0.00015317 | 0.00015317 | 0.00015317 | 0.0 | 0.00 Modify | 0.36671 | 0.36671 | 0.36671 | 0.0 | 0.37 Other | | 0.05594 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2945.00 ave 2945 max 2945 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: 116584.0 ave 116584 max 116584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116584 Ave neighs/atom = 58.292000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.084842236216, Press = -1.46174901063793 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8433.8118 -8433.8118 -8505.6575 -8505.6575 278.05037 278.05037 23699.408 23699.408 860.25785 860.25785 43000 -8434.7797 -8434.7797 -8504.5505 -8504.5505 270.02019 270.02019 23705.879 23705.879 702.09551 702.09551 Loop time of 98.1673 on 1 procs for 1000 steps with 2000 atoms Performance: 0.880 ns/day, 27.269 hours/ns, 10.187 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 | 97.673 | 97.673 | 97.673 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074166 | 0.074166 | 0.074166 | 0.0 | 0.08 Output | 0.00015428 | 0.00015428 | 0.00015428 | 0.0 | 0.00 Modify | 0.36334 | 0.36334 | 0.36334 | 0.0 | 0.37 Other | | 0.05669 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962.00 ave 2962 max 2962 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: 116636.0 ave 116636 max 116636 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116636 Ave neighs/atom = 58.318000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.072843731782, Press = 0.42492705038143 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8434.7797 -8434.7797 -8504.5505 -8504.5505 270.02019 270.02019 23705.879 23705.879 702.09551 702.09551 44000 -8439.6084 -8439.6084 -8508.8642 -8508.8642 268.02714 268.02714 23723.061 23723.061 -1488.479 -1488.479 Loop time of 99.1394 on 1 procs for 1000 steps with 2000 atoms Performance: 0.871 ns/day, 27.539 hours/ns, 10.087 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 | 98.64 | 98.64 | 98.64 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075319 | 0.075319 | 0.075319 | 0.0 | 0.08 Output | 0.00015765 | 0.00015765 | 0.00015765 | 0.0 | 0.00 Modify | 0.36673 | 0.36673 | 0.36673 | 0.0 | 0.37 Other | | 0.05703 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2967.00 ave 2967 max 2967 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: 116688.0 ave 116688 max 116688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116688 Ave neighs/atom = 58.344000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.030660634573, Press = -0.877934288091088 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8439.6084 -8439.6084 -8508.8642 -8508.8642 268.02714 268.02714 23723.061 23723.061 -1488.479 -1488.479 45000 -8435.3375 -8435.3375 -8508.6249 -8508.6249 283.62973 283.62973 23694.904 23694.904 689.22121 689.22121 Loop time of 98.0756 on 1 procs for 1000 steps with 2000 atoms Performance: 0.881 ns/day, 27.243 hours/ns, 10.196 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 | 97.581 | 97.581 | 97.581 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074434 | 0.074434 | 0.074434 | 0.0 | 0.08 Output | 0.00018477 | 0.00018477 | 0.00018477 | 0.0 | 0.00 Modify | 0.36333 | 0.36333 | 0.36333 | 0.0 | 0.37 Other | | 0.05716 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962.00 ave 2962 max 2962 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: 116556.0 ave 116556 max 116556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116556 Ave neighs/atom = 58.278000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.988282859684, Press = -1.55263758771999 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8435.3375 -8435.3375 -8508.6249 -8508.6249 283.62973 283.62973 23694.904 23694.904 689.22121 689.22121 46000 -8435.1367 -8435.1367 -8506.4609 -8506.4609 276.03193 276.03193 23678.049 23678.049 2224.8215 2224.8215 Loop time of 99.0765 on 1 procs for 1000 steps with 2000 atoms Performance: 0.872 ns/day, 27.521 hours/ns, 10.093 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 | 98.577 | 98.577 | 98.577 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075177 | 0.075177 | 0.075177 | 0.0 | 0.08 Output | 0.00015828 | 0.00015828 | 0.00015828 | 0.0 | 0.00 Modify | 0.3668 | 0.3668 | 0.3668 | 0.0 | 0.37 Other | | 0.05702 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956.00 ave 2956 max 2956 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: 116604.0 ave 116604 max 116604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116604 Ave neighs/atom = 58.302000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.958993703157, Press = 1.78501343471826 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8435.1367 -8435.1367 -8506.4609 -8506.4609 276.03193 276.03193 23678.049 23678.049 2224.8215 2224.8215 47000 -8437.0615 -8437.0615 -8506.5766 -8506.5766 269.03068 269.03068 23748.587 23748.587 -2878.5051 -2878.5051 Loop time of 99.3448 on 1 procs for 1000 steps with 2000 atoms Performance: 0.870 ns/day, 27.596 hours/ns, 10.066 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 | 98.843 | 98.843 | 98.843 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076469 | 0.076469 | 0.076469 | 0.0 | 0.08 Output | 0.00015405 | 0.00015405 | 0.00015405 | 0.0 | 0.00 Modify | 0.36819 | 0.36819 | 0.36819 | 0.0 | 0.37 Other | | 0.05698 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2959.00 ave 2959 max 2959 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: 116708.0 ave 116708 max 116708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116708 Ave neighs/atom = 58.354000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.017853843853, Press = -0.564035265059979 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8437.0615 -8437.0615 -8506.5766 -8506.5766 269.03068 269.03068 23748.587 23748.587 -2878.5051 -2878.5051 48000 -8433.6454 -8433.6454 -8505.2291 -8505.2291 277.03638 277.03638 23706.848 23706.848 475.21762 475.21762 Loop time of 99.2127 on 1 procs for 1000 steps with 2000 atoms Performance: 0.871 ns/day, 27.559 hours/ns, 10.079 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 | 98.71 | 98.71 | 98.71 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075906 | 0.075906 | 0.075906 | 0.0 | 0.08 Output | 0.00015427 | 0.00015427 | 0.00015427 | 0.0 | 0.00 Modify | 0.3696 | 0.3696 | 0.3696 | 0.0 | 0.37 Other | | 0.05695 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2949.00 ave 2949 max 2949 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: 116584.0 ave 116584 max 116584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116584 Ave neighs/atom = 58.292000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.052768624272, Press = -1.15846505724166 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8433.6454 -8433.6454 -8505.2291 -8505.2291 277.03638 277.03638 23706.848 23706.848 475.21762 475.21762 49000 -8437.7708 -8437.7708 -8506.9129 -8506.9129 267.5874 267.5874 23692.34 23692.34 1079.7575 1079.7575 Loop time of 99.2852 on 1 procs for 1000 steps with 2000 atoms Performance: 0.870 ns/day, 27.579 hours/ns, 10.072 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 | 98.788 | 98.788 | 98.788 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075039 | 0.075039 | 0.075039 | 0.0 | 0.08 Output | 0.00015272 | 0.00015272 | 0.00015272 | 0.0 | 0.00 Modify | 0.36613 | 0.36613 | 0.36613 | 0.0 | 0.37 Other | | 0.05629 | | | 0.06 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2959.00 ave 2959 max 2959 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: 116650.0 ave 116650 max 116650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116650 Ave neighs/atom = 58.325000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 23708.0771205042 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0