# 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.5721513450145785*${_u_distance} variable latticeconst_converted equal 5.5721513450145785*1 lattice fcc ${latticeconst_converted} lattice fcc 5.57215134501458 Lattice spacing in x,y,z = 5.57215 5.57215 5.57215 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (55.7215 55.7215 55.7215) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.000751019 secs variable mass_converted equal 40.078*${_u_mass} variable mass_converted equal 40.078*1 kim_interactions Ca #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959MedCutoff_Ca__MO_562200212426_004 pair_coeff * * Ca #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 40.078 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 173009.006140434 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 173009.006140434/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 173009.006140434/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 173009.006140434/(1*1*${_u_distance}) variable V0_metal equal 173009.006140434/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 173009.006140434*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 173009.006140434 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 16.0067 ghost atom cutoff = 16.0067 binsize = 8.00335, bins = 7 7 7 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 16.0067 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 9.434 | 9.434 | 9.434 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -7177.2824 -7177.2824 -7328.815 -7328.815 293.15 293.15 173009.01 173009.01 935.52314 935.52314 1000 -7010.9779 -7010.9779 -7164.7123 -7164.7123 297.40968 297.40968 176903.09 176903.09 -296.30978 -296.30978 Loop time of 135.074 on 1 procs for 1000 steps with 4000 atoms Performance: 0.640 ns/day, 37.520 hours/ns, 7.403 timesteps/s 35.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 132.98 | 132.98 | 132.98 | 0.0 | 98.45 Neigh | 1.1724 | 1.1724 | 1.1724 | 0.0 | 0.87 Comm | 0.2545 | 0.2545 | 0.2545 | 0.0 | 0.19 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.57145 | 0.57145 | 0.57145 | 0.0 | 0.42 Other | | 0.09356 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51533e+06 ave 1.51533e+06 max 1.51533e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1515330 Ave neighs/atom = 378.832 Neighbor list builds = 6 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -7010.9779 -7010.9779 -7164.7123 -7164.7123 297.40968 297.40968 176903.09 176903.09 -296.30978 -296.30978 2000 -7030.6251 -7030.6251 -7175.8221 -7175.8221 280.89339 280.89339 176242.48 176242.48 67.27647 67.27647 Loop time of 120.101 on 1 procs for 1000 steps with 4000 atoms Performance: 0.719 ns/day, 33.361 hours/ns, 8.326 timesteps/s 39.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 | 118.16 | 118.16 | 118.16 | 0.0 | 98.38 Neigh | 0.95397 | 0.95397 | 0.95397 | 0.0 | 0.79 Comm | 0.23435 | 0.23435 | 0.23435 | 0.0 | 0.20 Output | 5.9128e-05 | 5.9128e-05 | 5.9128e-05 | 0.0 | 0.00 Modify | 0.67504 | 0.67504 | 0.67504 | 0.0 | 0.56 Other | | 0.07805 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51858e+06 ave 1.51858e+06 max 1.51858e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518576 Ave neighs/atom = 379.644 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -7030.6251 -7030.6251 -7175.8221 -7175.8221 280.89339 280.89339 176242.48 176242.48 67.27647 67.27647 3000 -7012.9935 -7012.9935 -7168.1971 -7168.1971 300.25185 300.25185 176505.43 176505.43 22.664728 22.664728 Loop time of 119.436 on 1 procs for 1000 steps with 4000 atoms Performance: 0.723 ns/day, 33.177 hours/ns, 8.373 timesteps/s 40.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 117.58 | 117.58 | 117.58 | 0.0 | 98.44 Neigh | 0.94775 | 0.94775 | 0.94775 | 0.0 | 0.79 Comm | 0.23711 | 0.23711 | 0.23711 | 0.0 | 0.20 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.58654 | 0.58654 | 0.58654 | 0.0 | 0.49 Other | | 0.08718 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51635e+06 ave 1.51635e+06 max 1.51635e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516350 Ave neighs/atom = 379.087 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -7012.9935 -7012.9935 -7168.1971 -7168.1971 300.25185 300.25185 176505.43 176505.43 22.664728 22.664728 4000 -7024.8105 -7024.8105 -7175.9014 -7175.9014 292.29568 292.29568 176387.89 176387.89 -30.183044 -30.183044 Loop time of 123.031 on 1 procs for 1000 steps with 4000 atoms Performance: 0.702 ns/day, 34.175 hours/ns, 8.128 timesteps/s 39.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.11 | 121.11 | 121.11 | 0.0 | 98.44 Neigh | 0.98095 | 0.98095 | 0.98095 | 0.0 | 0.80 Comm | 0.34512 | 0.34512 | 0.34512 | 0.0 | 0.28 Output | 5.8889e-05 | 5.8889e-05 | 5.8889e-05 | 0.0 | 0.00 Modify | 0.51358 | 0.51358 | 0.51358 | 0.0 | 0.42 Other | | 0.07714 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51777e+06 ave 1.51777e+06 max 1.51777e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517774 Ave neighs/atom = 379.443 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -7024.8105 -7024.8105 -7175.9014 -7175.9014 292.29568 292.29568 176387.89 176387.89 -30.183044 -30.183044 5000 -7020.9614 -7020.9614 -7168.5058 -7168.5058 285.43462 285.43462 176388.81 176388.81 63.44708 63.44708 Loop time of 125.856 on 1 procs for 1000 steps with 4000 atoms Performance: 0.686 ns/day, 34.960 hours/ns, 7.946 timesteps/s 37.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 124.2 | 124.2 | 124.2 | 0.0 | 98.68 Neigh | 0.77634 | 0.77634 | 0.77634 | 0.0 | 0.62 Comm | 0.26375 | 0.26375 | 0.26375 | 0.0 | 0.21 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.56471 | 0.56471 | 0.56471 | 0.0 | 0.45 Other | | 0.05577 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.5173e+06 ave 1.5173e+06 max 1.5173e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517302 Ave neighs/atom = 379.325 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 296.04113921184, Press = 1.30897403075725 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -7020.9614 -7020.9614 -7168.5058 -7168.5058 285.43462 285.43462 176388.81 176388.81 63.44708 63.44708 6000 -7019.2854 -7019.2854 -7174.035 -7174.035 299.37356 299.37356 176451.57 176451.57 -34.88727 -34.88727 Loop time of 121.936 on 1 procs for 1000 steps with 4000 atoms Performance: 0.709 ns/day, 33.871 hours/ns, 8.201 timesteps/s 39.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.1 | 120.1 | 120.1 | 0.0 | 98.50 Neigh | 1.0534 | 1.0534 | 1.0534 | 0.0 | 0.86 Comm | 0.14797 | 0.14797 | 0.14797 | 0.0 | 0.12 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.5457 | 0.5457 | 0.5457 | 0.0 | 0.45 Other | | 0.08692 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51721e+06 ave 1.51721e+06 max 1.51721e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517210 Ave neighs/atom = 379.303 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.784242299182, Press = -3.96496893817917 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -7019.2854 -7019.2854 -7174.035 -7174.035 299.37356 299.37356 176451.57 176451.57 -34.88727 -34.88727 7000 -7020.5684 -7020.5684 -7171.9826 -7171.9826 292.9211 292.9211 176538.37 176538.37 -97.623509 -97.623509 Loop time of 124.254 on 1 procs for 1000 steps with 4000 atoms Performance: 0.695 ns/day, 34.515 hours/ns, 8.048 timesteps/s 38.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 122.16 | 122.16 | 122.16 | 0.0 | 98.31 Neigh | 0.95462 | 0.95462 | 0.95462 | 0.0 | 0.77 Comm | 0.35339 | 0.35339 | 0.35339 | 0.0 | 0.28 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.68355 | 0.68355 | 0.68355 | 0.0 | 0.55 Other | | 0.1023 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51697e+06 ave 1.51697e+06 max 1.51697e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516966 Ave neighs/atom = 379.241 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.144926379032, Press = 1.81058685634968 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -7020.5684 -7020.5684 -7171.9826 -7171.9826 292.9211 292.9211 176538.37 176538.37 -97.623509 -97.623509 8000 -7011.0282 -7011.0282 -7167.6756 -7167.6756 303.04507 303.04507 176204.27 176204.27 309.39466 309.39466 Loop time of 116.674 on 1 procs for 1000 steps with 4000 atoms Performance: 0.741 ns/day, 32.410 hours/ns, 8.571 timesteps/s 41.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 114.64 | 114.64 | 114.64 | 0.0 | 98.25 Neigh | 1.1377 | 1.1377 | 1.1377 | 0.0 | 0.98 Comm | 0.17812 | 0.17812 | 0.17812 | 0.0 | 0.15 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.69216 | 0.69216 | 0.69216 | 0.0 | 0.59 Other | | 0.02885 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51798e+06 ave 1.51798e+06 max 1.51798e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517978 Ave neighs/atom = 379.495 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.811661437191, Press = -0.0824695498256107 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -7011.0282 -7011.0282 -7167.6756 -7167.6756 303.04507 303.04507 176204.27 176204.27 309.39466 309.39466 9000 -7018.5009 -7018.5009 -7172.1632 -7172.1632 297.27029 297.27029 176769.52 176769.52 -293.18148 -293.18148 Loop time of 125.271 on 1 procs for 1000 steps with 4000 atoms Performance: 0.690 ns/day, 34.797 hours/ns, 7.983 timesteps/s 38.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 123.07 | 123.07 | 123.07 | 0.0 | 98.24 Neigh | 1.1017 | 1.1017 | 1.1017 | 0.0 | 0.88 Comm | 0.27589 | 0.27589 | 0.27589 | 0.0 | 0.22 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.73368 | 0.73368 | 0.73368 | 0.0 | 0.59 Other | | 0.08796 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51509e+06 ave 1.51509e+06 max 1.51509e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1515088 Ave neighs/atom = 378.772 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 294.140089039137, Press = -4.00545415027058 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -7018.5009 -7018.5009 -7172.1632 -7172.1632 297.27029 297.27029 176769.52 176769.52 -293.18148 -293.18148 10000 -7022.2062 -7022.2062 -7173.5437 -7173.5437 292.77259 292.77259 176380.61 176380.61 19.444736 19.444736 Loop time of 105.092 on 1 procs for 1000 steps with 4000 atoms Performance: 0.822 ns/day, 29.192 hours/ns, 9.516 timesteps/s 45.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 103.53 | 103.53 | 103.53 | 0.0 | 98.51 Neigh | 0.83613 | 0.83613 | 0.83613 | 0.0 | 0.80 Comm | 0.17129 | 0.17129 | 0.17129 | 0.0 | 0.16 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.50581 | 0.50581 | 0.50581 | 0.0 | 0.48 Other | | 0.05077 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51856e+06 ave 1.51856e+06 max 1.51856e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518560 Ave neighs/atom = 379.64 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.849424194098, Press = 2.81475076227434 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -7022.2062 -7022.2062 -7173.5437 -7173.5437 292.77259 292.77259 176380.61 176380.61 19.444736 19.444736 11000 -7018.0809 -7018.0809 -7171.9405 -7171.9405 297.65195 297.65195 176332.11 176332.11 99.452168 99.452168 Loop time of 115.745 on 1 procs for 1000 steps with 4000 atoms Performance: 0.746 ns/day, 32.151 hours/ns, 8.640 timesteps/s 41.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 113.61 | 113.61 | 113.61 | 0.0 | 98.15 Neigh | 1.0803 | 1.0803 | 1.0803 | 0.0 | 0.93 Comm | 0.22568 | 0.22568 | 0.22568 | 0.0 | 0.19 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.74236 | 0.74236 | 0.74236 | 0.0 | 0.64 Other | | 0.08888 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51773e+06 ave 1.51773e+06 max 1.51773e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517734 Ave neighs/atom = 379.433 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 294.094159755009, Press = -0.919797709214881 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -7018.0809 -7018.0809 -7171.9405 -7171.9405 297.65195 297.65195 176332.11 176332.11 99.452168 99.452168 12000 -7017.7337 -7017.7337 -7169.0775 -7169.0775 292.78491 292.78491 176631.03 176631.03 -136.74565 -136.74565 Loop time of 105.503 on 1 procs for 1000 steps with 4000 atoms Performance: 0.819 ns/day, 29.306 hours/ns, 9.478 timesteps/s 44.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 104.02 | 104.02 | 104.02 | 0.0 | 98.60 Neigh | 0.76022 | 0.76022 | 0.76022 | 0.0 | 0.72 Comm | 0.22043 | 0.22043 | 0.22043 | 0.0 | 0.21 Output | 4.7207e-05 | 4.7207e-05 | 4.7207e-05 | 0.0 | 0.00 Modify | 0.43227 | 0.43227 | 0.43227 | 0.0 | 0.41 Other | | 0.06515 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51715e+06 ave 1.51715e+06 max 1.51715e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517146 Ave neighs/atom = 379.286 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.889181213328, Press = -0.112695652864349 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -7017.7337 -7017.7337 -7169.0775 -7169.0775 292.78491 292.78491 176631.03 176631.03 -136.74565 -136.74565 13000 -7022.2495 -7022.2495 -7173.2695 -7173.2695 292.15851 292.15851 176333.01 176333.01 73.199118 73.199118 Loop time of 103.455 on 1 procs for 1000 steps with 4000 atoms Performance: 0.835 ns/day, 28.737 hours/ns, 9.666 timesteps/s 46.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.94 | 101.94 | 101.94 | 0.0 | 98.54 Neigh | 0.7718 | 0.7718 | 0.7718 | 0.0 | 0.75 Comm | 0.15983 | 0.15983 | 0.15983 | 0.0 | 0.15 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.5114 | 0.5114 | 0.5114 | 0.0 | 0.49 Other | | 0.06856 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51772e+06 ave 1.51772e+06 max 1.51772e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517720 Ave neighs/atom = 379.43 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.893802777963, Press = 0.407688534541652 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -7022.2495 -7022.2495 -7173.2695 -7173.2695 292.15851 292.15851 176333.01 176333.01 73.199118 73.199118 14000 -7022.9498 -7022.9498 -7174.3869 -7174.3869 292.96527 292.96527 176334.08 176334.08 45.310654 45.310654 Loop time of 91.5941 on 1 procs for 1000 steps with 4000 atoms Performance: 0.943 ns/day, 25.443 hours/ns, 10.918 timesteps/s 51.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 | 90.293 | 90.293 | 90.293 | 0.0 | 98.58 Neigh | 0.72937 | 0.72937 | 0.72937 | 0.0 | 0.80 Comm | 0.18967 | 0.18967 | 0.18967 | 0.0 | 0.21 Output | 4.7207e-05 | 4.7207e-05 | 4.7207e-05 | 0.0 | 0.00 Modify | 0.34033 | 0.34033 | 0.34033 | 0.0 | 0.37 Other | | 0.04183 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51683e+06 ave 1.51683e+06 max 1.51683e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516832 Ave neighs/atom = 379.208 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.815826820245, Press = -1.11034484165335 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -7022.9498 -7022.9498 -7174.3869 -7174.3869 292.96527 292.96527 176334.08 176334.08 45.310654 45.310654 15000 -7019.0051 -7019.0051 -7168.1292 -7168.1292 288.49063 288.49063 176723.35 176723.35 -220.93927 -220.93927 Loop time of 83.8507 on 1 procs for 1000 steps with 4000 atoms Performance: 1.030 ns/day, 23.292 hours/ns, 11.926 timesteps/s 57.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.484 | 82.484 | 82.484 | 0.0 | 98.37 Neigh | 0.71626 | 0.71626 | 0.71626 | 0.0 | 0.85 Comm | 0.1939 | 0.1939 | 0.1939 | 0.0 | 0.23 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.4141 | 0.4141 | 0.4141 | 0.0 | 0.49 Other | | 0.04208 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51722e+06 ave 1.51722e+06 max 1.51722e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517220 Ave neighs/atom = 379.305 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.682611015977, Press = 0.661926963012615 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -7019.0051 -7019.0051 -7168.1292 -7168.1292 288.49063 288.49063 176723.35 176723.35 -220.93927 -220.93927 16000 -7023.2709 -7023.2709 -7174.2325 -7174.2325 292.04547 292.04547 176053.01 176053.01 307.95416 307.95416 Loop time of 75.8118 on 1 procs for 1000 steps with 4000 atoms Performance: 1.140 ns/day, 21.059 hours/ns, 13.191 timesteps/s 62.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 74.668 | 74.668 | 74.668 | 0.0 | 98.49 Neigh | 0.55901 | 0.55901 | 0.55901 | 0.0 | 0.74 Comm | 0.17439 | 0.17439 | 0.17439 | 0.0 | 0.23 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.38141 | 0.38141 | 0.38141 | 0.0 | 0.50 Other | | 0.02905 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51691e+06 ave 1.51691e+06 max 1.51691e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516912 Ave neighs/atom = 379.228 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.689621428514, Press = 0.277076323382543 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -7023.2709 -7023.2709 -7174.2325 -7174.2325 292.04547 292.04547 176053.01 176053.01 307.95416 307.95416 17000 -7018.4634 -7018.4634 -7172.5156 -7172.5156 298.0243 298.0243 176648.95 176648.95 -184.17695 -184.17695 Loop time of 77.6304 on 1 procs for 1000 steps with 4000 atoms Performance: 1.113 ns/day, 21.564 hours/ns, 12.882 timesteps/s 60.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 76.312 | 76.312 | 76.312 | 0.0 | 98.30 Neigh | 0.69857 | 0.69857 | 0.69857 | 0.0 | 0.90 Comm | 0.17646 | 0.17646 | 0.17646 | 0.0 | 0.23 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.39247 | 0.39247 | 0.39247 | 0.0 | 0.51 Other | | 0.05074 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51601e+06 ave 1.51601e+06 max 1.51601e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516010 Ave neighs/atom = 379.002 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.718911167623, Press = -0.871308092884695 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -7018.4634 -7018.4634 -7172.5156 -7172.5156 298.0243 298.0243 176648.95 176648.95 -184.17695 -184.17695 18000 -7024.9242 -7024.9242 -7175.1679 -7175.1679 290.65653 290.65653 176345.63 176345.63 19.205478 19.205478 Loop time of 74.5198 on 1 procs for 1000 steps with 4000 atoms Performance: 1.159 ns/day, 20.700 hours/ns, 13.419 timesteps/s 64.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 73.345 | 73.345 | 73.345 | 0.0 | 98.42 Neigh | 0.57255 | 0.57255 | 0.57255 | 0.0 | 0.77 Comm | 0.15537 | 0.15537 | 0.15537 | 0.0 | 0.21 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.39986 | 0.39986 | 0.39986 | 0.0 | 0.54 Other | | 0.04669 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.5182e+06 ave 1.5182e+06 max 1.5182e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518196 Ave neighs/atom = 379.549 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.757626417037, Press = 0.317045445906105 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -7024.9242 -7024.9242 -7175.1679 -7175.1679 290.65653 290.65653 176345.63 176345.63 19.205478 19.205478 19000 -7021.8166 -7021.8166 -7173.0396 -7173.0396 292.55111 292.55111 176350.78 176350.78 49.194936 49.194936 Loop time of 70.7095 on 1 procs for 1000 steps with 4000 atoms Performance: 1.222 ns/day, 19.642 hours/ns, 14.142 timesteps/s 67.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 69.609 | 69.609 | 69.609 | 0.0 | 98.44 Neigh | 0.63706 | 0.63706 | 0.63706 | 0.0 | 0.90 Comm | 0.15801 | 0.15801 | 0.15801 | 0.0 | 0.22 Output | 5.8889e-05 | 5.8889e-05 | 5.8889e-05 | 0.0 | 0.00 Modify | 0.26385 | 0.26385 | 0.26385 | 0.0 | 0.37 Other | | 0.04144 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51797e+06 ave 1.51797e+06 max 1.51797e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517974 Ave neighs/atom = 379.493 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.681043245632, Press = -0.178333341791803 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -7021.8166 -7021.8166 -7173.0396 -7173.0396 292.55111 292.55111 176350.78 176350.78 49.194936 49.194936 20000 -7019.1168 -7019.1168 -7173.6682 -7173.6682 298.99022 298.99022 176522.58 176522.58 -97.133322 -97.133322 Loop time of 72.072 on 1 procs for 1000 steps with 4000 atoms Performance: 1.199 ns/day, 20.020 hours/ns, 13.875 timesteps/s 66.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 70.979 | 70.979 | 70.979 | 0.0 | 98.48 Neigh | 0.4921 | 0.4921 | 0.4921 | 0.0 | 0.68 Comm | 0.10925 | 0.10925 | 0.10925 | 0.0 | 0.15 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.45836 | 0.45836 | 0.45836 | 0.0 | 0.64 Other | | 0.03369 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51729e+06 ave 1.51729e+06 max 1.51729e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517292 Ave neighs/atom = 379.323 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.662961985449, Press = -0.125497030602884 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -7019.1168 -7019.1168 -7173.6682 -7173.6682 298.99022 298.99022 176522.58 176522.58 -97.133322 -97.133322 21000 -7017.3726 -7017.3726 -7169.8829 -7169.8829 295.04151 295.04151 176264.01 176264.01 177.91427 177.91427 Loop time of 74.9613 on 1 procs for 1000 steps with 4000 atoms Performance: 1.153 ns/day, 20.823 hours/ns, 13.340 timesteps/s 63.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 73.588 | 73.588 | 73.588 | 0.0 | 98.17 Neigh | 0.68505 | 0.68505 | 0.68505 | 0.0 | 0.91 Comm | 0.16915 | 0.16915 | 0.16915 | 0.0 | 0.23 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.48307 | 0.48307 | 0.48307 | 0.0 | 0.64 Other | | 0.03594 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51903e+06 ave 1.51903e+06 max 1.51903e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519032 Ave neighs/atom = 379.758 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.553299926173, Press = 0.198781809604332 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -7017.3726 -7017.3726 -7169.8829 -7169.8829 295.04151 295.04151 176264.01 176264.01 177.91427 177.91427 22000 -7020.0539 -7020.0539 -7171.7534 -7171.7534 293.47298 293.47298 176584.55 176584.55 -137.69997 -137.69997 Loop time of 66.4356 on 1 procs for 1000 steps with 4000 atoms Performance: 1.301 ns/day, 18.454 hours/ns, 15.052 timesteps/s 71.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 65.49 | 65.49 | 65.49 | 0.0 | 98.58 Neigh | 0.4836 | 0.4836 | 0.4836 | 0.0 | 0.73 Comm | 0.096585 | 0.096585 | 0.096585 | 0.0 | 0.15 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.3369 | 0.3369 | 0.3369 | 0.0 | 0.51 Other | | 0.0284 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.5165e+06 ave 1.5165e+06 max 1.5165e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516504 Ave neighs/atom = 379.126 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.569980190983, Press = -0.866415531281895 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -7020.0539 -7020.0539 -7171.7534 -7171.7534 293.47298 293.47298 176584.55 176584.55 -137.69997 -137.69997 23000 -7022.3836 -7022.3836 -7174.4103 -7174.4103 294.10606 294.10606 176525.51 176525.51 -124.5567 -124.5567 Loop time of 68.8189 on 1 procs for 1000 steps with 4000 atoms Performance: 1.255 ns/day, 19.116 hours/ns, 14.531 timesteps/s 69.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 67.759 | 67.759 | 67.759 | 0.0 | 98.46 Neigh | 0.49337 | 0.49337 | 0.49337 | 0.0 | 0.72 Comm | 0.096955 | 0.096955 | 0.096955 | 0.0 | 0.14 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.41444 | 0.41444 | 0.41444 | 0.0 | 0.60 Other | | 0.05467 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51963e+06 ave 1.51963e+06 max 1.51963e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519634 Ave neighs/atom = 379.909 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.568397676115, Press = 0.570752594762647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -7022.3836 -7022.3836 -7174.4103 -7174.4103 294.10606 294.10606 176525.51 176525.51 -124.5567 -124.5567 24000 -7021.1258 -7021.1258 -7173.4793 -7173.4793 294.73811 294.73811 176163.12 176163.12 219.23201 219.23201 Loop time of 71.7362 on 1 procs for 1000 steps with 4000 atoms Performance: 1.204 ns/day, 19.927 hours/ns, 13.940 timesteps/s 66.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 70.649 | 70.649 | 70.649 | 0.0 | 98.48 Neigh | 0.53624 | 0.53624 | 0.53624 | 0.0 | 0.75 Comm | 0.16951 | 0.16951 | 0.16951 | 0.0 | 0.24 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.33613 | 0.33613 | 0.33613 | 0.0 | 0.47 Other | | 0.0457 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51813e+06 ave 1.51813e+06 max 1.51813e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518128 Ave neighs/atom = 379.532 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.588697638581, Press = -0.337267351097244 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -7021.1258 -7021.1258 -7173.4793 -7173.4793 294.73811 294.73811 176163.12 176163.12 219.23201 219.23201 25000 -7020.2193 -7020.2193 -7170.6192 -7170.6192 290.95877 290.95877 176588.25 176588.25 -139.29549 -139.29549 Loop time of 87.9652 on 1 procs for 1000 steps with 4000 atoms Performance: 0.982 ns/day, 24.435 hours/ns, 11.368 timesteps/s 54.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.828 | 86.828 | 86.828 | 0.0 | 98.71 Neigh | 0.55436 | 0.55436 | 0.55436 | 0.0 | 0.63 Comm | 0.18801 | 0.18801 | 0.18801 | 0.0 | 0.21 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.36623 | 0.36623 | 0.36623 | 0.0 | 0.42 Other | | 0.02857 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51808e+06 ave 1.51808e+06 max 1.51808e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518080 Ave neighs/atom = 379.52 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.631460879096, Press = -0.138512272790618 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -7020.2193 -7020.2193 -7170.6192 -7170.6192 290.95877 290.95877 176588.25 176588.25 -139.29549 -139.29549 26000 -7025.3818 -7025.3818 -7172.8403 -7172.8403 285.26854 285.26854 176232.08 176232.08 134.00051 134.00051 Loop time of 62.5231 on 1 procs for 1000 steps with 4000 atoms Performance: 1.382 ns/day, 17.368 hours/ns, 15.994 timesteps/s 77.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 61.689 | 61.689 | 61.689 | 0.0 | 98.67 Neigh | 0.41304 | 0.41304 | 0.41304 | 0.0 | 0.66 Comm | 0.11029 | 0.11029 | 0.11029 | 0.0 | 0.18 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.28101 | 0.28101 | 0.28101 | 0.0 | 0.45 Other | | 0.02924 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51822e+06 ave 1.51822e+06 max 1.51822e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518216 Ave neighs/atom = 379.554 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.547406548031, Press = 0.114909521472968 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -7025.3818 -7025.3818 -7172.8403 -7172.8403 285.26854 285.26854 176232.08 176232.08 134.00051 134.00051 27000 -7016.4733 -7016.4733 -7170.2617 -7170.2617 297.51408 297.51408 176509.78 176509.78 -34.359958 -34.359958 Loop time of 63.8563 on 1 procs for 1000 steps with 4000 atoms Performance: 1.353 ns/day, 17.738 hours/ns, 15.660 timesteps/s 74.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.874 | 62.874 | 62.874 | 0.0 | 98.46 Neigh | 0.50727 | 0.50727 | 0.50727 | 0.0 | 0.79 Comm | 0.12315 | 0.12315 | 0.12315 | 0.0 | 0.19 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.29624 | 0.29624 | 0.29624 | 0.0 | 0.46 Other | | 0.05521 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51712e+06 ave 1.51712e+06 max 1.51712e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517116 Ave neighs/atom = 379.279 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.560024452062, Press = -0.690071259791751 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -7016.4733 -7016.4733 -7170.2617 -7170.2617 297.51408 297.51408 176509.78 176509.78 -34.359958 -34.359958 28000 -7019.6031 -7019.6031 -7169.0696 -7169.0696 289.15312 289.15312 176679.25 176679.25 -189.59776 -189.59776 Loop time of 64.2192 on 1 procs for 1000 steps with 4000 atoms Performance: 1.345 ns/day, 17.839 hours/ns, 15.572 timesteps/s 73.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 | 63.282 | 63.282 | 63.282 | 0.0 | 98.54 Neigh | 0.45177 | 0.45177 | 0.45177 | 0.0 | 0.70 Comm | 0.12654 | 0.12654 | 0.12654 | 0.0 | 0.20 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.33029 | 0.33029 | 0.33029 | 0.0 | 0.51 Other | | 0.02827 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51801e+06 ave 1.51801e+06 max 1.51801e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518014 Ave neighs/atom = 379.503 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.499927924567, Press = 0.58202021584528 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -7019.6031 -7019.6031 -7169.0696 -7169.0696 289.15312 289.15312 176679.25 176679.25 -189.59776 -189.59776 29000 -7021.7465 -7021.7465 -7173.7761 -7173.7761 294.11151 294.11151 176044.4 176044.4 321.75387 321.75387 Loop time of 60.9426 on 1 procs for 1000 steps with 4000 atoms Performance: 1.418 ns/day, 16.929 hours/ns, 16.409 timesteps/s 78.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.121 | 60.121 | 60.121 | 0.0 | 98.65 Neigh | 0.37825 | 0.37825 | 0.37825 | 0.0 | 0.62 Comm | 0.10621 | 0.10621 | 0.10621 | 0.0 | 0.17 Output | 6.6996e-05 | 6.6996e-05 | 6.6996e-05 | 0.0 | 0.00 Modify | 0.29589 | 0.29589 | 0.29589 | 0.0 | 0.49 Other | | 0.04157 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51857e+06 ave 1.51857e+06 max 1.51857e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518574 Ave neighs/atom = 379.644 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.472764714351, Press = -0.238310442168982 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -7021.7465 -7021.7465 -7173.7761 -7173.7761 294.11151 294.11151 176044.4 176044.4 321.75387 321.75387 30000 -7012.561 -7012.561 -7168.3836 -7168.3836 301.4494 301.4494 176708.85 176708.85 -170.54153 -170.54153 Loop time of 63.1093 on 1 procs for 1000 steps with 4000 atoms Performance: 1.369 ns/day, 17.530 hours/ns, 15.846 timesteps/s 75.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.205 | 62.205 | 62.205 | 0.0 | 98.57 Neigh | 0.48288 | 0.48288 | 0.48288 | 0.0 | 0.77 Comm | 0.12297 | 0.12297 | 0.12297 | 0.0 | 0.19 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.26926 | 0.26926 | 0.26926 | 0.0 | 0.43 Other | | 0.0287 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51771e+06 ave 1.51771e+06 max 1.51771e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517706 Ave neighs/atom = 379.426 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.548731246035, Press = -0.17733859058822 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -7012.561 -7012.561 -7168.3836 -7168.3836 301.4494 301.4494 176708.85 176708.85 -170.54153 -170.54153 31000 -7023.2129 -7023.2129 -7174.4077 -7174.4077 292.49662 292.49662 176366.37 176366.37 20.009686 20.009686 Loop time of 63.3966 on 1 procs for 1000 steps with 4000 atoms Performance: 1.363 ns/day, 17.610 hours/ns, 15.774 timesteps/s 74.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 | 62.357 | 62.357 | 62.357 | 0.0 | 98.36 Neigh | 0.48467 | 0.48467 | 0.48467 | 0.0 | 0.76 Comm | 0.12663 | 0.12663 | 0.12663 | 0.0 | 0.20 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.3869 | 0.3869 | 0.3869 | 0.0 | 0.61 Other | | 0.04169 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51765e+06 ave 1.51765e+06 max 1.51765e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517654 Ave neighs/atom = 379.413 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.546535208561, Press = 0.1318439597779 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -7023.2129 -7023.2129 -7174.4077 -7174.4077 292.49662 292.49662 176366.37 176366.37 20.009686 20.009686 32000 -7023.2155 -7023.2155 -7173.3124 -7173.3124 290.37259 290.37259 176326.28 176326.28 66.032208 66.032208 Loop time of 64.063 on 1 procs for 1000 steps with 4000 atoms Performance: 1.349 ns/day, 17.795 hours/ns, 15.610 timesteps/s 74.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.127 | 63.127 | 63.127 | 0.0 | 98.54 Neigh | 0.52217 | 0.52217 | 0.52217 | 0.0 | 0.82 Comm | 0.10987 | 0.10987 | 0.10987 | 0.0 | 0.17 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.27311 | 0.27311 | 0.27311 | 0.0 | 0.43 Other | | 0.03107 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51794e+06 ave 1.51794e+06 max 1.51794e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517944 Ave neighs/atom = 379.486 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.543769598629, Press = -0.24132123689453 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -7023.2155 -7023.2155 -7173.3124 -7173.3124 290.37259 290.37259 176326.28 176326.28 66.032208 66.032208 33000 -7020.4919 -7020.4919 -7172.6963 -7172.6963 294.44977 294.44977 176601.34 176601.34 -161.71085 -161.71085 Loop time of 62.8599 on 1 procs for 1000 steps with 4000 atoms Performance: 1.374 ns/day, 17.461 hours/ns, 15.908 timesteps/s 76.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.001 | 62.001 | 62.001 | 0.0 | 98.63 Neigh | 0.36594 | 0.36594 | 0.36594 | 0.0 | 0.58 Comm | 0.13289 | 0.13289 | 0.13289 | 0.0 | 0.21 Output | 5.4836e-05 | 5.4836e-05 | 5.4836e-05 | 0.0 | 0.00 Modify | 0.33123 | 0.33123 | 0.33123 | 0.0 | 0.53 Other | | 0.02891 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51677e+06 ave 1.51677e+06 max 1.51677e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516770 Ave neighs/atom = 379.192 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.505575191922, Press = 0.000558538082382593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -7020.4919 -7020.4919 -7172.6963 -7172.6963 294.44977 294.44977 176601.34 176601.34 -161.71085 -161.71085 34000 -7021.192 -7021.192 -7175.696 -7175.696 298.89843 298.89843 176212.04 176212.04 161.21482 161.21482 Loop time of 65.7786 on 1 procs for 1000 steps with 4000 atoms Performance: 1.313 ns/day, 18.272 hours/ns, 15.203 timesteps/s 72.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 64.766 | 64.766 | 64.766 | 0.0 | 98.46 Neigh | 0.56988 | 0.56988 | 0.56988 | 0.0 | 0.87 Comm | 0.11598 | 0.11598 | 0.11598 | 0.0 | 0.18 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 0.29554 | 0.29554 | 0.29554 | 0.0 | 0.45 Other | | 0.03155 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51847e+06 ave 1.51847e+06 max 1.51847e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518474 Ave neighs/atom = 379.618 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.490425465804, Press = 0.0511127123782428 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -7021.192 -7021.192 -7175.696 -7175.696 298.89843 298.89843 176212.04 176212.04 161.21482 161.21482 35000 -7020.5623 -7020.5623 -7171.215 -7171.215 291.44791 291.44791 176619.16 176619.16 -164.83583 -164.83583 Loop time of 60.6472 on 1 procs for 1000 steps with 4000 atoms Performance: 1.425 ns/day, 16.846 hours/ns, 16.489 timesteps/s 77.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 | 59.637 | 59.637 | 59.637 | 0.0 | 98.33 Neigh | 0.55478 | 0.55478 | 0.55478 | 0.0 | 0.91 Comm | 0.13726 | 0.13726 | 0.13726 | 0.0 | 0.23 Output | 4.7207e-05 | 4.7207e-05 | 4.7207e-05 | 0.0 | 0.00 Modify | 0.28993 | 0.28993 | 0.28993 | 0.0 | 0.48 Other | | 0.0281 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.5161e+06 ave 1.5161e+06 max 1.5161e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516098 Ave neighs/atom = 379.024 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.519263731099, Press = -0.517925464613201 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -7020.5623 -7020.5623 -7171.215 -7171.215 291.44791 291.44791 176619.16 176619.16 -164.83583 -164.83583 36000 -7020.9876 -7020.9876 -7171.0617 -7171.0617 290.32845 290.32845 176524.23 176524.23 -79.252424 -79.252424 Loop time of 59.4497 on 1 procs for 1000 steps with 4000 atoms Performance: 1.453 ns/day, 16.514 hours/ns, 16.821 timesteps/s 80.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.549 | 58.549 | 58.549 | 0.0 | 98.49 Neigh | 0.46801 | 0.46801 | 0.46801 | 0.0 | 0.79 Comm | 0.10942 | 0.10942 | 0.10942 | 0.0 | 0.18 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.26815 | 0.26815 | 0.26815 | 0.0 | 0.45 Other | | 0.05464 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51922e+06 ave 1.51922e+06 max 1.51922e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519218 Ave neighs/atom = 379.805 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.529284456604, Press = 0.349578621948645 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -7020.9876 -7020.9876 -7171.0617 -7171.0617 290.32845 290.32845 176524.23 176524.23 -79.252424 -79.252424 37000 -7018.1775 -7018.1775 -7173.572 -7173.572 300.62114 300.62114 176234.04 176234.04 173.42518 173.42518 Loop time of 57.0637 on 1 procs for 1000 steps with 4000 atoms Performance: 1.514 ns/day, 15.851 hours/ns, 17.524 timesteps/s 83.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.142 | 56.142 | 56.142 | 0.0 | 98.38 Neigh | 0.46647 | 0.46647 | 0.46647 | 0.0 | 0.82 Comm | 0.12392 | 0.12392 | 0.12392 | 0.0 | 0.22 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.2828 | 0.2828 | 0.2828 | 0.0 | 0.50 Other | | 0.0486 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51789e+06 ave 1.51789e+06 max 1.51789e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517888 Ave neighs/atom = 379.472 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.482550080327, Press = -0.155107795567235 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -7018.1775 -7018.1775 -7173.572 -7173.572 300.62114 300.62114 176234.04 176234.04 173.42518 173.42518 38000 -7022.8439 -7022.8439 -7172.1885 -7172.1885 288.91711 288.91711 176674.23 176674.23 -242.99193 -242.99193 Loop time of 54.5687 on 1 procs for 1000 steps with 4000 atoms Performance: 1.583 ns/day, 15.158 hours/ns, 18.326 timesteps/s 87.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.799 | 53.799 | 53.799 | 0.0 | 98.59 Neigh | 0.37585 | 0.37585 | 0.37585 | 0.0 | 0.69 Comm | 0.10912 | 0.10912 | 0.10912 | 0.0 | 0.20 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.25601 | 0.25601 | 0.25601 | 0.0 | 0.47 Other | | 0.02861 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51804e+06 ave 1.51804e+06 max 1.51804e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518038 Ave neighs/atom = 379.51 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.476421184692, Press = -0.236516066906615 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -7022.8439 -7022.8439 -7172.1885 -7172.1885 288.91711 288.91711 176674.23 176674.23 -242.99193 -242.99193 39000 -7017.3994 -7017.3994 -7169.9913 -7169.9913 295.19937 295.19937 176347.42 176347.42 111.94461 111.94461 Loop time of 57.4615 on 1 procs for 1000 steps with 4000 atoms Performance: 1.504 ns/day, 15.962 hours/ns, 17.403 timesteps/s 83.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.582 | 56.582 | 56.582 | 0.0 | 98.47 Neigh | 0.42964 | 0.42964 | 0.42964 | 0.0 | 0.75 Comm | 0.10218 | 0.10218 | 0.10218 | 0.0 | 0.18 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.29253 | 0.29253 | 0.29253 | 0.0 | 0.51 Other | | 0.05531 | | | 0.10 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51801e+06 ave 1.51801e+06 max 1.51801e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518010 Ave neighs/atom = 379.502 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.476953427056, Press = 0.246413200087227 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -7017.3994 -7017.3994 -7169.9913 -7169.9913 295.19937 295.19937 176347.42 176347.42 111.94461 111.94461 40000 -7021.0997 -7021.0997 -7172.8682 -7172.8682 293.6064 293.6064 176369.83 176369.83 33.673743 33.673743 Loop time of 54.0975 on 1 procs for 1000 steps with 4000 atoms Performance: 1.597 ns/day, 15.027 hours/ns, 18.485 timesteps/s 87.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.225 | 53.225 | 53.225 | 0.0 | 98.39 Neigh | 0.46333 | 0.46333 | 0.46333 | 0.0 | 0.86 Comm | 0.10815 | 0.10815 | 0.10815 | 0.0 | 0.20 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.27237 | 0.27237 | 0.27237 | 0.0 | 0.50 Other | | 0.02812 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51629e+06 ave 1.51629e+06 max 1.51629e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516286 Ave neighs/atom = 379.072 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.512556569256, Press = -0.372211739097817 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -7021.0997 -7021.0997 -7172.8682 -7172.8682 293.6064 293.6064 176369.83 176369.83 33.673743 33.673743 41000 -7019.3663 -7019.3663 -7171.4706 -7171.4706 294.256 294.256 177033.76 177033.76 -531.27258 -531.27258 Loop time of 55.2745 on 1 procs for 1000 steps with 4000 atoms Performance: 1.563 ns/day, 15.354 hours/ns, 18.092 timesteps/s 86.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.495 | 54.495 | 54.495 | 0.0 | 98.59 Neigh | 0.41346 | 0.41346 | 0.41346 | 0.0 | 0.75 Comm | 0.096307 | 0.096307 | 0.096307 | 0.0 | 0.17 Output | 0.0072091 | 0.0072091 | 0.0072091 | 0.0 | 0.01 Modify | 0.23375 | 0.23375 | 0.23375 | 0.0 | 0.42 Other | | 0.02857 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51733e+06 ave 1.51733e+06 max 1.51733e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517332 Ave neighs/atom = 379.333 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.51442391017, Press = 0.361045956493716 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -7019.3663 -7019.3663 -7171.4706 -7171.4706 294.256 294.256 177033.76 177033.76 -531.27258 -531.27258 42000 -7023.7883 -7023.7883 -7173.1407 -7173.1407 288.93234 288.93234 176060.33 176060.33 304.07916 304.07916 Loop time of 55.129 on 1 procs for 1000 steps with 4000 atoms Performance: 1.567 ns/day, 15.314 hours/ns, 18.139 timesteps/s 86.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.266 | 54.266 | 54.266 | 0.0 | 98.44 Neigh | 0.41439 | 0.41439 | 0.41439 | 0.0 | 0.75 Comm | 0.13525 | 0.13525 | 0.13525 | 0.0 | 0.25 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 0.2846 | 0.2846 | 0.2846 | 0.0 | 0.52 Other | | 0.02843 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.5162e+06 ave 1.5162e+06 max 1.5162e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516202 Ave neighs/atom = 379.05 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.479076721786, Press = 0.00412169878281517 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -7023.7883 -7023.7883 -7173.1407 -7173.1407 288.93234 288.93234 176060.33 176060.33 304.07916 304.07916 43000 -7024.8095 -7024.8095 -7175.546 -7175.546 291.60997 291.60997 176499.87 176499.87 -119.16461 -119.16461 Loop time of 59.0044 on 1 procs for 1000 steps with 4000 atoms Performance: 1.464 ns/day, 16.390 hours/ns, 16.948 timesteps/s 81.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.229 | 58.229 | 58.229 | 0.0 | 98.69 Neigh | 0.36073 | 0.36073 | 0.36073 | 0.0 | 0.61 Comm | 0.13587 | 0.13587 | 0.13587 | 0.0 | 0.23 Output | 6.7949e-05 | 6.7949e-05 | 6.7949e-05 | 0.0 | 0.00 Modify | 0.24994 | 0.24994 | 0.24994 | 0.0 | 0.42 Other | | 0.0287 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51656e+06 ave 1.51656e+06 max 1.51656e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516564 Ave neighs/atom = 379.141 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.42009610717, Press = -0.168682225908721 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -7024.8095 -7024.8095 -7175.546 -7175.546 291.60997 291.60997 176499.87 176499.87 -119.16461 -119.16461 44000 -7022.1281 -7022.1281 -7174.2588 -7174.2588 294.30719 294.30719 176444.64 176444.64 -51.218374 -51.218374 Loop time of 58.3695 on 1 procs for 1000 steps with 4000 atoms Performance: 1.480 ns/day, 16.214 hours/ns, 17.132 timesteps/s 81.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 57.472 | 57.472 | 57.472 | 0.0 | 98.46 Neigh | 0.40481 | 0.40481 | 0.40481 | 0.0 | 0.69 Comm | 0.14887 | 0.14887 | 0.14887 | 0.0 | 0.26 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.31508 | 0.31508 | 0.31508 | 0.0 | 0.54 Other | | 0.02845 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51729e+06 ave 1.51729e+06 max 1.51729e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517286 Ave neighs/atom = 379.322 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.413622809021, Press = 0.175642465051611 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -7022.1281 -7022.1281 -7174.2588 -7174.2588 294.30719 294.30719 176444.64 176444.64 -51.218374 -51.218374 45000 -7012.483 -7012.483 -7166.9867 -7166.9867 298.89796 298.89796 176278.44 176278.44 226.4381 226.4381 Loop time of 55.5915 on 1 procs for 1000 steps with 4000 atoms Performance: 1.554 ns/day, 15.442 hours/ns, 17.988 timesteps/s 86.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.707 | 54.707 | 54.707 | 0.0 | 98.41 Neigh | 0.43721 | 0.43721 | 0.43721 | 0.0 | 0.79 Comm | 0.097936 | 0.097936 | 0.097936 | 0.0 | 0.18 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.32132 | 0.32132 | 0.32132 | 0.0 | 0.58 Other | | 0.02845 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51604e+06 ave 1.51604e+06 max 1.51604e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516044 Ave neighs/atom = 379.011 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.404407673458, Press = -0.20063192438767 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -7012.483 -7012.483 -7166.9867 -7166.9867 298.89796 298.89796 176278.44 176278.44 226.4381 226.4381 46000 -7019.2081 -7019.2081 -7168.8562 -7168.8562 289.5044 289.5044 176992.74 176992.74 -473.62002 -473.62002 Loop time of 54.8526 on 1 procs for 1000 steps with 4000 atoms Performance: 1.575 ns/day, 15.237 hours/ns, 18.231 timesteps/s 86.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.939 | 53.939 | 53.939 | 0.0 | 98.33 Neigh | 0.48363 | 0.48363 | 0.48363 | 0.0 | 0.88 Comm | 0.10975 | 0.10975 | 0.10975 | 0.0 | 0.20 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.292 | 0.292 | 0.292 | 0.0 | 0.53 Other | | 0.02835 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51555e+06 ave 1.51555e+06 max 1.51555e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1515552 Ave neighs/atom = 378.888 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.464952975593, Press = -0.0795330037230028 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -7019.2081 -7019.2081 -7168.8562 -7168.8562 289.5044 289.5044 176992.74 176992.74 -473.62002 -473.62002 47000 -7022.1527 -7022.1527 -7172.8142 -7172.8142 291.46488 291.46488 176168.07 176168.07 219.83541 219.83541 Loop time of 59.6826 on 1 procs for 1000 steps with 4000 atoms Performance: 1.448 ns/day, 16.578 hours/ns, 16.755 timesteps/s 79.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.653 | 58.653 | 58.653 | 0.0 | 98.28 Neigh | 0.56793 | 0.56793 | 0.56793 | 0.0 | 0.95 Comm | 0.13954 | 0.13954 | 0.13954 | 0.0 | 0.23 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.2934 | 0.2934 | 0.2934 | 0.0 | 0.49 Other | | 0.02837 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51754e+06 ave 1.51754e+06 max 1.51754e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517536 Ave neighs/atom = 379.384 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.477164710461, Press = 0.217354421068996 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -7022.1527 -7022.1527 -7172.8142 -7172.8142 291.46488 291.46488 176168.07 176168.07 219.83541 219.83541 48000 -7020.5893 -7020.5893 -7170.9842 -7170.9842 290.94898 290.94898 176460.83 176460.83 -22.604489 -22.604489 Loop time of 61.5852 on 1 procs for 1000 steps with 4000 atoms Performance: 1.403 ns/day, 17.107 hours/ns, 16.238 timesteps/s 77.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.684 | 60.684 | 60.684 | 0.0 | 98.54 Neigh | 0.4214 | 0.4214 | 0.4214 | 0.0 | 0.68 Comm | 0.12294 | 0.12294 | 0.12294 | 0.0 | 0.20 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.31489 | 0.31489 | 0.31489 | 0.0 | 0.51 Other | | 0.04159 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51663e+06 ave 1.51663e+06 max 1.51663e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516626 Ave neighs/atom = 379.156 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.48462522869, Press = -0.146202162683988 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -7020.5893 -7020.5893 -7170.9842 -7170.9842 290.94898 290.94898 176460.83 176460.83 -22.604489 -22.604489 49000 -7018.2248 -7018.2248 -7171.9233 -7171.9233 297.34 297.34 176609.66 176609.66 -149.43527 -149.43527 Loop time of 59.4659 on 1 procs for 1000 steps with 4000 atoms Performance: 1.453 ns/day, 16.518 hours/ns, 16.816 timesteps/s 80.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.66 | 58.66 | 58.66 | 0.0 | 98.64 Neigh | 0.37277 | 0.37277 | 0.37277 | 0.0 | 0.63 Comm | 0.122 | 0.122 | 0.122 | 0.0 | 0.21 Output | 4.8161e-05 | 4.8161e-05 | 4.8161e-05 | 0.0 | 0.00 Modify | 0.28253 | 0.28253 | 0.28253 | 0.0 | 0.48 Other | | 0.02849 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51792e+06 ave 1.51792e+06 max 1.51792e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517924 Ave neighs/atom = 379.481 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.449882305177, Press = 0.0516355207719642 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -7018.2248 -7018.2248 -7171.9233 -7171.9233 297.34 297.34 176609.66 176609.66 -149.43527 -149.43527 50000 -7019.9625 -7019.9625 -7170.8391 -7170.8391 291.88095 291.88095 176228.9 176228.9 199.93646 199.93646 Loop time of 56.0874 on 1 procs for 1000 steps with 4000 atoms Performance: 1.540 ns/day, 15.580 hours/ns, 17.829 timesteps/s 83.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 | 55.146 | 55.146 | 55.146 | 0.0 | 98.32 Neigh | 0.51593 | 0.51593 | 0.51593 | 0.0 | 0.92 Comm | 0.10757 | 0.10757 | 0.10757 | 0.0 | 0.19 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.28908 | 0.28908 | 0.28908 | 0.0 | 0.52 Other | | 0.02834 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51884e+06 ave 1.51884e+06 max 1.51884e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518838 Ave neighs/atom = 379.709 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.44825346761, Press = 0.110029190650326 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -7019.9625 -7019.9625 -7170.8391 -7170.8391 291.88095 291.88095 176228.9 176228.9 199.93646 199.93646 51000 -7023.6282 -7023.6282 -7173.1732 -7173.1732 289.30501 289.30501 176596.86 176596.86 -185.86375 -185.86375 Loop time of 54.8891 on 1 procs for 1000 steps with 4000 atoms Performance: 1.574 ns/day, 15.247 hours/ns, 18.219 timesteps/s 86.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.172 | 54.172 | 54.172 | 0.0 | 98.69 Neigh | 0.29175 | 0.29175 | 0.29175 | 0.0 | 0.53 Comm | 0.098722 | 0.098722 | 0.098722 | 0.0 | 0.18 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.27961 | 0.27961 | 0.27961 | 0.0 | 0.51 Other | | 0.0467 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51649e+06 ave 1.51649e+06 max 1.51649e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516486 Ave neighs/atom = 379.122 Neighbor list builds = 6 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.406847226522, Press = -0.57124848914063 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -7023.6282 -7023.6282 -7173.1732 -7173.1732 289.30501 289.30501 176596.86 176596.86 -185.86375 -185.86375 52000 -7020.2695 -7020.2695 -7173.1458 -7173.1458 295.74966 295.74966 176635.49 176635.49 -201.70299 -201.70299 Loop time of 52.9486 on 1 procs for 1000 steps with 4000 atoms Performance: 1.632 ns/day, 14.708 hours/ns, 18.886 timesteps/s 90.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 52.143 | 52.143 | 52.143 | 0.0 | 98.48 Neigh | 0.44806 | 0.44806 | 0.44806 | 0.0 | 0.85 Comm | 0.096398 | 0.096398 | 0.096398 | 0.0 | 0.18 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.23214 | 0.23214 | 0.23214 | 0.0 | 0.44 Other | | 0.02871 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51996e+06 ave 1.51996e+06 max 1.51996e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519958 Ave neighs/atom = 379.99 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.394478249288, Press = 0.37141546594753 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -7020.2695 -7020.2695 -7173.1458 -7173.1458 295.74966 295.74966 176635.49 176635.49 -201.70299 -201.70299 53000 -7019.6842 -7019.6842 -7169.3768 -7169.3768 289.59053 289.59053 176113.15 176113.15 316.82021 316.82021 Loop time of 59.0543 on 1 procs for 1000 steps with 4000 atoms Performance: 1.463 ns/day, 16.404 hours/ns, 16.934 timesteps/s 80.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 | 58.209 | 58.209 | 58.209 | 0.0 | 98.57 Neigh | 0.4293 | 0.4293 | 0.4293 | 0.0 | 0.73 Comm | 0.12204 | 0.12204 | 0.12204 | 0.0 | 0.21 Output | 9.1076e-05 | 9.1076e-05 | 9.1076e-05 | 0.0 | 0.00 Modify | 0.26529 | 0.26529 | 0.26529 | 0.0 | 0.45 Other | | 0.02874 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.5189e+06 ave 1.5189e+06 max 1.5189e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518896 Ave neighs/atom = 379.724 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.381498368298, Press = -0.0410077002288851 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -7019.6842 -7019.6842 -7169.3768 -7169.3768 289.59053 289.59053 176113.15 176113.15 316.82021 316.82021 54000 -7024.6628 -7024.6628 -7173.2405 -7173.2405 287.43364 287.43364 176572.84 176572.84 -165.82051 -165.82051 Loop time of 59.6296 on 1 procs for 1000 steps with 4000 atoms Performance: 1.449 ns/day, 16.564 hours/ns, 16.770 timesteps/s 79.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 | 58.871 | 58.871 | 58.871 | 0.0 | 98.73 Neigh | 0.33161 | 0.33161 | 0.33161 | 0.0 | 0.56 Comm | 0.096524 | 0.096524 | 0.096524 | 0.0 | 0.16 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.28828 | 0.28828 | 0.28828 | 0.0 | 0.48 Other | | 0.04176 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51702e+06 ave 1.51702e+06 max 1.51702e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517018 Ave neighs/atom = 379.255 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.366794125604, Press = -0.0908775493990109 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -7024.6628 -7024.6628 -7173.2405 -7173.2405 287.43364 287.43364 176572.84 176572.84 -165.82051 -165.82051 55000 -7019.3441 -7019.3441 -7172.2462 -7172.2462 295.79947 295.79947 176391.04 176391.04 45.983597 45.983597 Loop time of 60.8278 on 1 procs for 1000 steps with 4000 atoms Performance: 1.420 ns/day, 16.897 hours/ns, 16.440 timesteps/s 78.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.818 | 59.818 | 59.818 | 0.0 | 98.34 Neigh | 0.52657 | 0.52657 | 0.52657 | 0.0 | 0.87 Comm | 0.10712 | 0.10712 | 0.10712 | 0.0 | 0.18 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.33463 | 0.33463 | 0.33463 | 0.0 | 0.55 Other | | 0.04161 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51785e+06 ave 1.51785e+06 max 1.51785e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517848 Ave neighs/atom = 379.462 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.385513602121, Press = 0.127460980562363 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -7019.3441 -7019.3441 -7172.2462 -7172.2462 295.79947 295.79947 176391.04 176391.04 45.983597 45.983597 56000 -7019.4218 -7019.4218 -7170.0699 -7170.0699 291.43894 291.43894 176364.3 176364.3 89.458391 89.458391 Loop time of 56.1723 on 1 procs for 1000 steps with 4000 atoms Performance: 1.538 ns/day, 15.603 hours/ns, 17.802 timesteps/s 84.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.253 | 55.253 | 55.253 | 0.0 | 98.36 Neigh | 0.54983 | 0.54983 | 0.54983 | 0.0 | 0.98 Comm | 0.095825 | 0.095825 | 0.095825 | 0.0 | 0.17 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.24558 | 0.24558 | 0.24558 | 0.0 | 0.44 Other | | 0.02824 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51683e+06 ave 1.51683e+06 max 1.51683e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516832 Ave neighs/atom = 379.208 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.397691494662, Press = -0.0706908052647104 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -7019.4218 -7019.4218 -7170.0699 -7170.0699 291.43894 291.43894 176364.3 176364.3 89.458391 89.458391 57000 -7023.5117 -7023.5117 -7173.2981 -7173.2981 289.77177 289.77177 176718.32 176718.32 -284.90271 -284.90271 Loop time of 57.3545 on 1 procs for 1000 steps with 4000 atoms Performance: 1.506 ns/day, 15.932 hours/ns, 17.435 timesteps/s 83.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 | 56.495 | 56.495 | 56.495 | 0.0 | 98.50 Neigh | 0.43853 | 0.43853 | 0.43853 | 0.0 | 0.76 Comm | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.21 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.2703 | 0.2703 | 0.2703 | 0.0 | 0.47 Other | | 0.02881 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51739e+06 ave 1.51739e+06 max 1.51739e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517388 Ave neighs/atom = 379.347 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.408791230716, Press = 0.0168642215687304 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -7023.5117 -7023.5117 -7173.2981 -7173.2981 289.77177 289.77177 176718.32 176718.32 -284.90271 -284.90271 58000 -7023.0917 -7023.0917 -7173.9315 -7173.9315 291.80977 291.80977 176030.72 176030.72 330.83789 330.83789 Loop time of 57.3703 on 1 procs for 1000 steps with 4000 atoms Performance: 1.506 ns/day, 15.936 hours/ns, 17.431 timesteps/s 84.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.445 | 56.445 | 56.445 | 0.0 | 98.39 Neigh | 0.41218 | 0.41218 | 0.41218 | 0.0 | 0.72 Comm | 0.12791 | 0.12791 | 0.12791 | 0.0 | 0.22 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.34362 | 0.34362 | 0.34362 | 0.0 | 0.60 Other | | 0.042 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51677e+06 ave 1.51677e+06 max 1.51677e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516770 Ave neighs/atom = 379.192 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.41081212111, Press = 0.289429393909005 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -7023.0917 -7023.0917 -7173.9315 -7173.9315 291.80977 291.80977 176030.72 176030.72 330.83789 330.83789 59000 -7018.1992 -7018.1992 -7172.6662 -7172.6662 298.82697 298.82697 176422.66 176422.66 10.599561 10.599561 Loop time of 55.9018 on 1 procs for 1000 steps with 4000 atoms Performance: 1.546 ns/day, 15.528 hours/ns, 17.889 timesteps/s 85.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.006 | 55.006 | 55.006 | 0.0 | 98.40 Neigh | 0.52084 | 0.52084 | 0.52084 | 0.0 | 0.93 Comm | 0.098583 | 0.098583 | 0.098583 | 0.0 | 0.18 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 0.24785 | 0.24785 | 0.24785 | 0.0 | 0.44 Other | | 0.02874 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51712e+06 ave 1.51712e+06 max 1.51712e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517120 Ave neighs/atom = 379.28 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.437002712392, Press = -0.273322851135801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -7018.1992 -7018.1992 -7172.6662 -7172.6662 298.82697 298.82697 176422.66 176422.66 10.599561 10.599561 60000 -7018.3006 -7018.3006 -7171.0071 -7171.0071 295.42113 295.42113 176619.35 176619.35 -146.02174 -146.02174 Loop time of 51.3838 on 1 procs for 1000 steps with 4000 atoms Performance: 1.681 ns/day, 14.273 hours/ns, 19.461 timesteps/s 92.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.675 | 50.675 | 50.675 | 0.0 | 98.62 Neigh | 0.33884 | 0.33884 | 0.33884 | 0.0 | 0.66 Comm | 0.10703 | 0.10703 | 0.10703 | 0.0 | 0.21 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.23415 | 0.23415 | 0.23415 | 0.0 | 0.46 Other | | 0.02845 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51861e+06 ave 1.51861e+06 max 1.51861e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518614 Ave neighs/atom = 379.654 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.410313082324, Press = 0.151650039410314 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -7018.3006 -7018.3006 -7171.0071 -7171.0071 295.42113 295.42113 176619.35 176619.35 -146.02174 -146.02174 61000 -7023.3076 -7023.3076 -7171.3769 -7171.3769 286.45016 286.45016 176177.73 176177.73 219.03166 219.03166 Loop time of 51.9856 on 1 procs for 1000 steps with 4000 atoms Performance: 1.662 ns/day, 14.440 hours/ns, 19.236 timesteps/s 92.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.157 | 51.157 | 51.157 | 0.0 | 98.41 Neigh | 0.42935 | 0.42935 | 0.42935 | 0.0 | 0.83 Comm | 0.10005 | 0.10005 | 0.10005 | 0.0 | 0.19 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.25695 | 0.25695 | 0.25695 | 0.0 | 0.49 Other | | 0.04193 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51827e+06 ave 1.51827e+06 max 1.51827e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518270 Ave neighs/atom = 379.567 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.402767530381, Press = 0.0129654146516773 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -7023.3076 -7023.3076 -7171.3769 -7171.3769 286.45016 286.45016 176177.73 176177.73 219.03166 219.03166 62000 -7018.8079 -7018.8079 -7172.1202 -7172.1202 296.59307 296.59307 176664.22 176664.22 -202.77188 -202.77188 Loop time of 49.5847 on 1 procs for 1000 steps with 4000 atoms Performance: 1.742 ns/day, 13.774 hours/ns, 20.168 timesteps/s 96.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 | 48.866 | 48.866 | 48.866 | 0.0 | 98.55 Neigh | 0.35674 | 0.35674 | 0.35674 | 0.0 | 0.72 Comm | 0.097232 | 0.097232 | 0.097232 | 0.0 | 0.20 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.23549 | 0.23549 | 0.23549 | 0.0 | 0.47 Other | | 0.02895 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51768e+06 ave 1.51768e+06 max 1.51768e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517684 Ave neighs/atom = 379.421 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.410679317878, Press = -0.0468523653433257 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -7018.8079 -7018.8079 -7172.1202 -7172.1202 296.59307 296.59307 176664.22 176664.22 -202.77188 -202.77188 63000 -7023.5654 -7023.5654 -7174.6956 -7174.6956 292.37171 292.37171 176247.91 176247.91 124.90601 124.90601 Loop time of 52.0336 on 1 procs for 1000 steps with 4000 atoms Performance: 1.660 ns/day, 14.454 hours/ns, 19.218 timesteps/s 91.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.252 | 51.252 | 51.252 | 0.0 | 98.50 Neigh | 0.39385 | 0.39385 | 0.39385 | 0.0 | 0.76 Comm | 0.10019 | 0.10019 | 0.10019 | 0.0 | 0.19 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.25839 | 0.25839 | 0.25839 | 0.0 | 0.50 Other | | 0.0292 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51793e+06 ave 1.51793e+06 max 1.51793e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517934 Ave neighs/atom = 379.483 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.410375796381, Press = 0.193240770042761 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -7023.5654 -7023.5654 -7174.6956 -7174.6956 292.37171 292.37171 176247.91 176247.91 124.90601 124.90601 64000 -7017.5721 -7017.5721 -7169.5978 -7169.5978 294.10407 294.10407 176334.84 176334.84 120.17904 120.17904 Loop time of 49.4762 on 1 procs for 1000 steps with 4000 atoms Performance: 1.746 ns/day, 13.743 hours/ns, 20.212 timesteps/s 95.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 48.663 | 48.663 | 48.663 | 0.0 | 98.36 Neigh | 0.39864 | 0.39864 | 0.39864 | 0.0 | 0.81 Comm | 0.099329 | 0.099329 | 0.099329 | 0.0 | 0.20 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.28667 | 0.28667 | 0.28667 | 0.0 | 0.58 Other | | 0.02853 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51812e+06 ave 1.51812e+06 max 1.51812e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518118 Ave neighs/atom = 379.529 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.389338583267, Press = -0.27183372615692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -7017.5721 -7017.5721 -7169.5978 -7169.5978 294.10407 294.10407 176334.84 176334.84 120.17904 120.17904 65000 -7022.5389 -7022.5389 -7170.8759 -7170.8759 286.96801 286.96801 176734.65 176734.65 -274.99618 -274.99618 Loop time of 51.1334 on 1 procs for 1000 steps with 4000 atoms Performance: 1.690 ns/day, 14.204 hours/ns, 19.557 timesteps/s 92.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.332 | 50.332 | 50.332 | 0.0 | 98.43 Neigh | 0.40603 | 0.40603 | 0.40603 | 0.0 | 0.79 Comm | 0.10875 | 0.10875 | 0.10875 | 0.0 | 0.21 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.25636 | 0.25636 | 0.25636 | 0.0 | 0.50 Other | | 0.03046 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51688e+06 ave 1.51688e+06 max 1.51688e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516876 Ave neighs/atom = 379.219 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.399957817863, Press = 0.117581369247246 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -7022.5389 -7022.5389 -7170.8759 -7170.8759 286.96801 286.96801 176734.65 176734.65 -274.99618 -274.99618 66000 -7021.331 -7021.331 -7174.3231 -7174.3231 295.97356 295.97356 176273.98 176273.98 111.84627 111.84627 Loop time of 54.1523 on 1 procs for 1000 steps with 4000 atoms Performance: 1.595 ns/day, 15.042 hours/ns, 18.466 timesteps/s 88.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.317 | 53.317 | 53.317 | 0.0 | 98.46 Neigh | 0.38845 | 0.38845 | 0.38845 | 0.0 | 0.72 Comm | 0.14516 | 0.14516 | 0.14516 | 0.0 | 0.27 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.27322 | 0.27322 | 0.27322 | 0.0 | 0.50 Other | | 0.0289 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51769e+06 ave 1.51769e+06 max 1.51769e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517686 Ave neighs/atom = 379.421 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.419919364749, Press = 0.0902263997808313 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -7021.331 -7021.331 -7174.3231 -7174.3231 295.97356 295.97356 176273.98 176273.98 111.84627 111.84627 67000 -7026.808 -7026.808 -7175.7 -7175.7 288.04176 288.04176 176280.9 176280.9 66.679096 66.679096 Loop time of 51.5526 on 1 procs for 1000 steps with 4000 atoms Performance: 1.676 ns/day, 14.320 hours/ns, 19.398 timesteps/s 92.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.789 | 50.789 | 50.789 | 0.0 | 98.52 Neigh | 0.37977 | 0.37977 | 0.37977 | 0.0 | 0.74 Comm | 0.09574 | 0.09574 | 0.09574 | 0.0 | 0.19 Output | 4.8161e-05 | 4.8161e-05 | 4.8161e-05 | 0.0 | 0.00 Modify | 0.24602 | 0.24602 | 0.24602 | 0.0 | 0.48 Other | | 0.04168 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51689e+06 ave 1.51689e+06 max 1.51689e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516894 Ave neighs/atom = 379.224 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.412730673169, Press = -0.0262478213193627 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -7026.808 -7026.808 -7175.7 -7175.7 288.04176 288.04176 176280.9 176280.9 66.679096 66.679096 68000 -7021.3284 -7021.3284 -7173.3712 -7173.3712 294.13711 294.13711 176534.95 176534.95 -119.52554 -119.52554 Loop time of 50.698 on 1 procs for 1000 steps with 4000 atoms Performance: 1.704 ns/day, 14.083 hours/ns, 19.725 timesteps/s 94.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.876 | 49.876 | 49.876 | 0.0 | 98.38 Neigh | 0.42013 | 0.42013 | 0.42013 | 0.0 | 0.83 Comm | 0.10091 | 0.10091 | 0.10091 | 0.0 | 0.20 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.25883 | 0.25883 | 0.25883 | 0.0 | 0.51 Other | | 0.04179 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51764e+06 ave 1.51764e+06 max 1.51764e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517642 Ave neighs/atom = 379.411 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.402628914823, Press = 0.0368248596782048 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -7021.3284 -7021.3284 -7173.3712 -7173.3712 294.13711 294.13711 176534.95 176534.95 -119.52554 -119.52554 69000 -7020.2238 -7020.2238 -7170.3373 -7170.3373 290.40491 290.40491 176112.11 176112.11 296.47597 296.47597 Loop time of 50.7449 on 1 procs for 1000 steps with 4000 atoms Performance: 1.703 ns/day, 14.096 hours/ns, 19.706 timesteps/s 94.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.024 | 50.024 | 50.024 | 0.0 | 98.58 Neigh | 0.35646 | 0.35646 | 0.35646 | 0.0 | 0.70 Comm | 0.10013 | 0.10013 | 0.10013 | 0.0 | 0.20 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.23584 | 0.23584 | 0.23584 | 0.0 | 0.46 Other | | 0.02867 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51854e+06 ave 1.51854e+06 max 1.51854e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1518540 Ave neighs/atom = 379.635 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.387094037685, Press = 0.081232321214506 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -7020.2238 -7020.2238 -7170.3373 -7170.3373 290.40491 290.40491 176112.11 176112.11 296.47597 296.47597 70000 -7021.577 -7021.577 -7173.0265 -7173.0265 292.9893 292.9893 176575.6 176575.6 -152.25475 -152.25475 Loop time of 52.7884 on 1 procs for 1000 steps with 4000 atoms Performance: 1.637 ns/day, 14.663 hours/ns, 18.944 timesteps/s 90.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 52.023 | 52.023 | 52.023 | 0.0 | 98.55 Neigh | 0.3908 | 0.3908 | 0.3908 | 0.0 | 0.74 Comm | 0.11063 | 0.11063 | 0.11063 | 0.0 | 0.21 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.23482 | 0.23482 | 0.23482 | 0.0 | 0.44 Other | | 0.02879 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51568e+06 ave 1.51568e+06 max 1.51568e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1515680 Ave neighs/atom = 378.92 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.39505198011, Press = -0.216121861992799 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -7021.577 -7021.577 -7173.0265 -7173.0265 292.9893 292.9893 176575.6 176575.6 -152.25475 -152.25475 71000 -7016.6837 -7016.6837 -7167.1896 -7167.1896 291.16392 291.16392 176637.16 176637.16 -125.57747 -125.57747 Loop time of 57.5418 on 1 procs for 1000 steps with 4000 atoms Performance: 1.502 ns/day, 15.984 hours/ns, 17.379 timesteps/s 82.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.645 | 56.645 | 56.645 | 0.0 | 98.44 Neigh | 0.482 | 0.482 | 0.482 | 0.0 | 0.84 Comm | 0.096568 | 0.096568 | 0.096568 | 0.0 | 0.17 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.27696 | 0.27696 | 0.27696 | 0.0 | 0.48 Other | | 0.04144 | | | 0.07 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51684e+06 ave 1.51684e+06 max 1.51684e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516842 Ave neighs/atom = 379.211 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.396727477431, Press = 0.183958855486637 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -7016.6837 -7016.6837 -7167.1896 -7167.1896 291.16392 291.16392 176637.16 176637.16 -125.57747 -125.57747 72000 -7019.5468 -7019.5468 -7172.8179 -7172.8179 296.51326 296.51326 176239 176239 171.9279 171.9279 Loop time of 51.1144 on 1 procs for 1000 steps with 4000 atoms Performance: 1.690 ns/day, 14.198 hours/ns, 19.564 timesteps/s 93.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 | 50.335 | 50.335 | 50.335 | 0.0 | 98.48 Neigh | 0.39786 | 0.39786 | 0.39786 | 0.0 | 0.78 Comm | 0.11865 | 0.11865 | 0.11865 | 0.0 | 0.23 Output | 4.8161e-05 | 4.8161e-05 | 4.8161e-05 | 0.0 | 0.00 Modify | 0.23405 | 0.23405 | 0.23405 | 0.0 | 0.46 Other | | 0.0285 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51799e+06 ave 1.51799e+06 max 1.51799e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517994 Ave neighs/atom = 379.498 Neighbor list builds = 8 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.379290925537, Press = -0.0461268575002533 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -7019.5468 -7019.5468 -7172.8179 -7172.8179 296.51326 296.51326 176239 176239 171.9279 171.9279 73000 -7021.9123 -7021.9123 -7169.6743 -7169.6743 285.85561 285.85561 176524.06 176524.06 -72.167628 -72.167628 Loop time of 51.7982 on 1 procs for 1000 steps with 4000 atoms Performance: 1.668 ns/day, 14.388 hours/ns, 19.306 timesteps/s 92.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.024 | 51.024 | 51.024 | 0.0 | 98.50 Neigh | 0.34474 | 0.34474 | 0.34474 | 0.0 | 0.67 Comm | 0.097779 | 0.097779 | 0.097779 | 0.0 | 0.19 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.28683 | 0.28683 | 0.28683 | 0.0 | 0.55 Other | | 0.04521 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51696e+06 ave 1.51696e+06 max 1.51696e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1516962 Ave neighs/atom = 379.24 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.374765640205, Press = -0.00334414301480708 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -7021.9123 -7021.9123 -7169.6743 -7169.6743 285.85561 285.85561 176524.06 176524.06 -72.167628 -72.167628 74000 -7025.2705 -7025.2705 -7175.0188 -7175.0188 289.69821 289.69821 176366.32 176366.32 -1.6097134 -1.6097134 Loop time of 54.5516 on 1 procs for 1000 steps with 4000 atoms Performance: 1.584 ns/day, 15.153 hours/ns, 18.331 timesteps/s 87.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.817 | 53.817 | 53.817 | 0.0 | 98.65 Neigh | 0.33587 | 0.33587 | 0.33587 | 0.0 | 0.62 Comm | 0.10818 | 0.10818 | 0.10818 | 0.0 | 0.20 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.26173 | 0.26173 | 0.26173 | 0.0 | 0.48 Other | | 0.02905 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51792e+06 ave 1.51792e+06 max 1.51792e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517916 Ave neighs/atom = 379.479 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.364218506397, Press = 0.0357187657162661 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -7025.2705 -7025.2705 -7175.0188 -7175.0188 289.69821 289.69821 176366.32 176366.32 -1.6097134 -1.6097134 75000 -7019.5911 -7019.5911 -7169.9389 -7169.9389 290.85805 290.85805 176382.43 176382.43 65.746198 65.746198 Loop time of 48.1314 on 1 procs for 1000 steps with 4000 atoms Performance: 1.795 ns/day, 13.370 hours/ns, 20.776 timesteps/s 98.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 47.395 | 47.395 | 47.395 | 0.0 | 98.47 Neigh | 0.37788 | 0.37788 | 0.37788 | 0.0 | 0.79 Comm | 0.096403 | 0.096403 | 0.096403 | 0.0 | 0.20 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.23349 | 0.23349 | 0.23349 | 0.0 | 0.49 Other | | 0.02849 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.51765e+06 ave 1.51765e+06 max 1.51765e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1517650 Ave neighs/atom = 379.413 Neighbor list builds = 7 Dangerous builds = 0 if "${V_metal}>${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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 176428.107180019 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0