# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.146558970212937*${_u_distance} variable latticeconst_converted equal 3.146558970212937*1 lattice bcc ${latticeconst_converted} lattice bcc 3.14655897021294 Lattice spacing in x,y,z = 3.1465590 3.1465590 3.1465590 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 (31.465590 31.465590 31.465590) 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 (31.465590 31.465590 31.465590) create_atoms CPU = 0.003 seconds variable mass_converted equal 95.94*${_u_mass} variable mass_converted equal 95.94*1 kim_interactions Mo WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Mo #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_JeongParkDo_2018_PdMo__MO_356501945107_001 pair_coeff * * Mo #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 95.94 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 31153.5559995522 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 31153.5559995522/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 31153.5559995522/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 31153.5559995522/(1*1*${_u_distance}) variable V0_metal equal 31153.5559995522/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 31153.5559995522*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 31153.5559995522 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.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_356501945107_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 = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13533.917 -13533.917 -13620 -13620 333.15 333.15 31153.556 31153.556 2951.3963 2951.3963 1000 -13444.991 -13444.991 -13540.897 -13540.897 371.16625 371.16625 31332.638 31332.638 -742.81878 -742.81878 Loop time of 124.951 on 1 procs for 1000 steps with 2000 atoms Performance: 0.691 ns/day, 34.709 hours/ns, 8.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 | 124.39 | 124.39 | 124.39 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1038 | 0.1038 | 0.1038 | 0.0 | 0.08 Output | 0.00025383 | 0.00025383 | 0.00025383 | 0.0 | 0.00 Modify | 0.39592 | 0.39592 | 0.39592 | 0.0 | 0.32 Other | | 0.06481 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13444.991 -13444.991 -13540.897 -13540.897 371.16625 371.16625 31332.638 31332.638 -742.81878 -742.81878 2000 -13444.169 -13444.169 -13528.094 -13528.094 324.79657 324.79657 31347.529 31347.529 -337.97629 -337.97629 Loop time of 113.142 on 1 procs for 1000 steps with 2000 atoms Performance: 0.764 ns/day, 31.428 hours/ns, 8.838 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.66 | 112.66 | 112.66 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093717 | 0.093717 | 0.093717 | 0.0 | 0.08 Output | 0.00019322 | 0.00019322 | 0.00019322 | 0.0 | 0.00 Modify | 0.33279 | 0.33279 | 0.33279 | 0.0 | 0.29 Other | | 0.05909 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13444.169 -13444.169 -13528.094 -13528.094 324.79657 324.79657 31347.529 31347.529 -337.97629 -337.97629 3000 -13447.557 -13447.557 -13531.478 -13531.478 324.78104 324.78104 31331.627 31331.627 389.5223 389.5223 Loop time of 117.898 on 1 procs for 1000 steps with 2000 atoms Performance: 0.733 ns/day, 32.749 hours/ns, 8.482 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 117.38 | 117.38 | 117.38 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097629 | 0.097629 | 0.097629 | 0.0 | 0.08 Output | 0.00023223 | 0.00023223 | 0.00023223 | 0.0 | 0.00 Modify | 0.35551 | 0.35551 | 0.35551 | 0.0 | 0.30 Other | | 0.06073 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13447.557 -13447.557 -13531.478 -13531.478 324.78104 324.78104 31331.627 31331.627 389.5223 389.5223 4000 -13442.6 -13442.6 -13536.528 -13536.528 363.51334 363.51334 31298.596 31298.596 2763.1747 2763.1747 Loop time of 131.543 on 1 procs for 1000 steps with 2000 atoms Performance: 0.657 ns/day, 36.540 hours/ns, 7.602 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.95 | 130.95 | 130.95 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10732 | 0.10732 | 0.10732 | 0.0 | 0.08 Output | 0.0001946 | 0.0001946 | 0.0001946 | 0.0 | 0.00 Modify | 0.41647 | 0.41647 | 0.41647 | 0.0 | 0.32 Other | | 0.06671 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13442.6 -13442.6 -13536.528 -13536.528 363.51334 363.51334 31298.596 31298.596 2763.1747 2763.1747 5000 -13447.32 -13447.32 -13533.967 -13533.967 335.33108 335.33108 31295.136 31295.136 3087.3903 3087.3903 Loop time of 128.523 on 1 procs for 1000 steps with 2000 atoms Performance: 0.672 ns/day, 35.701 hours/ns, 7.781 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.95 | 127.95 | 127.95 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10646 | 0.10646 | 0.10646 | 0.0 | 0.08 Output | 0.00015817 | 0.00015817 | 0.00015817 | 0.0 | 0.00 Modify | 0.405 | 0.405 | 0.405 | 0.0 | 0.32 Other | | 0.06567 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127988.0 ave 127988 max 127988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127988 Ave neighs/atom = 63.994000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 331.257473417924, Press = -225.197104664257 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13447.32 -13447.32 -13533.967 -13533.967 335.33108 335.33108 31295.136 31295.136 3087.3903 3087.3903 6000 -13442.951 -13442.951 -13527.799 -13527.799 328.37027 328.37027 31343.008 31343.008 -283.08213 -283.08213 Loop time of 124.597 on 1 procs for 1000 steps with 2000 atoms Performance: 0.693 ns/day, 34.610 hours/ns, 8.026 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 124.03 | 124.03 | 124.03 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10288 | 0.10288 | 0.10288 | 0.0 | 0.08 Output | 0.00021366 | 0.00021366 | 0.00021366 | 0.0 | 0.00 Modify | 0.4042 | 0.4042 | 0.4042 | 0.0 | 0.32 Other | | 0.06325 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.54973626475, Press = -38.1336856798924 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13442.951 -13442.951 -13527.799 -13527.799 328.37027 328.37027 31343.008 31343.008 -283.08213 -283.08213 7000 -13446.343 -13446.343 -13533.061 -13533.061 335.60799 335.60799 31344.311 31344.311 -812.74809 -812.74809 Loop time of 120.345 on 1 procs for 1000 steps with 2000 atoms Performance: 0.718 ns/day, 33.429 hours/ns, 8.309 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 | 119.8 | 119.8 | 119.8 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099967 | 0.099967 | 0.099967 | 0.0 | 0.08 Output | 0.00019127 | 0.00019127 | 0.00019127 | 0.0 | 0.00 Modify | 0.38512 | 0.38512 | 0.38512 | 0.0 | 0.32 Other | | 0.06151 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.602116852486, Press = -35.7100052496097 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13446.343 -13446.343 -13533.061 -13533.061 335.60799 335.60799 31344.311 31344.311 -812.74809 -812.74809 8000 -13442.979 -13442.979 -13532.461 -13532.461 346.30535 346.30535 31336.043 31336.043 -63.738691 -63.738691 Loop time of 128.25 on 1 procs for 1000 steps with 2000 atoms Performance: 0.674 ns/day, 35.625 hours/ns, 7.797 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 | 127.66 | 127.66 | 127.66 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10571 | 0.10571 | 0.10571 | 0.0 | 0.08 Output | 0.00015651 | 0.00015651 | 0.00015651 | 0.0 | 0.00 Modify | 0.42237 | 0.42237 | 0.42237 | 0.0 | 0.33 Other | | 0.06532 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972.0 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.554265163157, Press = -32.0894596781466 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13442.979 -13442.979 -13532.461 -13532.461 346.30535 346.30535 31336.043 31336.043 -63.738691 -63.738691 9000 -13444.122 -13444.122 -13533.776 -13533.776 346.97028 346.97028 31309.457 31309.457 2016.0821 2016.0821 Loop time of 131.63 on 1 procs for 1000 steps with 2000 atoms Performance: 0.656 ns/day, 36.564 hours/ns, 7.597 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.02 | 131.02 | 131.02 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10739 | 0.10739 | 0.10739 | 0.0 | 0.08 Output | 0.00020059 | 0.00020059 | 0.00020059 | 0.0 | 0.00 Modify | 0.43638 | 0.43638 | 0.43638 | 0.0 | 0.33 Other | | 0.06706 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.934082864195, Press = -22.5793080842441 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13444.122 -13444.122 -13533.776 -13533.776 346.97028 346.97028 31309.457 31309.457 2016.0821 2016.0821 10000 -13449.971 -13449.971 -13536.432 -13536.432 334.6114 334.6114 31277.91 31277.91 4191.5862 4191.5862 Loop time of 120.787 on 1 procs for 1000 steps with 2000 atoms Performance: 0.715 ns/day, 33.552 hours/ns, 8.279 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.24 | 120.24 | 120.24 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099179 | 0.099179 | 0.099179 | 0.0 | 0.08 Output | 0.00015454 | 0.00015454 | 0.00015454 | 0.0 | 0.00 Modify | 0.38545 | 0.38545 | 0.38545 | 0.0 | 0.32 Other | | 0.06275 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.27651249787, Press = 5.08114978858008 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13449.971 -13449.971 -13536.432 -13536.432 334.6114 334.6114 31277.91 31277.91 4191.5862 4191.5862 11000 -13443.974 -13443.974 -13531.875 -13531.875 340.18898 340.18898 31365.876 31365.876 -2619.9953 -2619.9953 Loop time of 119.202 on 1 procs for 1000 steps with 2000 atoms Performance: 0.725 ns/day, 33.112 hours/ns, 8.389 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 118.66 | 118.66 | 118.66 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099181 | 0.099181 | 0.099181 | 0.0 | 0.08 Output | 0.00019584 | 0.00019584 | 0.00019584 | 0.0 | 0.00 Modify | 0.38214 | 0.38214 | 0.38214 | 0.0 | 0.32 Other | | 0.062 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127994.0 ave 127994 max 127994 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127994 Ave neighs/atom = 63.997000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.982112788875, Press = 3.30448950129016 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13443.974 -13443.974 -13531.875 -13531.875 340.18898 340.18898 31365.876 31365.876 -2619.9953 -2619.9953 12000 -13447.22 -13447.22 -13531.995 -13531.995 328.08623 328.08623 31356.37 31356.37 -1843.4798 -1843.4798 Loop time of 131.338 on 1 procs for 1000 steps with 2000 atoms Performance: 0.658 ns/day, 36.483 hours/ns, 7.614 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.73 | 130.73 | 130.73 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10633 | 0.10633 | 0.10633 | 0.0 | 0.08 Output | 0.00018874 | 0.00018874 | 0.00018874 | 0.0 | 0.00 Modify | 0.43438 | 0.43438 | 0.43438 | 0.0 | 0.33 Other | | 0.06615 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.69240211092, Press = -10.103083547465 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13447.22 -13447.22 -13531.995 -13531.995 328.08623 328.08623 31356.37 31356.37 -1843.4798 -1843.4798 13000 -13447.615 -13447.615 -13532.661 -13532.661 329.13855 329.13855 31335.017 31335.017 -302.16085 -302.16085 Loop time of 131.4 on 1 procs for 1000 steps with 2000 atoms Performance: 0.658 ns/day, 36.500 hours/ns, 7.610 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.79 | 130.79 | 130.79 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10639 | 0.10639 | 0.10639 | 0.0 | 0.08 Output | 0.00021483 | 0.00021483 | 0.00021483 | 0.0 | 0.00 Modify | 0.4361 | 0.4361 | 0.4361 | 0.0 | 0.33 Other | | 0.06694 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.769345861816, Press = -10.7776001861456 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13447.615 -13447.615 -13532.661 -13532.661 329.13855 329.13855 31335.017 31335.017 -302.16085 -302.16085 14000 -13440.852 -13440.852 -13528.173 -13528.173 337.94021 337.94021 31319.871 31319.871 1777.1734 1777.1734 Loop time of 131.979 on 1 procs for 1000 steps with 2000 atoms Performance: 0.655 ns/day, 36.661 hours/ns, 7.577 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.37 | 131.37 | 131.37 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1078 | 0.1078 | 0.1078 | 0.0 | 0.08 Output | 0.00019932 | 0.00019932 | 0.00019932 | 0.0 | 0.00 Modify | 0.43886 | 0.43886 | 0.43886 | 0.0 | 0.33 Other | | 0.06666 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.13251609064, Press = -8.33874490136841 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13440.852 -13440.852 -13528.173 -13528.173 337.94021 337.94021 31319.871 31319.871 1777.1734 1777.1734 15000 -13445.159 -13445.159 -13532.3 -13532.3 337.24486 337.24486 31306.023 31306.023 2376.4435 2376.4435 Loop time of 131.468 on 1 procs for 1000 steps with 2000 atoms Performance: 0.657 ns/day, 36.519 hours/ns, 7.606 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.86 | 130.86 | 130.86 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10701 | 0.10701 | 0.10701 | 0.0 | 0.08 Output | 0.00037242 | 0.00037242 | 0.00037242 | 0.0 | 0.00 Modify | 0.43427 | 0.43427 | 0.43427 | 0.0 | 0.33 Other | | 0.06614 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.215597922268, Press = -1.56149716129883 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13445.159 -13445.159 -13532.3 -13532.3 337.24486 337.24486 31306.023 31306.023 2376.4435 2376.4435 16000 -13446.879 -13446.879 -13532.455 -13532.455 331.18889 331.18889 31357.956 31357.956 -1973.0825 -1973.0825 Loop time of 119.02 on 1 procs for 1000 steps with 2000 atoms Performance: 0.726 ns/day, 33.061 hours/ns, 8.402 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 | 118.48 | 118.48 | 118.48 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09867 | 0.09867 | 0.09867 | 0.0 | 0.08 Output | 0.00015523 | 0.00015523 | 0.00015523 | 0.0 | 0.00 Modify | 0.37932 | 0.37932 | 0.37932 | 0.0 | 0.32 Other | | 0.06112 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127988.0 ave 127988 max 127988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127988 Ave neighs/atom = 63.994000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.205043515048, Press = 0.307314366979047 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13446.879 -13446.879 -13532.455 -13532.455 331.18889 331.18889 31357.956 31357.956 -1973.0825 -1973.0825 17000 -13443.497 -13443.497 -13529.319 -13529.319 332.14066 332.14066 31371.987 31371.987 -2806.5995 -2806.5995 Loop time of 113.145 on 1 procs for 1000 steps with 2000 atoms Performance: 0.764 ns/day, 31.429 hours/ns, 8.838 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.64 | 112.64 | 112.64 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094553 | 0.094553 | 0.094553 | 0.0 | 0.08 Output | 0.00015416 | 0.00015416 | 0.00015416 | 0.0 | 0.00 Modify | 0.35156 | 0.35156 | 0.35156 | 0.0 | 0.31 Other | | 0.05761 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.943104813547, Press = -6.04784548989421 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13443.497 -13443.497 -13529.319 -13529.319 332.14066 332.14066 31371.987 31371.987 -2806.5995 -2806.5995 18000 -13446.673 -13446.673 -13533.166 -13533.166 334.73643 334.73643 31337.98 31337.98 -502.21131 -502.21131 Loop time of 123.898 on 1 procs for 1000 steps with 2000 atoms Performance: 0.697 ns/day, 34.416 hours/ns, 8.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 | 123.34 | 123.34 | 123.34 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10157 | 0.10157 | 0.10157 | 0.0 | 0.08 Output | 0.00019646 | 0.00019646 | 0.00019646 | 0.0 | 0.00 Modify | 0.3977 | 0.3977 | 0.3977 | 0.0 | 0.32 Other | | 0.06249 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.986664468938, Press = -6.28221754671925 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13446.673 -13446.673 -13533.166 -13533.166 334.73643 334.73643 31337.98 31337.98 -502.21131 -502.21131 19000 -13443.574 -13443.574 -13531.47 -13531.47 340.16632 340.16632 31328.728 31328.728 748.76567 748.76567 Loop time of 117.517 on 1 procs for 1000 steps with 2000 atoms Performance: 0.735 ns/day, 32.644 hours/ns, 8.509 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 116.99 | 116.99 | 116.99 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098299 | 0.098299 | 0.098299 | 0.0 | 0.08 Output | 0.00015482 | 0.00015482 | 0.00015482 | 0.0 | 0.00 Modify | 0.3726 | 0.3726 | 0.3726 | 0.0 | 0.32 Other | | 0.06 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972.0 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.172264285692, Press = -4.27205423177808 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13443.574 -13443.574 -13531.47 -13531.47 340.16632 340.16632 31328.728 31328.728 748.76567 748.76567 20000 -13446.02 -13446.02 -13531.663 -13531.663 331.44814 331.44814 31323.688 31323.688 999.06737 999.06737 Loop time of 115.411 on 1 procs for 1000 steps with 2000 atoms Performance: 0.749 ns/day, 32.059 hours/ns, 8.665 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 114.89 | 114.89 | 114.89 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096914 | 0.096914 | 0.096914 | 0.0 | 0.08 Output | 0.00018614 | 0.00018614 | 0.00018614 | 0.0 | 0.00 Modify | 0.36178 | 0.36178 | 0.36178 | 0.0 | 0.31 Other | | 0.05935 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.364369765066, Press = -2.28310128947124 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13446.02 -13446.02 -13531.663 -13531.663 331.44814 331.44814 31323.688 31323.688 999.06737 999.06737 21000 -13443.715 -13443.715 -13529.759 -13529.759 332.99938 332.99938 31355.185 31355.185 -1479.6914 -1479.6914 Loop time of 113.038 on 1 procs for 1000 steps with 2000 atoms Performance: 0.764 ns/day, 31.400 hours/ns, 8.847 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.53 | 112.53 | 112.53 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094779 | 0.094779 | 0.094779 | 0.0 | 0.08 Output | 0.00015484 | 0.00015484 | 0.00015484 | 0.0 | 0.00 Modify | 0.3523 | 0.3523 | 0.3523 | 0.0 | 0.31 Other | | 0.05786 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.375755704151, Press = -1.75326483458736 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13443.715 -13443.715 -13529.759 -13529.759 332.99938 332.99938 31355.185 31355.185 -1479.6914 -1479.6914 22000 -13446.817 -13446.817 -13532.317 -13532.317 330.89287 330.89287 31366.507 31366.507 -2774.1458 -2774.1458 Loop time of 132.12 on 1 procs for 1000 steps with 2000 atoms Performance: 0.654 ns/day, 36.700 hours/ns, 7.569 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.51 | 131.51 | 131.51 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10897 | 0.10897 | 0.10897 | 0.0 | 0.08 Output | 0.00015376 | 0.00015376 | 0.00015376 | 0.0 | 0.00 Modify | 0.43883 | 0.43883 | 0.43883 | 0.0 | 0.33 Other | | 0.06574 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972.0 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.1779242479, Press = -5.6258714250461 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13446.817 -13446.817 -13532.317 -13532.317 330.89287 330.89287 31366.507 31366.507 -2774.1458 -2774.1458 23000 -13446.753 -13446.753 -13534.782 -13534.782 340.68049 340.68049 31329.448 31329.448 180.59856 180.59856 Loop time of 113.06 on 1 procs for 1000 steps with 2000 atoms Performance: 0.764 ns/day, 31.406 hours/ns, 8.845 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.56 | 112.56 | 112.56 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094468 | 0.094468 | 0.094468 | 0.0 | 0.08 Output | 0.00015482 | 0.00015482 | 0.00015482 | 0.0 | 0.00 Modify | 0.35159 | 0.35159 | 0.35159 | 0.0 | 0.31 Other | | 0.05761 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.099017545195, Press = -6.74999514438709 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13446.753 -13446.753 -13534.782 -13534.782 340.68049 340.68049 31329.448 31329.448 180.59856 180.59856 24000 -13443.46 -13443.46 -13530.349 -13530.349 336.27138 336.27138 31299.332 31299.332 3337.9333 3337.9333 Loop time of 113.189 on 1 procs for 1000 steps with 2000 atoms Performance: 0.763 ns/day, 31.441 hours/ns, 8.835 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.69 | 112.69 | 112.69 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094263 | 0.094263 | 0.094263 | 0.0 | 0.08 Output | 0.00015592 | 0.00015592 | 0.00015592 | 0.0 | 0.00 Modify | 0.35 | 0.35 | 0.35 | 0.0 | 0.31 Other | | 0.05811 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.961293938166, Press = -3.22311007294322 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13443.46 -13443.46 -13530.349 -13530.349 336.27138 336.27138 31299.332 31299.332 3337.9333 3337.9333 25000 -13446.054 -13446.054 -13532.278 -13532.278 333.69309 333.69309 31315.382 31315.382 1669.608 1669.608 Loop time of 129.31 on 1 procs for 1000 steps with 2000 atoms Performance: 0.668 ns/day, 35.920 hours/ns, 7.733 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.71 | 128.71 | 128.71 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10517 | 0.10517 | 0.10517 | 0.0 | 0.08 Output | 0.00015524 | 0.00015524 | 0.00015524 | 0.0 | 0.00 Modify | 0.42731 | 0.42731 | 0.42731 | 0.0 | 0.33 Other | | 0.06605 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.934415852981, Press = -0.283629052441415 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13446.054 -13446.054 -13532.278 -13532.278 333.69309 333.69309 31315.382 31315.382 1669.608 1669.608 26000 -13444.751 -13444.751 -13531.526 -13531.526 335.82691 335.82691 31354.621 31354.621 -1569.501 -1569.501 Loop time of 131.284 on 1 procs for 1000 steps with 2000 atoms Performance: 0.658 ns/day, 36.468 hours/ns, 7.617 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.67 | 130.67 | 130.67 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10655 | 0.10655 | 0.10655 | 0.0 | 0.08 Output | 0.00019293 | 0.00019293 | 0.00019293 | 0.0 | 0.00 Modify | 0.43598 | 0.43598 | 0.43598 | 0.0 | 0.33 Other | | 0.06675 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.07597357861, Press = -1.65690013262014 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13444.751 -13444.751 -13531.526 -13531.526 335.82691 335.82691 31354.621 31354.621 -1569.501 -1569.501 27000 -13443.423 -13443.423 -13529.864 -13529.864 334.53395 334.53395 31351.259 31351.259 -998.02369 -998.02369 Loop time of 122.702 on 1 procs for 1000 steps with 2000 atoms Performance: 0.704 ns/day, 34.084 hours/ns, 8.150 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 | 122.14 | 122.14 | 122.14 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10104 | 0.10104 | 0.10104 | 0.0 | 0.08 Output | 0.00015693 | 0.00015693 | 0.00015693 | 0.0 | 0.00 Modify | 0.39443 | 0.39443 | 0.39443 | 0.0 | 0.32 Other | | 0.06308 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.101329534149, Press = -3.81658960724896 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13443.423 -13443.423 -13529.864 -13529.864 334.53395 334.53395 31351.259 31351.259 -998.02369 -998.02369 28000 -13447.429 -13447.429 -13533.764 -13533.764 334.12599 334.12599 31331.435 31331.435 124.67815 124.67815 Loop time of 122.724 on 1 procs for 1000 steps with 2000 atoms Performance: 0.704 ns/day, 34.090 hours/ns, 8.148 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 122.17 | 122.17 | 122.17 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10073 | 0.10073 | 0.10073 | 0.0 | 0.08 Output | 0.00015516 | 0.00015516 | 0.00015516 | 0.0 | 0.00 Modify | 0.3937 | 0.3937 | 0.3937 | 0.0 | 0.32 Other | | 0.0624 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.981280408884, Press = -3.26005430112024 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13447.429 -13447.429 -13533.764 -13533.764 334.12599 334.12599 31331.435 31331.435 124.67815 124.67815 29000 -13445.523 -13445.523 -13530.152 -13530.152 327.52506 327.52506 31328.372 31328.372 682.73112 682.73112 Loop time of 130.9 on 1 procs for 1000 steps with 2000 atoms Performance: 0.660 ns/day, 36.361 hours/ns, 7.639 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.29 | 130.29 | 130.29 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1075 | 0.1075 | 0.1075 | 0.0 | 0.08 Output | 0.00015506 | 0.00015506 | 0.00015506 | 0.0 | 0.00 Modify | 0.43405 | 0.43405 | 0.43405 | 0.0 | 0.33 Other | | 0.06574 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.934924841202, Press = -2.54814269234587 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13445.523 -13445.523 -13530.152 -13530.152 327.52506 327.52506 31328.372 31328.372 682.73112 682.73112 30000 -13444.681 -13444.681 -13528.846 -13528.846 325.72614 325.72614 31329.345 31329.345 906.12806 906.12806 Loop time of 127.469 on 1 procs for 1000 steps with 2000 atoms Performance: 0.678 ns/day, 35.408 hours/ns, 7.845 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 126.88 | 126.88 | 126.88 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10415 | 0.10415 | 0.10415 | 0.0 | 0.08 Output | 0.00015521 | 0.00015521 | 0.00015521 | 0.0 | 0.00 Modify | 0.41629 | 0.41629 | 0.41629 | 0.0 | 0.33 Other | | 0.06468 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.920383033246, Press = -2.25286287127569 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13444.681 -13444.681 -13528.846 -13528.846 325.72614 325.72614 31329.345 31329.345 906.12806 906.12806 31000 -13444.851 -13444.851 -13531.456 -13531.456 335.16887 335.16887 31334.692 31334.692 180.37934 180.37934 Loop time of 127.309 on 1 procs for 1000 steps with 2000 atoms Performance: 0.679 ns/day, 35.364 hours/ns, 7.855 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 | 126.71 | 126.71 | 126.71 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1057 | 0.1057 | 0.1057 | 0.0 | 0.08 Output | 0.00015643 | 0.00015643 | 0.00015643 | 0.0 | 0.00 Modify | 0.42377 | 0.42377 | 0.42377 | 0.0 | 0.33 Other | | 0.06406 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127990.0 ave 127990 max 127990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127990 Ave neighs/atom = 63.995000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.000963914046, Press = -2.78967288577531 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13444.851 -13444.851 -13531.456 -13531.456 335.16887 335.16887 31334.692 31334.692 180.37934 180.37934 32000 -13444.61 -13444.61 -13531.327 -13531.327 335.60264 335.60264 31333.687 31333.687 178.97705 178.97705 Loop time of 123.647 on 1 procs for 1000 steps with 2000 atoms Performance: 0.699 ns/day, 34.346 hours/ns, 8.088 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 123.08 | 123.08 | 123.08 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10305 | 0.10305 | 0.10305 | 0.0 | 0.08 Output | 0.00018711 | 0.00018711 | 0.00018711 | 0.0 | 0.00 Modify | 0.40054 | 0.40054 | 0.40054 | 0.0 | 0.32 Other | | 0.06216 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.006069786244, Press = -2.52285227914339 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13444.61 -13444.61 -13531.327 -13531.327 335.60264 335.60264 31333.687 31333.687 178.97705 178.97705 33000 -13447.255 -13447.255 -13531.466 -13531.466 325.9043 325.9043 31332.277 31332.277 143.77993 143.77993 Loop time of 114.794 on 1 procs for 1000 steps with 2000 atoms Performance: 0.753 ns/day, 31.887 hours/ns, 8.711 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 114.28 | 114.28 | 114.28 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095663 | 0.095663 | 0.095663 | 0.0 | 0.08 Output | 0.00015597 | 0.00015597 | 0.00015597 | 0.0 | 0.00 Modify | 0.35969 | 0.35969 | 0.35969 | 0.0 | 0.31 Other | | 0.06017 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.023792668862, Press = -2.7479198550948 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13447.255 -13447.255 -13531.466 -13531.466 325.9043 325.9043 31332.277 31332.277 143.77993 143.77993 34000 -13443.781 -13443.781 -13530.424 -13530.424 335.31741 335.31741 31330.762 31330.762 619.86903 619.86903 Loop time of 112.94 on 1 procs for 1000 steps with 2000 atoms Performance: 0.765 ns/day, 31.372 hours/ns, 8.854 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.44 | 112.44 | 112.44 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095012 | 0.095012 | 0.095012 | 0.0 | 0.08 Output | 0.000175 | 0.000175 | 0.000175 | 0.0 | 0.00 Modify | 0.34924 | 0.34924 | 0.34924 | 0.0 | 0.31 Other | | 0.05877 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.921853562115, Press = -2.46899544705992 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13443.781 -13443.781 -13530.424 -13530.424 335.31741 335.31741 31330.762 31330.762 619.86903 619.86903 35000 -13447.285 -13447.285 -13531.796 -13531.796 327.06468 327.06468 31331.64 31331.64 63.657094 63.657094 Loop time of 116.943 on 1 procs for 1000 steps with 2000 atoms Performance: 0.739 ns/day, 32.484 hours/ns, 8.551 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 116.42 | 116.42 | 116.42 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097206 | 0.097206 | 0.097206 | 0.0 | 0.08 Output | 0.00021768 | 0.00021768 | 0.00021768 | 0.0 | 0.00 Modify | 0.3675 | 0.3675 | 0.3675 | 0.0 | 0.31 Other | | 0.06023 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.872548311048, Press = -1.759061814335 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13447.285 -13447.285 -13531.796 -13531.796 327.06468 327.06468 31331.64 31331.64 63.657094 63.657094 36000 -13444.481 -13444.481 -13530.396 -13530.396 332.4977 332.4977 31350.822 31350.822 -1236.7165 -1236.7165 Loop time of 117.056 on 1 procs for 1000 steps with 2000 atoms Performance: 0.738 ns/day, 32.516 hours/ns, 8.543 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 116.53 | 116.53 | 116.53 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097229 | 0.097229 | 0.097229 | 0.0 | 0.08 Output | 0.00015442 | 0.00015442 | 0.00015442 | 0.0 | 0.00 Modify | 0.36936 | 0.36936 | 0.36936 | 0.0 | 0.32 Other | | 0.06153 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.876237978335, Press = -2.18380027229583 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13444.481 -13444.481 -13530.396 -13530.396 332.4977 332.4977 31350.822 31350.822 -1236.7165 -1236.7165 37000 -13446.652 -13446.652 -13532.847 -13532.847 333.58304 333.58304 31353.145 31353.145 -1762.2325 -1762.2325 Loop time of 123.448 on 1 procs for 1000 steps with 2000 atoms Performance: 0.700 ns/day, 34.291 hours/ns, 8.101 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 | 122.88 | 122.88 | 122.88 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10258 | 0.10258 | 0.10258 | 0.0 | 0.08 Output | 0.00015277 | 0.00015277 | 0.00015277 | 0.0 | 0.00 Modify | 0.40083 | 0.40083 | 0.40083 | 0.0 | 0.32 Other | | 0.06334 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972.0 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.94147483746, Press = -3.5831652024121 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13446.652 -13446.652 -13532.847 -13532.847 333.58304 333.58304 31353.145 31353.145 -1762.2325 -1762.2325 38000 -13445.704 -13445.704 -13532.585 -13532.585 336.23977 336.23977 31318.833 31318.833 1419.3601 1419.3601 Loop time of 118.096 on 1 procs for 1000 steps with 2000 atoms Performance: 0.732 ns/day, 32.804 hours/ns, 8.468 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 | 117.56 | 117.56 | 117.56 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098482 | 0.098482 | 0.098482 | 0.0 | 0.08 Output | 0.00015509 | 0.00015509 | 0.00015509 | 0.0 | 0.00 Modify | 0.37352 | 0.37352 | 0.37352 | 0.0 | 0.32 Other | | 0.06067 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.046033722237, Press = -3.89925013306212 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13445.704 -13445.704 -13532.585 -13532.585 336.23977 336.23977 31318.833 31318.833 1419.3601 1419.3601 39000 -13443.498 -13443.498 -13530.753 -13530.753 337.68331 337.68331 31290.551 31290.551 3927.6047 3927.6047 Loop time of 121.81 on 1 procs for 1000 steps with 2000 atoms Performance: 0.709 ns/day, 33.836 hours/ns, 8.209 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.25 | 121.25 | 121.25 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10106 | 0.10106 | 0.10106 | 0.0 | 0.08 Output | 0.00015815 | 0.00015815 | 0.00015815 | 0.0 | 0.00 Modify | 0.39395 | 0.39395 | 0.39395 | 0.0 | 0.32 Other | | 0.06216 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.05214907467, Press = -1.87023621537089 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13443.498 -13443.498 -13530.753 -13530.753 337.68331 337.68331 31290.551 31290.551 3927.6047 3927.6047 40000 -13447.115 -13447.115 -13533.294 -13533.294 333.52296 333.52296 31326.819 31326.819 320.17964 320.17964 Loop time of 120.936 on 1 procs for 1000 steps with 2000 atoms Performance: 0.714 ns/day, 33.593 hours/ns, 8.269 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 | 120.39 | 120.39 | 120.39 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10048 | 0.10048 | 0.10048 | 0.0 | 0.08 Output | 0.0001552 | 0.0001552 | 0.0001552 | 0.0 | 0.00 Modify | 0.38687 | 0.38687 | 0.38687 | 0.0 | 0.32 Other | | 0.06217 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.075849535561, Press = -0.957522049241741 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13447.115 -13447.115 -13533.294 -13533.294 333.52296 333.52296 31326.819 31326.819 320.17964 320.17964 41000 -13442.907 -13442.907 -13529.893 -13529.893 336.64481 336.64481 31352.211 31352.211 -1074.0205 -1074.0205 Loop time of 112.839 on 1 procs for 1000 steps with 2000 atoms Performance: 0.766 ns/day, 31.344 hours/ns, 8.862 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.34 | 112.34 | 112.34 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094899 | 0.094899 | 0.094899 | 0.0 | 0.08 Output | 0.00045113 | 0.00045113 | 0.00045113 | 0.0 | 0.00 Modify | 0.34953 | 0.34953 | 0.34953 | 0.0 | 0.31 Other | | 0.05818 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.098800584495, Press = -1.67180629800161 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13442.907 -13442.907 -13529.893 -13529.893 336.64481 336.64481 31352.211 31352.211 -1074.0205 -1074.0205 42000 -13444.442 -13444.442 -13531.37 -13531.37 336.41804 336.41804 31351.315 31351.315 -1213.8136 -1213.8136 Loop time of 112.635 on 1 procs for 1000 steps with 2000 atoms Performance: 0.767 ns/day, 31.287 hours/ns, 8.878 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.13 | 112.13 | 112.13 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093755 | 0.093755 | 0.093755 | 0.0 | 0.08 Output | 0.00015553 | 0.00015553 | 0.00015553 | 0.0 | 0.00 Modify | 0.34987 | 0.34987 | 0.34987 | 0.0 | 0.31 Other | | 0.05778 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964.0 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.048790220061, Press = -2.56823051813283 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13444.442 -13444.442 -13531.37 -13531.37 336.41804 336.41804 31351.315 31351.315 -1213.8136 -1213.8136 43000 -13445.582 -13445.582 -13531.661 -13531.661 333.13356 333.13356 31322.254 31322.254 967.00167 967.00167 Loop time of 127.668 on 1 procs for 1000 steps with 2000 atoms Performance: 0.677 ns/day, 35.463 hours/ns, 7.833 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 | 127.08 | 127.08 | 127.08 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10429 | 0.10429 | 0.10429 | 0.0 | 0.08 Output | 0.00021236 | 0.00021236 | 0.00021236 | 0.0 | 0.00 Modify | 0.41922 | 0.41922 | 0.41922 | 0.0 | 0.33 Other | | 0.06458 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964.0 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.020364485454, Press = -2.68813414339265 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13445.582 -13445.582 -13531.661 -13531.661 333.13356 333.13356 31322.254 31322.254 967.00167 967.00167 44000 -13446.669 -13446.669 -13532.663 -13532.663 332.80445 332.80445 31295.748 31295.748 3106.4102 3106.4102 Loop time of 129.63 on 1 procs for 1000 steps with 2000 atoms Performance: 0.667 ns/day, 36.008 hours/ns, 7.714 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 | 129.03 | 129.03 | 129.03 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10635 | 0.10635 | 0.10635 | 0.0 | 0.08 Output | 0.00023149 | 0.00023149 | 0.00023149 | 0.0 | 0.00 Modify | 0.42635 | 0.42635 | 0.42635 | 0.0 | 0.33 Other | | 0.06523 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.948351980121, Press = -1.38098997747124 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13446.669 -13446.669 -13532.663 -13532.663 332.80445 332.80445 31295.748 31295.748 3106.4102 3106.4102 45000 -13446.275 -13446.275 -13530.885 -13530.885 327.44688 327.44688 31331.102 31331.102 519.33549 519.33549 Loop time of 131.679 on 1 procs for 1000 steps with 2000 atoms Performance: 0.656 ns/day, 36.578 hours/ns, 7.594 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.07 | 131.07 | 131.07 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10744 | 0.10744 | 0.10744 | 0.0 | 0.08 Output | 0.00021109 | 0.00021109 | 0.00021109 | 0.0 | 0.00 Modify | 0.43771 | 0.43771 | 0.43771 | 0.0 | 0.33 Other | | 0.06662 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.939278152392, Press = -0.0281251224204708 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13446.275 -13446.275 -13530.885 -13530.885 327.44688 327.44688 31331.102 31331.102 519.33549 519.33549 46000 -13444.989 -13444.989 -13531.746 -13531.746 335.75621 335.75621 31377.354 31377.354 -3620.5766 -3620.5766 Loop time of 129.919 on 1 procs for 1000 steps with 2000 atoms Performance: 0.665 ns/day, 36.089 hours/ns, 7.697 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 | 129.32 | 129.32 | 129.32 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1071 | 0.1071 | 0.1071 | 0.0 | 0.08 Output | 0.00021254 | 0.00021254 | 0.00021254 | 0.0 | 0.00 Modify | 0.42833 | 0.42833 | 0.42833 | 0.0 | 0.33 Other | | 0.06526 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.865492144846, Press = -1.32450187733321 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -13444.989 -13444.989 -13531.746 -13531.746 335.75621 335.75621 31377.354 31377.354 -3620.5766 -3620.5766 47000 -13447.047 -13447.047 -13533.363 -13533.363 334.05003 334.05003 31358.472 31358.472 -2215.2784 -2215.2784 Loop time of 128.808 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.780 hours/ns, 7.763 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.21 | 128.21 | 128.21 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10603 | 0.10603 | 0.10603 | 0.0 | 0.08 Output | 0.00019747 | 0.00019747 | 0.00019747 | 0.0 | 0.00 Modify | 0.4241 | 0.4241 | 0.4241 | 0.0 | 0.33 Other | | 0.06467 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.871693564787, Press = -2.59936051549665 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -13447.047 -13447.047 -13533.363 -13533.363 334.05003 334.05003 31358.472 31358.472 -2215.2784 -2215.2784 48000 -13442.2 -13442.2 -13529.355 -13529.355 337.29735 337.29735 31324.838 31324.838 1338.3148 1338.3148 Loop time of 127.587 on 1 procs for 1000 steps with 2000 atoms Performance: 0.677 ns/day, 35.441 hours/ns, 7.838 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 126.99 | 126.99 | 126.99 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10628 | 0.10628 | 0.10628 | 0.0 | 0.08 Output | 0.00015729 | 0.00015729 | 0.00015729 | 0.0 | 0.00 Modify | 0.42495 | 0.42495 | 0.42495 | 0.0 | 0.33 Other | | 0.06469 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127966.0 ave 127966 max 127966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127966 Ave neighs/atom = 63.983000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.921356729084, Press = -2.3796618333436 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -13442.2 -13442.2 -13529.355 -13529.355 337.29735 337.29735 31324.838 31324.838 1338.3148 1338.3148 49000 -13446.54 -13446.54 -13530.559 -13530.559 325.16552 325.16552 31305.047 31305.047 2639.4331 2639.4331 Loop time of 129.424 on 1 procs for 1000 steps with 2000 atoms Performance: 0.668 ns/day, 35.951 hours/ns, 7.727 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.82 | 128.82 | 128.82 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10749 | 0.10749 | 0.10749 | 0.0 | 0.08 Output | 0.00015569 | 0.00015569 | 0.00015569 | 0.0 | 0.00 Modify | 0.4341 | 0.4341 | 0.4341 | 0.0 | 0.34 Other | | 0.0641 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.978002435904, Press = -1.22040878117151 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -13446.54 -13446.54 -13530.559 -13530.559 325.16552 325.16552 31305.047 31305.047 2639.4331 2639.4331 50000 -13443.38 -13443.38 -13531.757 -13531.757 342.02835 342.02835 31343.083 31343.083 -515.47328 -515.47328 Loop time of 125.514 on 1 procs for 1000 steps with 2000 atoms Performance: 0.688 ns/day, 34.865 hours/ns, 7.967 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 124.94 | 124.94 | 124.94 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10423 | 0.10423 | 0.10423 | 0.0 | 0.08 Output | 0.00018631 | 0.00018631 | 0.00018631 | 0.0 | 0.00 Modify | 0.41072 | 0.41072 | 0.41072 | 0.0 | 0.33 Other | | 0.06302 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972.0 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.943778374915, Press = 1.25897220576421 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -13443.38 -13443.38 -13531.757 -13531.757 342.02835 342.02835 31343.083 31343.083 -515.47328 -515.47328 51000 -13448.432 -13448.432 -13532.637 -13532.637 325.88294 325.88294 31366.354 31366.354 -2802.1891 -2802.1891 Loop time of 126.67 on 1 procs for 1000 steps with 2000 atoms Performance: 0.682 ns/day, 35.186 hours/ns, 7.895 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 126.09 | 126.09 | 126.09 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10406 | 0.10406 | 0.10406 | 0.0 | 0.08 Output | 0.00021575 | 0.00021575 | 0.00021575 | 0.0 | 0.00 Modify | 0.41396 | 0.41396 | 0.41396 | 0.0 | 0.33 Other | | 0.06423 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.900630842106, Press = -1.16488904280851 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -13448.432 -13448.432 -13532.637 -13532.637 325.88294 325.88294 31366.354 31366.354 -2802.1891 -2802.1891 52000 -13444.211 -13444.211 -13529.045 -13529.045 328.31794 328.31794 31347.385 31347.385 -807.88941 -807.88941 Loop time of 125.231 on 1 procs for 1000 steps with 2000 atoms Performance: 0.690 ns/day, 34.786 hours/ns, 7.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 | 124.66 | 124.66 | 124.66 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10302 | 0.10302 | 0.10302 | 0.0 | 0.08 Output | 0.00015649 | 0.00015649 | 0.00015649 | 0.0 | 0.00 Modify | 0.40543 | 0.40543 | 0.40543 | 0.0 | 0.32 Other | | 0.06316 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127992.0 ave 127992 max 127992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127992 Ave neighs/atom = 63.996000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.844971194587, Press = -2.28656600293763 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -13444.211 -13444.211 -13529.045 -13529.045 328.31794 328.31794 31347.385 31347.385 -807.88941 -807.88941 53000 -13449.437 -13449.437 -13534.612 -13534.612 329.6331 329.6331 31312.056 31312.056 1555.8494 1555.8494 Loop time of 125.742 on 1 procs for 1000 steps with 2000 atoms Performance: 0.687 ns/day, 34.928 hours/ns, 7.953 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 125.16 | 125.16 | 125.16 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10413 | 0.10413 | 0.10413 | 0.0 | 0.08 Output | 0.00018664 | 0.00018664 | 0.00018664 | 0.0 | 0.00 Modify | 0.41398 | 0.41398 | 0.41398 | 0.0 | 0.33 Other | | 0.06403 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.819442319591, Press = -1.86091762676872 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -13449.437 -13449.437 -13534.612 -13534.612 329.6331 329.6331 31312.056 31312.056 1555.8494 1555.8494 54000 -13444.955 -13444.955 -13531.324 -13531.324 334.25532 334.25532 31310.81 31310.81 2129.9179 2129.9179 Loop time of 132.246 on 1 procs for 1000 steps with 2000 atoms Performance: 0.653 ns/day, 36.735 hours/ns, 7.562 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.63 | 131.63 | 131.63 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1089 | 0.1089 | 0.1089 | 0.0 | 0.08 Output | 0.00015686 | 0.00015686 | 0.00015686 | 0.0 | 0.00 Modify | 0.43724 | 0.43724 | 0.43724 | 0.0 | 0.33 Other | | 0.06595 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127990.0 ave 127990 max 127990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127990 Ave neighs/atom = 63.995000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.780250442124, Press = -0.941069065873189 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -13444.955 -13444.955 -13531.324 -13531.324 334.25532 334.25532 31310.81 31310.81 2129.9179 2129.9179 55000 -13447.675 -13447.675 -13533.758 -13533.758 333.15037 333.15037 31342.457 31342.457 -957.72076 -957.72076 Loop time of 132.187 on 1 procs for 1000 steps with 2000 atoms Performance: 0.654 ns/day, 36.719 hours/ns, 7.565 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 | 131.57 | 131.57 | 131.57 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10934 | 0.10934 | 0.10934 | 0.0 | 0.08 Output | 0.00018698 | 0.00018698 | 0.00018698 | 0.0 | 0.00 Modify | 0.44007 | 0.44007 | 0.44007 | 0.0 | 0.33 Other | | 0.0655 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.762383242041, Press = 0.00537967891160495 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -13447.675 -13447.675 -13533.758 -13533.758 333.15037 333.15037 31342.457 31342.457 -957.72076 -957.72076 56000 -13446.457 -13446.457 -13530.544 -13530.544 325.42562 325.42562 31397.314 31397.314 -5109.6323 -5109.6323 Loop time of 129.427 on 1 procs for 1000 steps with 2000 atoms Performance: 0.668 ns/day, 35.952 hours/ns, 7.726 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.83 | 128.83 | 128.83 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1067 | 0.1067 | 0.1067 | 0.0 | 0.08 Output | 0.00015454 | 0.00015454 | 0.00015454 | 0.0 | 0.00 Modify | 0.42661 | 0.42661 | 0.42661 | 0.0 | 0.33 Other | | 0.06486 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.753395768225, Press = -1.45680227788551 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -13446.457 -13446.457 -13530.544 -13530.544 325.42562 325.42562 31397.314 31397.314 -5109.6323 -5109.6323 57000 -13447.978 -13447.978 -13531.603 -13531.603 323.63717 323.63717 31338.7 31338.7 -373.2005 -373.2005 Loop time of 130.601 on 1 procs for 1000 steps with 2000 atoms Performance: 0.662 ns/day, 36.278 hours/ns, 7.657 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 | 129.99 | 129.99 | 129.99 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10713 | 0.10713 | 0.10713 | 0.0 | 0.08 Output | 0.00015676 | 0.00015676 | 0.00015676 | 0.0 | 0.00 Modify | 0.43617 | 0.43617 | 0.43617 | 0.0 | 0.33 Other | | 0.06571 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.699230832332, Press = -2.10213765209512 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -13447.978 -13447.978 -13531.603 -13531.603 323.63717 323.63717 31338.7 31338.7 -373.2005 -373.2005 58000 -13447.196 -13447.196 -13531.17 -13531.17 324.98947 324.98947 31313.089 31313.089 1817.3904 1817.3904 Loop time of 131.191 on 1 procs for 1000 steps with 2000 atoms Performance: 0.659 ns/day, 36.442 hours/ns, 7.622 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.58 | 130.58 | 130.58 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10865 | 0.10865 | 0.10865 | 0.0 | 0.08 Output | 0.00015571 | 0.00015571 | 0.00015571 | 0.0 | 0.00 Modify | 0.4364 | 0.4364 | 0.4364 | 0.0 | 0.33 Other | | 0.06682 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127992.0 ave 127992 max 127992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127992 Ave neighs/atom = 63.996000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.706041904813, Press = -1.59182442945246 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -13447.196 -13447.196 -13531.17 -13531.17 324.98947 324.98947 31313.089 31313.089 1817.3904 1817.3904 59000 -13448.192 -13448.192 -13533.02 -13533.02 328.2919 328.2919 31310.031 31310.031 1784.5732 1784.5732 Loop time of 130.069 on 1 procs for 1000 steps with 2000 atoms Performance: 0.664 ns/day, 36.130 hours/ns, 7.688 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 | 129.46 | 129.46 | 129.46 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10661 | 0.10661 | 0.10661 | 0.0 | 0.08 Output | 0.00020059 | 0.00020059 | 0.00020059 | 0.0 | 0.00 Modify | 0.43193 | 0.43193 | 0.43193 | 0.0 | 0.33 Other | | 0.06573 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.695718043389, Press = -0.687609224094541 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -13448.192 -13448.192 -13533.02 -13533.02 328.2919 328.2919 31310.031 31310.031 1784.5732 1784.5732 60000 -13442.719 -13442.719 -13528.615 -13528.615 332.42575 332.42575 31349.34 31349.34 -928.58296 -928.58296 Loop time of 131.379 on 1 procs for 1000 steps with 2000 atoms Performance: 0.658 ns/day, 36.494 hours/ns, 7.612 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.77 | 130.77 | 130.77 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10769 | 0.10769 | 0.10769 | 0.0 | 0.08 Output | 0.00019409 | 0.00019409 | 0.00019409 | 0.0 | 0.00 Modify | 0.43799 | 0.43799 | 0.43799 | 0.0 | 0.33 Other | | 0.06574 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127990.0 ave 127990 max 127990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127990 Ave neighs/atom = 63.995000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.706670131466, Press = -0.179745896279298 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -13442.719 -13442.719 -13528.615 -13528.615 332.42575 332.42575 31349.34 31349.34 -928.58296 -928.58296 61000 -13445.099 -13445.099 -13532.077 -13532.077 336.61323 336.61323 31410.066 31410.066 -6321.0597 -6321.0597 Loop time of 132.112 on 1 procs for 1000 steps with 2000 atoms Performance: 0.654 ns/day, 36.698 hours/ns, 7.569 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.5 | 131.5 | 131.5 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10825 | 0.10825 | 0.10825 | 0.0 | 0.08 Output | 0.00015545 | 0.00015545 | 0.00015545 | 0.0 | 0.00 Modify | 0.44066 | 0.44066 | 0.44066 | 0.0 | 0.33 Other | | 0.06598 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.776375046126, Press = -1.51875575991109 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -13445.099 -13445.099 -13532.077 -13532.077 336.61323 336.61323 31410.066 31410.066 -6321.0597 -6321.0597 62000 -13445.187 -13445.187 -13532.3 -13532.3 337.13712 337.13712 31348.832 31348.832 -1147.6612 -1147.6612 Loop time of 126.534 on 1 procs for 1000 steps with 2000 atoms Performance: 0.683 ns/day, 35.148 hours/ns, 7.903 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 | 125.95 | 125.95 | 125.95 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10461 | 0.10461 | 0.10461 | 0.0 | 0.08 Output | 0.00015685 | 0.00015685 | 0.00015685 | 0.0 | 0.00 Modify | 0.4166 | 0.4166 | 0.4166 | 0.0 | 0.33 Other | | 0.06469 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.762052664377, Press = -2.23274314965933 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -13445.187 -13445.187 -13532.3 -13532.3 337.13712 337.13712 31348.832 31348.832 -1147.6612 -1147.6612 63000 -13448.646 -13448.646 -13533.824 -13533.824 329.64684 329.64684 31309.099 31309.099 1750.8064 1750.8064 Loop time of 113.793 on 1 procs for 1000 steps with 2000 atoms Performance: 0.759 ns/day, 31.609 hours/ns, 8.788 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 113.28 | 113.28 | 113.28 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094309 | 0.094309 | 0.094309 | 0.0 | 0.08 Output | 0.00015583 | 0.00015583 | 0.00015583 | 0.0 | 0.00 Modify | 0.35331 | 0.35331 | 0.35331 | 0.0 | 0.31 Other | | 0.06002 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.737192366377, Press = -1.27366992451144 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -13448.646 -13448.646 -13533.824 -13533.824 329.64684 329.64684 31309.099 31309.099 1750.8064 1750.8064 64000 -13443.085 -13443.085 -13530.441 -13530.441 338.07494 338.07494 31315.441 31315.441 1767.5394 1767.5394 Loop time of 120.847 on 1 procs for 1000 steps with 2000 atoms Performance: 0.715 ns/day, 33.569 hours/ns, 8.275 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 | 120.3 | 120.3 | 120.3 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10035 | 0.10035 | 0.10035 | 0.0 | 0.08 Output | 0.00019253 | 0.00019253 | 0.00019253 | 0.0 | 0.00 Modify | 0.38681 | 0.38681 | 0.38681 | 0.0 | 0.32 Other | | 0.06191 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.726418372184, Press = -0.515663057719949 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -13443.085 -13443.085 -13530.441 -13530.441 338.07494 338.07494 31315.441 31315.441 1767.5394 1767.5394 65000 -13447.964 -13447.964 -13532.633 -13532.633 327.67809 327.67809 31345.511 31345.511 -1251.9933 -1251.9933 Loop time of 132.356 on 1 procs for 1000 steps with 2000 atoms Performance: 0.653 ns/day, 36.765 hours/ns, 7.555 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.75 | 131.75 | 131.75 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10898 | 0.10898 | 0.10898 | 0.0 | 0.08 Output | 0.00015579 | 0.00015579 | 0.00015579 | 0.0 | 0.00 Modify | 0.43556 | 0.43556 | 0.43556 | 0.0 | 0.33 Other | | 0.06587 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.71983617215, Press = -0.368717387643821 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -13447.964 -13447.964 -13532.633 -13532.633 327.67809 327.67809 31345.511 31345.511 -1251.9933 -1251.9933 66000 -13440.865 -13440.865 -13527.224 -13527.224 334.21892 334.21892 31391.045 31391.045 -4108.7739 -4108.7739 Loop time of 119.893 on 1 procs for 1000 steps with 2000 atoms Performance: 0.721 ns/day, 33.304 hours/ns, 8.341 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 119.35 | 119.35 | 119.35 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099274 | 0.099274 | 0.099274 | 0.0 | 0.08 Output | 0.00015685 | 0.00015685 | 0.00015685 | 0.0 | 0.00 Modify | 0.38385 | 0.38385 | 0.38385 | 0.0 | 0.32 Other | | 0.06217 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127968.0 ave 127968 max 127968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127968 Ave neighs/atom = 63.984000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.75646013623, Press = -1.46082325041265 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -13440.865 -13440.865 -13527.224 -13527.224 334.21892 334.21892 31391.045 31391.045 -4108.7739 -4108.7739 67000 -13446.437 -13446.437 -13530.1 -13530.1 323.78402 323.78402 31335.487 31335.487 7.6033323 7.6033323 Loop time of 113.277 on 1 procs for 1000 steps with 2000 atoms Performance: 0.763 ns/day, 31.466 hours/ns, 8.828 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 112.77 | 112.77 | 112.77 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094753 | 0.094753 | 0.094753 | 0.0 | 0.08 Output | 0.00042243 | 0.00042243 | 0.00042243 | 0.0 | 0.00 Modify | 0.35188 | 0.35188 | 0.35188 | 0.0 | 0.31 Other | | 0.05857 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127972.0 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.800548302371, Press = -2.4438774728845 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -13446.437 -13446.437 -13530.1 -13530.1 323.78402 323.78402 31335.487 31335.487 7.6033323 7.6033323 68000 -13443.245 -13443.245 -13530.933 -13530.933 339.36228 339.36228 31316.162 31316.162 1731.284 1731.284 Loop time of 116.128 on 1 procs for 1000 steps with 2000 atoms Performance: 0.744 ns/day, 32.258 hours/ns, 8.611 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 115.61 | 115.61 | 115.61 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097031 | 0.097031 | 0.097031 | 0.0 | 0.08 Output | 0.00020459 | 0.00020459 | 0.00020459 | 0.0 | 0.00 Modify | 0.36584 | 0.36584 | 0.36584 | 0.0 | 0.32 Other | | 0.05994 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.807025480393, Press = -1.05713156854135 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -13443.245 -13443.245 -13530.933 -13530.933 339.36228 339.36228 31316.162 31316.162 1731.284 1731.284 69000 -13448.743 -13448.743 -13533.258 -13533.258 327.08123 327.08123 31318.603 31318.603 1246.1503 1246.1503 Loop time of 129.236 on 1 procs for 1000 steps with 2000 atoms Performance: 0.669 ns/day, 35.899 hours/ns, 7.738 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.64 | 128.64 | 128.64 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10712 | 0.10712 | 0.10712 | 0.0 | 0.08 Output | 0.0001571 | 0.0001571 | 0.0001571 | 0.0 | 0.00 Modify | 0.42775 | 0.42775 | 0.42775 | 0.0 | 0.33 Other | | 0.06468 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.805148726701, Press = -0.646963580101076 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -13448.743 -13448.743 -13533.258 -13533.258 327.08123 327.08123 31318.603 31318.603 1246.1503 1246.1503 70000 -13444.377 -13444.377 -13531.03 -13531.03 335.3571 335.3571 31349.262 31349.262 -1039.4559 -1039.4559 Loop time of 132.215 on 1 procs for 1000 steps with 2000 atoms Performance: 0.653 ns/day, 36.726 hours/ns, 7.563 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.6 | 131.6 | 131.6 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10869 | 0.10869 | 0.10869 | 0.0 | 0.08 Output | 0.0001574 | 0.0001574 | 0.0001574 | 0.0 | 0.00 Modify | 0.44237 | 0.44237 | 0.44237 | 0.0 | 0.33 Other | | 0.06633 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.780078941659, Press = -0.475541322069777 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -13444.377 -13444.377 -13531.03 -13531.03 335.3571 335.3571 31349.262 31349.262 -1039.4559 -1039.4559 71000 -13448.529 -13448.529 -13532.674 -13532.674 325.64958 325.64958 31370.021 31370.021 -3081.3322 -3081.3322 Loop time of 123.855 on 1 procs for 1000 steps with 2000 atoms Performance: 0.698 ns/day, 34.404 hours/ns, 8.074 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 | 123.29 | 123.29 | 123.29 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1019 | 0.1019 | 0.1019 | 0.0 | 0.08 Output | 0.00021776 | 0.00021776 | 0.00021776 | 0.0 | 0.00 Modify | 0.39906 | 0.39906 | 0.39906 | 0.0 | 0.32 Other | | 0.06367 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.751640998837, Press = -1.30358846792968 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -13448.529 -13448.529 -13532.674 -13532.674 325.64958 325.64958 31370.021 31370.021 -3081.3322 -3081.3322 72000 -13441.721 -13441.721 -13530.106 -13530.106 342.0584 342.0584 31331.368 31331.368 536.81065 536.81065 Loop time of 125.095 on 1 procs for 1000 steps with 2000 atoms Performance: 0.691 ns/day, 34.749 hours/ns, 7.994 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 | 124.52 | 124.52 | 124.52 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10329 | 0.10329 | 0.10329 | 0.0 | 0.08 Output | 0.00015737 | 0.00015737 | 0.00015737 | 0.0 | 0.00 Modify | 0.40646 | 0.40646 | 0.40646 | 0.0 | 0.32 Other | | 0.06356 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.760893703714, Press = -2.11725038027702 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -13441.721 -13441.721 -13530.106 -13530.106 342.0584 342.0584 31331.368 31331.368 536.81065 536.81065 73000 -13445.688 -13445.688 -13530.307 -13530.307 327.48293 327.48293 31303.813 31303.813 2819.6781 2819.6781 Loop time of 126.103 on 1 procs for 1000 steps with 2000 atoms Performance: 0.685 ns/day, 35.029 hours/ns, 7.930 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 | 125.52 | 125.52 | 125.52 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10413 | 0.10413 | 0.10413 | 0.0 | 0.08 Output | 0.00015823 | 0.00015823 | 0.00015823 | 0.0 | 0.00 Modify | 0.41062 | 0.41062 | 0.41062 | 0.0 | 0.33 Other | | 0.06414 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.811351862464, Press = -0.840537630817023 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -13445.688 -13445.688 -13530.307 -13530.307 327.48293 327.48293 31303.813 31303.813 2819.6781 2819.6781 74000 -13445.012 -13445.012 -13529.949 -13529.949 328.71271 328.71271 31325.323 31325.323 888.67626 888.67626 Loop time of 119.891 on 1 procs for 1000 steps with 2000 atoms Performance: 0.721 ns/day, 33.303 hours/ns, 8.341 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 | 119.34 | 119.34 | 119.34 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099864 | 0.099864 | 0.099864 | 0.0 | 0.08 Output | 0.00015645 | 0.00015645 | 0.00015645 | 0.0 | 0.00 Modify | 0.38496 | 0.38496 | 0.38496 | 0.0 | 0.32 Other | | 0.06205 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.807306154802, Press = -0.510960675459838 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -13445.012 -13445.012 -13529.949 -13529.949 328.71271 328.71271 31325.323 31325.323 888.67626 888.67626 75000 -13443.343 -13443.343 -13530.59 -13530.59 337.65348 337.65348 31344.822 31344.822 -693.61132 -693.61132 Loop time of 125.938 on 1 procs for 1000 steps with 2000 atoms Performance: 0.686 ns/day, 34.983 hours/ns, 7.940 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 | 125.36 | 125.36 | 125.36 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10337 | 0.10337 | 0.10337 | 0.0 | 0.08 Output | 0.00021213 | 0.00021213 | 0.00021213 | 0.0 | 0.00 Modify | 0.41408 | 0.41408 | 0.41408 | 0.0 | 0.33 Other | | 0.06455 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.803974258257, Press = -0.63767444629707 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -13443.343 -13443.343 -13530.59 -13530.59 337.65348 337.65348 31344.822 31344.822 -693.61132 -693.61132 76000 -13445.229 -13445.229 -13533.327 -13533.327 340.94669 340.94669 31356.342 31356.342 -1743.7347 -1743.7347 Loop time of 130.996 on 1 procs for 1000 steps with 2000 atoms Performance: 0.660 ns/day, 36.388 hours/ns, 7.634 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.39 | 130.39 | 130.39 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10654 | 0.10654 | 0.10654 | 0.0 | 0.08 Output | 0.00015679 | 0.00015679 | 0.00015679 | 0.0 | 0.00 Modify | 0.43407 | 0.43407 | 0.43407 | 0.0 | 0.33 Other | | 0.06566 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.760904783371, Press = -1.2882108785334 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -13445.229 -13445.229 -13533.327 -13533.327 340.94669 340.94669 31356.342 31356.342 -1743.7347 -1743.7347 77000 -13443.537 -13443.537 -13528.939 -13528.939 330.51489 330.51489 31312.956 31312.956 2377.9675 2377.9675 Loop time of 131.507 on 1 procs for 1000 steps with 2000 atoms Performance: 0.657 ns/day, 36.530 hours/ns, 7.604 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.9 | 130.9 | 130.9 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10856 | 0.10856 | 0.10856 | 0.0 | 0.08 Output | 0.00026073 | 0.00026073 | 0.00026073 | 0.0 | 0.00 Modify | 0.4371 | 0.4371 | 0.4371 | 0.0 | 0.33 Other | | 0.06586 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.739386810999, Press = -1.75846771547938 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -13443.537 -13443.537 -13528.939 -13528.939 330.51489 330.51489 31312.956 31312.956 2377.9675 2377.9675 78000 -13443.711 -13443.711 -13528.795 -13528.795 329.28497 329.28497 31291.381 31291.381 4163.2272 4163.2272 Loop time of 131.025 on 1 procs for 1000 steps with 2000 atoms Performance: 0.659 ns/day, 36.396 hours/ns, 7.632 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.42 | 130.42 | 130.42 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10716 | 0.10716 | 0.10716 | 0.0 | 0.08 Output | 0.00019449 | 0.00019449 | 0.00019449 | 0.0 | 0.00 Modify | 0.43 | 0.43 | 0.43 | 0.0 | 0.33 Other | | 0.06526 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.776239299221, Press = -0.53661106903847 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -13443.711 -13443.711 -13528.795 -13528.795 329.28497 329.28497 31291.381 31291.381 4163.2272 4163.2272 79000 -13443.363 -13443.363 -13531.785 -13531.785 342.20043 342.20043 31334.595 31334.595 33.214634 33.214634 Loop time of 132.044 on 1 procs for 1000 steps with 2000 atoms Performance: 0.654 ns/day, 36.679 hours/ns, 7.573 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 131.43 | 131.43 | 131.43 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10864 | 0.10864 | 0.10864 | 0.0 | 0.08 Output | 0.00020169 | 0.00020169 | 0.00020169 | 0.0 | 0.00 Modify | 0.43608 | 0.43608 | 0.43608 | 0.0 | 0.33 Other | | 0.06637 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.793899649527, Press = -0.163196241031111 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -13443.363 -13443.363 -13531.785 -13531.785 342.20043 342.20043 31334.595 31334.595 33.214634 33.214634 80000 -13447.949 -13447.949 -13534.129 -13534.129 333.52678 333.52678 31354.403 31354.403 -2110.1983 -2110.1983 Loop time of 119.739 on 1 procs for 1000 steps with 2000 atoms Performance: 0.722 ns/day, 33.261 hours/ns, 8.352 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 | 119.2 | 119.2 | 119.2 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099652 | 0.099652 | 0.099652 | 0.0 | 0.08 Output | 0.00016284 | 0.00016284 | 0.00016284 | 0.0 | 0.00 Modify | 0.38189 | 0.38189 | 0.38189 | 0.0 | 0.32 Other | | 0.0619 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.78651718073, Press = -0.535282112117093 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -13447.949 -13447.949 -13534.129 -13534.129 333.52678 333.52678 31354.403 31354.403 -2110.1983 -2110.1983 81000 -13446.306 -13446.306 -13530.436 -13530.436 325.59007 325.59007 31356.988 31356.988 -1903.8563 -1903.8563 Loop time of 129.498 on 1 procs for 1000 steps with 2000 atoms Performance: 0.667 ns/day, 35.972 hours/ns, 7.722 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.9 | 128.9 | 128.9 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10683 | 0.10683 | 0.10683 | 0.0 | 0.08 Output | 0.00015746 | 0.00015746 | 0.00015746 | 0.0 | 0.00 Modify | 0.42558 | 0.42558 | 0.42558 | 0.0 | 0.33 Other | | 0.06553 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.775130208403, Press = -1.13504659461099 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -13446.306 -13446.306 -13530.436 -13530.436 325.59007 325.59007 31356.988 31356.988 -1903.8563 -1903.8563 82000 -13442.869 -13442.869 -13529.249 -13529.249 334.30142 334.30142 31321.509 31321.509 1437.3543 1437.3543 Loop time of 129.476 on 1 procs for 1000 steps with 2000 atoms Performance: 0.667 ns/day, 35.966 hours/ns, 7.723 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.88 | 128.88 | 128.88 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10699 | 0.10699 | 0.10699 | 0.0 | 0.08 Output | 0.00015912 | 0.00015912 | 0.00015912 | 0.0 | 0.00 Modify | 0.42601 | 0.42601 | 0.42601 | 0.0 | 0.33 Other | | 0.06549 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.751298077487, Press = -1.31657719030888 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -13442.869 -13442.869 -13529.249 -13529.249 334.30142 334.30142 31321.509 31321.509 1437.3543 1437.3543 83000 -13445.033 -13445.033 -13531.741 -13531.741 335.56721 335.56721 31285.248 31285.248 4298.438 4298.438 Loop time of 123.801 on 1 procs for 1000 steps with 2000 atoms Performance: 0.698 ns/day, 34.389 hours/ns, 8.077 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 | 123.23 | 123.23 | 123.23 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10229 | 0.10229 | 0.10229 | 0.0 | 0.08 Output | 0.00015706 | 0.00015706 | 0.00015706 | 0.0 | 0.00 Modify | 0.40272 | 0.40272 | 0.40272 | 0.0 | 0.33 Other | | 0.06329 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.763076244591, Press = -0.297654544310889 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -13445.033 -13445.033 -13531.741 -13531.741 335.56721 335.56721 31285.248 31285.248 4298.438 4298.438 84000 -13446.649 -13446.649 -13531.982 -13531.982 330.25006 330.25006 31328.016 31328.016 595.64475 595.64475 Loop time of 126.954 on 1 procs for 1000 steps with 2000 atoms Performance: 0.681 ns/day, 35.265 hours/ns, 7.877 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 | 126.37 | 126.37 | 126.37 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10559 | 0.10559 | 0.10559 | 0.0 | 0.08 Output | 0.00015464 | 0.00015464 | 0.00015464 | 0.0 | 0.00 Modify | 0.41752 | 0.41752 | 0.41752 | 0.0 | 0.33 Other | | 0.06522 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127988.0 ave 127988 max 127988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127988 Ave neighs/atom = 63.994000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.807186385638, Press = 0.558006688743543 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -13446.649 -13446.649 -13531.982 -13531.982 330.25006 330.25006 31328.016 31328.016 595.64475 595.64475 85000 -13445.103 -13445.103 -13532.862 -13532.862 339.63368 339.63368 31356.896 31356.896 -1921.5073 -1921.5073 Loop time of 128.236 on 1 procs for 1000 steps with 2000 atoms Performance: 0.674 ns/day, 35.621 hours/ns, 7.798 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.64 | 127.64 | 127.64 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10538 | 0.10538 | 0.10538 | 0.0 | 0.08 Output | 0.00015426 | 0.00015426 | 0.00015426 | 0.0 | 0.00 Modify | 0.42089 | 0.42089 | 0.42089 | 0.0 | 0.33 Other | | 0.06485 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.830249106823, Press = -0.412490312710231 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -13445.103 -13445.103 -13532.862 -13532.862 339.63368 339.63368 31356.896 31356.896 -1921.5073 -1921.5073 86000 -13448.062 -13448.062 -13533.579 -13533.579 330.95946 330.95946 31344.992 31344.992 -1075.6975 -1075.6975 Loop time of 127.873 on 1 procs for 1000 steps with 2000 atoms Performance: 0.676 ns/day, 35.520 hours/ns, 7.820 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.28 | 127.28 | 127.28 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10531 | 0.10531 | 0.10531 | 0.0 | 0.08 Output | 0.00015595 | 0.00015595 | 0.00015595 | 0.0 | 0.00 Modify | 0.42049 | 0.42049 | 0.42049 | 0.0 | 0.33 Other | | 0.06387 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.854033687129, Press = -0.821113753065048 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -13448.062 -13448.062 -13533.579 -13533.579 330.95946 330.95946 31344.992 31344.992 -1075.6975 -1075.6975 87000 -13442.454 -13442.454 -13530.968 -13530.968 342.55854 342.55854 31332.254 31332.254 466.90271 466.90271 Loop time of 129.535 on 1 procs for 1000 steps with 2000 atoms Performance: 0.667 ns/day, 35.982 hours/ns, 7.720 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.93 | 128.93 | 128.93 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10789 | 0.10789 | 0.10789 | 0.0 | 0.08 Output | 0.00015462 | 0.00015462 | 0.00015462 | 0.0 | 0.00 Modify | 0.43289 | 0.43289 | 0.43289 | 0.0 | 0.33 Other | | 0.06593 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.876633651367, Press = -0.949042681845445 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -13442.454 -13442.454 -13530.968 -13530.968 342.55854 342.55854 31332.254 31332.254 466.90271 466.90271 88000 -13446.486 -13446.486 -13531.318 -13531.318 328.30734 328.30734 31289.595 31289.595 3613.5555 3613.5555 Loop time of 124.624 on 1 procs for 1000 steps with 2000 atoms Performance: 0.693 ns/day, 34.618 hours/ns, 8.024 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 | 124.06 | 124.06 | 124.06 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10324 | 0.10324 | 0.10324 | 0.0 | 0.08 Output | 0.00015537 | 0.00015537 | 0.00015537 | 0.0 | 0.00 Modify | 0.40088 | 0.40088 | 0.40088 | 0.0 | 0.32 Other | | 0.0629 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.899276940197, Press = -0.233015470851676 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -13446.486 -13446.486 -13531.318 -13531.318 328.30734 328.30734 31289.595 31289.595 3613.5555 3613.5555 89000 -13445.205 -13445.205 -13530.149 -13530.149 328.74209 328.74209 31333.432 31333.432 269.53615 269.53615 Loop time of 116.905 on 1 procs for 1000 steps with 2000 atoms Performance: 0.739 ns/day, 32.474 hours/ns, 8.554 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 116.38 | 116.38 | 116.38 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098142 | 0.098142 | 0.098142 | 0.0 | 0.08 Output | 0.00015593 | 0.00015593 | 0.00015593 | 0.0 | 0.00 Modify | 0.36738 | 0.36738 | 0.36738 | 0.0 | 0.31 Other | | 0.06003 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127988.0 ave 127988 max 127988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127988 Ave neighs/atom = 63.994000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.900606178104, Press = 0.545620356772837 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -13445.205 -13445.205 -13530.149 -13530.149 328.74209 328.74209 31333.432 31333.432 269.53615 269.53615 90000 -13450.372 -13450.372 -13533.96 -13533.96 323.49704 323.49704 31368.068 31368.068 -3269.2942 -3269.2942 Loop time of 129.801 on 1 procs for 1000 steps with 2000 atoms Performance: 0.666 ns/day, 36.056 hours/ns, 7.704 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 | 129.2 | 129.2 | 129.2 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10671 | 0.10671 | 0.10671 | 0.0 | 0.08 Output | 0.0001533 | 0.0001533 | 0.0001533 | 0.0 | 0.00 Modify | 0.42737 | 0.42737 | 0.42737 | 0.0 | 0.33 Other | | 0.06523 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127992.0 ave 127992 max 127992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127992 Ave neighs/atom = 63.996000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.868336516619, Press = -0.403084969075494 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -13450.372 -13450.372 -13533.96 -13533.96 323.49704 323.49704 31368.068 31368.068 -3269.2942 -3269.2942 91000 -13446.211 -13446.211 -13531.879 -13531.879 331.54696 331.54696 31349.77 31349.77 -1320.3225 -1320.3225 Loop time of 122.442 on 1 procs for 1000 steps with 2000 atoms Performance: 0.706 ns/day, 34.012 hours/ns, 8.167 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 | 121.88 | 121.88 | 121.88 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10266 | 0.10266 | 0.10266 | 0.0 | 0.08 Output | 0.00016047 | 0.00016047 | 0.00016047 | 0.0 | 0.00 Modify | 0.39948 | 0.39948 | 0.39948 | 0.0 | 0.33 Other | | 0.06319 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.86840385169, Press = -1.03224445118542 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -13446.211 -13446.211 -13531.879 -13531.879 331.54696 331.54696 31349.77 31349.77 -1320.3225 -1320.3225 92000 -13447.157 -13447.157 -13532.345 -13532.345 329.68552 329.68552 31312.604 31312.604 1778.9312 1778.9312 Loop time of 125.112 on 1 procs for 1000 steps with 2000 atoms Performance: 0.691 ns/day, 34.753 hours/ns, 7.993 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 124.53 | 124.53 | 124.53 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10404 | 0.10404 | 0.10404 | 0.0 | 0.08 Output | 0.00015719 | 0.00015719 | 0.00015719 | 0.0 | 0.00 Modify | 0.40922 | 0.40922 | 0.40922 | 0.0 | 0.33 Other | | 0.06378 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978.0 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.88146824805, Press = -0.830046340678942 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -13447.157 -13447.157 -13532.345 -13532.345 329.68552 329.68552 31312.604 31312.604 1778.9312 1778.9312 93000 -13443.177 -13443.177 -13527.118 -13527.118 324.85827 324.85827 31314.761 31314.761 1949.0015 1949.0015 Loop time of 128.384 on 1 procs for 1000 steps with 2000 atoms Performance: 0.673 ns/day, 35.662 hours/ns, 7.789 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 | 127.79 | 127.79 | 127.79 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10564 | 0.10564 | 0.10564 | 0.0 | 0.08 Output | 0.00045467 | 0.00045467 | 0.00045467 | 0.0 | 0.00 Modify | 0.42258 | 0.42258 | 0.42258 | 0.0 | 0.33 Other | | 0.06478 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.907146552188, Press = -0.114293764702269 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -13443.177 -13443.177 -13527.118 -13527.118 324.85827 324.85827 31314.761 31314.761 1949.0015 1949.0015 94000 -13446.861 -13446.861 -13533.073 -13533.073 333.64738 333.64738 31365.112 31365.112 -2868.1156 -2868.1156 Loop time of 127.616 on 1 procs for 1000 steps with 2000 atoms Performance: 0.677 ns/day, 35.449 hours/ns, 7.836 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.03 | 127.03 | 127.03 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10586 | 0.10586 | 0.10586 | 0.0 | 0.08 Output | 0.00015583 | 0.00015583 | 0.00015583 | 0.0 | 0.00 Modify | 0.41705 | 0.41705 | 0.41705 | 0.0 | 0.33 Other | | 0.06416 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127976.0 ave 127976 max 127976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127976 Ave neighs/atom = 63.988000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.9035628387, Press = 0.298891590655051 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -13446.861 -13446.861 -13533.073 -13533.073 333.64738 333.64738 31365.112 31365.112 -2868.1156 -2868.1156 95000 -13445.786 -13445.786 -13531.711 -13531.711 332.53831 332.53831 31383.288 31383.288 -3946.3434 -3946.3434 Loop time of 124.423 on 1 procs for 1000 steps with 2000 atoms Performance: 0.694 ns/day, 34.562 hours/ns, 8.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 | 123.85 | 123.85 | 123.85 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10313 | 0.10313 | 0.10313 | 0.0 | 0.08 Output | 0.00015525 | 0.00015525 | 0.00015525 | 0.0 | 0.00 Modify | 0.40461 | 0.40461 | 0.40461 | 0.0 | 0.33 Other | | 0.06361 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974.0 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.987000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.891964301828, Press = -0.7709036624998 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -13445.786 -13445.786 -13531.711 -13531.711 332.53831 332.53831 31383.288 31383.288 -3946.3434 -3946.3434 96000 -13441.816 -13441.816 -13530.268 -13530.268 342.31864 342.31864 31341.487 31341.487 -100.79196 -100.79196 Loop time of 128.711 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.753 hours/ns, 7.769 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 | 128.12 | 128.12 | 128.12 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10614 | 0.10614 | 0.10614 | 0.0 | 0.08 Output | 0.00019917 | 0.00019917 | 0.00019917 | 0.0 | 0.00 Modify | 0.4236 | 0.4236 | 0.4236 | 0.0 | 0.33 Other | | 0.06515 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.88949830531, Press = -0.850522938378998 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -13441.816 -13441.816 -13530.268 -13530.268 342.31864 342.31864 31341.487 31341.487 -100.79196 -100.79196 97000 -13447.058 -13447.058 -13533.375 -13533.375 334.05696 334.05696 31312.362 31312.362 1645.6925 1645.6925 Loop time of 130.243 on 1 procs for 1000 steps with 2000 atoms Performance: 0.663 ns/day, 36.179 hours/ns, 7.678 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 | 129.65 | 129.65 | 129.65 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10638 | 0.10638 | 0.10638 | 0.0 | 0.08 Output | 0.00015735 | 0.00015735 | 0.00015735 | 0.0 | 0.00 Modify | 0.4258 | 0.4258 | 0.4258 | 0.0 | 0.33 Other | | 0.06471 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127984.0 ave 127984 max 127984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127984 Ave neighs/atom = 63.992000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.904464264222, Press = -0.376255832580042 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -13447.058 -13447.058 -13533.375 -13533.375 334.05696 334.05696 31312.362 31312.362 1645.6925 1645.6925 98000 -13441.364 -13441.364 -13528.635 -13528.635 337.7472 337.7472 31337.65 31337.65 358.55108 358.55108 Loop time of 131.421 on 1 procs for 1000 steps with 2000 atoms Performance: 0.657 ns/day, 36.506 hours/ns, 7.609 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.81 | 130.81 | 130.81 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10811 | 0.10811 | 0.10811 | 0.0 | 0.08 Output | 0.00019681 | 0.00019681 | 0.00019681 | 0.0 | 0.00 Modify | 0.43695 | 0.43695 | 0.43695 | 0.0 | 0.33 Other | | 0.06578 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127982.0 ave 127982 max 127982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127982 Ave neighs/atom = 63.991000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.919898034139, Press = 0.0380422069133853 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -13441.364 -13441.364 -13528.635 -13528.635 337.7472 337.7472 31337.65 31337.65 358.55108 358.55108 99000 -13446.402 -13446.402 -13531.986 -13531.986 331.21951 331.21951 31372.907 31372.907 -3272.1919 -3272.1919 Loop time of 127.508 on 1 procs for 1000 steps with 2000 atoms Performance: 0.678 ns/day, 35.419 hours/ns, 7.843 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 | 126.91 | 126.91 | 126.91 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10651 | 0.10651 | 0.10651 | 0.0 | 0.08 Output | 0.00021684 | 0.00021684 | 0.00021684 | 0.0 | 0.00 Modify | 0.42415 | 0.42415 | 0.42415 | 0.0 | 0.33 Other | | 0.06538 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.940556752545, Press = -0.27350802206722 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -13446.402 -13446.402 -13531.986 -13531.986 331.21951 331.21951 31372.907 31372.907 -3272.1919 -3272.1919 100000 -13443.772 -13443.772 -13528.575 -13528.575 328.1968 328.1968 31394.361 31394.361 -4469.6127 -4469.6127 Loop time of 121.283 on 1 procs for 1000 steps with 2000 atoms Performance: 0.712 ns/day, 33.690 hours/ns, 8.245 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 | 120.73 | 120.73 | 120.73 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10033 | 0.10033 | 0.10033 | 0.0 | 0.08 Output | 0.000155 | 0.000155 | 0.000155 | 0.0 | 0.00 Modify | 0.3878 | 0.3878 | 0.3878 | 0.0 | 0.32 Other | | 0.06224 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986.0 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.974414250342, Press = -1.51180428810034 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -13443.772 -13443.772 -13528.575 -13528.575 328.1968 328.1968 31394.361 31394.361 -4469.6127 -4469.6127 101000 -13447.958 -13447.958 -13531.218 -13531.218 322.22463 322.22463 31312.672 31312.672 2020.2461 2020.2461 Loop time of 121.226 on 1 procs for 1000 steps with 2000 atoms Performance: 0.713 ns/day, 33.674 hours/ns, 8.249 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.67 | 120.67 | 120.67 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10115 | 0.10115 | 0.10115 | 0.0 | 0.08 Output | 0.00017819 | 0.00017819 | 0.00017819 | 0.0 | 0.00 Modify | 0.39245 | 0.39245 | 0.39245 | 0.0 | 0.32 Other | | 0.06246 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970.0 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.97057909502, Press = -0.817045894498975 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -13447.958 -13447.958 -13531.218 -13531.218 322.22463 322.22463 31312.672 31312.672 2020.2461 2020.2461 102000 -13445.657 -13445.657 -13532.371 -13532.371 335.59227 335.59227 31305.004 31305.004 2383.7447 2383.7447 Loop time of 127.557 on 1 procs for 1000 steps with 2000 atoms Performance: 0.677 ns/day, 35.433 hours/ns, 7.840 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 | 126.97 | 126.97 | 126.97 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10538 | 0.10538 | 0.10538 | 0.0 | 0.08 Output | 0.00021961 | 0.00021961 | 0.00021961 | 0.0 | 0.00 Modify | 0.41988 | 0.41988 | 0.41988 | 0.0 | 0.33 Other | | 0.0642 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127980.0 ave 127980 max 127980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127980 Ave neighs/atom = 63.990000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 31335.1883013072 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0