# 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 5.430949792265892*${_u_distance} variable latticeconst_converted equal 5.430949792265892*1 lattice diamond ${latticeconst_converted} lattice diamond 5.43094979226589 Lattice spacing in x,y,z = 5.4309498 5.4309498 5.4309498 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 (54.309498 54.309498 54.309498) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 28.0855*${_u_mass} variable mass_converted equal 28.0855*1 kim_interactions Si WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Si #=== BEGIN kim interactions ================================== pair_style kim SW_BalamaneHauchShi_2017Brittle_Si__MO_381114941873_003 pair_coeff * * Si #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 28.0855 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 160187.035286095 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160187.035286095/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160187.035286095/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 160187.035286095/(1*1*${_u_distance}) variable V0_metal equal 160187.035286095/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 160187.035286095*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 160187.035286095 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_381114941873_003#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.307 | 4.307 | 4.307 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36716.216 -36716.216 -37039.998 -37039.998 313.15 313.15 160187.04 160187.04 2158.9512 2158.9512 1000 -36365.748 -36365.748 -36711.018 -36711.018 333.93318 333.93318 160947.39 160947.39 443.93666 443.93666 Loop time of 9.19877 on 1 procs for 1000 steps with 8000 atoms Performance: 9.393 ns/day, 2.555 hours/ns, 108.710 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.8351 | 8.8351 | 8.8351 | 0.0 | 96.05 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043335 | 0.043335 | 0.043335 | 0.0 | 0.47 Output | 4.62e-05 | 4.62e-05 | 4.62e-05 | 0.0 | 0.00 Modify | 0.28924 | 0.28924 | 0.28924 | 0.0 | 3.14 Other | | 0.03106 | | | 0.34 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272000.0 ave 272000 max 272000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272000 Ave neighs/atom = 34.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36365.748 -36365.748 -36711.018 -36711.018 333.93318 333.93318 160947.39 160947.39 443.93666 443.93666 2000 -36399.549 -36399.549 -36709.746 -36709.746 300.01061 300.01061 161023.68 161023.68 -295.84949 -295.84949 Loop time of 9.84908 on 1 procs for 1000 steps with 8000 atoms Performance: 8.772 ns/day, 2.736 hours/ns, 101.532 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.4942 | 9.4942 | 9.4942 | 0.0 | 96.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042101 | 0.042101 | 0.042101 | 0.0 | 0.43 Output | 7.39e-05 | 7.39e-05 | 7.39e-05 | 0.0 | 0.00 Modify | 0.28248 | 0.28248 | 0.28248 | 0.0 | 2.87 Other | | 0.03022 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272670.0 ave 272670 max 272670 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272670 Ave neighs/atom = 34.083750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36399.549 -36399.549 -36709.746 -36709.746 300.01061 300.01061 161023.68 161023.68 -295.84949 -295.84949 3000 -36383.668 -36383.668 -36713.661 -36713.661 319.15725 319.15725 161068 161068 -499.58356 -499.58356 Loop time of 9.75267 on 1 procs for 1000 steps with 8000 atoms Performance: 8.859 ns/day, 2.709 hours/ns, 102.536 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 | 9.4012 | 9.4012 | 9.4012 | 0.0 | 96.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04158 | 0.04158 | 0.04158 | 0.0 | 0.43 Output | 5.49e-05 | 5.49e-05 | 5.49e-05 | 0.0 | 0.00 Modify | 0.2798 | 0.2798 | 0.2798 | 0.0 | 2.87 Other | | 0.03001 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272742.0 ave 272742 max 272742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272742 Ave neighs/atom = 34.092750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36383.668 -36383.668 -36713.661 -36713.661 319.15725 319.15725 161068 161068 -499.58356 -499.58356 4000 -36389.811 -36389.811 -36699.504 -36699.504 299.52275 299.52275 161020.94 161020.94 -212.62549 -212.62549 Loop time of 9.7628 on 1 procs for 1000 steps with 8000 atoms Performance: 8.850 ns/day, 2.712 hours/ns, 102.430 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.4106 | 9.4106 | 9.4106 | 0.0 | 96.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041699 | 0.041699 | 0.041699 | 0.0 | 0.43 Output | 4.5e-05 | 4.5e-05 | 4.5e-05 | 0.0 | 0.00 Modify | 0.28063 | 0.28063 | 0.28063 | 0.0 | 2.87 Other | | 0.02984 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272680.0 ave 272680 max 272680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272680 Ave neighs/atom = 34.085000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36389.811 -36389.811 -36699.504 -36699.504 299.52275 299.52275 161020.94 161020.94 -212.62549 -212.62549 5000 -36391.991 -36391.991 -36717.836 -36717.836 315.14473 315.14473 160924.12 160924.12 373.99856 373.99856 Loop time of 9.38835 on 1 procs for 1000 steps with 8000 atoms Performance: 9.203 ns/day, 2.608 hours/ns, 106.515 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.0457 | 9.0457 | 9.0457 | 0.0 | 96.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039693 | 0.039693 | 0.039693 | 0.0 | 0.42 Output | 3.64e-05 | 3.64e-05 | 3.64e-05 | 0.0 | 0.00 Modify | 0.27439 | 0.27439 | 0.27439 | 0.0 | 2.92 Other | | 0.02857 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272852.0 ave 272852 max 272852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272852 Ave neighs/atom = 34.106500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.110056123069, Press = -307.306739234544 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36391.991 -36391.991 -36717.836 -36717.836 315.14473 315.14473 160924.12 160924.12 373.99856 373.99856 6000 -36383.58 -36383.58 -36711.862 -36711.862 317.50213 317.50213 160797.51 160797.51 1304.9676 1304.9676 Loop time of 9.49902 on 1 procs for 1000 steps with 8000 atoms Performance: 9.096 ns/day, 2.639 hours/ns, 105.274 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 | 9.1475 | 9.1475 | 9.1475 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0404 | 0.0404 | 0.0404 | 0.0 | 0.43 Output | 4.52e-05 | 4.52e-05 | 4.52e-05 | 0.0 | 0.00 Modify | 0.28189 | 0.28189 | 0.28189 | 0.0 | 2.97 Other | | 0.02917 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272704.0 ave 272704 max 272704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272704 Ave neighs/atom = 34.088000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.774895228575, Press = -9.70909181072267 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36383.58 -36383.58 -36711.862 -36711.862 317.50213 317.50213 160797.51 160797.51 1304.9676 1304.9676 7000 -36394.742 -36394.742 -36709.843 -36709.843 304.75454 304.75454 160911.82 160911.82 497.09366 497.09366 Loop time of 9.62583 on 1 procs for 1000 steps with 8000 atoms Performance: 8.976 ns/day, 2.674 hours/ns, 103.887 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 | 9.2729 | 9.2729 | 9.2729 | 0.0 | 96.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040525 | 0.040525 | 0.040525 | 0.0 | 0.42 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.28302 | 0.28302 | 0.28302 | 0.0 | 2.94 Other | | 0.02932 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272748.0 ave 272748 max 272748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272748 Ave neighs/atom = 34.093500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.928870279432, Press = 4.35463710163506 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36394.742 -36394.742 -36709.843 -36709.843 304.75454 304.75454 160911.82 160911.82 497.09366 497.09366 8000 -36384.003 -36384.003 -36712.67 -36712.67 317.87434 317.87434 161037.89 161037.89 -313.42547 -313.42547 Loop time of 9.39956 on 1 procs for 1000 steps with 8000 atoms Performance: 9.192 ns/day, 2.611 hours/ns, 106.388 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.0528 | 9.0528 | 9.0528 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039939 | 0.039939 | 0.039939 | 0.0 | 0.42 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.27806 | 0.27806 | 0.27806 | 0.0 | 2.96 Other | | 0.02873 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272676.0 ave 272676 max 272676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272676 Ave neighs/atom = 34.084500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.095772797109, Press = -2.23876608140551 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36384.003 -36384.003 -36712.67 -36712.67 317.87434 317.87434 161037.89 161037.89 -313.42547 -313.42547 9000 -36391.584 -36391.584 -36715.471 -36715.471 313.25107 313.25107 161051.97 161051.97 -455.63863 -455.63863 Loop time of 9.71042 on 1 procs for 1000 steps with 8000 atoms Performance: 8.898 ns/day, 2.697 hours/ns, 102.982 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 | 9.3553 | 9.3553 | 9.3553 | 0.0 | 96.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040961 | 0.040961 | 0.040961 | 0.0 | 0.42 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.28447 | 0.28447 | 0.28447 | 0.0 | 2.93 Other | | 0.02966 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272712.0 ave 272712 max 272712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272712 Ave neighs/atom = 34.089000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.034077390575, Press = -4.65834532013369 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36391.584 -36391.584 -36715.471 -36715.471 313.25107 313.25107 161051.97 161051.97 -455.63863 -455.63863 10000 -36390.133 -36390.133 -36706.533 -36706.533 306.01025 306.01025 161018.27 161018.27 -163.78671 -163.78671 Loop time of 9.57574 on 1 procs for 1000 steps with 8000 atoms Performance: 9.023 ns/day, 2.660 hours/ns, 104.431 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.2248 | 9.2248 | 9.2248 | 0.0 | 96.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040346 | 0.040346 | 0.040346 | 0.0 | 0.42 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.28139 | 0.28139 | 0.28139 | 0.0 | 2.94 Other | | 0.02914 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272694.0 ave 272694 max 272694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272694 Ave neighs/atom = 34.086750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.132317886184, Press = -6.13713987579579 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36390.133 -36390.133 -36706.533 -36706.533 306.01025 306.01025 161018.27 161018.27 -163.78671 -163.78671 11000 -36381.199 -36381.199 -36704.956 -36704.956 313.12602 313.12602 160908.5 160908.5 614.89361 614.89361 Loop time of 9.50014 on 1 procs for 1000 steps with 8000 atoms Performance: 9.095 ns/day, 2.639 hours/ns, 105.262 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 | 9.1512 | 9.1512 | 9.1512 | 0.0 | 96.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04024 | 0.04024 | 0.04024 | 0.0 | 0.42 Output | 3.41e-05 | 3.41e-05 | 3.41e-05 | 0.0 | 0.00 Modify | 0.27974 | 0.27974 | 0.27974 | 0.0 | 2.94 Other | | 0.02894 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272732.0 ave 272732 max 272732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272732 Ave neighs/atom = 34.091500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.222535499884, Press = -5.73903803203917 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36381.199 -36381.199 -36704.956 -36704.956 313.12602 313.12602 160908.5 160908.5 614.89361 614.89361 12000 -36389.495 -36389.495 -36720.923 -36720.923 320.54505 320.54505 160798.02 160798.02 1238.9106 1238.9106 Loop time of 9.28819 on 1 procs for 1000 steps with 8000 atoms Performance: 9.302 ns/day, 2.580 hours/ns, 107.664 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 | 8.9458 | 8.9458 | 8.9458 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039343 | 0.039343 | 0.039343 | 0.0 | 0.42 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.275 | 0.275 | 0.275 | 0.0 | 2.96 Other | | 0.02804 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272698.0 ave 272698 max 272698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272698 Ave neighs/atom = 34.087250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.329334641663, Press = -1.05276264985044 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36389.495 -36389.495 -36720.923 -36720.923 320.54505 320.54505 160798.02 160798.02 1238.9106 1238.9106 13000 -36388.884 -36388.884 -36713.785 -36713.785 314.2321 314.2321 160965.09 160965.09 139.80589 139.80589 Loop time of 9.12637 on 1 procs for 1000 steps with 8000 atoms Performance: 9.467 ns/day, 2.535 hours/ns, 109.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 | 8.7883 | 8.7883 | 8.7883 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038997 | 0.038997 | 0.038997 | 0.0 | 0.43 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.2713 | 0.2713 | 0.2713 | 0.0 | 2.97 Other | | 0.02778 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272686.0 ave 272686 max 272686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272686 Ave neighs/atom = 34.085750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.463335032808, Press = -0.465975857156174 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36388.884 -36388.884 -36713.785 -36713.785 314.2321 314.2321 160965.09 160965.09 139.80589 139.80589 14000 -36383.252 -36383.252 -36708.249 -36708.249 314.32469 314.32469 161025.86 161025.86 -204.62595 -204.62595 Loop time of 9.2317 on 1 procs for 1000 steps with 8000 atoms Performance: 9.359 ns/day, 2.564 hours/ns, 108.322 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.8912 | 8.8912 | 8.8912 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039062 | 0.039062 | 0.039062 | 0.0 | 0.42 Output | 3.6e-05 | 3.6e-05 | 3.6e-05 | 0.0 | 0.00 Modify | 0.2734 | 0.2734 | 0.2734 | 0.0 | 2.96 Other | | 0.02798 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272728.0 ave 272728 max 272728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272728 Ave neighs/atom = 34.091000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.444297857024, Press = -1.06074028035062 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36383.252 -36383.252 -36708.249 -36708.249 314.32469 314.32469 161025.86 161025.86 -204.62595 -204.62595 15000 -36387.685 -36387.685 -36725.431 -36725.431 326.65596 326.65596 161046.64 161046.64 -420.69005 -420.69005 Loop time of 9.20769 on 1 procs for 1000 steps with 8000 atoms Performance: 9.383 ns/day, 2.558 hours/ns, 108.605 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.8676 | 8.8676 | 8.8676 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038955 | 0.038955 | 0.038955 | 0.0 | 0.42 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.27318 | 0.27318 | 0.27318 | 0.0 | 2.97 Other | | 0.02789 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272694.0 ave 272694 max 272694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272694 Ave neighs/atom = 34.086750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.576047938763, Press = -1.80537597932239 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36387.685 -36387.685 -36725.431 -36725.431 326.65596 326.65596 161046.64 161046.64 -420.69005 -420.69005 16000 -36383.636 -36383.636 -36714.711 -36714.711 320.20351 320.20351 161036.18 161036.18 -253.10781 -253.10781 Loop time of 9.11747 on 1 procs for 1000 steps with 8000 atoms Performance: 9.476 ns/day, 2.533 hours/ns, 109.680 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 | 8.7786 | 8.7786 | 8.7786 | 0.0 | 96.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039207 | 0.039207 | 0.039207 | 0.0 | 0.43 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.27181 | 0.27181 | 0.27181 | 0.0 | 2.98 Other | | 0.02785 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272620.0 ave 272620 max 272620 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272620 Ave neighs/atom = 34.077500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.574826936495, Press = -2.956651108893 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -36383.636 -36383.636 -36714.711 -36714.711 320.20351 320.20351 161036.18 161036.18 -253.10781 -253.10781 17000 -36389.132 -36389.132 -36713.494 -36713.494 313.7106 313.7106 160893.65 160893.65 654.1116 654.1116 Loop time of 8.84648 on 1 procs for 1000 steps with 8000 atoms Performance: 9.767 ns/day, 2.457 hours/ns, 113.039 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 | 8.5152 | 8.5152 | 8.5152 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038236 | 0.038236 | 0.038236 | 0.0 | 0.43 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.26595 | 0.26595 | 0.26595 | 0.0 | 3.01 Other | | 0.02703 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272612.0 ave 272612 max 272612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272612 Ave neighs/atom = 34.076500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.543412267544, Press = -3.13946403832448 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -36389.132 -36389.132 -36713.494 -36713.494 313.7106 313.7106 160893.65 160893.65 654.1116 654.1116 18000 -36384.593 -36384.593 -36713.963 -36713.963 318.55415 318.55415 160850.11 160850.11 970.86833 970.86833 Loop time of 9.34691 on 1 procs for 1000 steps with 8000 atoms Performance: 9.244 ns/day, 2.596 hours/ns, 106.987 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 | 9.0022 | 9.0022 | 9.0022 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039552 | 0.039552 | 0.039552 | 0.0 | 0.42 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.27655 | 0.27655 | 0.27655 | 0.0 | 2.96 Other | | 0.02856 | | | 0.31 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272650.0 ave 272650 max 272650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272650 Ave neighs/atom = 34.081250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.538043326075, Press = -0.760176153885526 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -36384.593 -36384.593 -36713.963 -36713.963 318.55415 318.55415 160850.11 160850.11 970.86833 970.86833 19000 -36390.031 -36390.031 -36718.015 -36718.015 317.21432 317.21432 160946.89 160946.89 268.75926 268.75926 Loop time of 9.23866 on 1 procs for 1000 steps with 8000 atoms Performance: 9.352 ns/day, 2.566 hours/ns, 108.241 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 | 8.8961 | 8.8961 | 8.8961 | 0.0 | 96.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039655 | 0.039655 | 0.039655 | 0.0 | 0.43 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.27476 | 0.27476 | 0.27476 | 0.0 | 2.97 Other | | 0.02816 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272708.0 ave 272708 max 272708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272708 Ave neighs/atom = 34.088500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.599061371326, Press = 0.217783825087433 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -36390.031 -36390.031 -36718.015 -36718.015 317.21432 317.21432 160946.89 160946.89 268.75926 268.75926 20000 -36379.654 -36379.654 -36708.632 -36708.632 318.17563 318.17563 161060.75 161060.75 -391.50675 -391.50675 Loop time of 9.04928 on 1 procs for 1000 steps with 8000 atoms Performance: 9.548 ns/day, 2.514 hours/ns, 110.506 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 | 8.713 | 8.713 | 8.713 | 0.0 | 96.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038877 | 0.038877 | 0.038877 | 0.0 | 0.43 Output | 4.57e-05 | 4.57e-05 | 4.57e-05 | 0.0 | 0.00 Modify | 0.26983 | 0.26983 | 0.26983 | 0.0 | 2.98 Other | | 0.02752 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272672.0 ave 272672 max 272672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272672 Ave neighs/atom = 34.084000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.645061436421, Press = -0.2438708003728 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -36379.654 -36379.654 -36708.632 -36708.632 318.17563 318.17563 161060.75 161060.75 -391.50675 -391.50675 21000 -36392.857 -36392.857 -36717.563 -36717.563 314.04313 314.04313 161080.23 161080.23 -641.90119 -641.90119 Loop time of 9.24912 on 1 procs for 1000 steps with 8000 atoms Performance: 9.341 ns/day, 2.569 hours/ns, 108.118 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 | 8.9075 | 8.9075 | 8.9075 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039291 | 0.039291 | 0.039291 | 0.0 | 0.42 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.27429 | 0.27429 | 0.27429 | 0.0 | 2.97 Other | | 0.02799 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272688.0 ave 272688 max 272688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272688 Ave neighs/atom = 34.086000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.631271403069, Press = -1.25903877513654 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -36392.857 -36392.857 -36717.563 -36717.563 314.04313 314.04313 161080.23 161080.23 -641.90119 -641.90119 22000 -36383.979 -36383.979 -36710.845 -36710.845 316.13207 316.13207 161051.86 161051.86 -392.08374 -392.08374 Loop time of 9.23513 on 1 procs for 1000 steps with 8000 atoms Performance: 9.356 ns/day, 2.565 hours/ns, 108.282 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.8937 | 8.8937 | 8.8937 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039366 | 0.039366 | 0.039366 | 0.0 | 0.43 Output | 4.54e-05 | 4.54e-05 | 4.54e-05 | 0.0 | 0.00 Modify | 0.27391 | 0.27391 | 0.27391 | 0.0 | 2.97 Other | | 0.02811 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272606.0 ave 272606 max 272606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272606 Ave neighs/atom = 34.075750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.587686382776, Press = -2.48645616592745 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -36383.979 -36383.979 -36710.845 -36710.845 316.13207 316.13207 161051.86 161051.86 -392.08374 -392.08374 23000 -36390.48 -36390.48 -36716.814 -36716.814 315.61846 315.61846 160846.6 160846.6 947.15404 947.15404 Loop time of 9.38127 on 1 procs for 1000 steps with 8000 atoms Performance: 9.210 ns/day, 2.606 hours/ns, 106.595 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 | 9.0374 | 9.0374 | 9.0374 | 0.0 | 96.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039476 | 0.039476 | 0.039476 | 0.0 | 0.42 Output | 6.51e-05 | 6.51e-05 | 6.51e-05 | 0.0 | 0.00 Modify | 0.27605 | 0.27605 | 0.27605 | 0.0 | 2.94 Other | | 0.0283 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272672.0 ave 272672 max 272672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272672 Ave neighs/atom = 34.084000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.617459221993, Press = -2.33400981149046 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -36390.48 -36390.48 -36716.814 -36716.814 315.61846 315.61846 160846.6 160846.6 947.15404 947.15404 24000 -36381.793 -36381.793 -36706.439 -36706.439 313.9854 313.9854 160895.81 160895.81 692.34003 692.34003 Loop time of 9.28642 on 1 procs for 1000 steps with 8000 atoms Performance: 9.304 ns/day, 2.580 hours/ns, 107.684 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 | 8.9436 | 8.9436 | 8.9436 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039355 | 0.039355 | 0.039355 | 0.0 | 0.42 Output | 4.5e-05 | 4.5e-05 | 4.5e-05 | 0.0 | 0.00 Modify | 0.27527 | 0.27527 | 0.27527 | 0.0 | 2.96 Other | | 0.02814 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272674.0 ave 272674 max 272674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272674 Ave neighs/atom = 34.084250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.679183670803, Press = -0.583853313051241 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -36381.793 -36381.793 -36706.439 -36706.439 313.9854 313.9854 160895.81 160895.81 692.34003 692.34003 25000 -36386.704 -36386.704 -36712.544 -36712.544 315.14106 315.14106 160973.35 160973.35 122.3706 122.3706 Loop time of 9.37688 on 1 procs for 1000 steps with 8000 atoms Performance: 9.214 ns/day, 2.605 hours/ns, 106.645 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 | 9.032 | 9.032 | 9.032 | 0.0 | 96.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039625 | 0.039625 | 0.039625 | 0.0 | 0.42 Output | 5.67e-05 | 5.67e-05 | 5.67e-05 | 0.0 | 0.00 Modify | 0.2769 | 0.2769 | 0.2769 | 0.0 | 2.95 Other | | 0.02832 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272802.0 ave 272802 max 272802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272802 Ave neighs/atom = 34.100250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.666264668448, Press = -0.145519980248943 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -36386.704 -36386.704 -36712.544 -36712.544 315.14106 315.14106 160973.35 160973.35 122.3706 122.3706 26000 -36399.467 -36399.467 -36715.54 -36715.54 305.6943 305.6943 161025.32 161025.32 -319.67782 -319.67782 Loop time of 8.93171 on 1 procs for 1000 steps with 8000 atoms Performance: 9.673 ns/day, 2.481 hours/ns, 111.961 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 | 8.6011 | 8.6011 | 8.6011 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037727 | 0.037727 | 0.037727 | 0.0 | 0.42 Output | 6.47e-05 | 6.47e-05 | 6.47e-05 | 0.0 | 0.00 Modify | 0.2662 | 0.2662 | 0.2662 | 0.0 | 2.98 Other | | 0.02662 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272654.0 ave 272654 max 272654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272654 Ave neighs/atom = 34.081750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.605719342082, Press = -0.2920187087846 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -36399.467 -36399.467 -36715.54 -36715.54 305.6943 305.6943 161025.32 161025.32 -319.67782 -319.67782 27000 -36388.122 -36388.122 -36712.191 -36712.191 313.42784 313.42784 161113.87 161113.87 -828.15683 -828.15683 Loop time of 8.69723 on 1 procs for 1000 steps with 8000 atoms Performance: 9.934 ns/day, 2.416 hours/ns, 114.979 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 | 8.3727 | 8.3727 | 8.3727 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037141 | 0.037141 | 0.037141 | 0.0 | 0.43 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.26133 | 0.26133 | 0.26133 | 0.0 | 3.00 Other | | 0.02606 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272652.0 ave 272652 max 272652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272652 Ave neighs/atom = 34.081500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.545015559648, Press = -1.08467813921155 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -36388.122 -36388.122 -36712.191 -36712.191 313.42784 313.42784 161113.87 161113.87 -828.15683 -828.15683 28000 -36385.53 -36385.53 -36713.007 -36713.007 316.72304 316.72304 161055.04 161055.04 -397.6829 -397.6829 Loop time of 8.94123 on 1 procs for 1000 steps with 8000 atoms Performance: 9.663 ns/day, 2.484 hours/ns, 111.841 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 | 8.6108 | 8.6108 | 8.6108 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037626 | 0.037626 | 0.037626 | 0.0 | 0.42 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.26602 | 0.26602 | 0.26602 | 0.0 | 2.98 Other | | 0.0267 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272576.0 ave 272576 max 272576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272576 Ave neighs/atom = 34.072000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.485861566387, Press = -2.34698529835925 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -36385.53 -36385.53 -36713.007 -36713.007 316.72304 316.72304 161055.04 161055.04 -397.6829 -397.6829 29000 -36390.285 -36390.285 -36713.615 -36713.615 312.71301 312.71301 160891.2 160891.2 648.14322 648.14322 Loop time of 8.67716 on 1 procs for 1000 steps with 8000 atoms Performance: 9.957 ns/day, 2.410 hours/ns, 115.245 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.3525 | 8.3525 | 8.3525 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037153 | 0.037153 | 0.037153 | 0.0 | 0.43 Output | 3.6e-05 | 3.6e-05 | 3.6e-05 | 0.0 | 0.00 Modify | 0.26139 | 0.26139 | 0.26139 | 0.0 | 3.01 Other | | 0.02611 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272650.0 ave 272650 max 272650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272650 Ave neighs/atom = 34.081250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.515547135138, Press = -1.2098517059357 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -36390.285 -36390.285 -36713.615 -36713.615 312.71301 312.71301 160891.2 160891.2 648.14322 648.14322 30000 -36381.96 -36381.96 -36712.508 -36712.508 319.69367 319.69367 160903.28 160903.28 635.62132 635.62132 Loop time of 8.90651 on 1 procs for 1000 steps with 8000 atoms Performance: 9.701 ns/day, 2.474 hours/ns, 112.277 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 | 8.577 | 8.577 | 8.577 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037516 | 0.037516 | 0.037516 | 0.0 | 0.42 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.26541 | 0.26541 | 0.26541 | 0.0 | 2.98 Other | | 0.02658 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272640.0 ave 272640 max 272640 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272640 Ave neighs/atom = 34.080000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.548593816744, Press = -0.3074680549942 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -36381.96 -36381.96 -36712.508 -36712.508 319.69367 319.69367 160903.28 160903.28 635.62132 635.62132 31000 -36387.199 -36387.199 -36719.235 -36719.235 321.13269 321.13269 160977.37 160977.37 82.851823 82.851823 Loop time of 8.7086 on 1 procs for 1000 steps with 8000 atoms Performance: 9.921 ns/day, 2.419 hours/ns, 114.829 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 | 8.3842 | 8.3842 | 8.3842 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036965 | 0.036965 | 0.036965 | 0.0 | 0.42 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.26141 | 0.26141 | 0.26141 | 0.0 | 3.00 Other | | 0.02602 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272728.0 ave 272728 max 272728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272728 Ave neighs/atom = 34.091000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.552098205108, Press = 0.105242642110291 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -36387.199 -36387.199 -36719.235 -36719.235 321.13269 321.13269 160977.37 160977.37 82.851823 82.851823 32000 -36390.192 -36390.192 -36707.381 -36707.381 306.77292 306.77292 161069.21 161069.21 -523.04819 -523.04819 Loop time of 8.63008 on 1 procs for 1000 steps with 8000 atoms Performance: 10.011 ns/day, 2.397 hours/ns, 115.874 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 | 8.3071 | 8.3071 | 8.3071 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036917 | 0.036917 | 0.036917 | 0.0 | 0.43 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.26015 | 0.26015 | 0.26015 | 0.0 | 3.01 Other | | 0.02592 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272582.0 ave 272582 max 272582 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272582 Ave neighs/atom = 34.072750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.534743907855, Press = -0.128474743293539 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -36390.192 -36390.192 -36707.381 -36707.381 306.77292 306.77292 161069.21 161069.21 -523.04819 -523.04819 33000 -36385.864 -36385.864 -36712.781 -36712.781 316.18186 316.18186 161169.77 161169.77 -1192.8818 -1192.8818 Loop time of 8.69866 on 1 procs for 1000 steps with 8000 atoms Performance: 9.933 ns/day, 2.416 hours/ns, 114.960 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 | 8.3742 | 8.3742 | 8.3742 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03696 | 0.03696 | 0.03696 | 0.0 | 0.42 Output | 4.46e-05 | 4.46e-05 | 4.46e-05 | 0.0 | 0.00 Modify | 0.26151 | 0.26151 | 0.26151 | 0.0 | 3.01 Other | | 0.02596 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272722.0 ave 272722 max 272722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272722 Ave neighs/atom = 34.090250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.52120423111, Press = -1.04666620931345 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -36385.864 -36385.864 -36712.781 -36712.781 316.18186 316.18186 161169.77 161169.77 -1192.8818 -1192.8818 34000 -36390.064 -36390.064 -36710.282 -36710.282 309.70355 309.70355 161020.18 161020.18 -216.36573 -216.36573 Loop time of 8.8833 on 1 procs for 1000 steps with 8000 atoms Performance: 9.726 ns/day, 2.468 hours/ns, 112.571 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 | 8.5544 | 8.5544 | 8.5544 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037394 | 0.037394 | 0.037394 | 0.0 | 0.42 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.265 | 0.265 | 0.265 | 0.0 | 2.98 Other | | 0.0265 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272658.0 ave 272658 max 272658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272658 Ave neighs/atom = 34.082250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.496465526456, Press = -1.66630326751341 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -36390.064 -36390.064 -36710.282 -36710.282 309.70355 309.70355 161020.18 161020.18 -216.36573 -216.36573 35000 -36384.189 -36384.189 -36704.975 -36704.975 310.2524 310.2524 160925.47 160925.47 478.15593 478.15593 Loop time of 8.82074 on 1 procs for 1000 steps with 8000 atoms Performance: 9.795 ns/day, 2.450 hours/ns, 113.369 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.4939 | 8.4939 | 8.4939 | 0.0 | 96.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0373 | 0.0373 | 0.0373 | 0.0 | 0.42 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.26317 | 0.26317 | 0.26317 | 0.0 | 2.98 Other | | 0.0263 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272716.0 ave 272716 max 272716 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272716 Ave neighs/atom = 34.089500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.500848003223, Press = -0.748692034212016 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -36384.189 -36384.189 -36704.975 -36704.975 310.2524 310.2524 160925.47 160925.47 478.15593 478.15593 36000 -36390.901 -36390.901 -36714.455 -36714.455 312.92981 312.92981 160913.72 160913.72 481.54159 481.54159 Loop time of 8.76385 on 1 procs for 1000 steps with 8000 atoms Performance: 9.859 ns/day, 2.434 hours/ns, 114.105 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.4382 | 8.4382 | 8.4382 | 0.0 | 96.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037211 | 0.037211 | 0.037211 | 0.0 | 0.42 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.26226 | 0.26226 | 0.26226 | 0.0 | 2.99 Other | | 0.02618 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272750.0 ave 272750 max 272750 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272750 Ave neighs/atom = 34.093750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.476038198768, Press = -0.254936855875779 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -36390.901 -36390.901 -36714.455 -36714.455 312.92981 312.92981 160913.72 160913.72 481.54159 481.54159 37000 -36388.327 -36388.327 -36712.924 -36712.924 313.93793 313.93793 160977.68 160977.68 66.346612 66.346612 Loop time of 8.98939 on 1 procs for 1000 steps with 8000 atoms Performance: 9.611 ns/day, 2.497 hours/ns, 111.242 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 | 8.658 | 8.658 | 8.658 | 0.0 | 96.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03781 | 0.03781 | 0.03781 | 0.0 | 0.42 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.26677 | 0.26677 | 0.26677 | 0.0 | 2.97 Other | | 0.02678 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272730.0 ave 272730 max 272730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272730 Ave neighs/atom = 34.091250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.472210011692, Press = 0.00457382907858739 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -36388.327 -36388.327 -36712.924 -36712.924 313.93793 313.93793 160977.68 160977.68 66.346612 66.346612 38000 -36378.519 -36378.519 -36708.671 -36708.671 319.31133 319.31133 161129.06 161129.06 -851.45714 -851.45714 Loop time of 8.79866 on 1 procs for 1000 steps with 8000 atoms Performance: 9.820 ns/day, 2.444 hours/ns, 113.654 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 | 8.4733 | 8.4733 | 8.4733 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037183 | 0.037183 | 0.037183 | 0.0 | 0.42 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.26204 | 0.26204 | 0.26204 | 0.0 | 2.98 Other | | 0.02606 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272650.0 ave 272650 max 272650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272650 Ave neighs/atom = 34.081250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.479154733701, Press = 0.0126266118817037 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -36378.519 -36378.519 -36708.671 -36708.671 319.31133 319.31133 161129.06 161129.06 -851.45714 -851.45714 39000 -36390.427 -36390.427 -36714.082 -36714.082 313.02651 313.02651 161215.24 161215.24 -1519.8036 -1519.8036 Loop time of 8.74451 on 1 procs for 1000 steps with 8000 atoms Performance: 9.880 ns/day, 2.429 hours/ns, 114.357 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 | 8.4195 | 8.4195 | 8.4195 | 0.0 | 96.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037149 | 0.037149 | 0.037149 | 0.0 | 0.42 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.26167 | 0.26167 | 0.26167 | 0.0 | 2.99 Other | | 0.02614 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272672.0 ave 272672 max 272672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272672 Ave neighs/atom = 34.084000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.501078069169, Press = -0.985768619547395 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -36390.427 -36390.427 -36714.082 -36714.082 313.02651 313.02651 161215.24 161215.24 -1519.8036 -1519.8036 40000 -36382.755 -36382.755 -36712.278 -36712.278 318.70267 318.70267 161008.12 161008.12 -90.225231 -90.225231 Loop time of 8.82009 on 1 procs for 1000 steps with 8000 atoms Performance: 9.796 ns/day, 2.450 hours/ns, 113.377 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.4934 | 8.4934 | 8.4934 | 0.0 | 96.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037133 | 0.037133 | 0.037133 | 0.0 | 0.42 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.26321 | 0.26321 | 0.26321 | 0.0 | 2.98 Other | | 0.02633 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272612.0 ave 272612 max 272612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272612 Ave neighs/atom = 34.076500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.523843359849, Press = -0.931672302142099 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -36382.755 -36382.755 -36712.278 -36712.278 318.70267 318.70267 161008.12 161008.12 -90.225231 -90.225231 41000 -36386.938 -36386.938 -36710.879 -36710.879 313.30355 313.30355 160911.55 160911.55 525.84257 525.84257 Loop time of 8.78889 on 1 procs for 1000 steps with 8000 atoms Performance: 9.831 ns/day, 2.441 hours/ns, 113.780 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 | 8.4629 | 8.4629 | 8.4629 | 0.0 | 96.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037249 | 0.037249 | 0.037249 | 0.0 | 0.42 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.26238 | 0.26238 | 0.26238 | 0.0 | 2.99 Other | | 0.02631 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272770.0 ave 272770 max 272770 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272770 Ave neighs/atom = 34.096250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.500513705406, Press = -0.56751930238331 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -36386.938 -36386.938 -36710.879 -36710.879 313.30355 313.30355 160911.55 160911.55 525.84257 525.84257 42000 -36394.067 -36394.067 -36720.07 -36720.07 315.29742 315.29742 160890.23 160890.23 605.43293 605.43293 Loop time of 8.66429 on 1 procs for 1000 steps with 8000 atoms Performance: 9.972 ns/day, 2.407 hours/ns, 115.416 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 | 8.3423 | 8.3423 | 8.3423 | 0.0 | 96.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036643 | 0.036643 | 0.036643 | 0.0 | 0.42 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.25964 | 0.25964 | 0.25964 | 0.0 | 3.00 Other | | 0.02567 | | | 0.30 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272744.0 ave 272744 max 272744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272744 Ave neighs/atom = 34.093000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.493550397483, Press = -0.0860537551970615 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -36394.067 -36394.067 -36720.07 -36720.07 315.29742 315.29742 160890.23 160890.23 605.43293 605.43293 43000 -36389.051 -36389.051 -36712.042 -36712.042 312.38509 312.38509 160990.04 160990.04 -9.5037893 -9.5037893 Loop time of 8.48028 on 1 procs for 1000 steps with 8000 atoms Performance: 10.188 ns/day, 2.356 hours/ns, 117.921 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 | 8.1644 | 8.1644 | 8.1644 | 0.0 | 96.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035716 | 0.035716 | 0.035716 | 0.0 | 0.42 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.25545 | 0.25545 | 0.25545 | 0.0 | 3.01 Other | | 0.02464 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272686.0 ave 272686 max 272686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272686 Ave neighs/atom = 34.085750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.509169114388, Press = 0.206486531681314 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -36389.051 -36389.051 -36712.042 -36712.042 312.38509 312.38509 160990.04 160990.04 -9.5037893 -9.5037893 44000 -36384.378 -36384.378 -36703.224 -36703.224 308.37587 308.37587 161157.35 161157.35 -1068.3361 -1068.3361 Loop time of 8.34024 on 1 procs for 1000 steps with 8000 atoms Performance: 10.359 ns/day, 2.317 hours/ns, 119.901 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 | 8.0279 | 8.0279 | 8.0279 | 0.0 | 96.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035605 | 0.035605 | 0.035605 | 0.0 | 0.43 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.25252 | 0.25252 | 0.25252 | 0.0 | 3.03 Other | | 0.02421 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272674.0 ave 272674 max 272674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272674 Ave neighs/atom = 34.084250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.515173632826, Press = 0.00110647914195596 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -36384.378 -36384.378 -36703.224 -36703.224 308.37587 308.37587 161157.35 161157.35 -1068.3361 -1068.3361 45000 -36384.333 -36384.333 -36710.32 -36710.32 315.28261 315.28261 161135.75 161135.75 -931.45413 -931.45413 Loop time of 8.26268 on 1 procs for 1000 steps with 8000 atoms Performance: 10.457 ns/day, 2.295 hours/ns, 121.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 | 7.9521 | 7.9521 | 7.9521 | 0.0 | 96.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035111 | 0.035111 | 0.035111 | 0.0 | 0.42 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.25151 | 0.25151 | 0.25151 | 0.0 | 3.04 Other | | 0.02389 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272772.0 ave 272772 max 272772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272772 Ave neighs/atom = 34.096500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.499127149049, Press = -0.689312060913588 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -36384.333 -36384.333 -36710.32 -36710.32 315.28261 315.28261 161135.75 161135.75 -931.45413 -931.45413 46000 -36389.487 -36389.487 -36716.573 -36716.573 316.34506 316.34506 160988.68 160988.68 -1.5437567 -1.5437567 Loop time of 8.30925 on 1 procs for 1000 steps with 8000 atoms Performance: 10.398 ns/day, 2.308 hours/ns, 120.348 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.9977 | 7.9977 | 7.9977 | 0.0 | 96.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035436 | 0.035436 | 0.035436 | 0.0 | 0.43 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.25196 | 0.25196 | 0.25196 | 0.0 | 3.03 Other | | 0.02416 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272602.0 ave 272602 max 272602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272602 Ave neighs/atom = 34.075250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.528884289336, Press = -0.572160463563976 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -36389.487 -36389.487 -36716.573 -36716.573 316.34506 316.34506 160988.68 160988.68 -1.5437567 -1.5437567 47000 -36388.355 -36388.355 -36710.381 -36710.381 311.45144 311.45144 160943.04 160943.04 321.44369 321.44369 Loop time of 8.29535 on 1 procs for 1000 steps with 8000 atoms Performance: 10.415 ns/day, 2.304 hours/ns, 120.549 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 | 7.9842 | 7.9842 | 7.9842 | 0.0 | 96.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035302 | 0.035302 | 0.035302 | 0.0 | 0.43 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.25172 | 0.25172 | 0.25172 | 0.0 | 3.03 Other | | 0.02411 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272638.0 ave 272638 max 272638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272638 Ave neighs/atom = 34.079750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.529861752669, Press = -0.363199958412991 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -36388.355 -36388.355 -36710.381 -36710.381 311.45144 311.45144 160943.04 160943.04 321.44369 321.44369 48000 -36390.005 -36390.005 -36717.379 -36717.379 316.624 316.624 160934.39 160934.39 347.78752 347.78752 Loop time of 8.33748 on 1 procs for 1000 steps with 8000 atoms Performance: 10.363 ns/day, 2.316 hours/ns, 119.940 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 | 8.0253 | 8.0253 | 8.0253 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035472 | 0.035472 | 0.035472 | 0.0 | 0.43 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.25246 | 0.25246 | 0.25246 | 0.0 | 3.03 Other | | 0.02421 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272774.0 ave 272774 max 272774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272774 Ave neighs/atom = 34.096750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.52033472156, Press = -0.129172170687511 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -36390.005 -36390.005 -36717.379 -36717.379 316.624 316.624 160934.39 160934.39 347.78752 347.78752 49000 -36387.662 -36387.662 -36710.838 -36710.838 312.5642 312.5642 161005.26 161005.26 -102.80952 -102.80952 Loop time of 8.60645 on 1 procs for 1000 steps with 8000 atoms Performance: 10.039 ns/day, 2.391 hours/ns, 116.192 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 | 8.2873 | 8.2873 | 8.2873 | 0.0 | 96.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03606 | 0.03606 | 0.03606 | 0.0 | 0.42 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.25825 | 0.25825 | 0.25825 | 0.0 | 3.00 Other | | 0.02479 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272680.0 ave 272680 max 272680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272680 Ave neighs/atom = 34.085000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.47434751801, Press = 0.271590496259442 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -36387.662 -36387.662 -36710.838 -36710.838 312.5642 312.5642 161005.26 161005.26 -102.80952 -102.80952 50000 -36389.218 -36389.218 -36712.779 -36712.779 312.93625 312.93625 161167.92 161167.92 -1188.7734 -1188.7734 Loop time of 8.51432 on 1 procs for 1000 steps with 8000 atoms Performance: 10.148 ns/day, 2.365 hours/ns, 117.449 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 | 8.1961 | 8.1961 | 8.1961 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036134 | 0.036134 | 0.036134 | 0.0 | 0.42 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.25723 | 0.25723 | 0.25723 | 0.0 | 3.02 Other | | 0.02477 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272734.0 ave 272734 max 272734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272734 Ave neighs/atom = 34.091750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.459796613569, Press = -0.0271956636847896 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -36389.218 -36389.218 -36712.779 -36712.779 312.93625 312.93625 161167.92 161167.92 -1188.7734 -1188.7734 51000 -36385.143 -36385.143 -36709.782 -36709.782 313.97859 313.97859 161097.9 161097.9 -704.02827 -704.02827 Loop time of 8.44455 on 1 procs for 1000 steps with 8000 atoms Performance: 10.231 ns/day, 2.346 hours/ns, 118.420 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 | 8.1287 | 8.1287 | 8.1287 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035798 | 0.035798 | 0.035798 | 0.0 | 0.42 Output | 3.56e-05 | 3.56e-05 | 3.56e-05 | 0.0 | 0.00 Modify | 0.25543 | 0.25543 | 0.25543 | 0.0 | 3.02 Other | | 0.02455 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272652.0 ave 272652 max 272652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272652 Ave neighs/atom = 34.081500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.452157547535, Press = -0.601921936499768 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -36385.143 -36385.143 -36709.782 -36709.782 313.97859 313.97859 161097.9 161097.9 -704.02827 -704.02827 52000 -36393.742 -36393.742 -36715.194 -36715.194 310.89639 310.89639 160965.72 160965.72 115.024 115.024 Loop time of 8.4174 on 1 procs for 1000 steps with 8000 atoms Performance: 10.264 ns/day, 2.338 hours/ns, 118.802 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 | 8.1032 | 8.1032 | 8.1032 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035663 | 0.035663 | 0.035663 | 0.0 | 0.42 Output | 3.55e-05 | 3.55e-05 | 3.55e-05 | 0.0 | 0.00 Modify | 0.2541 | 0.2541 | 0.2541 | 0.0 | 3.02 Other | | 0.02437 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272682.0 ave 272682 max 272682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272682 Ave neighs/atom = 34.085250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.419468284926, Press = -0.574537945230696 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -36393.742 -36393.742 -36715.194 -36715.194 310.89639 310.89639 160965.72 160965.72 115.024 115.024 53000 -36388.44 -36388.44 -36709.27 -36709.27 310.29426 310.29426 160922.3 160922.3 456.8869 456.8869 Loop time of 8.30862 on 1 procs for 1000 steps with 8000 atoms Performance: 10.399 ns/day, 2.308 hours/ns, 120.357 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 | 7.9966 | 7.9966 | 7.9966 | 0.0 | 96.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035522 | 0.035522 | 0.035522 | 0.0 | 0.43 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.25231 | 0.25231 | 0.25231 | 0.0 | 3.04 Other | | 0.02411 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272742.0 ave 272742 max 272742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272742 Ave neighs/atom = 34.092750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.396928207016, Press = -0.292725080524682 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -36388.44 -36388.44 -36709.27 -36709.27 310.29426 310.29426 160922.3 160922.3 456.8869 456.8869 54000 -36388.805 -36388.805 -36714.491 -36714.491 314.99156 314.99156 160948.92 160948.92 267.77219 267.77219 Loop time of 8.35193 on 1 procs for 1000 steps with 8000 atoms Performance: 10.345 ns/day, 2.320 hours/ns, 119.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 | 8.0388 | 8.0388 | 8.0388 | 0.0 | 96.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035821 | 0.035821 | 0.035821 | 0.0 | 0.43 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.25298 | 0.25298 | 0.25298 | 0.0 | 3.03 Other | | 0.02429 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272780.0 ave 272780 max 272780 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272780 Ave neighs/atom = 34.097500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.39464628883, Press = -0.0857587667128306 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -36388.805 -36388.805 -36714.491 -36714.491 314.99156 314.99156 160948.92 160948.92 267.77219 267.77219 55000 -36387.587 -36387.587 -36712.016 -36712.016 313.77548 313.77548 161006.43 161006.43 -101.09703 -101.09703 Loop time of 8.48562 on 1 procs for 1000 steps with 8000 atoms Performance: 10.182 ns/day, 2.357 hours/ns, 117.846 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 | 8.1694 | 8.1694 | 8.1694 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035848 | 0.035848 | 0.035848 | 0.0 | 0.42 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.25571 | 0.25571 | 0.25571 | 0.0 | 3.01 Other | | 0.02461 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272714.0 ave 272714 max 272714 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272714 Ave neighs/atom = 34.089250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.396085056603, Press = -0.0670489851002598 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -36387.587 -36387.587 -36712.016 -36712.016 313.77548 313.77548 161006.43 161006.43 -101.09703 -101.09703 56000 -36388.807 -36388.807 -36716.004 -36716.004 316.45314 316.45314 161069.83 161069.83 -552.38033 -552.38033 Loop time of 8.48996 on 1 procs for 1000 steps with 8000 atoms Performance: 10.177 ns/day, 2.358 hours/ns, 117.786 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 | 8.1735 | 8.1735 | 8.1735 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035808 | 0.035808 | 0.035808 | 0.0 | 0.42 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.25598 | 0.25598 | 0.25598 | 0.0 | 3.02 Other | | 0.02462 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272664.0 ave 272664 max 272664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272664 Ave neighs/atom = 34.083000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.382562258161, Press = -0.19552981112941 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -36388.807 -36388.807 -36716.004 -36716.004 316.45314 316.45314 161069.83 161069.83 -552.38033 -552.38033 57000 -36391.829 -36391.829 -36712.771 -36712.771 310.4031 310.4031 161093.63 161093.63 -715.54065 -715.54065 Loop time of 8.38908 on 1 procs for 1000 steps with 8000 atoms Performance: 10.299 ns/day, 2.330 hours/ns, 119.203 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 | 8.075 | 8.075 | 8.075 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035687 | 0.035687 | 0.035687 | 0.0 | 0.43 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.25389 | 0.25389 | 0.25389 | 0.0 | 3.03 Other | | 0.02446 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272626.0 ave 272626 max 272626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272626 Ave neighs/atom = 34.078250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.376934448895, Press = -0.659586550621448 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -36391.829 -36391.829 -36712.771 -36712.771 310.4031 310.4031 161093.63 161093.63 -715.54065 -715.54065 58000 -36386.915 -36386.915 -36712.572 -36712.572 314.96368 314.96368 160940.62 160940.62 331.44602 331.44602 Loop time of 8.46624 on 1 procs for 1000 steps with 8000 atoms Performance: 10.205 ns/day, 2.352 hours/ns, 118.116 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 | 8.1493 | 8.1493 | 8.1493 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036007 | 0.036007 | 0.036007 | 0.0 | 0.43 Output | 4.81e-05 | 4.81e-05 | 4.81e-05 | 0.0 | 0.00 Modify | 0.25617 | 0.25617 | 0.25617 | 0.0 | 3.03 Other | | 0.02467 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272632.0 ave 272632 max 272632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272632 Ave neighs/atom = 34.079000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.341757420285, Press = -0.733850593874949 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -36386.915 -36386.915 -36712.572 -36712.572 314.96368 314.96368 160940.62 160940.62 331.44602 331.44602 59000 -36394.83 -36394.83 -36720.112 -36720.112 314.60104 314.60104 160892.47 160892.47 580.58146 580.58146 Loop time of 8.38648 on 1 procs for 1000 steps with 8000 atoms Performance: 10.302 ns/day, 2.330 hours/ns, 119.240 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 | 8.0727 | 8.0727 | 8.0727 | 0.0 | 96.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035702 | 0.035702 | 0.035702 | 0.0 | 0.43 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.25384 | 0.25384 | 0.25384 | 0.0 | 3.03 Other | | 0.02421 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272676.0 ave 272676 max 272676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272676 Ave neighs/atom = 34.084500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.325587190232, Press = -0.264642237454666 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.77118 ghost atom cutoff = 5.77118 binsize = 2.88559, bins = 19 19 19 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.77118 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.309 | 4.309 | 4.309 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -36394.83 -36394.83 -36720.112 -36720.112 314.60104 314.60104 160892.47 160892.47 580.58146 580.58146 60000 -36389.156 -36389.156 -36712.56 -36712.56 312.78426 312.78426 160957.77 160957.77 204.63147 204.63147 Loop time of 8.50797 on 1 procs for 1000 steps with 8000 atoms Performance: 10.155 ns/day, 2.363 hours/ns, 117.537 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1902 | 8.1902 | 8.1902 | 0.0 | 96.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036075 | 0.036075 | 0.036075 | 0.0 | 0.42 Output | 3.64e-05 | 3.64e-05 | 3.64e-05 | 0.0 | 0.00 Modify | 0.25687 | 0.25687 | 0.25687 | 0.0 | 3.02 Other | | 0.02476 | | | 0.29 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272658.0 ave 272658 max 272658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272658 Ave neighs/atom = 34.082250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 160989.952015136 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0