# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 2.863848514854908*${_u_distance} variable latticeconst_converted equal 2.863848514854908*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86384851485491 Lattice spacing in x,y,z = 2.86385 2.86385 2.86385 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.6385 28.6385 28.6385) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000494003 secs variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959HighCutoff_Fe__MO_147603128437_004 pair_coeff * * Fe #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23488.2210722736 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23488.2210722736/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23488.2210722736/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23488.2210722736/(1*1*${_u_distance}) variable V0_metal equal 23488.2210722736/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23488.2210722736*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23488.2210722736 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 = 11.9775 ghost atom cutoff = 11.9775 binsize = 5.98874, bins = 5 5 5 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 11.9775 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.295 | 8.295 | 8.295 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8278.7406 -8278.7406 -8354.488 -8354.488 293.15 293.15 23488.221 23488.221 3444.5903 3444.5903 1000 -8202.415 -8202.415 -8280.3687 -8280.3687 301.68889 301.68889 23658.148 23658.148 1766.6025 1766.6025 Loop time of 42.1223 on 1 procs for 1000 steps with 2000 atoms Performance: 2.051 ns/day, 11.701 hours/ns, 23.740 timesteps/s 78.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 | 41.834 | 41.834 | 41.834 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084342 | 0.084342 | 0.084342 | 0.0 | 0.20 Output | 5.4836e-05 | 5.4836e-05 | 5.4836e-05 | 0.0 | 0.00 Modify | 0.17238 | 0.17238 | 0.17238 | 0.0 | 0.41 Other | | 0.03171 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.216e+06 ave 1.216e+06 max 1.216e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1216000 Ave neighs/atom = 608 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8202.415 -8202.415 -8280.3687 -8280.3687 301.68889 301.68889 23658.148 23658.148 1766.6025 1766.6025 2000 -8200.2161 -8200.2161 -8277.3636 -8277.3636 298.56876 298.56876 23678.147 23678.147 645.44216 645.44216 Loop time of 48.7009 on 1 procs for 1000 steps with 2000 atoms Performance: 1.774 ns/day, 13.528 hours/ns, 20.534 timesteps/s 69.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 | 48.306 | 48.306 | 48.306 | 0.0 | 99.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12991 | 0.12991 | 0.12991 | 0.0 | 0.27 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.2388 | 0.2388 | 0.2388 | 0.0 | 0.49 Other | | 0.02647 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20908e+06 ave 1.20908e+06 max 1.20908e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209078 Ave neighs/atom = 604.539 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8200.2161 -8200.2161 -8277.3636 -8277.3636 298.56876 298.56876 23678.147 23678.147 645.44216 645.44216 3000 -8204.7262 -8204.7262 -8277.3272 -8277.3272 280.97324 280.97324 23686.204 23686.204 -27.21634 -27.21634 Loop time of 48.8028 on 1 procs for 1000 steps with 2000 atoms Performance: 1.770 ns/day, 13.556 hours/ns, 20.491 timesteps/s 69.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 | 48.514 | 48.514 | 48.514 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11609 | 0.11609 | 0.11609 | 0.0 | 0.24 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.15366 | 0.15366 | 0.15366 | 0.0 | 0.31 Other | | 0.0192 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20808e+06 ave 1.20808e+06 max 1.20808e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208082 Ave neighs/atom = 604.041 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8204.7262 -8204.7262 -8277.3272 -8277.3272 280.97324 280.97324 23686.204 23686.204 -27.21634 -27.21634 4000 -8200.0802 -8200.0802 -8275.2949 -8275.2949 291.08882 291.08882 23710.048 23710.048 -1324.5987 -1324.5987 Loop time of 46.6602 on 1 procs for 1000 steps with 2000 atoms Performance: 1.852 ns/day, 12.961 hours/ns, 21.432 timesteps/s 72.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 | 46.371 | 46.371 | 46.371 | 0.0 | 99.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097732 | 0.097732 | 0.097732 | 0.0 | 0.21 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 0.17237 | 0.17237 | 0.17237 | 0.0 | 0.37 Other | | 0.019 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20733e+06 ave 1.20733e+06 max 1.20733e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207326 Ave neighs/atom = 603.663 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8200.0802 -8200.0802 -8275.2949 -8275.2949 291.08882 291.08882 23710.048 23710.048 -1324.5987 -1324.5987 5000 -8204.2078 -8204.2078 -8279.2053 -8279.2053 290.24835 290.24835 23710.685 23710.685 -1955.9525 -1955.9525 Loop time of 45.1418 on 1 procs for 1000 steps with 2000 atoms Performance: 1.914 ns/day, 12.539 hours/ns, 22.152 timesteps/s 74.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 | 44.839 | 44.839 | 44.839 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10747 | 0.10747 | 0.10747 | 0.0 | 0.24 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.15797 | 0.15797 | 0.15797 | 0.0 | 0.35 Other | | 0.03759 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20504e+06 ave 1.20504e+06 max 1.20504e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205042 Ave neighs/atom = 602.521 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 288.854264631522, Press = 311.864937620638 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8204.2078 -8204.2078 -8279.2053 -8279.2053 290.24835 290.24835 23710.685 23710.685 -1955.9525 -1955.9525 6000 -8200.9863 -8200.9863 -8277.8222 -8277.8222 297.36274 297.36274 23721.34 23721.34 -2438.8257 -2438.8257 Loop time of 50.4751 on 1 procs for 1000 steps with 2000 atoms Performance: 1.712 ns/day, 14.021 hours/ns, 19.812 timesteps/s 66.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.106 | 50.106 | 50.106 | 0.0 | 99.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15622 | 0.15622 | 0.15622 | 0.0 | 0.31 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.16775 | 0.16775 | 0.16775 | 0.0 | 0.33 Other | | 0.04493 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20608e+06 ave 1.20608e+06 max 1.20608e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206078 Ave neighs/atom = 603.039 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.656581434062, Press = -23.5399997202888 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8200.9863 -8200.9863 -8277.8222 -8277.8222 297.36274 297.36274 23721.34 23721.34 -2438.8257 -2438.8257 7000 -8202.1616 -8202.1616 -8276.9331 -8276.9331 289.37367 289.37367 23702.478 23702.478 -1073.6611 -1073.6611 Loop time of 42.3455 on 1 procs for 1000 steps with 2000 atoms Performance: 2.040 ns/day, 11.763 hours/ns, 23.615 timesteps/s 79.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 | 42.068 | 42.068 | 42.068 | 0.0 | 99.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10343 | 0.10343 | 0.10343 | 0.0 | 0.24 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.14032 | 0.14032 | 0.14032 | 0.0 | 0.33 Other | | 0.03413 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20624e+06 ave 1.20624e+06 max 1.20624e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206244 Ave neighs/atom = 603.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.473104291858, Press = -31.9497864463784 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8202.1616 -8202.1616 -8276.9331 -8276.9331 289.37367 289.37367 23702.478 23702.478 -1073.6611 -1073.6611 8000 -8202.9437 -8202.9437 -8279.7725 -8279.7725 297.33523 297.33523 23675.117 23675.117 539.04998 539.04998 Loop time of 43.7989 on 1 procs for 1000 steps with 2000 atoms Performance: 1.973 ns/day, 12.166 hours/ns, 22.832 timesteps/s 76.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 | 43.534 | 43.534 | 43.534 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098007 | 0.098007 | 0.098007 | 0.0 | 0.22 Output | 5.3883e-05 | 5.3883e-05 | 5.3883e-05 | 0.0 | 0.00 Modify | 0.14763 | 0.14763 | 0.14763 | 0.0 | 0.34 Other | | 0.01882 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2073e+06 ave 1.2073e+06 max 1.2073e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207296 Ave neighs/atom = 603.648 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.480937191185, Press = -6.06433146261482 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8202.9437 -8202.9437 -8279.7725 -8279.7725 297.33523 297.33523 23675.117 23675.117 539.04998 539.04998 9000 -8201.4573 -8201.4573 -8278.256 -8278.256 297.2189 297.2189 23678.798 23678.798 479.54894 479.54894 Loop time of 41.6061 on 1 procs for 1000 steps with 2000 atoms Performance: 2.077 ns/day, 11.557 hours/ns, 24.035 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 | 41.357 | 41.357 | 41.357 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085144 | 0.085144 | 0.085144 | 0.0 | 0.20 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.14505 | 0.14505 | 0.14505 | 0.0 | 0.35 Other | | 0.01885 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20926e+06 ave 1.20926e+06 max 1.20926e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209264 Ave neighs/atom = 604.632 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.616396358585, Press = 6.97551924696394 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8201.4573 -8201.4573 -8278.256 -8278.256 297.2189 297.2189 23678.798 23678.798 479.54894 479.54894 10000 -8203.5816 -8203.5816 -8279.1948 -8279.1948 292.63091 292.63091 23671.286 23671.286 804.02383 804.02383 Loop time of 47.3823 on 1 procs for 1000 steps with 2000 atoms Performance: 1.823 ns/day, 13.162 hours/ns, 21.105 timesteps/s 70.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 | 47.084 | 47.084 | 47.084 | 0.0 | 99.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13056 | 0.13056 | 0.13056 | 0.0 | 0.28 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.14801 | 0.14801 | 0.14801 | 0.0 | 0.31 Other | | 0.01955 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20868e+06 ave 1.20868e+06 max 1.20868e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208682 Ave neighs/atom = 604.341 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.354193960263, Press = 5.98617265165272 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8203.5816 -8203.5816 -8279.1948 -8279.1948 292.63091 292.63091 23671.286 23671.286 804.02383 804.02383 11000 -8199.114 -8199.114 -8275.9688 -8275.9688 297.43611 297.43611 23675.826 23675.826 1029.4477 1029.4477 Loop time of 45.3613 on 1 procs for 1000 steps with 2000 atoms Performance: 1.905 ns/day, 12.600 hours/ns, 22.045 timesteps/s 74.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 | 45.013 | 45.013 | 45.013 | 0.0 | 99.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10358 | 0.10358 | 0.10358 | 0.0 | 0.23 Output | 4.8161e-05 | 4.8161e-05 | 4.8161e-05 | 0.0 | 0.00 Modify | 0.22568 | 0.22568 | 0.22568 | 0.0 | 0.50 Other | | 0.01882 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20902e+06 ave 1.20902e+06 max 1.20902e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209018 Ave neighs/atom = 604.509 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.564989181506, Press = 6.73715083187589 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8199.114 -8199.114 -8275.9688 -8275.9688 297.43611 297.43611 23675.826 23675.826 1029.4477 1029.4477 12000 -8205.7097 -8205.7097 -8279.0371 -8279.0371 283.78437 283.78437 23662.767 23662.767 1330.9223 1330.9223 Loop time of 57.887 on 1 procs for 1000 steps with 2000 atoms Performance: 1.493 ns/day, 16.080 hours/ns, 17.275 timesteps/s 58.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 | 57.554 | 57.554 | 57.554 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14334 | 0.14334 | 0.14334 | 0.0 | 0.25 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.17107 | 0.17107 | 0.17107 | 0.0 | 0.30 Other | | 0.01886 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2089e+06 ave 1.2089e+06 max 1.2089e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208904 Ave neighs/atom = 604.452 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.230196709642, Press = 9.16861404755169 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8205.7097 -8205.7097 -8279.0371 -8279.0371 283.78437 283.78437 23662.767 23662.767 1330.9223 1330.9223 13000 -8202.7093 -8202.7093 -8279.3606 -8279.3606 296.64858 296.64858 23680.086 23680.086 190.90991 190.90991 Loop time of 47.5516 on 1 procs for 1000 steps with 2000 atoms Performance: 1.817 ns/day, 13.209 hours/ns, 21.030 timesteps/s 71.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 | 47.311 | 47.311 | 47.311 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08592 | 0.08592 | 0.08592 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13558 | 0.13558 | 0.13558 | 0.0 | 0.29 Other | | 0.01923 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20933e+06 ave 1.20933e+06 max 1.20933e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209330 Ave neighs/atom = 604.665 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.180473725298, Press = 11.5833001138026 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8202.7093 -8202.7093 -8279.3606 -8279.3606 296.64858 296.64858 23680.086 23680.086 190.90991 190.90991 14000 -8204.2379 -8204.2379 -8279.1259 -8279.1259 289.82417 289.82417 23690.994 23690.994 -570.26392 -570.26392 Loop time of 43.3122 on 1 procs for 1000 steps with 2000 atoms Performance: 1.995 ns/day, 12.031 hours/ns, 23.088 timesteps/s 77.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 | 43.061 | 43.061 | 43.061 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11035 | 0.11035 | 0.11035 | 0.0 | 0.25 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.28 Other | | 0.01884 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20881e+06 ave 1.20881e+06 max 1.20881e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208814 Ave neighs/atom = 604.407 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.919947184484, Press = 9.37781453317264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8204.2379 -8204.2379 -8279.1259 -8279.1259 289.82417 289.82417 23690.994 23690.994 -570.26392 -570.26392 15000 -8202.9045 -8202.9045 -8277.724 -8277.724 289.55934 289.55934 23709.564 23709.564 -1733.3966 -1733.3966 Loop time of 49.7001 on 1 procs for 1000 steps with 2000 atoms Performance: 1.738 ns/day, 13.806 hours/ns, 20.121 timesteps/s 67.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 | 49.365 | 49.365 | 49.365 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12718 | 0.12718 | 0.12718 | 0.0 | 0.26 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.18863 | 0.18863 | 0.18863 | 0.0 | 0.38 Other | | 0.01895 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20851e+06 ave 1.20851e+06 max 1.20851e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208512 Ave neighs/atom = 604.256 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.045714304647, Press = 6.30352368786504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8202.9045 -8202.9045 -8277.724 -8277.724 289.55934 289.55934 23709.564 23709.564 -1733.3966 -1733.3966 16000 -8201.6653 -8201.6653 -8277.939 -8277.939 295.18682 295.18682 23721.996 23721.996 -2571.535 -2571.535 Loop time of 45.4959 on 1 procs for 1000 steps with 2000 atoms Performance: 1.899 ns/day, 12.638 hours/ns, 21.980 timesteps/s 74.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 | 45.178 | 45.178 | 45.178 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13808 | 0.13808 | 0.13808 | 0.0 | 0.30 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.15998 | 0.15998 | 0.15998 | 0.0 | 0.35 Other | | 0.01942 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20736e+06 ave 1.20736e+06 max 1.20736e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207356 Ave neighs/atom = 603.678 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.999022595923, Press = 2.9980580636233 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8201.6653 -8201.6653 -8277.939 -8277.939 295.18682 295.18682 23721.996 23721.996 -2571.535 -2571.535 17000 -8203.6976 -8203.6976 -8278.4593 -8278.4593 289.33534 289.33534 23725.048 23725.048 -2889.5666 -2889.5666 Loop time of 51.0989 on 1 procs for 1000 steps with 2000 atoms Performance: 1.691 ns/day, 14.194 hours/ns, 19.570 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 | 50.792 | 50.792 | 50.792 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10962 | 0.10962 | 0.10962 | 0.0 | 0.21 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.17869 | 0.17869 | 0.17869 | 0.0 | 0.35 Other | | 0.01897 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20699e+06 ave 1.20699e+06 max 1.20699e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206990 Ave neighs/atom = 603.495 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.984811199395, Press = -1.5976343632374 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8203.6976 -8203.6976 -8278.4593 -8278.4593 289.33534 289.33534 23725.048 23725.048 -2889.5666 -2889.5666 18000 -8199.4329 -8199.4329 -8277.2872 -8277.2872 301.30416 301.30416 23702.513 23702.513 -1052.5611 -1052.5611 Loop time of 49.4789 on 1 procs for 1000 steps with 2000 atoms Performance: 1.746 ns/day, 13.744 hours/ns, 20.211 timesteps/s 68.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 | 49.135 | 49.135 | 49.135 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12887 | 0.12887 | 0.12887 | 0.0 | 0.26 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 0.16906 | 0.16906 | 0.16906 | 0.0 | 0.34 Other | | 0.04616 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20659e+06 ave 1.20659e+06 max 1.20659e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206594 Ave neighs/atom = 603.297 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.887483681457, Press = -2.64430978865043 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8199.4329 -8199.4329 -8277.2872 -8277.2872 301.30416 301.30416 23702.513 23702.513 -1052.5611 -1052.5611 19000 -8203.2251 -8203.2251 -8278.3377 -8278.3377 290.69338 290.69338 23677.167 23677.167 530.21769 530.21769 Loop time of 43.5151 on 1 procs for 1000 steps with 2000 atoms Performance: 1.986 ns/day, 12.088 hours/ns, 22.981 timesteps/s 77.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 | 43.187 | 43.187 | 43.187 | 0.0 | 99.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12503 | 0.12503 | 0.12503 | 0.0 | 0.29 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.17091 | 0.17091 | 0.17091 | 0.0 | 0.39 Other | | 0.03183 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20722e+06 ave 1.20722e+06 max 1.20722e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207220 Ave neighs/atom = 603.61 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.976756178733, Press = 0.374568976200463 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8203.2251 -8203.2251 -8278.3377 -8278.3377 290.69338 290.69338 23677.167 23677.167 530.21769 530.21769 20000 -8202.7951 -8202.7951 -8277.2808 -8277.2808 288.26744 288.26744 23675.493 23675.493 730.57757 730.57757 Loop time of 44.5725 on 1 procs for 1000 steps with 2000 atoms Performance: 1.938 ns/day, 12.381 hours/ns, 22.435 timesteps/s 75.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 | 44.26 | 44.26 | 44.26 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097205 | 0.097205 | 0.097205 | 0.0 | 0.22 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.18129 | 0.18129 | 0.18129 | 0.0 | 0.41 Other | | 0.03377 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20798e+06 ave 1.20798e+06 max 1.20798e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207976 Ave neighs/atom = 603.988 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.143317661692, Press = 0.977536408324175 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8202.7951 -8202.7951 -8277.2808 -8277.2808 288.26744 288.26744 23675.493 23675.493 730.57757 730.57757 21000 -8198.3184 -8198.3184 -8275.7553 -8275.7553 299.68871 299.68871 23676.156 23676.156 1064.2466 1064.2466 Loop time of 49.8042 on 1 procs for 1000 steps with 2000 atoms Performance: 1.735 ns/day, 13.835 hours/ns, 20.079 timesteps/s 67.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 | 49.451 | 49.451 | 49.451 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15222 | 0.15222 | 0.15222 | 0.0 | 0.31 Output | 2.9802e-05 | 2.9802e-05 | 2.9802e-05 | 0.0 | 0.00 Modify | 0.16949 | 0.16949 | 0.16949 | 0.0 | 0.34 Other | | 0.03186 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20833e+06 ave 1.20833e+06 max 1.20833e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208334 Ave neighs/atom = 604.167 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.255924026277, Press = 1.34229446720312 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8198.3184 -8198.3184 -8275.7553 -8275.7553 299.68871 299.68871 23676.156 23676.156 1064.2466 1064.2466 22000 -8202.354 -8202.354 -8277.8079 -8277.8079 292.01431 292.01431 23653.66 23653.66 2278.2795 2278.2795 Loop time of 43.1074 on 1 procs for 1000 steps with 2000 atoms Performance: 2.004 ns/day, 11.974 hours/ns, 23.198 timesteps/s 77.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 | 42.845 | 42.845 | 42.845 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084476 | 0.084476 | 0.084476 | 0.0 | 0.20 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.14638 | 0.14638 | 0.14638 | 0.0 | 0.34 Other | | 0.03165 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20812e+06 ave 1.20812e+06 max 1.20812e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208124 Ave neighs/atom = 604.062 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.305295613433, Press = 4.17803769489189 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8202.354 -8202.354 -8277.8079 -8277.8079 292.01431 292.01431 23653.66 23653.66 2278.2795 2278.2795 23000 -8202.4373 -8202.4373 -8278.1721 -8278.1721 293.10146 293.10146 23667.085 23667.085 1279.4186 1279.4186 Loop time of 45.7781 on 1 procs for 1000 steps with 2000 atoms Performance: 1.887 ns/day, 12.716 hours/ns, 21.844 timesteps/s 73.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 | 45.473 | 45.473 | 45.473 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13066 | 0.13066 | 0.13066 | 0.0 | 0.29 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.15533 | 0.15533 | 0.15533 | 0.0 | 0.34 Other | | 0.01883 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20953e+06 ave 1.20953e+06 max 1.20953e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209534 Ave neighs/atom = 604.767 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.312173673867, Press = 6.74478277826157 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8202.4373 -8202.4373 -8278.1721 -8278.1721 293.10146 293.10146 23667.085 23667.085 1279.4186 1279.4186 24000 -8202.3618 -8202.3618 -8279.3635 -8279.3635 298.00443 298.00443 23698.955 23698.955 -1024.9702 -1024.9702 Loop time of 41.795 on 1 procs for 1000 steps with 2000 atoms Performance: 2.067 ns/day, 11.610 hours/ns, 23.926 timesteps/s 81.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 | 41.53 | 41.53 | 41.53 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10159 | 0.10159 | 0.10159 | 0.0 | 0.24 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13209 | 0.13209 | 0.13209 | 0.0 | 0.32 Other | | 0.03181 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20893e+06 ave 1.20893e+06 max 1.20893e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208926 Ave neighs/atom = 604.463 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.26388929799, Press = 5.00849231204394 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8202.3618 -8202.3618 -8279.3635 -8279.3635 298.00443 298.00443 23698.955 23698.955 -1024.9702 -1024.9702 25000 -8200.5595 -8200.5595 -8276.6672 -8276.6672 294.54456 294.54456 23708.569 23708.569 -1413.6207 -1413.6207 Loop time of 42.8294 on 1 procs for 1000 steps with 2000 atoms Performance: 2.017 ns/day, 11.897 hours/ns, 23.348 timesteps/s 78.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 | 42.568 | 42.568 | 42.568 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1105 | 0.1105 | 0.1105 | 0.0 | 0.26 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.13193 | 0.13193 | 0.13193 | 0.0 | 0.31 Other | | 0.01921 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20773e+06 ave 1.20773e+06 max 1.20773e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207728 Ave neighs/atom = 603.864 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.329459312208, Press = 2.9192547857343 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8200.5595 -8200.5595 -8276.6672 -8276.6672 294.54456 294.54456 23708.569 23708.569 -1413.6207 -1413.6207 26000 -8202.1449 -8202.1449 -8277.9766 -8277.9766 293.47633 293.47633 23698.032 23698.032 -899.03056 -899.03056 Loop time of 43.1372 on 1 procs for 1000 steps with 2000 atoms Performance: 2.003 ns/day, 11.983 hours/ns, 23.182 timesteps/s 76.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 | 42.884 | 42.884 | 42.884 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11108 | 0.11108 | 0.11108 | 0.0 | 0.26 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12366 | 0.12366 | 0.12366 | 0.0 | 0.29 Other | | 0.01869 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20712e+06 ave 1.20712e+06 max 1.20712e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207120 Ave neighs/atom = 603.56 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.356814576884, Press = 1.76039992262309 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8202.1449 -8202.1449 -8277.9766 -8277.9766 293.47633 293.47633 23698.032 23698.032 -899.03056 -899.03056 27000 -8201.4876 -8201.4876 -8277.2847 -8277.2847 293.34268 293.34268 23686.483 23686.483 -1.8736792 -1.8736792 Loop time of 43.8239 on 1 procs for 1000 steps with 2000 atoms Performance: 1.972 ns/day, 12.173 hours/ns, 22.819 timesteps/s 76.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 | 43.523 | 43.523 | 43.523 | 0.0 | 99.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093447 | 0.093447 | 0.093447 | 0.0 | 0.21 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.17157 | 0.17157 | 0.17157 | 0.0 | 0.39 Other | | 0.03585 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20784e+06 ave 1.20784e+06 max 1.20784e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207838 Ave neighs/atom = 603.919 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.478490927416, Press = 1.03505697440394 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8201.4876 -8201.4876 -8277.2847 -8277.2847 293.34268 293.34268 23686.483 23686.483 -1.8736792 -1.8736792 28000 -8199.1748 -8199.1748 -8276.1367 -8276.1367 297.85049 297.85049 23691.941 23691.941 -179.24948 -179.24948 Loop time of 44.5273 on 1 procs for 1000 steps with 2000 atoms Performance: 1.940 ns/day, 12.369 hours/ns, 22.458 timesteps/s 75.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 | 44.279 | 44.279 | 44.279 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09739 | 0.09739 | 0.09739 | 0.0 | 0.22 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.11909 | 0.11909 | 0.11909 | 0.0 | 0.27 Other | | 0.03186 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20846e+06 ave 1.20846e+06 max 1.20846e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208464 Ave neighs/atom = 604.232 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.503912590073, Press = 1.3053760713475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8199.1748 -8199.1748 -8276.1367 -8276.1367 297.85049 297.85049 23691.941 23691.941 -179.24948 -179.24948 29000 -8202.3292 -8202.3292 -8278.0406 -8278.0406 293.0108 293.0108 23688.572 23688.572 -210.94415 -210.94415 Loop time of 47.9875 on 1 procs for 1000 steps with 2000 atoms Performance: 1.800 ns/day, 13.330 hours/ns, 20.839 timesteps/s 70.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.668 | 47.668 | 47.668 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1086 | 0.1086 | 0.1086 | 0.0 | 0.23 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.1783 | 0.1783 | 0.1783 | 0.0 | 0.37 Other | | 0.0322 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20772e+06 ave 1.20772e+06 max 1.20772e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207722 Ave neighs/atom = 603.861 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.608446382031, Press = 0.846512216659477 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8202.3292 -8202.3292 -8278.0406 -8278.0406 293.0108 293.0108 23688.572 23688.572 -210.94415 -210.94415 30000 -8200.5261 -8200.5261 -8278.3001 -8278.3001 300.99369 300.99369 23692.091 23692.091 -382.0895 -382.0895 Loop time of 36.5272 on 1 procs for 1000 steps with 2000 atoms Performance: 2.365 ns/day, 10.146 hours/ns, 27.377 timesteps/s 90.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 | 36.284 | 36.284 | 36.284 | 0.0 | 99.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085028 | 0.085028 | 0.085028 | 0.0 | 0.23 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.13853 | 0.13853 | 0.13853 | 0.0 | 0.38 Other | | 0.0191 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20775e+06 ave 1.20775e+06 max 1.20775e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207750 Ave neighs/atom = 603.875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.57548648215, Press = 0.771111328656235 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8200.5261 -8200.5261 -8278.3001 -8278.3001 300.99369 300.99369 23692.091 23692.091 -382.0895 -382.0895 31000 -8201.9862 -8201.9862 -8278.8675 -8278.8675 297.53869 297.53869 23686.023 23686.023 -86.804213 -86.804213 Loop time of 43.5943 on 1 procs for 1000 steps with 2000 atoms Performance: 1.982 ns/day, 12.110 hours/ns, 22.939 timesteps/s 76.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 | 43.31 | 43.31 | 43.31 | 0.0 | 99.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12953 | 0.12953 | 0.12953 | 0.0 | 0.30 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.13611 | 0.13611 | 0.13611 | 0.0 | 0.31 Other | | 0.01879 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20788e+06 ave 1.20788e+06 max 1.20788e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207884 Ave neighs/atom = 603.942 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.553623904045, Press = 0.117678312783382 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8201.9862 -8201.9862 -8278.8675 -8278.8675 297.53869 297.53869 23686.023 23686.023 -86.804213 -86.804213 32000 -8202.2057 -8202.2057 -8277.1193 -8277.1193 289.92347 289.92347 23681.717 23681.717 337.2541 337.2541 Loop time of 46.2777 on 1 procs for 1000 steps with 2000 atoms Performance: 1.867 ns/day, 12.855 hours/ns, 21.609 timesteps/s 71.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 | 45.987 | 45.987 | 45.987 | 0.0 | 99.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11168 | 0.11168 | 0.11168 | 0.0 | 0.24 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.14403 | 0.14403 | 0.14403 | 0.0 | 0.31 Other | | 0.03511 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20853e+06 ave 1.20853e+06 max 1.20853e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208534 Ave neighs/atom = 604.267 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.556705221023, Press = 0.18464730959597 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8202.2057 -8202.2057 -8277.1193 -8277.1193 289.92347 289.92347 23681.717 23681.717 337.2541 337.2541 33000 -8201.5273 -8201.5273 -8278.3817 -8278.3817 297.4346 297.4346 23673.117 23673.117 924.88641 924.88641 Loop time of 43.0337 on 1 procs for 1000 steps with 2000 atoms Performance: 2.008 ns/day, 11.954 hours/ns, 23.238 timesteps/s 77.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 | 42.784 | 42.784 | 42.784 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083099 | 0.083099 | 0.083099 | 0.0 | 0.19 Output | 5.3883e-05 | 5.3883e-05 | 5.3883e-05 | 0.0 | 0.00 Modify | 0.12911 | 0.12911 | 0.12911 | 0.0 | 0.30 Other | | 0.03701 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20782e+06 ave 1.20782e+06 max 1.20782e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207818 Ave neighs/atom = 603.909 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.6056618396, Press = -0.745271097311519 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8201.5273 -8201.5273 -8278.3817 -8278.3817 297.4346 297.4346 23673.117 23673.117 924.88641 924.88641 34000 -8196.6615 -8196.6615 -8275.7611 -8275.7611 306.12353 306.12353 23659.267 23659.267 2386.9283 2386.9283 Loop time of 42.2336 on 1 procs for 1000 steps with 2000 atoms Performance: 2.046 ns/day, 11.732 hours/ns, 23.678 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 | 41.947 | 41.947 | 41.947 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096689 | 0.096689 | 0.096689 | 0.0 | 0.23 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.15775 | 0.15775 | 0.15775 | 0.0 | 0.37 Other | | 0.03165 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20802e+06 ave 1.20802e+06 max 1.20802e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208022 Ave neighs/atom = 604.011 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.617458626275, Press = 0.178766433697285 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8196.6615 -8196.6615 -8275.7611 -8275.7611 306.12353 306.12353 23659.267 23659.267 2386.9283 2386.9283 35000 -8203.2572 -8203.2572 -8277.6933 -8277.6933 288.0755 288.0755 23647.211 23647.211 2691.8662 2691.8662 Loop time of 44.6025 on 1 procs for 1000 steps with 2000 atoms Performance: 1.937 ns/day, 12.390 hours/ns, 22.420 timesteps/s 74.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 | 44.331 | 44.331 | 44.331 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097347 | 0.097347 | 0.097347 | 0.0 | 0.22 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.14202 | 0.14202 | 0.14202 | 0.0 | 0.32 Other | | 0.03187 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20842e+06 ave 1.20842e+06 max 1.20842e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208422 Ave neighs/atom = 604.211 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.665941819478, Press = 1.73777370293092 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8203.2572 -8203.2572 -8277.6933 -8277.6933 288.0755 288.0755 23647.211 23647.211 2691.8662 2691.8662 36000 -8199.0063 -8199.0063 -8278.1398 -8278.1398 306.25493 306.25493 23670.81 23670.81 1195.9671 1195.9671 Loop time of 42.1944 on 1 procs for 1000 steps with 2000 atoms Performance: 2.048 ns/day, 11.721 hours/ns, 23.700 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 | 41.9 | 41.9 | 41.9 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10254 | 0.10254 | 0.10254 | 0.0 | 0.24 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.14378 | 0.14378 | 0.14378 | 0.0 | 0.34 Other | | 0.04775 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20897e+06 ave 1.20897e+06 max 1.20897e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208972 Ave neighs/atom = 604.486 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.687781421451, Press = 2.46203944669989 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8199.0063 -8199.0063 -8278.1398 -8278.1398 306.25493 306.25493 23670.81 23670.81 1195.9671 1195.9671 37000 -8202.3458 -8202.3458 -8278.1311 -8278.1311 293.29696 293.29696 23679.625 23679.625 420.61165 420.61165 Loop time of 40.2316 on 1 procs for 1000 steps with 2000 atoms Performance: 2.148 ns/day, 11.175 hours/ns, 24.856 timesteps/s 81.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 | 40.013 | 40.013 | 40.013 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082962 | 0.082962 | 0.082962 | 0.0 | 0.21 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.11664 | 0.11664 | 0.11664 | 0.0 | 0.29 Other | | 0.01852 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20844e+06 ave 1.20844e+06 max 1.20844e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208436 Ave neighs/atom = 604.218 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.766101679173, Press = 2.41004139161728 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8202.3458 -8202.3458 -8278.1311 -8278.1311 293.29696 293.29696 23679.625 23679.625 420.61165 420.61165 38000 -8199.0043 -8199.0043 -8274.7624 -8274.7624 293.19144 293.19144 23699.947 23699.947 -583.77862 -583.77862 Loop time of 42.6612 on 1 procs for 1000 steps with 2000 atoms Performance: 2.025 ns/day, 11.850 hours/ns, 23.440 timesteps/s 77.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 | 42.417 | 42.417 | 42.417 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083841 | 0.083841 | 0.083841 | 0.0 | 0.20 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14107 | 0.14107 | 0.14107 | 0.0 | 0.33 Other | | 0.01882 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20735e+06 ave 1.20735e+06 max 1.20735e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207350 Ave neighs/atom = 603.675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.782610503097, Press = 1.97486867755705 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8199.0043 -8199.0043 -8274.7624 -8274.7624 293.19144 293.19144 23699.947 23699.947 -583.77862 -583.77862 39000 -8203.1598 -8203.1598 -8279.567 -8279.567 295.70353 295.70353 23705.534 23705.534 -1593.0085 -1593.0085 Loop time of 45.54 on 1 procs for 1000 steps with 2000 atoms Performance: 1.897 ns/day, 12.650 hours/ns, 21.959 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 | 45.263 | 45.263 | 45.263 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08505 | 0.08505 | 0.08505 | 0.0 | 0.19 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.16057 | 0.16057 | 0.16057 | 0.0 | 0.35 Other | | 0.03112 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2069e+06 ave 1.2069e+06 max 1.2069e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206904 Ave neighs/atom = 603.452 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.799724171186, Press = 0.862669436981036 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8203.1598 -8203.1598 -8279.567 -8279.567 295.70353 295.70353 23705.534 23705.534 -1593.0085 -1593.0085 40000 -8201.2685 -8201.2685 -8276.6394 -8276.6394 291.69312 291.69312 23709.941 23709.941 -1522.9919 -1522.9919 Loop time of 36.2946 on 1 procs for 1000 steps with 2000 atoms Performance: 2.381 ns/day, 10.082 hours/ns, 27.552 timesteps/s 93.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 | 36.062 | 36.062 | 36.062 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091518 | 0.091518 | 0.091518 | 0.0 | 0.25 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.12116 | 0.12116 | 0.12116 | 0.0 | 0.33 Other | | 0.02014 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20683e+06 ave 1.20683e+06 max 1.20683e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206828 Ave neighs/atom = 603.414 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.772041329121, Press = 0.339555019334963 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8201.2685 -8201.2685 -8276.6394 -8276.6394 291.69312 291.69312 23709.941 23709.941 -1522.9919 -1522.9919 41000 -8199.5447 -8199.5447 -8277.126 -8277.126 300.24767 300.24767 23710.877 23710.877 -1613.2081 -1613.2081 Loop time of 42.6642 on 1 procs for 1000 steps with 2000 atoms Performance: 2.025 ns/day, 11.851 hours/ns, 23.439 timesteps/s 77.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 | 42.419 | 42.419 | 42.419 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083742 | 0.083742 | 0.083742 | 0.0 | 0.20 Output | 6.0081e-05 | 6.0081e-05 | 6.0081e-05 | 0.0 | 0.00 Modify | 0.14248 | 0.14248 | 0.14248 | 0.0 | 0.33 Other | | 0.01862 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20616e+06 ave 1.20616e+06 max 1.20616e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206162 Ave neighs/atom = 603.081 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.776621032251, Press = -0.465080700017114 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8199.5447 -8199.5447 -8277.126 -8277.126 300.24767 300.24767 23710.877 23710.877 -1613.2081 -1613.2081 42000 -8204.179 -8204.179 -8280.4723 -8280.4723 295.26278 295.26278 23701.825 23701.825 -1507.756 -1507.756 Loop time of 40.5672 on 1 procs for 1000 steps with 2000 atoms Performance: 2.130 ns/day, 11.269 hours/ns, 24.650 timesteps/s 81.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 | 40.302 | 40.302 | 40.302 | 0.0 | 99.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096432 | 0.096432 | 0.096432 | 0.0 | 0.24 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.15017 | 0.15017 | 0.15017 | 0.0 | 0.37 Other | | 0.01867 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20639e+06 ave 1.20639e+06 max 1.20639e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206394 Ave neighs/atom = 603.197 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.75385733329, Press = -2.08394859674156 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8204.179 -8204.179 -8280.4723 -8280.4723 295.26278 295.26278 23701.825 23701.825 -1507.756 -1507.756 43000 -8199.9402 -8199.9402 -8277.8527 -8277.8527 301.52933 301.52933 23678.994 23678.994 614.76902 614.76902 Loop time of 43.0257 on 1 procs for 1000 steps with 2000 atoms Performance: 2.008 ns/day, 11.952 hours/ns, 23.242 timesteps/s 79.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 | 42.747 | 42.747 | 42.747 | 0.0 | 99.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1117 | 0.1117 | 0.1117 | 0.0 | 0.26 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.14811 | 0.14811 | 0.14811 | 0.0 | 0.34 Other | | 0.01917 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20722e+06 ave 1.20722e+06 max 1.20722e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207220 Ave neighs/atom = 603.61 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.745570072551, Press = -1.69859225013366 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8199.9402 -8199.9402 -8277.8527 -8277.8527 301.52933 301.52933 23678.994 23678.994 614.76902 614.76902 44000 -8200.9734 -8200.9734 -8276.659 -8276.659 292.9112 292.9112 23665.931 23665.931 1593.9628 1593.9628 Loop time of 44.1818 on 1 procs for 1000 steps with 2000 atoms Performance: 1.956 ns/day, 12.273 hours/ns, 22.634 timesteps/s 75.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 | 43.881 | 43.881 | 43.881 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11194 | 0.11194 | 0.11194 | 0.0 | 0.25 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.15734 | 0.15734 | 0.15734 | 0.0 | 0.36 Other | | 0.03171 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20751e+06 ave 1.20751e+06 max 1.20751e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207508 Ave neighs/atom = 603.754 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.722955410901, Press = -0.181333000756509 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8200.9734 -8200.9734 -8276.659 -8276.659 292.9112 292.9112 23665.931 23665.931 1593.9628 1593.9628 45000 -8203.4043 -8203.4043 -8278.5878 -8278.5878 290.96795 290.96795 23663.268 23663.268 1486.3761 1486.3761 Loop time of 40.1755 on 1 procs for 1000 steps with 2000 atoms Performance: 2.151 ns/day, 11.160 hours/ns, 24.891 timesteps/s 82.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 | 39.913 | 39.913 | 39.913 | 0.0 | 99.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096786 | 0.096786 | 0.096786 | 0.0 | 0.24 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.14694 | 0.14694 | 0.14694 | 0.0 | 0.37 Other | | 0.01874 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20803e+06 ave 1.20803e+06 max 1.20803e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208032 Ave neighs/atom = 604.016 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.721812965215, Press = 0.388257695934546 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8203.4043 -8203.4043 -8278.5878 -8278.5878 290.96795 290.96795 23663.268 23663.268 1486.3761 1486.3761 46000 -8200.1648 -8200.1648 -8276.8265 -8276.8265 296.68849 296.68849 23666.763 23666.763 1614.8214 1614.8214 Loop time of 42.983 on 1 procs for 1000 steps with 2000 atoms Performance: 2.010 ns/day, 11.940 hours/ns, 23.265 timesteps/s 77.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 | 42.707 | 42.707 | 42.707 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084456 | 0.084456 | 0.084456 | 0.0 | 0.20 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.14532 | 0.14532 | 0.14532 | 0.0 | 0.34 Other | | 0.04604 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20801e+06 ave 1.20801e+06 max 1.20801e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208012 Ave neighs/atom = 604.006 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.681227523849, Press = 1.08128898333136 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8200.1648 -8200.1648 -8276.8265 -8276.8265 296.68849 296.68849 23666.763 23666.763 1614.8214 1614.8214 47000 -8203.9024 -8203.9024 -8279.1794 -8279.1794 291.32983 291.32983 23668.513 23668.513 1063.9371 1063.9371 Loop time of 44.1187 on 1 procs for 1000 steps with 2000 atoms Performance: 1.958 ns/day, 12.255 hours/ns, 22.666 timesteps/s 75.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 | 43.79 | 43.79 | 43.79 | 0.0 | 99.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10967 | 0.10967 | 0.10967 | 0.0 | 0.25 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.19969 | 0.19969 | 0.19969 | 0.0 | 0.45 Other | | 0.01881 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20773e+06 ave 1.20773e+06 max 1.20773e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207726 Ave neighs/atom = 603.863 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.714385693756, Press = 1.72995037472567 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8203.9024 -8203.9024 -8279.1794 -8279.1794 291.32983 291.32983 23668.513 23668.513 1063.9371 1063.9371 48000 -8197.7811 -8197.7811 -8275.7095 -8275.7095 301.59103 301.59103 23698.12 23698.12 -463.48446 -463.48446 Loop time of 47.0916 on 1 procs for 1000 steps with 2000 atoms Performance: 1.835 ns/day, 13.081 hours/ns, 21.235 timesteps/s 71.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 | 46.806 | 46.806 | 46.806 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098095 | 0.098095 | 0.098095 | 0.0 | 0.21 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.16869 | 0.16869 | 0.16869 | 0.0 | 0.36 Other | | 0.0189 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20778e+06 ave 1.20778e+06 max 1.20778e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207780 Ave neighs/atom = 603.89 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.738251404884, Press = 2.0143505062323 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8197.7811 -8197.7811 -8275.7095 -8275.7095 301.59103 301.59103 23698.12 23698.12 -463.48446 -463.48446 49000 -8202.8494 -8202.8494 -8279.3341 -8279.3341 296.00357 296.00357 23741.249 23741.249 -4111.7532 -4111.7532 Loop time of 39.9263 on 1 procs for 1000 steps with 2000 atoms Performance: 2.164 ns/day, 11.091 hours/ns, 25.046 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 | 39.684 | 39.684 | 39.684 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092168 | 0.092168 | 0.092168 | 0.0 | 0.23 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.13141 | 0.13141 | 0.13141 | 0.0 | 0.33 Other | | 0.0188 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20687e+06 ave 1.20687e+06 max 1.20687e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206870 Ave neighs/atom = 603.435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.74322073907, Press = 2.33547607832993 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8202.8494 -8202.8494 -8279.3341 -8279.3341 296.00357 296.00357 23741.249 23741.249 -4111.7532 -4111.7532 50000 -8198.9668 -8198.9668 -8275.2491 -8275.2491 295.22057 295.22057 23727.6 23727.6 -2540.8455 -2540.8455 Loop time of 41.0268 on 1 procs for 1000 steps with 2000 atoms Performance: 2.106 ns/day, 11.396 hours/ns, 24.374 timesteps/s 82.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 | 40.723 | 40.723 | 40.723 | 0.0 | 99.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13995 | 0.13995 | 0.13995 | 0.0 | 0.34 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14514 | 0.14514 | 0.14514 | 0.0 | 0.35 Other | | 0.01885 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20529e+06 ave 1.20529e+06 max 1.20529e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205294 Ave neighs/atom = 602.647 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.775177078395, Press = 0.861529412613239 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8198.9668 -8198.9668 -8275.2491 -8275.2491 295.22057 295.22057 23727.6 23727.6 -2540.8455 -2540.8455 51000 -8202.9869 -8202.9869 -8277.3444 -8277.3444 287.77104 287.77104 23707.5 23707.5 -1496.2826 -1496.2826 Loop time of 40.6516 on 1 procs for 1000 steps with 2000 atoms Performance: 2.125 ns/day, 11.292 hours/ns, 24.599 timesteps/s 81.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 | 40.359 | 40.359 | 40.359 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12882 | 0.12882 | 0.12882 | 0.0 | 0.32 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.13179 | 0.13179 | 0.13179 | 0.0 | 0.32 Other | | 0.03168 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2059e+06 ave 1.2059e+06 max 1.2059e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205898 Ave neighs/atom = 602.949 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.775087891496, Press = 0.235091022265955 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8202.9869 -8202.9869 -8277.3444 -8277.3444 287.77104 287.77104 23707.5 23707.5 -1496.2826 -1496.2826 52000 -8199.5306 -8199.5306 -8277.6235 -8277.6235 302.22753 302.22753 23703.507 23703.507 -1078.5767 -1078.5767 Loop time of 43.7952 on 1 procs for 1000 steps with 2000 atoms Performance: 1.973 ns/day, 12.165 hours/ns, 22.834 timesteps/s 77.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 | 43.52 | 43.52 | 43.52 | 0.0 | 99.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097855 | 0.097855 | 0.097855 | 0.0 | 0.22 Output | 5.9128e-05 | 5.9128e-05 | 5.9128e-05 | 0.0 | 0.00 Modify | 0.14533 | 0.14533 | 0.14533 | 0.0 | 0.33 Other | | 0.03197 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20655e+06 ave 1.20655e+06 max 1.20655e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206550 Ave neighs/atom = 603.275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.799449304044, Press = -0.0884503923846723 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8199.5306 -8199.5306 -8277.6235 -8277.6235 302.22753 302.22753 23703.507 23703.507 -1078.5767 -1078.5767 53000 -8204.0641 -8204.0641 -8278.0275 -8278.0275 286.246 286.246 23683.58 23683.58 92.652656 92.652656 Loop time of 37.3855 on 1 procs for 1000 steps with 2000 atoms Performance: 2.311 ns/day, 10.385 hours/ns, 26.748 timesteps/s 88.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 | 37.116 | 37.116 | 37.116 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086554 | 0.086554 | 0.086554 | 0.0 | 0.23 Output | 7.391e-05 | 7.391e-05 | 7.391e-05 | 0.0 | 0.00 Modify | 0.16336 | 0.16336 | 0.16336 | 0.0 | 0.44 Other | | 0.01944 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20656e+06 ave 1.20656e+06 max 1.20656e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206558 Ave neighs/atom = 603.279 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.772558907181, Press = -0.624641573746654 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8204.0641 -8204.0641 -8278.0275 -8278.0275 286.246 286.246 23683.58 23683.58 92.652656 92.652656 54000 -8200.8087 -8200.8087 -8277.5527 -8277.5527 297.00731 297.00731 23655.407 23655.407 2262.6417 2262.6417 Loop time of 40.0341 on 1 procs for 1000 steps with 2000 atoms Performance: 2.158 ns/day, 11.121 hours/ns, 24.979 timesteps/s 84.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 | 39.744 | 39.744 | 39.744 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12609 | 0.12609 | 0.12609 | 0.0 | 0.31 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.14502 | 0.14502 | 0.14502 | 0.0 | 0.36 Other | | 0.0188 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20768e+06 ave 1.20768e+06 max 1.20768e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207684 Ave neighs/atom = 603.842 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.727893634818, Press = -0.783057984553108 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8200.8087 -8200.8087 -8277.5527 -8277.5527 297.00731 297.00731 23655.407 23655.407 2262.6417 2262.6417 55000 -8207.2745 -8207.2745 -8280.9795 -8280.9795 285.24581 285.24581 23631.867 23631.867 3321.2812 3321.2812 Loop time of 41.2704 on 1 procs for 1000 steps with 2000 atoms Performance: 2.094 ns/day, 11.464 hours/ns, 24.230 timesteps/s 80.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 | 41.022 | 41.022 | 41.022 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084145 | 0.084145 | 0.084145 | 0.0 | 0.20 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.14482 | 0.14482 | 0.14482 | 0.0 | 0.35 Other | | 0.01899 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20876e+06 ave 1.20876e+06 max 1.20876e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208762 Ave neighs/atom = 604.381 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.682386533215, Press = 0.117916842005722 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8207.2745 -8207.2745 -8280.9795 -8280.9795 285.24581 285.24581 23631.867 23631.867 3321.2812 3321.2812 56000 -8200.8403 -8200.8403 -8278.3727 -8278.3727 300.05845 300.05845 23663.145 23663.145 1668.1349 1668.1349 Loop time of 37.0194 on 1 procs for 1000 steps with 2000 atoms Performance: 2.334 ns/day, 10.283 hours/ns, 27.013 timesteps/s 90.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 | 36.762 | 36.762 | 36.762 | 0.0 | 99.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11501 | 0.11501 | 0.11501 | 0.0 | 0.31 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12311 | 0.12311 | 0.12311 | 0.0 | 0.33 Other | | 0.01931 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20983e+06 ave 1.20983e+06 max 1.20983e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209832 Ave neighs/atom = 604.916 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.644869703335, Press = 0.813035804038522 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8200.8403 -8200.8403 -8278.3727 -8278.3727 300.05845 300.05845 23663.145 23663.145 1668.1349 1668.1349 57000 -8205.0759 -8205.0759 -8279.1437 -8279.1437 286.65008 286.65008 23676.652 23676.652 428.62852 428.62852 Loop time of 46.9047 on 1 procs for 1000 steps with 2000 atoms Performance: 1.842 ns/day, 13.029 hours/ns, 21.320 timesteps/s 71.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 | 46.606 | 46.606 | 46.606 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11239 | 0.11239 | 0.11239 | 0.0 | 0.24 Output | 2.6941e-05 | 2.6941e-05 | 2.6941e-05 | 0.0 | 0.00 Modify | 0.16693 | 0.16693 | 0.16693 | 0.0 | 0.36 Other | | 0.01899 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20829e+06 ave 1.20829e+06 max 1.20829e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208290 Ave neighs/atom = 604.145 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.593869128528, Press = 1.1615936487524 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8205.0759 -8205.0759 -8279.1437 -8279.1437 286.65008 286.65008 23676.652 23676.652 428.62852 428.62852 58000 -8204.715 -8204.715 -8278.5729 -8278.5729 285.83755 285.83755 23693.346 23693.346 -691.11381 -691.11381 Loop time of 41.2138 on 1 procs for 1000 steps with 2000 atoms Performance: 2.096 ns/day, 11.448 hours/ns, 24.264 timesteps/s 81.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 | 40.92 | 40.92 | 40.92 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12357 | 0.12357 | 0.12357 | 0.0 | 0.30 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.15111 | 0.15111 | 0.15111 | 0.0 | 0.37 Other | | 0.01897 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20765e+06 ave 1.20765e+06 max 1.20765e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207646 Ave neighs/atom = 603.823 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.582733275382, Press = 1.19098359604111 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8204.715 -8204.715 -8278.5729 -8278.5729 285.83755 285.83755 23693.346 23693.346 -691.11381 -691.11381 59000 -8201.1658 -8201.1658 -8277.4776 -8277.4776 295.33459 295.33459 23709.996 23709.996 -1663.7385 -1663.7385 Loop time of 44.175 on 1 procs for 1000 steps with 2000 atoms Performance: 1.956 ns/day, 12.271 hours/ns, 22.637 timesteps/s 75.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 | 43.903 | 43.903 | 43.903 | 0.0 | 99.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10967 | 0.10967 | 0.10967 | 0.0 | 0.25 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.14372 | 0.14372 | 0.14372 | 0.0 | 0.33 Other | | 0.01863 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20626e+06 ave 1.20626e+06 max 1.20626e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206264 Ave neighs/atom = 603.132 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.545172997487, Press = 0.79548261250933 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8201.1658 -8201.1658 -8277.4776 -8277.4776 295.33459 295.33459 23709.996 23709.996 -1663.7385 -1663.7385 60000 -8201.4269 -8201.4269 -8276.3755 -8276.3755 290.05904 290.05904 23739.218 23739.218 -3594.8645 -3594.8645 Loop time of 41.2377 on 1 procs for 1000 steps with 2000 atoms Performance: 2.095 ns/day, 11.455 hours/ns, 24.250 timesteps/s 81.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 | 40.955 | 40.955 | 40.955 | 0.0 | 99.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11939 | 0.11939 | 0.11939 | 0.0 | 0.29 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.13148 | 0.13148 | 0.13148 | 0.0 | 0.32 Other | | 0.03182 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2058e+06 ave 1.2058e+06 max 1.2058e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205798 Ave neighs/atom = 602.899 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.545038496144, Press = 0.0642000684648081 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8201.4269 -8201.4269 -8276.3755 -8276.3755 290.05904 290.05904 23739.218 23739.218 -3594.8645 -3594.8645 61000 -8203.88 -8203.88 -8279.7933 -8279.7933 293.79215 293.79215 23721.403 23721.403 -2780.1429 -2780.1429 Loop time of 40.8945 on 1 procs for 1000 steps with 2000 atoms Performance: 2.113 ns/day, 11.360 hours/ns, 24.453 timesteps/s 81.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 | 40.647 | 40.647 | 40.647 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096275 | 0.096275 | 0.096275 | 0.0 | 0.24 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.13251 | 0.13251 | 0.13251 | 0.0 | 0.32 Other | | 0.01888 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20505e+06 ave 1.20505e+06 max 1.20505e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205050 Ave neighs/atom = 602.525 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.583621397346, Press = -0.77987821520482 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8203.88 -8203.88 -8279.7933 -8279.7933 293.79215 293.79215 23721.403 23721.403 -2780.1429 -2780.1429 62000 -8199.7639 -8199.7639 -8275.9079 -8275.9079 294.68532 294.68532 23692.861 23692.861 -166.44873 -166.44873 Loop time of 38.9425 on 1 procs for 1000 steps with 2000 atoms Performance: 2.219 ns/day, 10.817 hours/ns, 25.679 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 | 38.701 | 38.701 | 38.701 | 0.0 | 99.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10369 | 0.10369 | 0.10369 | 0.0 | 0.27 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.11896 | 0.11896 | 0.11896 | 0.0 | 0.31 Other | | 0.01902 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20557e+06 ave 1.20557e+06 max 1.20557e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205568 Ave neighs/atom = 602.784 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.580996881216, Press = -0.111291365262924 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8199.7639 -8199.7639 -8275.9079 -8275.9079 294.68532 294.68532 23692.861 23692.861 -166.44873 -166.44873 63000 -8201.3099 -8201.3099 -8278.3177 -8278.3177 298.02787 298.02787 23680.858 23680.858 344.33718 344.33718 Loop time of 42.009 on 1 procs for 1000 steps with 2000 atoms Performance: 2.057 ns/day, 11.669 hours/ns, 23.804 timesteps/s 79.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 | 41.655 | 41.655 | 41.655 | 0.0 | 99.16 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16018 | 0.16018 | 0.16018 | 0.0 | 0.38 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.13436 | 0.13436 | 0.13436 | 0.0 | 0.32 Other | | 0.05897 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20655e+06 ave 1.20655e+06 max 1.20655e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206546 Ave neighs/atom = 603.273 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.572532816067, Press = 0.296455957764979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8201.3099 -8201.3099 -8278.3177 -8278.3177 298.02787 298.02787 23680.858 23680.858 344.33718 344.33718 64000 -8200.6488 -8200.6488 -8276.9666 -8276.9666 295.35785 295.35785 23676.811 23676.811 805.36678 805.36678 Loop time of 41.6257 on 1 procs for 1000 steps with 2000 atoms Performance: 2.076 ns/day, 11.563 hours/ns, 24.024 timesteps/s 80.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 | 41.376 | 41.376 | 41.376 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11261 | 0.11261 | 0.11261 | 0.0 | 0.27 Output | 2.9802e-05 | 2.9802e-05 | 2.9802e-05 | 0.0 | 0.00 Modify | 0.11877 | 0.11877 | 0.11877 | 0.0 | 0.29 Other | | 0.01879 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20753e+06 ave 1.20753e+06 max 1.20753e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207532 Ave neighs/atom = 603.766 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.535286808038, Press = 0.532857387486936 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8200.6488 -8200.6488 -8276.9666 -8276.9666 295.35785 295.35785 23676.811 23676.811 805.36678 805.36678 65000 -8203.4343 -8203.4343 -8279.1207 -8279.1207 292.91402 292.91402 23668.623 23668.623 1058.7182 1058.7182 Loop time of 38.2132 on 1 procs for 1000 steps with 2000 atoms Performance: 2.261 ns/day, 10.615 hours/ns, 26.169 timesteps/s 87.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 | 37.952 | 37.952 | 37.952 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097272 | 0.097272 | 0.097272 | 0.0 | 0.25 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13163 | 0.13163 | 0.13163 | 0.0 | 0.34 Other | | 0.03176 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2074e+06 ave 1.2074e+06 max 1.2074e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207398 Ave neighs/atom = 603.699 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.508381843919, Press = 1.08648043601059 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8203.4343 -8203.4343 -8279.1207 -8279.1207 292.91402 292.91402 23668.623 23668.623 1058.7182 1058.7182 66000 -8203.5879 -8203.5879 -8278.0037 -8278.0037 287.99692 287.99692 23681.758 23681.758 214.72488 214.72488 Loop time of 41.9649 on 1 procs for 1000 steps with 2000 atoms Performance: 2.059 ns/day, 11.657 hours/ns, 23.829 timesteps/s 80.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 | 41.723 | 41.723 | 41.723 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087371 | 0.087371 | 0.087371 | 0.0 | 0.21 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12068 | 0.12068 | 0.12068 | 0.0 | 0.29 Other | | 0.03407 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20739e+06 ave 1.20739e+06 max 1.20739e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207390 Ave neighs/atom = 603.695 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.47087932616, Press = 1.75279614299068 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8203.5879 -8203.5879 -8278.0037 -8278.0037 287.99692 287.99692 23681.758 23681.758 214.72488 214.72488 67000 -8204.263 -8204.263 -8279.8657 -8279.8657 292.59005 292.59005 23710.65 23710.65 -2035.5518 -2035.5518 Loop time of 40.5007 on 1 procs for 1000 steps with 2000 atoms Performance: 2.133 ns/day, 11.250 hours/ns, 24.691 timesteps/s 83.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 | 40.225 | 40.225 | 40.225 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11116 | 0.11116 | 0.11116 | 0.0 | 0.27 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.13198 | 0.13198 | 0.13198 | 0.0 | 0.33 Other | | 0.0321 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20769e+06 ave 1.20769e+06 max 1.20769e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207686 Ave neighs/atom = 603.843 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.485235839209, Press = 1.22080731958028 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8204.263 -8204.263 -8279.8657 -8279.8657 292.59005 292.59005 23710.65 23710.65 -2035.5518 -2035.5518 68000 -8198.7485 -8198.7485 -8275.4745 -8275.4745 296.93762 296.93762 23722.105 23722.105 -2187.8368 -2187.8368 Loop time of 36.2983 on 1 procs for 1000 steps with 2000 atoms Performance: 2.380 ns/day, 10.083 hours/ns, 27.550 timesteps/s 90.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 | 36.066 | 36.066 | 36.066 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083598 | 0.083598 | 0.083598 | 0.0 | 0.23 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12997 | 0.12997 | 0.12997 | 0.0 | 0.36 Other | | 0.01844 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20596e+06 ave 1.20596e+06 max 1.20596e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205964 Ave neighs/atom = 602.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.482799614247, Press = 0.565718487930444 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8198.7485 -8198.7485 -8275.4745 -8275.4745 296.93762 296.93762 23722.105 23722.105 -2187.8368 -2187.8368 69000 -8202.2667 -8202.2667 -8276.1143 -8276.1143 285.7977 285.7977 23700.598 23700.598 -877.58743 -877.58743 Loop time of 37.0201 on 1 procs for 1000 steps with 2000 atoms Performance: 2.334 ns/day, 10.283 hours/ns, 27.012 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 | 36.797 | 36.797 | 36.797 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084913 | 0.084913 | 0.084913 | 0.0 | 0.23 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.11906 | 0.11906 | 0.11906 | 0.0 | 0.32 Other | | 0.01891 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20544e+06 ave 1.20544e+06 max 1.20544e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1205436 Ave neighs/atom = 602.718 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.507255773753, Press = 0.264520420867647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8202.2667 -8202.2667 -8276.1143 -8276.1143 285.7977 285.7977 23700.598 23700.598 -877.58743 -877.58743 70000 -8204.2424 -8204.2424 -8278.108 -8278.108 285.86766 285.86766 23686.647 23686.647 -162.4604 -162.4604 Loop time of 38.6982 on 1 procs for 1000 steps with 2000 atoms Performance: 2.233 ns/day, 10.749 hours/ns, 25.841 timesteps/s 86.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 | 38.438 | 38.438 | 38.438 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097306 | 0.097306 | 0.097306 | 0.0 | 0.25 Output | 5.3883e-05 | 5.3883e-05 | 5.3883e-05 | 0.0 | 0.00 Modify | 0.14388 | 0.14388 | 0.14388 | 0.0 | 0.37 Other | | 0.01907 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20661e+06 ave 1.20661e+06 max 1.20661e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206606 Ave neighs/atom = 603.303 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.502215892276, Press = 0.267765840013453 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -8204.2424 -8204.2424 -8278.108 -8278.108 285.86766 285.86766 23686.647 23686.647 -162.4604 -162.4604 71000 -8202.0875 -8202.0875 -8277.8648 -8277.8648 293.26588 293.26588 23685.888 23685.888 39.729416 39.729416 Loop time of 39.3257 on 1 procs for 1000 steps with 2000 atoms Performance: 2.197 ns/day, 10.924 hours/ns, 25.429 timesteps/s 85.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 | 39.103 | 39.103 | 39.103 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084351 | 0.084351 | 0.084351 | 0.0 | 0.21 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11924 | 0.11924 | 0.11924 | 0.0 | 0.30 Other | | 0.01884 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20739e+06 ave 1.20739e+06 max 1.20739e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207394 Ave neighs/atom = 603.697 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.485595635789, Press = 0.00993303050550982 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -8202.0875 -8202.0875 -8277.8648 -8277.8648 293.26588 293.26588 23685.888 23685.888 39.729416 39.729416 72000 -8202.1975 -8202.1975 -8278.1882 -8278.1882 294.09187 294.09187 23672.197 23672.197 954.33482 954.33482 Loop time of 33.1175 on 1 procs for 1000 steps with 2000 atoms Performance: 2.609 ns/day, 9.199 hours/ns, 30.195 timesteps/s 99.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 | 32.899 | 32.899 | 32.899 | 0.0 | 99.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082825 | 0.082825 | 0.082825 | 0.0 | 0.25 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.11714 | 0.11714 | 0.11714 | 0.0 | 0.35 Other | | 0.01855 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20811e+06 ave 1.20811e+06 max 1.20811e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208108 Ave neighs/atom = 604.054 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.491590276165, Press = -0.0848633820557698 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -8202.1975 -8202.1975 -8278.1882 -8278.1882 294.09187 294.09187 23672.197 23672.197 954.33482 954.33482 73000 -8204.2827 -8204.2827 -8279.7648 -8279.7648 292.1233 292.1233 23648.573 23648.573 2351.4469 2351.4469 Loop time of 35.8602 on 1 procs for 1000 steps with 2000 atoms Performance: 2.409 ns/day, 9.961 hours/ns, 27.886 timesteps/s 95.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 | 35.62 | 35.62 | 35.62 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085888 | 0.085888 | 0.085888 | 0.0 | 0.24 Output | 5.6028e-05 | 5.6028e-05 | 5.6028e-05 | 0.0 | 0.00 Modify | 0.13476 | 0.13476 | 0.13476 | 0.0 | 0.38 Other | | 0.01973 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20836e+06 ave 1.20836e+06 max 1.20836e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208360 Ave neighs/atom = 604.18 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.457802330679, Press = 0.45676539391278 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -8204.2827 -8204.2827 -8279.7648 -8279.7648 292.1233 292.1233 23648.573 23648.573 2351.4469 2351.4469 74000 -8200.2438 -8200.2438 -8276.8292 -8276.8292 296.39347 296.39347 23649.962 23649.962 2694.0084 2694.0084 Loop time of 34.488 on 1 procs for 1000 steps with 2000 atoms Performance: 2.505 ns/day, 9.580 hours/ns, 28.996 timesteps/s 97.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 | 34.253 | 34.253 | 34.253 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084044 | 0.084044 | 0.084044 | 0.0 | 0.24 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.13201 | 0.13201 | 0.13201 | 0.0 | 0.38 Other | | 0.01873 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20946e+06 ave 1.20946e+06 max 1.20946e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1209456 Ave neighs/atom = 604.728 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.4606823607, Press = 0.877667256107477 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -8200.2438 -8200.2438 -8276.8292 -8276.8292 296.39347 296.39347 23649.962 23649.962 2694.0084 2694.0084 75000 -8202.4454 -8202.4454 -8280.2499 -8280.2499 301.11156 301.11156 23666.931 23666.931 1089.6372 1089.6372 Loop time of 35.4134 on 1 procs for 1000 steps with 2000 atoms Performance: 2.440 ns/day, 9.837 hours/ns, 28.238 timesteps/s 94.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 | 35.189 | 35.189 | 35.189 | 0.0 | 99.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085553 | 0.085553 | 0.085553 | 0.0 | 0.24 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.11964 | 0.11964 | 0.11964 | 0.0 | 0.34 Other | | 0.01901 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20857e+06 ave 1.20857e+06 max 1.20857e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208574 Ave neighs/atom = 604.287 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.479702878808, Press = 1.05499780379692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -8202.4454 -8202.4454 -8280.2499 -8280.2499 301.11156 301.11156 23666.931 23666.931 1089.6372 1089.6372 76000 -8199.857 -8199.857 -8275.7736 -8275.7736 293.80508 293.80508 23685.812 23685.812 344.73877 344.73877 Loop time of 35.2057 on 1 procs for 1000 steps with 2000 atoms Performance: 2.454 ns/day, 9.779 hours/ns, 28.405 timesteps/s 95.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 | 34.981 | 34.981 | 34.981 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086772 | 0.086772 | 0.086772 | 0.0 | 0.25 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.11951 | 0.11951 | 0.11951 | 0.0 | 0.34 Other | | 0.01879 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20843e+06 ave 1.20843e+06 max 1.20843e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208428 Ave neighs/atom = 604.214 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.488351605882, Press = 0.908540699731559 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -8199.857 -8199.857 -8275.7736 -8275.7736 293.80508 293.80508 23685.812 23685.812 344.73877 344.73877 77000 -8201.7689 -8201.7689 -8278.3845 -8278.3845 296.51052 296.51052 23689.394 23689.394 -212.11975 -212.11975 Loop time of 35.7495 on 1 procs for 1000 steps with 2000 atoms Performance: 2.417 ns/day, 9.930 hours/ns, 27.972 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 | 35.521 | 35.521 | 35.521 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085592 | 0.085592 | 0.085592 | 0.0 | 0.24 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12345 | 0.12345 | 0.12345 | 0.0 | 0.35 Other | | 0.01924 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20731e+06 ave 1.20731e+06 max 1.20731e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207310 Ave neighs/atom = 603.655 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.455718457322, Press = 0.531032435803467 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -8201.7689 -8201.7689 -8278.3845 -8278.3845 296.51052 296.51052 23689.394 23689.394 -212.11975 -212.11975 78000 -8203.2624 -8203.2624 -8278.5425 -8278.5425 291.34147 291.34147 23684.607 23684.607 -27.690719 -27.690719 Loop time of 36.3416 on 1 procs for 1000 steps with 2000 atoms Performance: 2.377 ns/day, 10.095 hours/ns, 27.517 timesteps/s 90.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 | 36.119 | 36.119 | 36.119 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083507 | 0.083507 | 0.083507 | 0.0 | 0.23 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11893 | 0.11893 | 0.11893 | 0.0 | 0.33 Other | | 0.0205 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20709e+06 ave 1.20709e+06 max 1.20709e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207090 Ave neighs/atom = 603.545 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.428827970649, Press = 0.381074948535964 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -8203.2624 -8203.2624 -8278.5425 -8278.5425 291.34147 291.34147 23684.607 23684.607 -27.690719 -27.690719 79000 -8199.9245 -8199.9245 -8277.1083 -8277.1083 298.70929 298.70929 23694.575 23694.575 -426.35429 -426.35429 Loop time of 35.4891 on 1 procs for 1000 steps with 2000 atoms Performance: 2.435 ns/day, 9.858 hours/ns, 28.178 timesteps/s 93.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 | 35.269 | 35.269 | 35.269 | 0.0 | 99.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083415 | 0.083415 | 0.083415 | 0.0 | 0.24 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.11802 | 0.11802 | 0.11802 | 0.0 | 0.33 Other | | 0.01844 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2081e+06 ave 1.2081e+06 max 1.2081e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208096 Ave neighs/atom = 604.048 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.409072337335, Press = 0.470181977191944 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -8199.9245 -8199.9245 -8277.1083 -8277.1083 298.70929 298.70929 23694.575 23694.575 -426.35429 -426.35429 80000 -8203.1724 -8203.1724 -8278.319 -8278.319 290.82536 290.82536 23699.848 23699.848 -1000.165 -1000.165 Loop time of 35.273 on 1 procs for 1000 steps with 2000 atoms Performance: 2.449 ns/day, 9.798 hours/ns, 28.350 timesteps/s 95.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 | 35.036 | 35.036 | 35.036 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084495 | 0.084495 | 0.084495 | 0.0 | 0.24 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12042 | 0.12042 | 0.12042 | 0.0 | 0.34 Other | | 0.03203 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20725e+06 ave 1.20725e+06 max 1.20725e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207254 Ave neighs/atom = 603.627 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.383781580208, Press = 0.479669404320393 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -8203.1724 -8203.1724 -8278.319 -8278.319 290.82536 290.82536 23699.848 23699.848 -1000.165 -1000.165 81000 -8201.2506 -8201.2506 -8278.963 -8278.963 300.75474 300.75474 23719.885 23719.885 -2422.2824 -2422.2824 Loop time of 35.6092 on 1 procs for 1000 steps with 2000 atoms Performance: 2.426 ns/day, 9.891 hours/ns, 28.083 timesteps/s 94.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 | 35.378 | 35.378 | 35.378 | 0.0 | 99.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091038 | 0.091038 | 0.091038 | 0.0 | 0.26 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12082 | 0.12082 | 0.12082 | 0.0 | 0.34 Other | | 0.01895 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20757e+06 ave 1.20757e+06 max 1.20757e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207574 Ave neighs/atom = 603.787 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.363181329145, Press = 0.0400888288607389 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -8201.2506 -8201.2506 -8278.963 -8278.963 300.75474 300.75474 23719.885 23719.885 -2422.2824 -2422.2824 82000 -8201.5884 -8201.5884 -8275.4879 -8275.4879 285.99843 285.99843 23714.309 23714.309 -1835.1666 -1835.1666 Loop time of 35.4423 on 1 procs for 1000 steps with 2000 atoms Performance: 2.438 ns/day, 9.845 hours/ns, 28.215 timesteps/s 93.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 | 35.189 | 35.189 | 35.189 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10331 | 0.10331 | 0.10331 | 0.0 | 0.29 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.13158 | 0.13158 | 0.13158 | 0.0 | 0.37 Other | | 0.01884 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20614e+06 ave 1.20614e+06 max 1.20614e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206142 Ave neighs/atom = 603.071 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.334565099471, Press = -0.515636025097933 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -8201.5884 -8201.5884 -8275.4879 -8275.4879 285.99843 285.99843 23714.309 23714.309 -1835.1666 -1835.1666 83000 -8204.2877 -8204.2877 -8278.0849 -8278.0849 285.60279 285.60279 23689.168 23689.168 -300.88231 -300.88231 Loop time of 36.7596 on 1 procs for 1000 steps with 2000 atoms Performance: 2.350 ns/day, 10.211 hours/ns, 27.204 timesteps/s 91.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 | 36.528 | 36.528 | 36.528 | 0.0 | 99.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085406 | 0.085406 | 0.085406 | 0.0 | 0.23 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12738 | 0.12738 | 0.12738 | 0.0 | 0.35 Other | | 0.01901 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20662e+06 ave 1.20662e+06 max 1.20662e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1206616 Ave neighs/atom = 603.308 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.337379970286, Press = -0.758418197256476 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -8204.2877 -8204.2877 -8278.0849 -8278.0849 285.60279 285.60279 23689.168 23689.168 -300.88231 -300.88231 84000 -8201.9097 -8201.9097 -8279.0682 -8279.0682 298.61148 298.61148 23671.246 23671.246 915.1535 915.1535 Loop time of 36.7505 on 1 procs for 1000 steps with 2000 atoms Performance: 2.351 ns/day, 10.208 hours/ns, 27.211 timesteps/s 91.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 | 36.477 | 36.477 | 36.477 | 0.0 | 99.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12404 | 0.12404 | 0.12404 | 0.0 | 0.34 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12989 | 0.12989 | 0.12989 | 0.0 | 0.35 Other | | 0.01909 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.2071e+06 ave 1.2071e+06 max 1.2071e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1207104 Ave neighs/atom = 603.552 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.347609502155, Press = -0.546233539420221 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 8.298 | 8.298 | 8.298 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -8201.9097 -8201.9097 -8279.0682 -8279.0682 298.61148 298.61148 23671.246 23671.246 915.1535 915.1535 85000 -8201.1929 -8201.1929 -8280.0378 -8280.0378 305.13776 305.13776 23672.228 23672.228 836.83539 836.83539 Loop time of 35.9361 on 1 procs for 1000 steps with 2000 atoms Performance: 2.404 ns/day, 9.982 hours/ns, 27.827 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 | 35.681 | 35.681 | 35.681 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10318 | 0.10318 | 0.10318 | 0.0 | 0.29 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12946 | 0.12946 | 0.12946 | 0.0 | 0.36 Other | | 0.02248 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10691 ave 10691 max 10691 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.20888e+06 ave 1.20888e+06 max 1.20888e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1208880 Ave neighs/atom = 604.44 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 23685.9870023926 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0