# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.158251941204071*${_u_distance} variable latticeconst_converted equal 3.158251941204071*1 lattice bcc ${latticeconst_converted} lattice bcc 3.15825194120407 Lattice spacing in x,y,z = 3.15825 3.15825 3.15825 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (31.5825 31.5825 31.5825) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000422001 secs variable mass_converted equal 95.94*${_u_mass} variable mass_converted equal 95.94*1 kim_interactions Mo #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959LowCutoff_Mo__MO_228581001644_004 pair_coeff * * Mo #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 95.94 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 31502.1587150471 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 31502.1587150471/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 31502.1587150471/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 31502.1587150471/(1*1*${_u_distance}) variable V0_metal equal 31502.1587150471/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 31502.1587150471*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 31502.1587150471 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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 = 8.48804 ghost atom cutoff = 8.48804 binsize = 4.24402, bins = 8 8 8 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 8.48804 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -12694.751 -12694.751 -12760.163 -12760.163 253.15 253.15 31502.159 31502.159 2217.9314 2217.9314 1000 -12629.213 -12629.213 -12696.775 -12696.775 261.47123 261.47123 31641.878 31641.878 -254.46269 -254.46269 Loop time of 9.76013 on 1 procs for 1000 steps with 2000 atoms Performance: 8.852 ns/day, 2.711 hours/ns, 102.458 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 | 9.5109 | 9.5109 | 9.5109 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068056 | 0.068056 | 0.068056 | 0.0 | 0.70 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.14347 | 0.14347 | 0.14347 | 0.0 | 1.47 Other | | 0.0376 | | | 0.39 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 336000 ave 336000 max 336000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 336000 Ave neighs/atom = 168 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -12629.213 -12629.213 -12696.775 -12696.775 261.47123 261.47123 31641.878 31641.878 -254.46269 -254.46269 2000 -12627.584 -12627.584 -12692.945 -12692.945 252.95405 252.95405 31674.281 31674.281 -2383.8032 -2383.8032 Loop time of 12.8963 on 1 procs for 1000 steps with 2000 atoms Performance: 6.700 ns/day, 3.582 hours/ns, 77.542 timesteps/s 59.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 | 12.597 | 12.597 | 12.597 | 0.0 | 97.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077 | 0.077 | 0.077 | 0.0 | 0.60 Output | 5.4836e-05 | 5.4836e-05 | 5.4836e-05 | 0.0 | 0.00 Modify | 0.20469 | 0.20469 | 0.20469 | 0.0 | 1.59 Other | | 0.01798 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335422 ave 335422 max 335422 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335422 Ave neighs/atom = 167.711 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -12627.584 -12627.584 -12692.945 -12692.945 252.95405 252.95405 31674.281 31674.281 -2383.8032 -2383.8032 3000 -12631.204 -12631.204 -12695.098 -12695.098 247.27634 247.27634 31626.552 31626.552 988.65503 988.65503 Loop time of 13.1081 on 1 procs for 1000 steps with 2000 atoms Performance: 6.591 ns/day, 3.641 hours/ns, 76.289 timesteps/s 59.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 | 12.826 | 12.826 | 12.826 | 0.0 | 97.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067548 | 0.067548 | 0.067548 | 0.0 | 0.52 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.19793 | 0.19793 | 0.19793 | 0.0 | 1.51 Other | | 0.01701 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335170 ave 335170 max 335170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335170 Ave neighs/atom = 167.585 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -12631.204 -12631.204 -12695.098 -12695.098 247.27634 247.27634 31626.552 31626.552 988.65503 988.65503 4000 -12626.507 -12626.507 -12693.075 -12693.075 257.62876 257.62876 31637.299 31637.299 558.60863 558.60863 Loop time of 9.36039 on 1 procs for 1000 steps with 2000 atoms Performance: 9.230 ns/day, 2.600 hours/ns, 106.833 timesteps/s 84.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.1274 | 9.1274 | 9.1274 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064228 | 0.064228 | 0.064228 | 0.0 | 0.69 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.13892 | 0.13892 | 0.13892 | 0.0 | 1.48 Other | | 0.02976 | | | 0.32 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335722 ave 335722 max 335722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335722 Ave neighs/atom = 167.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 = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -12626.507 -12626.507 -12693.075 -12693.075 257.62876 257.62876 31637.299 31637.299 558.60863 558.60863 5000 -12630.717 -12630.717 -12695.759 -12695.759 251.7204 251.7204 31637.822 31637.822 338.18002 338.18002 Loop time of 10.2298 on 1 procs for 1000 steps with 2000 atoms Performance: 8.446 ns/day, 2.842 hours/ns, 97.754 timesteps/s 76.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 | 9.9864 | 9.9864 | 9.9864 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055701 | 0.055701 | 0.055701 | 0.0 | 0.54 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.14519 | 0.14519 | 0.14519 | 0.0 | 1.42 Other | | 0.0425 | | | 0.42 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335568 ave 335568 max 335568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335568 Ave neighs/atom = 167.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 = 248.409559179573, Press = 3.67001723524382 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -12630.717 -12630.717 -12695.759 -12695.759 251.7204 251.7204 31637.822 31637.822 338.18002 338.18002 6000 -12629.107 -12629.107 -12694.544 -12694.544 253.24573 253.24573 31595.064 31595.064 3858.4336 3858.4336 Loop time of 9.7762 on 1 procs for 1000 steps with 2000 atoms Performance: 8.838 ns/day, 2.716 hours/ns, 102.289 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 | 9.5388 | 9.5388 | 9.5388 | 0.0 | 97.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074735 | 0.074735 | 0.074735 | 0.0 | 0.76 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.14567 | 0.14567 | 0.14567 | 0.0 | 1.49 Other | | 0.01697 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335118 ave 335118 max 335118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335118 Ave neighs/atom = 167.559 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.980117942362, Press = -20.7334457701455 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -12629.107 -12629.107 -12694.544 -12694.544 253.24573 253.24573 31595.064 31595.064 3858.4336 3858.4336 7000 -12626.324 -12626.324 -12692.462 -12692.462 255.96043 255.96043 31637.905 31637.905 726.76868 726.76868 Loop time of 10.4169 on 1 procs for 1000 steps with 2000 atoms Performance: 8.294 ns/day, 2.894 hours/ns, 95.997 timesteps/s 76.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 | 10.138 | 10.138 | 10.138 | 0.0 | 97.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063573 | 0.063573 | 0.063573 | 0.0 | 0.61 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.19847 | 0.19847 | 0.19847 | 0.0 | 1.91 Other | | 0.01703 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335768 ave 335768 max 335768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335768 Ave neighs/atom = 167.884 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.867679585133, Press = -38.0413874034602 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -12626.324 -12626.324 -12692.462 -12692.462 255.96043 255.96043 31637.905 31637.905 726.76868 726.76868 8000 -12629.405 -12629.405 -12694.902 -12694.902 253.48205 253.48205 31648.04 31648.04 -799.19615 -799.19615 Loop time of 10.1611 on 1 procs for 1000 steps with 2000 atoms Performance: 8.503 ns/day, 2.823 hours/ns, 98.415 timesteps/s 76.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.88 | 9.88 | 9.88 | 0.0 | 97.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075858 | 0.075858 | 0.075858 | 0.0 | 0.75 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.18705 | 0.18705 | 0.18705 | 0.0 | 1.84 Other | | 0.01814 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335214 ave 335214 max 335214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335214 Ave neighs/atom = 167.607 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.6849228173, Press = -15.2754187301144 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -12629.405 -12629.405 -12694.902 -12694.902 253.48205 253.48205 31648.04 31648.04 -799.19615 -799.19615 9000 -12628.12 -12628.12 -12694.716 -12694.716 257.73126 257.73126 31654.252 31654.252 -1045.0314 -1045.0314 Loop time of 10.7381 on 1 procs for 1000 steps with 2000 atoms Performance: 8.046 ns/day, 2.983 hours/ns, 93.126 timesteps/s 73.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 | 10.485 | 10.485 | 10.485 | 0.0 | 97.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063036 | 0.063036 | 0.063036 | 0.0 | 0.59 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.17372 | 0.17372 | 0.17372 | 0.0 | 1.62 Other | | 0.01656 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335598 ave 335598 max 335598 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335598 Ave neighs/atom = 167.799 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.492329407653, Press = -8.14480593848815 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -12628.12 -12628.12 -12694.716 -12694.716 257.73126 257.73126 31654.252 31654.252 -1045.0314 -1045.0314 10000 -12626.785 -12626.785 -12694.182 -12694.182 260.83516 260.83516 31665.382 31665.382 -1657.8157 -1657.8157 Loop time of 14.7547 on 1 procs for 1000 steps with 2000 atoms Performance: 5.856 ns/day, 4.099 hours/ns, 67.775 timesteps/s 52.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 | 14.392 | 14.392 | 14.392 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10451 | 0.10451 | 0.10451 | 0.0 | 0.71 Output | 7.2002e-05 | 7.2002e-05 | 7.2002e-05 | 0.0 | 0.00 Modify | 0.2419 | 0.2419 | 0.2419 | 0.0 | 1.64 Other | | 0.01667 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335336 ave 335336 max 335336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335336 Ave neighs/atom = 167.668 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.327933203482, Press = -1.77993901459992 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -12626.785 -12626.785 -12694.182 -12694.182 260.83516 260.83516 31665.382 31665.382 -1657.8157 -1657.8157 11000 -12631.134 -12631.134 -12696.305 -12696.305 252.21709 252.21709 31625.279 31625.279 899.53983 899.53983 Loop time of 9.54939 on 1 procs for 1000 steps with 2000 atoms Performance: 9.048 ns/day, 2.653 hours/ns, 104.719 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 | 9.2994 | 9.2994 | 9.2994 | 0.0 | 97.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075899 | 0.075899 | 0.075899 | 0.0 | 0.79 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.15701 | 0.15701 | 0.15701 | 0.0 | 1.64 Other | | 0.017 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334624 ave 334624 max 334624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334624 Ave neighs/atom = 167.312 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.286491692661, Press = 2.59704082568838 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -12631.134 -12631.134 -12696.305 -12696.305 252.21709 252.21709 31625.279 31625.279 899.53983 899.53983 12000 -12627.031 -12627.031 -12693.248 -12693.248 256.26578 256.26578 31619.603 31619.603 2247.4206 2247.4206 Loop time of 9.27595 on 1 procs for 1000 steps with 2000 atoms Performance: 9.314 ns/day, 2.577 hours/ns, 107.806 timesteps/s 83.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 | 9.053 | 9.053 | 9.053 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04952 | 0.04952 | 0.04952 | 0.0 | 0.53 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.15671 | 0.15671 | 0.15671 | 0.0 | 1.69 Other | | 0.01664 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335816 ave 335816 max 335816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335816 Ave neighs/atom = 167.908 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.316303477866, Press = -4.9633959154951 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -12627.031 -12627.031 -12693.248 -12693.248 256.26578 256.26578 31619.603 31619.603 2247.4206 2247.4206 13000 -12627.699 -12627.699 -12693.907 -12693.907 256.22889 256.22889 31651.631 31651.631 -1133.9907 -1133.9907 Loop time of 10.1426 on 1 procs for 1000 steps with 2000 atoms Performance: 8.518 ns/day, 2.817 hours/ns, 98.594 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 | 9.8724 | 9.8724 | 9.8724 | 0.0 | 97.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073906 | 0.073906 | 0.073906 | 0.0 | 0.73 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.17944 | 0.17944 | 0.17944 | 0.0 | 1.77 Other | | 0.01683 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335230 ave 335230 max 335230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335230 Ave neighs/atom = 167.615 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.245698888378, Press = -6.88710818108358 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -12627.699 -12627.699 -12693.907 -12693.907 256.22889 256.22889 31651.631 31651.631 -1133.9907 -1133.9907 14000 -12628.111 -12628.111 -12692.774 -12692.774 250.2522 250.2522 31683.487 31683.487 -3310.905 -3310.905 Loop time of 10.1085 on 1 procs for 1000 steps with 2000 atoms Performance: 8.547 ns/day, 2.808 hours/ns, 98.926 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 | 9.8415 | 9.8415 | 9.8415 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1074 | 0.1074 | 0.1074 | 0.0 | 1.06 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14286 | 0.14286 | 0.14286 | 0.0 | 1.41 Other | | 0.01674 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335828 ave 335828 max 335828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335828 Ave neighs/atom = 167.914 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.483435148043, Press = -3.43330863891064 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -12628.111 -12628.111 -12692.774 -12692.774 250.2522 250.2522 31683.487 31683.487 -3310.905 -3310.905 15000 -12627.516 -12627.516 -12692.85 -12692.85 252.85184 252.85184 31655.472 31655.472 -740.66169 -740.66169 Loop time of 10.511 on 1 procs for 1000 steps with 2000 atoms Performance: 8.220 ns/day, 2.920 hours/ns, 95.138 timesteps/s 74.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 10.267 | 10.267 | 10.267 | 0.0 | 97.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049899 | 0.049899 | 0.049899 | 0.0 | 0.47 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.17774 | 0.17774 | 0.17774 | 0.0 | 1.69 Other | | 0.01659 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335042 ave 335042 max 335042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335042 Ave neighs/atom = 167.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 = 253.473791452377, Press = 4.73369633538691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -12627.516 -12627.516 -12692.85 -12692.85 252.85184 252.85184 31655.472 31655.472 -740.66169 -740.66169 16000 -12629.255 -12629.255 -12694.765 -12694.765 253.53106 253.53106 31615.902 31615.902 2076.9338 2076.9338 Loop time of 11.6576 on 1 procs for 1000 steps with 2000 atoms Performance: 7.411 ns/day, 3.238 hours/ns, 85.781 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 | 11.378 | 11.378 | 11.378 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051117 | 0.051117 | 0.051117 | 0.0 | 0.44 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.21183 | 0.21183 | 0.21183 | 0.0 | 1.82 Other | | 0.01677 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334950 ave 334950 max 334950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334950 Ave neighs/atom = 167.475 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.633096413156, Press = -0.473257865811175 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -12629.255 -12629.255 -12694.765 -12694.765 253.53106 253.53106 31615.902 31615.902 2076.9338 2076.9338 17000 -12626.741 -12626.741 -12692.093 -12692.093 252.91961 252.91961 31649.652 31649.652 8.3930874 8.3930874 Loop time of 12.1206 on 1 procs for 1000 steps with 2000 atoms Performance: 7.128 ns/day, 3.367 hours/ns, 82.504 timesteps/s 66.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 | 11.793 | 11.793 | 11.793 | 0.0 | 97.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10414 | 0.10414 | 0.10414 | 0.0 | 0.86 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.17266 | 0.17266 | 0.17266 | 0.0 | 1.42 Other | | 0.05048 | | | 0.42 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335692 ave 335692 max 335692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335692 Ave neighs/atom = 167.846 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.626563007806, Press = -1.99214402913848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -12626.741 -12626.741 -12692.093 -12692.093 252.91961 252.91961 31649.652 31649.652 8.3930874 8.3930874 18000 -12631.164 -12631.164 -12695.809 -12695.809 250.18513 250.18513 31635.496 31635.496 -6.2405558 -6.2405558 Loop time of 12.6392 on 1 procs for 1000 steps with 2000 atoms Performance: 6.836 ns/day, 3.511 hours/ns, 79.119 timesteps/s 61.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 | 12.358 | 12.358 | 12.358 | 0.0 | 97.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062446 | 0.062446 | 0.062446 | 0.0 | 0.49 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.20176 | 0.20176 | 0.20176 | 0.0 | 1.60 Other | | 0.01646 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334810 ave 334810 max 334810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334810 Ave neighs/atom = 167.405 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.800484701441, Press = -2.29495607056267 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -12631.164 -12631.164 -12695.809 -12695.809 250.18513 250.18513 31635.496 31635.496 -6.2405558 -6.2405558 19000 -12628.458 -12628.458 -12694.359 -12694.359 255.04232 255.04232 31645.579 31645.579 -56.572669 -56.572669 Loop time of 9.57024 on 1 procs for 1000 steps with 2000 atoms Performance: 9.028 ns/day, 2.658 hours/ns, 104.491 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 | 9.3174 | 9.3174 | 9.3174 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051174 | 0.051174 | 0.051174 | 0.0 | 0.53 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.18468 | 0.18468 | 0.18468 | 0.0 | 1.93 Other | | 0.01694 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335780 ave 335780 max 335780 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335780 Ave neighs/atom = 167.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 = 253.643356181599, Press = -2.95066513380594 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -12628.458 -12628.458 -12694.359 -12694.359 255.04232 255.04232 31645.579 31645.579 -56.572669 -56.572669 20000 -12631.846 -12631.846 -12695.167 -12695.167 245.05728 245.05728 31663.757 31663.757 -1898.2441 -1898.2441 Loop time of 13.9948 on 1 procs for 1000 steps with 2000 atoms Performance: 6.174 ns/day, 3.887 hours/ns, 71.455 timesteps/s 56.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 | 13.661 | 13.661 | 13.661 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078046 | 0.078046 | 0.078046 | 0.0 | 0.56 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.22634 | 0.22634 | 0.22634 | 0.0 | 1.62 Other | | 0.0291 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335098 ave 335098 max 335098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335098 Ave neighs/atom = 167.549 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.502378705232, Press = -2.41314594374778 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -12631.846 -12631.846 -12695.167 -12695.167 245.05728 245.05728 31663.757 31663.757 -1898.2441 -1898.2441 21000 -12628.168 -12628.168 -12693.88 -12693.88 254.3115 254.3115 31661.104 31661.104 -1994.2338 -1994.2338 Loop time of 11.2179 on 1 procs for 1000 steps with 2000 atoms Performance: 7.702 ns/day, 3.116 hours/ns, 89.143 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 | 10.939 | 10.939 | 10.939 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054859 | 0.054859 | 0.054859 | 0.0 | 0.49 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.20239 | 0.20239 | 0.20239 | 0.0 | 1.80 Other | | 0.02214 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334976 ave 334976 max 334976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334976 Ave neighs/atom = 167.488 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.42080645971, Press = -0.344209246468716 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -12628.168 -12628.168 -12693.88 -12693.88 254.3115 254.3115 31661.104 31661.104 -1994.2338 -1994.2338 22000 -12630.624 -12630.624 -12696.92 -12696.92 256.57255 256.57255 31633.676 31633.676 603.34243 603.34243 Loop time of 8.77385 on 1 procs for 1000 steps with 2000 atoms Performance: 9.847 ns/day, 2.437 hours/ns, 113.975 timesteps/s 90.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 | 8.5475 | 8.5475 | 8.5475 | 0.0 | 97.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050055 | 0.050055 | 0.050055 | 0.0 | 0.57 Output | 5.9843e-05 | 5.9843e-05 | 5.9843e-05 | 0.0 | 0.00 Modify | 0.1594 | 0.1594 | 0.1594 | 0.0 | 1.82 Other | | 0.01683 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335842 ave 335842 max 335842 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335842 Ave neighs/atom = 167.921 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.329581493387, Press = 1.72001651279277 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -12630.624 -12630.624 -12696.92 -12696.92 256.57255 256.57255 31633.676 31633.676 603.34243 603.34243 23000 -12629.874 -12629.874 -12693.836 -12693.836 247.5366 247.5366 31610.87 31610.87 2975.3747 2975.3747 Loop time of 8.65671 on 1 procs for 1000 steps with 2000 atoms Performance: 9.981 ns/day, 2.405 hours/ns, 115.517 timesteps/s 90.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 | 8.405 | 8.405 | 8.405 | 0.0 | 97.09 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051104 | 0.051104 | 0.051104 | 0.0 | 0.59 Output | 8.7976e-05 | 8.7976e-05 | 8.7976e-05 | 0.0 | 0.00 Modify | 0.18375 | 0.18375 | 0.18375 | 0.0 | 2.12 Other | | 0.01678 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334968 ave 334968 max 334968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334968 Ave neighs/atom = 167.484 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377036999825, Press = -0.47891524122368 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -12629.874 -12629.874 -12693.836 -12693.836 247.5366 247.5366 31610.87 31610.87 2975.3747 2975.3747 24000 -12626.907 -12626.907 -12691.782 -12691.782 251.07365 251.07365 31638.102 31638.102 462.59756 462.59756 Loop time of 9.68545 on 1 procs for 1000 steps with 2000 atoms Performance: 8.921 ns/day, 2.690 hours/ns, 103.248 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 | 9.4547 | 9.4547 | 9.4547 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053071 | 0.053071 | 0.053071 | 0.0 | 0.55 Output | 4.077e-05 | 4.077e-05 | 4.077e-05 | 0.0 | 0.00 Modify | 0.16042 | 0.16042 | 0.16042 | 0.0 | 1.66 Other | | 0.01718 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335080 ave 335080 max 335080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335080 Ave neighs/atom = 167.54 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.444887966461, Press = -3.08931897037515 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -12626.907 -12626.907 -12691.782 -12691.782 251.07365 251.07365 31638.102 31638.102 462.59756 462.59756 25000 -12629.429 -12629.429 -12694.088 -12694.088 250.23587 250.23587 31656.771 31656.771 -1126.201 -1126.201 Loop time of 10.7353 on 1 procs for 1000 steps with 2000 atoms Performance: 8.048 ns/day, 2.982 hours/ns, 93.150 timesteps/s 72.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 10.481 | 10.481 | 10.481 | 0.0 | 97.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073659 | 0.073659 | 0.073659 | 0.0 | 0.69 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.16362 | 0.16362 | 0.16362 | 0.0 | 1.52 Other | | 0.01709 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335730 ave 335730 max 335730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335730 Ave neighs/atom = 167.865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.53894070871, Press = -1.95913125521856 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -12629.429 -12629.429 -12694.088 -12694.088 250.23587 250.23587 31656.771 31656.771 -1126.201 -1126.201 26000 -12627.932 -12627.932 -12692.7 -12692.7 250.66157 250.66157 31673.227 31673.227 -2627.7701 -2627.7701 Loop time of 9.83558 on 1 procs for 1000 steps with 2000 atoms Performance: 8.784 ns/day, 2.732 hours/ns, 101.672 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 | 9.5916 | 9.5916 | 9.5916 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075864 | 0.075864 | 0.075864 | 0.0 | 0.77 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 0.15112 | 0.15112 | 0.15112 | 0.0 | 1.54 Other | | 0.01697 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335046 ave 335046 max 335046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335046 Ave neighs/atom = 167.523 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.575811706852, Press = -1.21545605821166 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -12627.932 -12627.932 -12692.7 -12692.7 250.66157 250.66157 31673.227 31673.227 -2627.7701 -2627.7701 27000 -12629.141 -12629.141 -12695.147 -12695.147 255.45126 255.45126 31637.352 31637.352 249.80717 249.80717 Loop time of 8.53811 on 1 procs for 1000 steps with 2000 atoms Performance: 10.119 ns/day, 2.372 hours/ns, 117.122 timesteps/s 91.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 | 8.3118 | 8.3118 | 8.3118 | 0.0 | 97.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062712 | 0.062712 | 0.062712 | 0.0 | 0.73 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.14691 | 0.14691 | 0.14691 | 0.0 | 1.72 Other | | 0.01661 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335440 ave 335440 max 335440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335440 Ave neighs/atom = 167.72 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.593326156497, Press = 3.28960154033565 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -12629.141 -12629.141 -12695.147 -12695.147 255.45126 255.45126 31637.352 31637.352 249.80717 249.80717 28000 -12628.821 -12628.821 -12695.287 -12695.287 257.2316 257.2316 31614.773 31614.773 2076.9759 2076.9759 Loop time of 8.37113 on 1 procs for 1000 steps with 2000 atoms Performance: 10.321 ns/day, 2.325 hours/ns, 119.458 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 | 8.1571 | 8.1571 | 8.1571 | 0.0 | 97.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049915 | 0.049915 | 0.049915 | 0.0 | 0.60 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.14703 | 0.14703 | 0.14703 | 0.0 | 1.76 Other | | 0.01709 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335534 ave 335534 max 335534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335534 Ave neighs/atom = 167.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 = 253.630380969364, Press = -0.162046201078911 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -12628.821 -12628.821 -12695.287 -12695.287 257.2316 257.2316 31614.773 31614.773 2076.9759 2076.9759 29000 -12626.428 -12626.428 -12691.724 -12691.724 252.70217 252.70217 31635.379 31635.379 981.92522 981.92522 Loop time of 8.7707 on 1 procs for 1000 steps with 2000 atoms Performance: 9.851 ns/day, 2.436 hours/ns, 114.016 timesteps/s 88.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 | 8.5542 | 8.5542 | 8.5542 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067091 | 0.067091 | 0.067091 | 0.0 | 0.76 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 0.13234 | 0.13234 | 0.13234 | 0.0 | 1.51 Other | | 0.01704 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335772 ave 335772 max 335772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335772 Ave neighs/atom = 167.886 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.611840410262, Press = -1.21324415826467 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -12626.428 -12626.428 -12691.724 -12691.724 252.70217 252.70217 31635.379 31635.379 981.92522 981.92522 30000 -12629.058 -12629.058 -12694.095 -12694.095 251.70016 251.70016 31642.849 31642.849 -346.88394 -346.88394 Loop time of 8.27958 on 1 procs for 1000 steps with 2000 atoms Performance: 10.435 ns/day, 2.300 hours/ns, 120.779 timesteps/s 94.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 | 8.0805 | 8.0805 | 8.0805 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049676 | 0.049676 | 0.049676 | 0.0 | 0.60 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13269 | 0.13269 | 0.13269 | 0.0 | 1.60 Other | | 0.01668 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335264 ave 335264 max 335264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335264 Ave neighs/atom = 167.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 = 253.683336222951, Press = -1.78445333884388 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -12629.058 -12629.058 -12694.095 -12694.095 251.70016 251.70016 31642.849 31642.849 -346.88394 -346.88394 31000 -12626.47 -12626.47 -12693.336 -12693.336 258.7777 258.7777 31671.316 31671.316 -2491.1197 -2491.1197 Loop time of 9.75649 on 1 procs for 1000 steps with 2000 atoms Performance: 8.856 ns/day, 2.710 hours/ns, 102.496 timesteps/s 80.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.4907 | 9.4907 | 9.4907 | 0.0 | 97.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085995 | 0.085995 | 0.085995 | 0.0 | 0.88 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.16273 | 0.16273 | 0.16273 | 0.0 | 1.67 Other | | 0.017 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335652 ave 335652 max 335652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335652 Ave neighs/atom = 167.826 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.681041567944, Press = -0.748140395790478 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -12626.47 -12626.47 -12693.336 -12693.336 258.7777 258.7777 31671.316 31671.316 -2491.1197 -2491.1197 32000 -12631.07 -12631.07 -12696.203 -12696.203 252.07254 252.07254 31649.033 31649.033 -1393.304 -1393.304 Loop time of 9.27742 on 1 procs for 1000 steps with 2000 atoms Performance: 9.313 ns/day, 2.577 hours/ns, 107.789 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 | 9.0254 | 9.0254 | 9.0254 | 0.0 | 97.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05068 | 0.05068 | 0.05068 | 0.0 | 0.55 Output | 5.3167e-05 | 5.3167e-05 | 5.3167e-05 | 0.0 | 0.00 Modify | 0.1845 | 0.1845 | 0.1845 | 0.0 | 1.99 Other | | 0.0168 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335528 ave 335528 max 335528 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335528 Ave neighs/atom = 167.764 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.717169349723, Press = 1.52599903827196 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -12631.07 -12631.07 -12696.203 -12696.203 252.07254 252.07254 31649.033 31649.033 -1393.304 -1393.304 33000 -12629.864 -12629.864 -12694.187 -12694.187 248.9365 248.9365 31618.067 31618.067 1918.3891 1918.3891 Loop time of 9.69936 on 1 procs for 1000 steps with 2000 atoms Performance: 8.908 ns/day, 2.694 hours/ns, 103.100 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 | 9.4753 | 9.4753 | 9.4753 | 0.0 | 97.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049948 | 0.049948 | 0.049948 | 0.0 | 0.51 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.15735 | 0.15735 | 0.15735 | 0.0 | 1.62 Other | | 0.01667 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335926 ave 335926 max 335926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335926 Ave neighs/atom = 167.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.668942865679, Press = 1.06705609686506 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -12629.864 -12629.864 -12694.187 -12694.187 248.9365 248.9365 31618.067 31618.067 1918.3891 1918.3891 34000 -12627.692 -12627.692 -12694.158 -12694.158 257.22916 257.22916 31617.949 31617.949 2013.4887 2013.4887 Loop time of 10.1093 on 1 procs for 1000 steps with 2000 atoms Performance: 8.547 ns/day, 2.808 hours/ns, 98.919 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 | 9.8501 | 9.8501 | 9.8501 | 0.0 | 97.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085694 | 0.085694 | 0.085694 | 0.0 | 0.85 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.15677 | 0.15677 | 0.15677 | 0.0 | 1.55 Other | | 0.01669 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335650 ave 335650 max 335650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335650 Ave neighs/atom = 167.825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.569843026075, Press = -0.19696444181819 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -12627.692 -12627.692 -12694.158 -12694.158 257.22916 257.22916 31617.949 31617.949 2013.4887 2013.4887 35000 -12629.686 -12629.686 -12695.48 -12695.48 254.62995 254.62995 31626.816 31626.816 824.27163 824.27163 Loop time of 8.01839 on 1 procs for 1000 steps with 2000 atoms Performance: 10.775 ns/day, 2.227 hours/ns, 124.713 timesteps/s 97.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 | 7.8164 | 7.8164 | 7.8164 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05312 | 0.05312 | 0.05312 | 0.0 | 0.66 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 0.13198 | 0.13198 | 0.13198 | 0.0 | 1.65 Other | | 0.01682 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335814 ave 335814 max 335814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335814 Ave neighs/atom = 167.907 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.576424336602, Press = -1.06756973417765 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -12629.686 -12629.686 -12695.48 -12695.48 254.62995 254.62995 31626.816 31626.816 824.27163 824.27163 36000 -12626.022 -12626.022 -12693.058 -12693.058 259.43756 259.43756 31653.958 31653.958 -846.48065 -846.48065 Loop time of 8.33721 on 1 procs for 1000 steps with 2000 atoms Performance: 10.363 ns/day, 2.316 hours/ns, 119.944 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 | 8.1244 | 8.1244 | 8.1244 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050686 | 0.050686 | 0.050686 | 0.0 | 0.61 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.14492 | 0.14492 | 0.14492 | 0.0 | 1.74 Other | | 0.01712 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335792 ave 335792 max 335792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335792 Ave neighs/atom = 167.896 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.616981701865, Press = -1.68072447906593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -12626.022 -12626.022 -12693.058 -12693.058 259.43756 259.43756 31653.958 31653.958 -846.48065 -846.48065 37000 -12629.886 -12629.886 -12694.648 -12694.648 250.63579 250.63579 31673.461 31673.461 -3232.2547 -3232.2547 Loop time of 8.27573 on 1 procs for 1000 steps with 2000 atoms Performance: 10.440 ns/day, 2.299 hours/ns, 120.835 timesteps/s 94.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 | 8.0772 | 8.0772 | 8.0772 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050079 | 0.050079 | 0.050079 | 0.0 | 0.61 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.13176 | 0.13176 | 0.13176 | 0.0 | 1.59 Other | | 0.01662 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335418 ave 335418 max 335418 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335418 Ave neighs/atom = 167.709 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.694542910747, Press = -0.126131956496284 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -12629.886 -12629.886 -12694.648 -12694.648 250.63579 250.63579 31673.461 31673.461 -3232.2547 -3232.2547 38000 -12626.438 -12626.438 -12694.076 -12694.076 261.76441 261.76441 31631.761 31631.761 829.38473 829.38473 Loop time of 9.01857 on 1 procs for 1000 steps with 2000 atoms Performance: 9.580 ns/day, 2.505 hours/ns, 110.882 timesteps/s 87.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 | 8.8192 | 8.8192 | 8.8192 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050077 | 0.050077 | 0.050077 | 0.0 | 0.56 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.13228 | 0.13228 | 0.13228 | 0.0 | 1.47 Other | | 0.017 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335850 ave 335850 max 335850 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335850 Ave neighs/atom = 167.925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.690867401734, Press = 0.465218632975882 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -12626.438 -12626.438 -12694.076 -12694.076 261.76441 261.76441 31631.761 31631.761 829.38473 829.38473 39000 -12629.514 -12629.514 -12695.899 -12695.899 256.91804 256.91804 31618.95 31618.95 1487.5679 1487.5679 Loop time of 10.6932 on 1 procs for 1000 steps with 2000 atoms Performance: 8.080 ns/day, 2.970 hours/ns, 93.518 timesteps/s 73.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 | 10.435 | 10.435 | 10.435 | 0.0 | 97.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050211 | 0.050211 | 0.050211 | 0.0 | 0.47 Output | 5.4121e-05 | 5.4121e-05 | 5.4121e-05 | 0.0 | 0.00 Modify | 0.17726 | 0.17726 | 0.17726 | 0.0 | 1.66 Other | | 0.03035 | | | 0.28 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335664 ave 335664 max 335664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335664 Ave neighs/atom = 167.832 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.718540130458, Press = -1.25436580374674 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -12629.514 -12629.514 -12695.899 -12695.899 256.91804 256.91804 31618.95 31618.95 1487.5679 1487.5679 40000 -12624.716 -12624.716 -12692.019 -12692.019 260.47019 260.47019 31678.106 31678.106 -2946.9111 -2946.9111 Loop time of 9.07594 on 1 procs for 1000 steps with 2000 atoms Performance: 9.520 ns/day, 2.521 hours/ns, 110.181 timesteps/s 86.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 | 8.8643 | 8.8643 | 8.8643 | 0.0 | 97.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050326 | 0.050326 | 0.050326 | 0.0 | 0.55 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.14416 | 0.14416 | 0.14416 | 0.0 | 1.59 Other | | 0.01709 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335854 ave 335854 max 335854 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335854 Ave neighs/atom = 167.927 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.763542729904, Press = -1.39272067951031 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -12624.716 -12624.716 -12692.019 -12692.019 260.47019 260.47019 31678.106 31678.106 -2946.9111 -2946.9111 41000 -12629.404 -12629.404 -12695.311 -12695.311 255.06507 255.06507 31672.67 31672.67 -3047.5891 -3047.5891 Loop time of 9.08498 on 1 procs for 1000 steps with 2000 atoms Performance: 9.510 ns/day, 2.524 hours/ns, 110.072 timesteps/s 87.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.8272 | 8.8272 | 8.8272 | 0.0 | 97.16 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081129 | 0.081129 | 0.081129 | 0.0 | 0.89 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15931 | 0.15931 | 0.15931 | 0.0 | 1.75 Other | | 0.01728 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335526 ave 335526 max 335526 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335526 Ave neighs/atom = 167.763 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.770169421281, Press = 0.393158035180604 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -12629.404 -12629.404 -12695.311 -12695.311 255.06507 255.06507 31672.67 31672.67 -3047.5891 -3047.5891 42000 -12631.478 -12631.478 -12696.001 -12696.001 249.71024 249.71024 31633.221 31633.221 354.08172 354.08172 Loop time of 9.83083 on 1 procs for 1000 steps with 2000 atoms Performance: 8.789 ns/day, 2.731 hours/ns, 101.721 timesteps/s 80.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 | 9.576 | 9.576 | 9.576 | 0.0 | 97.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062531 | 0.062531 | 0.062531 | 0.0 | 0.64 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.17415 | 0.17415 | 0.17415 | 0.0 | 1.77 Other | | 0.0181 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335772 ave 335772 max 335772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335772 Ave neighs/atom = 167.886 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.761158453474, Press = 0.236966627575385 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -12631.478 -12631.478 -12696.001 -12696.001 249.71024 249.71024 31633.221 31633.221 354.08172 354.08172 43000 -12630.076 -12630.076 -12694.819 -12694.819 250.56089 250.56089 31627.909 31627.909 1281.899 1281.899 Loop time of 8.92082 on 1 procs for 1000 steps with 2000 atoms Performance: 9.685 ns/day, 2.478 hours/ns, 112.097 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 | 8.6704 | 8.6704 | 8.6704 | 0.0 | 97.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076294 | 0.076294 | 0.076294 | 0.0 | 0.86 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.15647 | 0.15647 | 0.15647 | 0.0 | 1.75 Other | | 0.01765 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335764 ave 335764 max 335764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335764 Ave neighs/atom = 167.882 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.749919006264, Press = -0.254116859322605 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -12630.076 -12630.076 -12694.819 -12694.819 250.56089 250.56089 31627.909 31627.909 1281.899 1281.899 44000 -12629.845 -12629.845 -12696.197 -12696.197 256.7858 256.7858 31637.934 31637.934 53.766037 53.766037 Loop time of 8.38068 on 1 procs for 1000 steps with 2000 atoms Performance: 10.309 ns/day, 2.328 hours/ns, 119.322 timesteps/s 93.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 | 8.1823 | 8.1823 | 8.1823 | 0.0 | 97.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05002 | 0.05002 | 0.05002 | 0.0 | 0.60 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13162 | 0.13162 | 0.13162 | 0.0 | 1.57 Other | | 0.01675 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335448 ave 335448 max 335448 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335448 Ave neighs/atom = 167.724 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.737637315331, Press = -0.809554684363088 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -12629.845 -12629.845 -12696.197 -12696.197 256.7858 256.7858 31637.934 31637.934 53.766037 53.766037 45000 -12626.983 -12626.983 -12694.002 -12694.002 259.37306 259.37306 31658.362 31658.362 -1202.3782 -1202.3782 Loop time of 8.52076 on 1 procs for 1000 steps with 2000 atoms Performance: 10.140 ns/day, 2.367 hours/ns, 117.360 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 | 8.3102 | 8.3102 | 8.3102 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049652 | 0.049652 | 0.049652 | 0.0 | 0.58 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.14407 | 0.14407 | 0.14407 | 0.0 | 1.69 Other | | 0.01676 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335682 ave 335682 max 335682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335682 Ave neighs/atom = 167.841 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.705338390431, Press = -0.521794355070022 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -12626.983 -12626.983 -12694.002 -12694.002 259.37306 259.37306 31658.362 31658.362 -1202.3782 -1202.3782 46000 -12629.734 -12629.734 -12696.091 -12696.091 256.80813 256.80813 31630.516 31630.516 419.82414 419.82414 Loop time of 12.964 on 1 procs for 1000 steps with 2000 atoms Performance: 6.665 ns/day, 3.601 hours/ns, 77.137 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 | 12.653 | 12.653 | 12.653 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064228 | 0.064228 | 0.064228 | 0.0 | 0.50 Output | 7.2956e-05 | 7.2956e-05 | 7.2956e-05 | 0.0 | 0.00 Modify | 0.20327 | 0.20327 | 0.20327 | 0.0 | 1.57 Other | | 0.04297 | | | 0.33 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335276 ave 335276 max 335276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335276 Ave neighs/atom = 167.638 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.727450293232, Press = 0.40284713866421 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -12629.734 -12629.734 -12696.091 -12696.091 256.80813 256.80813 31630.516 31630.516 419.82414 419.82414 47000 -12628.075 -12628.075 -12692.348 -12692.348 248.74129 248.74129 31601.496 31601.496 3741.1669 3741.1669 Loop time of 10.6667 on 1 procs for 1000 steps with 2000 atoms Performance: 8.100 ns/day, 2.963 hours/ns, 93.750 timesteps/s 84.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 | 10.429 | 10.429 | 10.429 | 0.0 | 97.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05636 | 0.05636 | 0.05636 | 0.0 | 0.53 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.16144 | 0.16144 | 0.16144 | 0.0 | 1.51 Other | | 0.01975 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.723860431021, Press = -0.244469634607555 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -12628.075 -12628.075 -12692.348 -12692.348 248.74129 248.74129 31601.496 31601.496 3741.1669 3741.1669 48000 -12629.663 -12629.663 -12693.832 -12693.832 248.33707 248.33707 31637.217 31637.217 374.11157 374.11157 Loop time of 9.29118 on 1 procs for 1000 steps with 2000 atoms Performance: 9.299 ns/day, 2.581 hours/ns, 107.629 timesteps/s 92.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 | 9.0539 | 9.0539 | 9.0539 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056732 | 0.056732 | 0.056732 | 0.0 | 0.61 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 0.16092 | 0.16092 | 0.16092 | 0.0 | 1.73 Other | | 0.01956 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335540 ave 335540 max 335540 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335540 Ave neighs/atom = 167.77 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.724112646765, Press = -1.62267035598551 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -12629.663 -12629.663 -12693.832 -12693.832 248.33707 248.33707 31637.217 31637.217 374.11157 374.11157 49000 -12628.629 -12628.629 -12694.485 -12694.485 254.87068 254.87068 31653.705 31653.705 -1496.6924 -1496.6924 Loop time of 8.35155 on 1 procs for 1000 steps with 2000 atoms Performance: 10.345 ns/day, 2.320 hours/ns, 119.738 timesteps/s 95.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1336 | 8.1336 | 8.1336 | 0.0 | 97.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064312 | 0.064312 | 0.064312 | 0.0 | 0.77 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.13608 | 0.13608 | 0.13608 | 0.0 | 1.63 Other | | 0.01753 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335514 ave 335514 max 335514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335514 Ave neighs/atom = 167.757 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.720985558714, Press = -0.835835339426924 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -12628.629 -12628.629 -12694.485 -12694.485 254.87068 254.87068 31653.705 31653.705 -1496.6924 -1496.6924 50000 -12626.872 -12626.872 -12693.564 -12693.564 258.10179 258.10179 31655.831 31655.831 -1203.9454 -1203.9454 Loop time of 8.79203 on 1 procs for 1000 steps with 2000 atoms Performance: 9.827 ns/day, 2.442 hours/ns, 113.739 timesteps/s 90.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5768 | 8.5768 | 8.5768 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050573 | 0.050573 | 0.050573 | 0.0 | 0.58 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.14728 | 0.14728 | 0.14728 | 0.0 | 1.68 Other | | 0.01735 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335882 ave 335882 max 335882 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335882 Ave neighs/atom = 167.941 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.714702730937, Press = -0.38067509061707 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -12626.872 -12626.872 -12693.564 -12693.564 258.10179 258.10179 31655.831 31655.831 -1203.9454 -1203.9454 51000 -12629.384 -12629.384 -12695.535 -12695.535 256.01078 256.01078 31663.49 31663.49 -2328.5498 -2328.5498 Loop time of 8.97909 on 1 procs for 1000 steps with 2000 atoms Performance: 9.622 ns/day, 2.494 hours/ns, 111.370 timesteps/s 88.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 | 8.7253 | 8.7253 | 8.7253 | 0.0 | 97.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064344 | 0.064344 | 0.064344 | 0.0 | 0.72 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.17171 | 0.17171 | 0.17171 | 0.0 | 1.91 Other | | 0.0177 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335588 ave 335588 max 335588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335588 Ave neighs/atom = 167.794 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.764310248718, Press = 0.308308609530454 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -12629.384 -12629.384 -12695.535 -12695.535 256.01078 256.01078 31663.49 31663.49 -2328.5498 -2328.5498 52000 -12627.372 -12627.372 -12693.608 -12693.608 256.34202 256.34202 31624.513 31624.513 1240.4522 1240.4522 Loop time of 8.80254 on 1 procs for 1000 steps with 2000 atoms Performance: 9.815 ns/day, 2.445 hours/ns, 113.604 timesteps/s 96.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 | 8.5888 | 8.5888 | 8.5888 | 0.0 | 97.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055256 | 0.055256 | 0.055256 | 0.0 | 0.63 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.13959 | 0.13959 | 0.13959 | 0.0 | 1.59 Other | | 0.01881 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335684 ave 335684 max 335684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335684 Ave neighs/atom = 167.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 = 253.761449670905, Press = 0.568989119442784 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -12627.372 -12627.372 -12693.608 -12693.608 256.34202 256.34202 31624.513 31624.513 1240.4522 1240.4522 53000 -12629.78 -12629.78 -12695.92 -12695.92 255.96902 255.96902 31609.568 31609.568 2418.5166 2418.5166 Loop time of 10.2099 on 1 procs for 1000 steps with 2000 atoms Performance: 8.462 ns/day, 2.836 hours/ns, 97.944 timesteps/s 78.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 | 9.9524 | 9.9524 | 9.9524 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064078 | 0.064078 | 0.064078 | 0.0 | 0.63 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.16316 | 0.16316 | 0.16316 | 0.0 | 1.60 Other | | 0.03026 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335892 ave 335892 max 335892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335892 Ave neighs/atom = 167.946 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.763173745095, Press = -0.436479250678544 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -12629.78 -12629.78 -12695.92 -12695.92 255.96902 255.96902 31609.568 31609.568 2418.5166 2418.5166 54000 -12626.777 -12626.777 -12694.774 -12694.774 263.15463 263.15463 31646.368 31646.368 -708.97568 -708.97568 Loop time of 9.74605 on 1 procs for 1000 steps with 2000 atoms Performance: 8.865 ns/day, 2.707 hours/ns, 102.606 timesteps/s 80.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.5177 | 9.5177 | 9.5177 | 0.0 | 97.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050583 | 0.050583 | 0.050583 | 0.0 | 0.52 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.1604 | 0.1604 | 0.1604 | 0.0 | 1.65 Other | | 0.0173 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335806 ave 335806 max 335806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335806 Ave neighs/atom = 167.903 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.78999187342, Press = -0.865843372762124 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -12626.777 -12626.777 -12694.774 -12694.774 263.15463 263.15463 31646.368 31646.368 -708.97568 -708.97568 55000 -12629.644 -12629.644 -12694.583 -12694.583 251.32361 251.32361 31638.831 31638.831 -114.547 -114.547 Loop time of 9.73363 on 1 procs for 1000 steps with 2000 atoms Performance: 8.876 ns/day, 2.704 hours/ns, 102.737 timesteps/s 87.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 | 9.5021 | 9.5021 | 9.5021 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067524 | 0.067524 | 0.067524 | 0.0 | 0.69 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.14433 | 0.14433 | 0.14433 | 0.0 | 1.48 Other | | 0.01965 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335868 ave 335868 max 335868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335868 Ave neighs/atom = 167.934 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.780258874962, Press = -0.504047465220369 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -12629.644 -12629.644 -12694.583 -12694.583 251.32361 251.32361 31638.831 31638.831 -114.547 -114.547 56000 -12625.602 -12625.602 -12692.3 -12692.3 258.13034 258.13034 31639.185 31639.185 272.61352 272.61352 Loop time of 8.99074 on 1 procs for 1000 steps with 2000 atoms Performance: 9.610 ns/day, 2.497 hours/ns, 111.226 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 | 8.7173 | 8.7173 | 8.7173 | 0.0 | 96.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052241 | 0.052241 | 0.052241 | 0.0 | 0.58 Output | 7.391e-05 | 7.391e-05 | 7.391e-05 | 0.0 | 0.00 Modify | 0.20321 | 0.20321 | 0.20321 | 0.0 | 2.26 Other | | 0.01797 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335770 ave 335770 max 335770 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335770 Ave neighs/atom = 167.885 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.794382041379, Press = -0.514341317915642 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -12625.602 -12625.602 -12692.3 -12692.3 258.13034 258.13034 31639.185 31639.185 272.61352 272.61352 57000 -12630.098 -12630.098 -12693.587 -12693.587 245.70852 245.70852 31631.519 31631.519 572.42538 572.42538 Loop time of 10.0623 on 1 procs for 1000 steps with 2000 atoms Performance: 8.586 ns/day, 2.795 hours/ns, 99.381 timesteps/s 81.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.7916 | 9.7916 | 9.7916 | 0.0 | 97.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064764 | 0.064764 | 0.064764 | 0.0 | 0.64 Output | 0.00014901 | 0.00014901 | 0.00014901 | 0.0 | 0.00 Modify | 0.17068 | 0.17068 | 0.17068 | 0.0 | 1.70 Other | | 0.03506 | | | 0.35 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335786 ave 335786 max 335786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335786 Ave neighs/atom = 167.893 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.79402365405, Press = -0.675288086736557 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -12630.098 -12630.098 -12693.587 -12693.587 245.70852 245.70852 31631.519 31631.519 572.42538 572.42538 58000 -12628.135 -12628.135 -12694.257 -12694.257 255.89658 255.89658 31654.353 31654.353 -1233.6123 -1233.6123 Loop time of 9.45223 on 1 procs for 1000 steps with 2000 atoms Performance: 9.141 ns/day, 2.626 hours/ns, 105.795 timesteps/s 85.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.1963 | 9.1963 | 9.1963 | 0.0 | 97.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064708 | 0.064708 | 0.064708 | 0.0 | 0.68 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.17359 | 0.17359 | 0.17359 | 0.0 | 1.84 Other | | 0.0176 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335876 ave 335876 max 335876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335876 Ave neighs/atom = 167.938 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.743941303093, Press = -0.804058620073722 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -12628.135 -12628.135 -12694.257 -12694.257 255.89658 255.89658 31654.353 31654.353 -1233.6123 -1233.6123 59000 -12629.289 -12629.289 -12694.834 -12694.834 253.66647 253.66647 31657.849 31657.849 -1837.2523 -1837.2523 Loop time of 9.6325 on 1 procs for 1000 steps with 2000 atoms Performance: 8.970 ns/day, 2.676 hours/ns, 103.815 timesteps/s 84.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 | 9.3881 | 9.3881 | 9.3881 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066512 | 0.066512 | 0.066512 | 0.0 | 0.69 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.14613 | 0.14613 | 0.14613 | 0.0 | 1.52 Other | | 0.03171 | | | 0.33 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335576 ave 335576 max 335576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335576 Ave neighs/atom = 167.788 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.714116004508, Press = -0.224944512711662 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -12629.289 -12629.289 -12694.834 -12694.834 253.66647 253.66647 31657.849 31657.849 -1837.2523 -1837.2523 60000 -12629.344 -12629.344 -12694.594 -12694.594 252.52485 252.52485 31650.619 31650.619 -803.01115 -803.01115 Loop time of 9.68835 on 1 procs for 1000 steps with 2000 atoms Performance: 8.918 ns/day, 2.691 hours/ns, 103.217 timesteps/s 83.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 | 9.4315 | 9.4315 | 9.4315 | 0.0 | 97.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051184 | 0.051184 | 0.051184 | 0.0 | 0.53 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.18797 | 0.18797 | 0.18797 | 0.0 | 1.94 Other | | 0.01765 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335802 ave 335802 max 335802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335802 Ave neighs/atom = 167.901 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.726321656271, Press = 0.152395939948638 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -12629.344 -12629.344 -12694.594 -12694.594 252.52485 252.52485 31650.619 31650.619 -803.01115 -803.01115 61000 -12628.738 -12628.738 -12694.574 -12694.574 254.79312 254.79312 31609.33 31609.33 2681.9483 2681.9483 Loop time of 9.37168 on 1 procs for 1000 steps with 2000 atoms Performance: 9.219 ns/day, 2.603 hours/ns, 106.704 timesteps/s 85.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.0961 | 9.0961 | 9.0961 | 0.0 | 97.06 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068905 | 0.068905 | 0.068905 | 0.0 | 0.74 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.18894 | 0.18894 | 0.18894 | 0.0 | 2.02 Other | | 0.01774 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335540 ave 335540 max 335540 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335540 Ave neighs/atom = 167.77 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.711726718663, Press = 0.106979571372422 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -12628.738 -12628.738 -12694.574 -12694.574 254.79312 254.79312 31609.33 31609.33 2681.9483 2681.9483 62000 -12629.518 -12629.518 -12693.936 -12693.936 249.3029 249.3029 31616.011 31616.011 2099.0726 2099.0726 Loop time of 11.4729 on 1 procs for 1000 steps with 2000 atoms Performance: 7.531 ns/day, 3.187 hours/ns, 87.162 timesteps/s 72.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 | 11.2 | 11.2 | 11.2 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064525 | 0.064525 | 0.064525 | 0.0 | 0.56 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.17917 | 0.17917 | 0.17917 | 0.0 | 1.56 Other | | 0.02963 | | | 0.26 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335742 ave 335742 max 335742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335742 Ave neighs/atom = 167.871 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.740079310405, Press = -1.03635771332047 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -12629.518 -12629.518 -12693.936 -12693.936 249.3029 249.3029 31616.011 31616.011 2099.0726 2099.0726 63000 -12627.775 -12627.775 -12693.915 -12693.915 255.96698 255.96698 31682.499 31682.499 -3780.0407 -3780.0407 Loop time of 9.10493 on 1 procs for 1000 steps with 2000 atoms Performance: 9.489 ns/day, 2.529 hours/ns, 109.831 timesteps/s 93.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 | 8.8612 | 8.8612 | 8.8612 | 0.0 | 97.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068301 | 0.068301 | 0.068301 | 0.0 | 0.75 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.15739 | 0.15739 | 0.15739 | 0.0 | 1.73 Other | | 0.01798 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335722 ave 335722 max 335722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335722 Ave neighs/atom = 167.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 = 253.733478027471, Press = -1.00625744270776 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -12627.775 -12627.775 -12693.915 -12693.915 255.96698 255.96698 31682.499 31682.499 -3780.0407 -3780.0407 64000 -12630.753 -12630.753 -12695.424 -12695.424 250.28191 250.28191 31658.459 31658.459 -1858.3862 -1858.3862 Loop time of 9.42534 on 1 procs for 1000 steps with 2000 atoms Performance: 9.167 ns/day, 2.618 hours/ns, 106.097 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 | 9.1806 | 9.1806 | 9.1806 | 0.0 | 97.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052909 | 0.052909 | 0.052909 | 0.0 | 0.56 Output | 6.0081e-05 | 6.0081e-05 | 6.0081e-05 | 0.0 | 0.00 Modify | 0.17225 | 0.17225 | 0.17225 | 0.0 | 1.83 Other | | 0.01953 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335696 ave 335696 max 335696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335696 Ave neighs/atom = 167.848 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.74262847508, Press = -0.0137417687366903 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -12630.753 -12630.753 -12695.424 -12695.424 250.28191 250.28191 31658.459 31658.459 -1858.3862 -1858.3862 65000 -12628.429 -12628.429 -12693.988 -12693.988 253.72116 253.72116 31623.004 31623.004 1222.1715 1222.1715 Loop time of 9.22426 on 1 procs for 1000 steps with 2000 atoms Performance: 9.367 ns/day, 2.562 hours/ns, 108.410 timesteps/s 91.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.9932 | 8.9932 | 8.9932 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067292 | 0.067292 | 0.067292 | 0.0 | 0.73 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14527 | 0.14527 | 0.14527 | 0.0 | 1.57 Other | | 0.01847 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335484 ave 335484 max 335484 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335484 Ave neighs/atom = 167.742 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.73229741069, Press = -0.063232493986452 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -12628.429 -12628.429 -12693.988 -12693.988 253.72116 253.72116 31623.004 31623.004 1222.1715 1222.1715 66000 -12630.024 -12630.024 -12696.136 -12696.136 255.86275 255.86275 31627.888 31627.888 760.02933 760.02933 Loop time of 8.47049 on 1 procs for 1000 steps with 2000 atoms Performance: 10.200 ns/day, 2.353 hours/ns, 118.057 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 | 8.2526 | 8.2526 | 8.2526 | 0.0 | 97.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051081 | 0.051081 | 0.051081 | 0.0 | 0.60 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14965 | 0.14965 | 0.14965 | 0.0 | 1.77 Other | | 0.0171 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335900 ave 335900 max 335900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335900 Ave neighs/atom = 167.95 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.73416778557, Press = -0.532696301682754 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -12630.024 -12630.024 -12696.136 -12696.136 255.86275 255.86275 31627.888 31627.888 760.02933 760.02933 67000 -12627.779 -12627.779 -12693.893 -12693.893 255.86797 255.86797 31655.669 31655.669 -1582.3535 -1582.3535 Loop time of 9.37738 on 1 procs for 1000 steps with 2000 atoms Performance: 9.214 ns/day, 2.605 hours/ns, 106.640 timesteps/s 85.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.1585 | 9.1585 | 9.1585 | 0.0 | 97.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054666 | 0.054666 | 0.054666 | 0.0 | 0.58 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.14705 | 0.14705 | 0.14705 | 0.0 | 1.57 Other | | 0.01708 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335734 ave 335734 max 335734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335734 Ave neighs/atom = 167.867 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.749625930398, Press = -0.540430299787346 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -12627.779 -12627.779 -12693.893 -12693.893 255.86797 255.86797 31655.669 31655.669 -1582.3535 -1582.3535 68000 -12630.424 -12630.424 -12694.997 -12694.997 249.90328 249.90328 31667.882 31667.882 -2662.1465 -2662.1465 Loop time of 9.77327 on 1 procs for 1000 steps with 2000 atoms Performance: 8.840 ns/day, 2.715 hours/ns, 102.320 timesteps/s 85.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.5176 | 9.5176 | 9.5176 | 0.0 | 97.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053655 | 0.053655 | 0.053655 | 0.0 | 0.55 Output | 4.22e-05 | 4.22e-05 | 4.22e-05 | 0.0 | 0.00 Modify | 0.18337 | 0.18337 | 0.18337 | 0.0 | 1.88 Other | | 0.01858 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.764124108219, Press = 0.184791856705156 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -12630.424 -12630.424 -12694.997 -12694.997 249.90328 249.90328 31667.882 31667.882 -2662.1465 -2662.1465 69000 -12626.116 -12626.116 -12691.88 -12691.88 254.51505 254.51505 31620.048 31620.048 1925.5301 1925.5301 Loop time of 9.63624 on 1 procs for 1000 steps with 2000 atoms Performance: 8.966 ns/day, 2.677 hours/ns, 103.775 timesteps/s 82.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 | 9.423 | 9.423 | 9.423 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051172 | 0.051172 | 0.051172 | 0.0 | 0.53 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.14508 | 0.14508 | 0.14508 | 0.0 | 1.51 Other | | 0.01693 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335764 ave 335764 max 335764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335764 Ave neighs/atom = 167.882 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.778845882717, Press = 0.754758807695197 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -12626.116 -12626.116 -12691.88 -12691.88 254.51505 254.51505 31620.048 31620.048 1925.5301 1925.5301 70000 -12629.984 -12629.984 -12694.5 -12694.5 249.68183 249.68183 31616.779 31616.779 2036.705 2036.705 Loop time of 8.17553 on 1 procs for 1000 steps with 2000 atoms Performance: 10.568 ns/day, 2.271 hours/ns, 122.316 timesteps/s 96.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 | 7.9568 | 7.9568 | 7.9568 | 0.0 | 97.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051089 | 0.051089 | 0.051089 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.1501 | 0.1501 | 0.1501 | 0.0 | 1.84 Other | | 0.01754 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335922 ave 335922 max 335922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335922 Ave neighs/atom = 167.961 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.795506307914, Press = -0.0795558135590663 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -12629.984 -12629.984 -12694.5 -12694.5 249.68183 249.68183 31616.779 31616.779 2036.705 2036.705 71000 -12630.679 -12630.679 -12696.953 -12696.953 256.4867 256.4867 31637.046 31637.046 -140.46622 -140.46622 Loop time of 9.88312 on 1 procs for 1000 steps with 2000 atoms Performance: 8.742 ns/day, 2.745 hours/ns, 101.183 timesteps/s 79.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 | 9.6054 | 9.6054 | 9.6054 | 0.0 | 97.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062631 | 0.062631 | 0.062631 | 0.0 | 0.63 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.18553 | 0.18553 | 0.18553 | 0.0 | 1.88 Other | | 0.02955 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335664 ave 335664 max 335664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335664 Ave neighs/atom = 167.832 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.795908393043, Press = -0.796835937766504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -12630.679 -12630.679 -12696.953 -12696.953 256.4867 256.4867 31637.046 31637.046 -140.46622 -140.46622 72000 -12627.329 -12627.329 -12693.917 -12693.917 257.7032 257.7032 31656.112 31656.112 -1564.592 -1564.592 Loop time of 11.1509 on 1 procs for 1000 steps with 2000 atoms Performance: 7.748 ns/day, 3.097 hours/ns, 89.679 timesteps/s 70.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 | 10.891 | 10.891 | 10.891 | 0.0 | 97.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078822 | 0.078822 | 0.078822 | 0.0 | 0.71 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.16364 | 0.16364 | 0.16364 | 0.0 | 1.47 Other | | 0.0171 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335740 ave 335740 max 335740 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335740 Ave neighs/atom = 167.87 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.788005938881, Press = -0.0876372646257348 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -12627.329 -12627.329 -12693.917 -12693.917 257.7032 257.7032 31656.112 31656.112 -1564.592 -1564.592 73000 -12630.136 -12630.136 -12695.952 -12695.952 254.71405 254.71405 31633.841 31633.841 164.82596 164.82596 Loop time of 8.68314 on 1 procs for 1000 steps with 2000 atoms Performance: 9.950 ns/day, 2.412 hours/ns, 115.166 timesteps/s 90.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.4674 | 8.4674 | 8.4674 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051088 | 0.051088 | 0.051088 | 0.0 | 0.59 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.14757 | 0.14757 | 0.14757 | 0.0 | 1.70 Other | | 0.0171 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335824 ave 335824 max 335824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335824 Ave neighs/atom = 167.912 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.770693473883, Press = 0.294326816368732 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -12630.136 -12630.136 -12695.952 -12695.952 254.71405 254.71405 31633.841 31633.841 164.82596 164.82596 74000 -12627.15 -12627.15 -12693.039 -12693.039 254.99739 254.99739 31610.686 31610.686 2626.4446 2626.4446 Loop time of 11.0514 on 1 procs for 1000 steps with 2000 atoms Performance: 7.818 ns/day, 3.070 hours/ns, 90.486 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 | 10.774 | 10.774 | 10.774 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063438 | 0.063438 | 0.063438 | 0.0 | 0.57 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.1843 | 0.1843 | 0.1843 | 0.0 | 1.67 Other | | 0.03005 | | | 0.27 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335774 ave 335774 max 335774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335774 Ave neighs/atom = 167.887 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.759674221316, Press = 0.00571618354054724 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -12627.15 -12627.15 -12693.039 -12693.039 254.99739 254.99739 31610.686 31610.686 2626.4446 2626.4446 75000 -12631.119 -12631.119 -12695.552 -12695.552 249.36128 249.36128 31622.524 31622.524 1121.726 1121.726 Loop time of 8.66137 on 1 procs for 1000 steps with 2000 atoms Performance: 9.975 ns/day, 2.406 hours/ns, 115.455 timesteps/s 90.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.4271 | 8.4271 | 8.4271 | 0.0 | 97.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049738 | 0.049738 | 0.049738 | 0.0 | 0.57 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.16063 | 0.16063 | 0.16063 | 0.0 | 1.85 Other | | 0.02382 | | | 0.27 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335888 ave 335888 max 335888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335888 Ave neighs/atom = 167.944 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.753948002124, Press = -0.708728399572099 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -12631.119 -12631.119 -12695.552 -12695.552 249.36128 249.36128 31622.524 31622.524 1121.726 1121.726 76000 -12629.019 -12629.019 -12693.886 -12693.886 251.03975 251.03975 31656.823 31656.823 -1704.1975 -1704.1975 Loop time of 8.21231 on 1 procs for 1000 steps with 2000 atoms Performance: 10.521 ns/day, 2.281 hours/ns, 121.768 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 | 8.0137 | 8.0137 | 8.0137 | 0.0 | 97.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049615 | 0.049615 | 0.049615 | 0.0 | 0.60 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13179 | 0.13179 | 0.13179 | 0.0 | 1.60 Other | | 0.01715 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335888 ave 335888 max 335888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335888 Ave neighs/atom = 167.944 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.70960183714, Press = -0.591737267865157 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -12629.019 -12629.019 -12693.886 -12693.886 251.03975 251.03975 31656.823 31656.823 -1704.1975 -1704.1975 77000 -12630.717 -12630.717 -12694.493 -12694.493 246.82226 246.82226 31656.96 31656.96 -1730.979 -1730.979 Loop time of 7.99176 on 1 procs for 1000 steps with 2000 atoms Performance: 10.811 ns/day, 2.220 hours/ns, 125.129 timesteps/s 97.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 | 7.7956 | 7.7956 | 7.7956 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049354 | 0.049354 | 0.049354 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.13024 | 0.13024 | 0.13024 | 0.0 | 1.63 Other | | 0.01648 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335914 ave 335914 max 335914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335914 Ave neighs/atom = 167.957 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.704558271781, Press = 0.00382296603972653 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -12630.717 -12630.717 -12694.493 -12694.493 246.82226 246.82226 31656.96 31656.96 -1730.979 -1730.979 78000 -12628.872 -12628.872 -12693.669 -12693.669 250.77219 250.77219 31636.97 31636.97 75.364987 75.364987 Loop time of 8.99343 on 1 procs for 1000 steps with 2000 atoms Performance: 9.607 ns/day, 2.498 hours/ns, 111.192 timesteps/s 87.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 | 8.7818 | 8.7818 | 8.7818 | 0.0 | 97.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049725 | 0.049725 | 0.049725 | 0.0 | 0.55 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.14509 | 0.14509 | 0.14509 | 0.0 | 1.61 Other | | 0.01674 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335808 ave 335808 max 335808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335808 Ave neighs/atom = 167.904 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.67739454407, Press = 0.432089663175697 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -12628.872 -12628.872 -12693.669 -12693.669 250.77219 250.77219 31636.97 31636.97 75.364987 75.364987 79000 -12629.578 -12629.578 -12694.895 -12694.895 252.78129 252.78129 31579.177 31579.177 5090.8439 5090.8439 Loop time of 9.48616 on 1 procs for 1000 steps with 2000 atoms Performance: 9.108 ns/day, 2.635 hours/ns, 105.417 timesteps/s 82.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.2322 | 9.2322 | 9.2322 | 0.0 | 97.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065708 | 0.065708 | 0.065708 | 0.0 | 0.69 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.17147 | 0.17147 | 0.17147 | 0.0 | 1.81 Other | | 0.01668 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335918 ave 335918 max 335918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335918 Ave neighs/atom = 167.959 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.674021688614, Press = 0.19342758074863 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -12629.578 -12629.578 -12694.895 -12694.895 252.78129 252.78129 31579.177 31579.177 5090.8439 5090.8439 80000 -12627.906 -12627.906 -12693.377 -12693.377 253.37682 253.37682 31623.193 31623.193 1337.7454 1337.7454 Loop time of 8.40069 on 1 procs for 1000 steps with 2000 atoms Performance: 10.285 ns/day, 2.334 hours/ns, 119.038 timesteps/s 94.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 | 8.1735 | 8.1735 | 8.1735 | 0.0 | 97.30 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06278 | 0.06278 | 0.06278 | 0.0 | 0.75 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.1467 | 0.1467 | 0.1467 | 0.0 | 1.75 Other | | 0.01764 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335862 ave 335862 max 335862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335862 Ave neighs/atom = 167.931 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.696551911794, Press = -0.521125982452029 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -12627.906 -12627.906 -12693.377 -12693.377 253.37682 253.37682 31623.193 31623.193 1337.7454 1337.7454 81000 -12628.828 -12628.828 -12694.55 -12694.55 254.35352 254.35352 31644.683 31644.683 -513.16161 -513.16161 Loop time of 8.85121 on 1 procs for 1000 steps with 2000 atoms Performance: 9.761 ns/day, 2.459 hours/ns, 112.979 timesteps/s 89.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 | 8.6234 | 8.6234 | 8.6234 | 0.0 | 97.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050831 | 0.050831 | 0.050831 | 0.0 | 0.57 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.15997 | 0.15997 | 0.15997 | 0.0 | 1.81 Other | | 0.01701 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335954 ave 335954 max 335954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335954 Ave neighs/atom = 167.977 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.68381534026, Press = -0.415960954001415 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -12628.828 -12628.828 -12694.55 -12694.55 254.35352 254.35352 31644.683 31644.683 -513.16161 -513.16161 82000 -12628.065 -12628.065 -12692.253 -12692.253 248.41606 248.41606 31647.011 31647.011 -828.68863 -828.68863 Loop time of 8.92341 on 1 procs for 1000 steps with 2000 atoms Performance: 9.682 ns/day, 2.479 hours/ns, 112.065 timesteps/s 88.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.722 | 8.722 | 8.722 | 0.0 | 97.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050171 | 0.050171 | 0.050171 | 0.0 | 0.56 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.13246 | 0.13246 | 0.13246 | 0.0 | 1.48 Other | | 0.01869 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335684 ave 335684 max 335684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335684 Ave neighs/atom = 167.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 = 253.661360989018, Press = -0.206248215640089 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -12628.065 -12628.065 -12692.253 -12692.253 248.41606 248.41606 31647.011 31647.011 -828.68863 -828.68863 83000 -12628.377 -12628.377 -12693.704 -12693.704 252.82004 252.82004 31638.329 31638.329 36.967471 36.967471 Loop time of 8.9893 on 1 procs for 1000 steps with 2000 atoms Performance: 9.611 ns/day, 2.497 hours/ns, 111.243 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 | 8.7716 | 8.7716 | 8.7716 | 0.0 | 97.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049916 | 0.049916 | 0.049916 | 0.0 | 0.56 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.15109 | 0.15109 | 0.15109 | 0.0 | 1.68 Other | | 0.01665 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335990 ave 335990 max 335990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335990 Ave neighs/atom = 167.995 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.634189886371, Press = 0.0340777420591796 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -12628.377 -12628.377 -12693.704 -12693.704 252.82004 252.82004 31638.329 31638.329 36.967471 36.967471 84000 -12629.201 -12629.201 -12693.665 -12693.665 249.48224 249.48224 31591.099 31591.099 4084.6498 4084.6498 Loop time of 8.61802 on 1 procs for 1000 steps with 2000 atoms Performance: 10.026 ns/day, 2.394 hours/ns, 116.036 timesteps/s 91.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 | 8.4082 | 8.4082 | 8.4082 | 0.0 | 97.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050869 | 0.050869 | 0.050869 | 0.0 | 0.59 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.14157 | 0.14157 | 0.14157 | 0.0 | 1.64 Other | | 0.01736 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335776 ave 335776 max 335776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335776 Ave neighs/atom = 167.888 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.648117014432, Press = 0.00909843532587263 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -12629.201 -12629.201 -12693.665 -12693.665 249.48224 249.48224 31591.099 31591.099 4084.6498 4084.6498 85000 -12626.94 -12626.94 -12692.635 -12692.635 254.2458 254.2458 31623.832 31623.832 1466.8832 1466.8832 Loop time of 8.98104 on 1 procs for 1000 steps with 2000 atoms Performance: 9.620 ns/day, 2.495 hours/ns, 111.346 timesteps/s 88.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.74 | 8.74 | 8.74 | 0.0 | 97.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063679 | 0.063679 | 0.063679 | 0.0 | 0.71 Output | 6.2943e-05 | 6.2943e-05 | 6.2943e-05 | 0.0 | 0.00 Modify | 0.15959 | 0.15959 | 0.15959 | 0.0 | 1.78 Other | | 0.01769 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335932 ave 335932 max 335932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335932 Ave neighs/atom = 167.966 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.650796068253, Press = -0.661956674484808 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -12626.94 -12626.94 -12692.635 -12692.635 254.2458 254.2458 31623.832 31623.832 1466.8832 1466.8832 86000 -12631.645 -12631.645 -12696.28 -12696.28 250.14342 250.14342 31649.878 31649.878 -1493.8626 -1493.8626 Loop time of 8.87863 on 1 procs for 1000 steps with 2000 atoms Performance: 9.731 ns/day, 2.466 hours/ns, 112.630 timesteps/s 89.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.6644 | 8.6644 | 8.6644 | 0.0 | 97.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063542 | 0.063542 | 0.063542 | 0.0 | 0.72 Output | 5.4836e-05 | 5.4836e-05 | 5.4836e-05 | 0.0 | 0.00 Modify | 0.1329 | 0.1329 | 0.1329 | 0.0 | 1.50 Other | | 0.01773 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335798 ave 335798 max 335798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335798 Ave neighs/atom = 167.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 = 253.625003199789, Press = -0.646866334576015 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -12631.645 -12631.645 -12696.28 -12696.28 250.14342 250.14342 31649.878 31649.878 -1493.8626 -1493.8626 87000 -12630.205 -12630.205 -12694.14 -12694.14 247.43421 247.43421 31648.459 31648.459 -904.22637 -904.22637 Loop time of 10.2509 on 1 procs for 1000 steps with 2000 atoms Performance: 8.429 ns/day, 2.847 hours/ns, 97.553 timesteps/s 76.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.9811 | 9.9811 | 9.9811 | 0.0 | 97.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062919 | 0.062919 | 0.062919 | 0.0 | 0.61 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.18991 | 0.18991 | 0.18991 | 0.0 | 1.85 Other | | 0.01686 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335896 ave 335896 max 335896 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335896 Ave neighs/atom = 167.948 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.613275634559, Press = -0.0316326836546572 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -12630.205 -12630.205 -12694.14 -12694.14 247.43421 247.43421 31648.459 31648.459 -904.22637 -904.22637 88000 -12624.004 -12624.004 -12691.414 -12691.414 260.88386 260.88386 31636.432 31636.432 690.72513 690.72513 Loop time of 8.84282 on 1 procs for 1000 steps with 2000 atoms Performance: 9.771 ns/day, 2.456 hours/ns, 113.086 timesteps/s 89.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.615 | 8.615 | 8.615 | 0.0 | 97.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050161 | 0.050161 | 0.050161 | 0.0 | 0.57 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.1474 | 0.1474 | 0.1474 | 0.0 | 1.67 Other | | 0.03018 | | | 0.34 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.624474137047, Press = 0.164495538530868 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -12624.004 -12624.004 -12691.414 -12691.414 260.88386 260.88386 31636.432 31636.432 690.72513 690.72513 89000 -12630.111 -12630.111 -12694.451 -12694.451 249.00055 249.00055 31624.366 31624.366 1258.8396 1258.8396 Loop time of 8.55781 on 1 procs for 1000 steps with 2000 atoms Performance: 10.096 ns/day, 2.377 hours/ns, 116.852 timesteps/s 92.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 | 8.3439 | 8.3439 | 8.3439 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063176 | 0.063176 | 0.063176 | 0.0 | 0.74 Output | 6.0081e-05 | 6.0081e-05 | 6.0081e-05 | 0.0 | 0.00 Modify | 0.13374 | 0.13374 | 0.13374 | 0.0 | 1.56 Other | | 0.0169 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335762 ave 335762 max 335762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335762 Ave neighs/atom = 167.881 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.635367154208, Press = -0.212865130742881 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -12630.111 -12630.111 -12694.451 -12694.451 249.00055 249.00055 31624.366 31624.366 1258.8396 1258.8396 90000 -12629.204 -12629.204 -12694.63 -12694.63 253.20707 253.20707 31631.747 31631.747 509.10357 509.10357 Loop time of 8.1499 on 1 procs for 1000 steps with 2000 atoms Performance: 10.601 ns/day, 2.264 hours/ns, 122.701 timesteps/s 96.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 | 7.9235 | 7.9235 | 7.9235 | 0.0 | 97.22 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049643 | 0.049643 | 0.049643 | 0.0 | 0.61 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.15988 | 0.15988 | 0.15988 | 0.0 | 1.96 Other | | 0.01681 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335744 ave 335744 max 335744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335744 Ave neighs/atom = 167.872 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.631598008393, Press = -0.505657026923478 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -12629.204 -12629.204 -12694.63 -12694.63 253.20707 253.20707 31631.747 31631.747 509.10357 509.10357 91000 -12631.433 -12631.433 -12695.761 -12695.761 248.95368 248.95368 31645.172 31645.172 -1023.0583 -1023.0583 Loop time of 9.03482 on 1 procs for 1000 steps with 2000 atoms Performance: 9.563 ns/day, 2.510 hours/ns, 110.683 timesteps/s 87.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 | 8.8047 | 8.8047 | 8.8047 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050139 | 0.050139 | 0.050139 | 0.0 | 0.55 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.16279 | 0.16279 | 0.16279 | 0.0 | 1.80 Other | | 0.01714 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335804 ave 335804 max 335804 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335804 Ave neighs/atom = 167.902 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.593422778593, Press = -0.416012109587318 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -12631.433 -12631.433 -12695.761 -12695.761 248.95368 248.95368 31645.172 31645.172 -1023.0583 -1023.0583 92000 -12627.743 -12627.743 -12693.379 -12693.379 254.02072 254.02072 31656.569 31656.569 -1713.6212 -1713.6212 Loop time of 7.97061 on 1 procs for 1000 steps with 2000 atoms Performance: 10.840 ns/day, 2.214 hours/ns, 125.461 timesteps/s 99.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 | 7.7675 | 7.7675 | 7.7675 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05094 | 0.05094 | 0.05094 | 0.0 | 0.64 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.13515 | 0.13515 | 0.13515 | 0.0 | 1.70 Other | | 0.01694 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335920 ave 335920 max 335920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335920 Ave neighs/atom = 167.96 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.577736417591, Press = -0.219159741127544 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -12627.743 -12627.743 -12693.379 -12693.379 254.02072 254.02072 31656.569 31656.569 -1713.6212 -1713.6212 93000 -12629.854 -12629.854 -12694.964 -12694.964 251.9808 251.9808 31650.442 31650.442 -956.5444 -956.5444 Loop time of 8.20334 on 1 procs for 1000 steps with 2000 atoms Performance: 10.532 ns/day, 2.279 hours/ns, 121.902 timesteps/s 96.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 | 7.9942 | 7.9942 | 7.9942 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056115 | 0.056115 | 0.056115 | 0.0 | 0.68 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13588 | 0.13588 | 0.13588 | 0.0 | 1.66 Other | | 0.01713 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335944 ave 335944 max 335944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335944 Ave neighs/atom = 167.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.560081896544, Press = 0.371904687908334 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -12629.854 -12629.854 -12694.964 -12694.964 251.9808 251.9808 31650.442 31650.442 -956.5444 -956.5444 94000 -12626.517 -12626.517 -12693.192 -12693.192 258.04102 258.04102 31605.059 31605.059 2951.4693 2951.4693 Loop time of 7.97287 on 1 procs for 1000 steps with 2000 atoms Performance: 10.837 ns/day, 2.215 hours/ns, 125.425 timesteps/s 97.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 | 7.7726 | 7.7726 | 7.7726 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049796 | 0.049796 | 0.049796 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13361 | 0.13361 | 0.13361 | 0.0 | 1.68 Other | | 0.01677 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335522 ave 335522 max 335522 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335522 Ave neighs/atom = 167.761 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.555517954617, Press = 0.164213331518203 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -12626.517 -12626.517 -12693.192 -12693.192 258.04102 258.04102 31605.059 31605.059 2951.4693 2951.4693 95000 -12628.599 -12628.599 -12693.633 -12693.633 251.68542 251.68542 31619.738 31619.738 1822.0915 1822.0915 Loop time of 7.90826 on 1 procs for 1000 steps with 2000 atoms Performance: 10.925 ns/day, 2.197 hours/ns, 126.450 timesteps/s 99.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 | 7.7074 | 7.7074 | 7.7074 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049785 | 0.049785 | 0.049785 | 0.0 | 0.63 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.1337 | 0.1337 | 0.1337 | 0.0 | 1.69 Other | | 0.0173 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335950 ave 335950 max 335950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335950 Ave neighs/atom = 167.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.569100377, Press = -0.498161270944992 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -12628.599 -12628.599 -12693.633 -12693.633 251.68542 251.68542 31619.738 31619.738 1822.0915 1822.0915 96000 -12626.802 -12626.802 -12693.038 -12693.038 256.33967 256.33967 31654.635 31654.635 -1182.8214 -1182.8214 Loop time of 7.88867 on 1 procs for 1000 steps with 2000 atoms Performance: 10.952 ns/day, 2.191 hours/ns, 126.764 timesteps/s 99.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 | 7.6912 | 7.6912 | 7.6912 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049815 | 0.049815 | 0.049815 | 0.0 | 0.63 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.13099 | 0.13099 | 0.13099 | 0.0 | 1.66 Other | | 0.01659 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335660 ave 335660 max 335660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335660 Ave neighs/atom = 167.83 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.573620250496, Press = -0.437631478347352 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -12626.802 -12626.802 -12693.038 -12693.038 256.33967 256.33967 31654.635 31654.635 -1182.8214 -1182.8214 97000 -12628.105 -12628.105 -12694.232 -12694.232 255.91672 255.91672 31653.068 31653.068 -1280.619 -1280.619 Loop time of 8.84685 on 1 procs for 1000 steps with 2000 atoms Performance: 9.766 ns/day, 2.457 hours/ns, 113.035 timesteps/s 89.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 | 8.6323 | 8.6323 | 8.6323 | 0.0 | 97.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050486 | 0.050486 | 0.050486 | 0.0 | 0.57 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.14684 | 0.14684 | 0.14684 | 0.0 | 1.66 Other | | 0.01716 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335758 ave 335758 max 335758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335758 Ave neighs/atom = 167.879 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.567636789124, Press = -0.143946812355906 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -12628.105 -12628.105 -12694.232 -12694.232 255.91672 255.91672 31653.068 31653.068 -1280.619 -1280.619 98000 -12630.201 -12630.201 -12694.826 -12694.826 250.10817 250.10817 31625.357 31625.357 1180.8403 1180.8403 Loop time of 8.03625 on 1 procs for 1000 steps with 2000 atoms Performance: 10.751 ns/day, 2.232 hours/ns, 124.436 timesteps/s 97.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 | 7.8339 | 7.8339 | 7.8339 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051508 | 0.051508 | 0.051508 | 0.0 | 0.64 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.13357 | 0.13357 | 0.13357 | 0.0 | 1.66 Other | | 0.01719 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335720 ave 335720 max 335720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335720 Ave neighs/atom = 167.86 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.576763295343, Press = 0.293891403486868 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -12630.201 -12630.201 -12694.826 -12694.826 250.10817 250.10817 31625.357 31625.357 1180.8403 1180.8403 99000 -12629.857 -12629.857 -12694.696 -12694.696 250.93445 250.93445 31606.599 31606.599 2627.0259 2627.0259 Loop time of 8.0424 on 1 procs for 1000 steps with 2000 atoms Performance: 10.743 ns/day, 2.234 hours/ns, 124.341 timesteps/s 97.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 | 7.8427 | 7.8427 | 7.8427 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050425 | 0.050425 | 0.050425 | 0.0 | 0.63 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.13228 | 0.13228 | 0.13228 | 0.0 | 1.64 Other | | 0.01696 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335706 ave 335706 max 335706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335706 Ave neighs/atom = 167.853 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.570744122685, Press = -0.193880498888983 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -12629.857 -12629.857 -12694.696 -12694.696 250.93445 250.93445 31606.599 31606.599 2627.0259 2627.0259 100000 -12628.302 -12628.302 -12693.584 -12693.584 252.64858 252.64858 31634.91 31634.91 230.51942 230.51942 Loop time of 7.9411 on 1 procs for 1000 steps with 2000 atoms Performance: 10.880 ns/day, 2.206 hours/ns, 125.927 timesteps/s 98.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 | 7.7425 | 7.7425 | 7.7425 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0499 | 0.0499 | 0.0499 | 0.0 | 0.63 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.13198 | 0.13198 | 0.13198 | 0.0 | 1.66 Other | | 0.01668 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335872 ave 335872 max 335872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335872 Ave neighs/atom = 167.936 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.54609932899, Press = -0.637634842174818 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -12628.302 -12628.302 -12693.584 -12693.584 252.64858 252.64858 31634.91 31634.91 230.51942 230.51942 101000 -12627.951 -12627.951 -12693.661 -12693.661 254.30351 254.30351 31670.45 31670.45 -2623.5196 -2623.5196 Loop time of 8.11588 on 1 procs for 1000 steps with 2000 atoms Performance: 10.646 ns/day, 2.254 hours/ns, 123.215 timesteps/s 97.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 | 7.9167 | 7.9167 | 7.9167 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049959 | 0.049959 | 0.049959 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13255 | 0.13255 | 0.13255 | 0.0 | 1.63 Other | | 0.0166 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335868 ave 335868 max 335868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335868 Ave neighs/atom = 167.934 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.55353186985, Press = -0.28311904811926 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -12627.951 -12627.951 -12693.661 -12693.661 254.30351 254.30351 31670.45 31670.45 -2623.5196 -2623.5196 102000 -12627.402 -12627.402 -12694.832 -12694.832 260.96214 260.96214 31643.371 31643.371 -721.01679 -721.01679 Loop time of 8.30787 on 1 procs for 1000 steps with 2000 atoms Performance: 10.400 ns/day, 2.308 hours/ns, 120.368 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 | 8.1075 | 8.1075 | 8.1075 | 0.0 | 97.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050326 | 0.050326 | 0.050326 | 0.0 | 0.61 Output | 2.9802e-05 | 2.9802e-05 | 2.9802e-05 | 0.0 | 0.00 Modify | 0.13322 | 0.13322 | 0.13322 | 0.0 | 1.60 Other | | 0.01682 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335656 ave 335656 max 335656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335656 Ave neighs/atom = 167.828 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.546245659415, Press = 0.148671062440462 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -12627.402 -12627.402 -12694.832 -12694.832 260.96214 260.96214 31643.371 31643.371 -721.01679 -721.01679 103000 -12626.739 -12626.739 -12693.187 -12693.187 257.16189 257.16189 31635.052 31635.052 573.44504 573.44504 Loop time of 8.31083 on 1 procs for 1000 steps with 2000 atoms Performance: 10.396 ns/day, 2.309 hours/ns, 120.325 timesteps/s 94.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0722 | 8.0722 | 8.0722 | 0.0 | 97.13 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05047 | 0.05047 | 0.05047 | 0.0 | 0.61 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.17126 | 0.17126 | 0.17126 | 0.0 | 2.06 Other | | 0.01685 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335970 ave 335970 max 335970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335970 Ave neighs/atom = 167.985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.579801845234, Press = -0.0199047412548274 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -12626.739 -12626.739 -12693.187 -12693.187 257.16189 257.16189 31635.052 31635.052 573.44504 573.44504 104000 -12628.798 -12628.798 -12694.474 -12694.474 254.1714 254.1714 31633.754 31633.754 149.09098 149.09098 Loop time of 8.00985 on 1 procs for 1000 steps with 2000 atoms Performance: 10.787 ns/day, 2.225 hours/ns, 124.846 timesteps/s 98.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8112 | 7.8112 | 7.8112 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049942 | 0.049942 | 0.049942 | 0.0 | 0.62 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.13189 | 0.13189 | 0.13189 | 0.0 | 1.65 Other | | 0.01675 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335726 ave 335726 max 335726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335726 Ave neighs/atom = 167.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 = 253.580200024179, Press = -0.234860044728205 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 104000 -12628.798 -12628.798 -12694.474 -12694.474 254.1714 254.1714 31633.754 31633.754 149.09098 149.09098 105000 -12628.935 -12628.935 -12693.508 -12693.508 249.90616 249.90616 31635.962 31635.962 249.73842 249.73842 Loop time of 8.02798 on 1 procs for 1000 steps with 2000 atoms Performance: 10.762 ns/day, 2.230 hours/ns, 124.564 timesteps/s 99.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 | 7.8264 | 7.8264 | 7.8264 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050304 | 0.050304 | 0.050304 | 0.0 | 0.63 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 0.13392 | 0.13392 | 0.13392 | 0.0 | 1.67 Other | | 0.01733 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335956 ave 335956 max 335956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335956 Ave neighs/atom = 167.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.58189167004, Press = -0.180860594761312 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 105000 -12628.935 -12628.935 -12693.508 -12693.508 249.90616 249.90616 31635.962 31635.962 249.73842 249.73842 106000 -12626.695 -12626.695 -12693.031 -12693.031 256.72678 256.72678 31639.089 31639.089 48.937937 48.937937 Loop time of 7.96023 on 1 procs for 1000 steps with 2000 atoms Performance: 10.854 ns/day, 2.211 hours/ns, 125.624 timesteps/s 97.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 | 7.7613 | 7.7613 | 7.7613 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049715 | 0.049715 | 0.049715 | 0.0 | 0.62 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.13242 | 0.13242 | 0.13242 | 0.0 | 1.66 Other | | 0.01679 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335786 ave 335786 max 335786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335786 Ave neighs/atom = 167.893 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.560698180484, Press = 0.0581131603245539 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 106000 -12626.695 -12626.695 -12693.031 -12693.031 256.72678 256.72678 31639.089 31639.089 48.937937 48.937937 107000 -12629.461 -12629.461 -12695.048 -12695.048 253.82954 253.82954 31599.891 31599.891 3285.7878 3285.7878 Loop time of 8.00715 on 1 procs for 1000 steps with 2000 atoms Performance: 10.790 ns/day, 2.224 hours/ns, 124.888 timesteps/s 97.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 | 7.8102 | 7.8102 | 7.8102 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049087 | 0.049087 | 0.049087 | 0.0 | 0.61 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.1312 | 0.1312 | 0.1312 | 0.0 | 1.64 Other | | 0.01661 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335884 ave 335884 max 335884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335884 Ave neighs/atom = 167.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 = 253.572813516036, Press = 0.00426111815144374 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 107000 -12629.461 -12629.461 -12695.048 -12695.048 253.82954 253.82954 31599.891 31599.891 3285.7878 3285.7878 108000 -12629.29 -12629.29 -12697.097 -12697.097 262.41853 262.41853 31615.182 31615.182 1466.6493 1466.6493 Loop time of 7.916 on 1 procs for 1000 steps with 2000 atoms Performance: 10.915 ns/day, 2.199 hours/ns, 126.326 timesteps/s 99.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.7161 | 7.7161 | 7.7161 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050169 | 0.050169 | 0.050169 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13266 | 0.13266 | 0.13266 | 0.0 | 1.68 Other | | 0.01703 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335836 ave 335836 max 335836 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335836 Ave neighs/atom = 167.918 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.584754279931, Press = -0.612856048977709 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 108000 -12629.29 -12629.29 -12697.097 -12697.097 262.41853 262.41853 31615.182 31615.182 1466.6493 1466.6493 109000 -12629.292 -12629.292 -12694.471 -12694.471 252.24865 252.24865 31652.376 31652.376 -1233.1317 -1233.1317 Loop time of 7.82144 on 1 procs for 1000 steps with 2000 atoms Performance: 11.047 ns/day, 2.173 hours/ns, 127.854 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 | 7.6232 | 7.6232 | 7.6232 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049618 | 0.049618 | 0.049618 | 0.0 | 0.63 Output | 4.22e-05 | 4.22e-05 | 4.22e-05 | 0.0 | 0.00 Modify | 0.13177 | 0.13177 | 0.13177 | 0.0 | 1.68 Other | | 0.01682 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335964 ave 335964 max 335964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335964 Ave neighs/atom = 167.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 = 253.603287137809, Press = -0.429295975821197 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 109000 -12629.292 -12629.292 -12694.471 -12694.471 252.24865 252.24865 31652.376 31652.376 -1233.1317 -1233.1317 110000 -12627.251 -12627.251 -12693.686 -12693.686 257.1101 257.1101 31651.621 31651.621 -1153.4855 -1153.4855 Loop time of 8.05015 on 1 procs for 1000 steps with 2000 atoms Performance: 10.733 ns/day, 2.236 hours/ns, 124.221 timesteps/s 97.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 | 7.8503 | 7.8503 | 7.8503 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049953 | 0.049953 | 0.049953 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.13304 | 0.13304 | 0.13304 | 0.0 | 1.65 Other | | 0.01678 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335808 ave 335808 max 335808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335808 Ave neighs/atom = 167.904 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.608279368357, Press = -0.233644499400028 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 110000 -12627.251 -12627.251 -12693.686 -12693.686 257.1101 257.1101 31651.621 31651.621 -1153.4855 -1153.4855 111000 -12630.135 -12630.135 -12694.204 -12694.204 247.95239 247.95239 31645.414 31645.414 -517.9852 -517.9852 Loop time of 8.8133 on 1 procs for 1000 steps with 2000 atoms Performance: 9.803 ns/day, 2.448 hours/ns, 113.465 timesteps/s 88.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5721 | 8.5721 | 8.5721 | 0.0 | 97.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050755 | 0.050755 | 0.050755 | 0.0 | 0.58 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.1737 | 0.1737 | 0.1737 | 0.0 | 1.97 Other | | 0.01668 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335878 ave 335878 max 335878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335878 Ave neighs/atom = 167.939 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.583070142649, Press = 0.00228573935268928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 111000 -12630.135 -12630.135 -12694.204 -12694.204 247.95239 247.95239 31645.414 31645.414 -517.9852 -517.9852 112000 -12627.351 -12627.351 -12693.317 -12693.317 255.29377 255.29377 31590.884 31590.884 4133.5829 4133.5829 Loop time of 8.36141 on 1 procs for 1000 steps with 2000 atoms Performance: 10.333 ns/day, 2.323 hours/ns, 119.597 timesteps/s 93.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 | 8.1487 | 8.1487 | 8.1487 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055159 | 0.055159 | 0.055159 | 0.0 | 0.66 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13945 | 0.13945 | 0.13945 | 0.0 | 1.67 Other | | 0.01803 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335558 ave 335558 max 335558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335558 Ave neighs/atom = 167.779 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.586363391723, Press = 0.258049948277685 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 112000 -12627.351 -12627.351 -12693.317 -12693.317 255.29377 255.29377 31590.884 31590.884 4133.5829 4133.5829 113000 -12629.36 -12629.36 -12694.848 -12694.848 253.44477 253.44477 31617.944 31617.944 1910.6529 1910.6529 Loop time of 8.00153 on 1 procs for 1000 steps with 2000 atoms Performance: 10.798 ns/day, 2.223 hours/ns, 124.976 timesteps/s 99.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 | 7.797 | 7.797 | 7.797 | 0.0 | 97.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050281 | 0.050281 | 0.050281 | 0.0 | 0.63 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.1371 | 0.1371 | 0.1371 | 0.0 | 1.71 Other | | 0.0171 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335960 ave 335960 max 335960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335960 Ave neighs/atom = 167.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.583251888468, Press = -0.358969440095974 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 113000 -12629.36 -12629.36 -12694.848 -12694.848 253.44477 253.44477 31617.944 31617.944 1910.6529 1910.6529 114000 -12631.599 -12631.599 -12695.443 -12695.443 247.08053 247.08053 31652.424 31652.424 -1540.0911 -1540.0911 Loop time of 8.23015 on 1 procs for 1000 steps with 2000 atoms Performance: 10.498 ns/day, 2.286 hours/ns, 121.504 timesteps/s 95.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 | 8.0293 | 8.0293 | 8.0293 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050239 | 0.050239 | 0.050239 | 0.0 | 0.61 Output | 7.7963e-05 | 7.7963e-05 | 7.7963e-05 | 0.0 | 0.00 Modify | 0.13374 | 0.13374 | 0.13374 | 0.0 | 1.62 Other | | 0.01681 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335690 ave 335690 max 335690 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335690 Ave neighs/atom = 167.845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.575734380591, Press = -0.531137375743188 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 114000 -12631.599 -12631.599 -12695.443 -12695.443 247.08053 247.08053 31652.424 31652.424 -1540.0911 -1540.0911 115000 -12627.484 -12627.484 -12694.627 -12694.627 259.85348 259.85348 31656.186 31656.186 -1561.1707 -1561.1707 Loop time of 7.85867 on 1 procs for 1000 steps with 2000 atoms Performance: 10.994 ns/day, 2.183 hours/ns, 127.248 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6605 | 7.6605 | 7.6605 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049054 | 0.049054 | 0.049054 | 0.0 | 0.62 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.13225 | 0.13225 | 0.13225 | 0.0 | 1.68 Other | | 0.01681 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.569295056897, Press = -0.211879211257849 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 115000 -12627.484 -12627.484 -12694.627 -12694.627 259.85348 259.85348 31656.186 31656.186 -1561.1707 -1561.1707 116000 -12628.892 -12628.892 -12694.129 -12694.129 252.47477 252.47477 31651.737 31651.737 -1156.5801 -1156.5801 Loop time of 7.92826 on 1 procs for 1000 steps with 2000 atoms Performance: 10.898 ns/day, 2.202 hours/ns, 126.131 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 | 7.7222 | 7.7222 | 7.7222 | 0.0 | 97.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050902 | 0.050902 | 0.050902 | 0.0 | 0.64 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13838 | 0.13838 | 0.13838 | 0.0 | 1.75 Other | | 0.0167 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335776 ave 335776 max 335776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335776 Ave neighs/atom = 167.888 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.588107081273, Press = -0.0347458333634542 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 116000 -12628.892 -12628.892 -12694.129 -12694.129 252.47477 252.47477 31651.737 31651.737 -1156.5801 -1156.5801 117000 -12626.16 -12626.16 -12691.97 -12691.97 254.69272 254.69272 31637.314 31637.314 805.74129 805.74129 Loop time of 8.62977 on 1 procs for 1000 steps with 2000 atoms Performance: 10.012 ns/day, 2.397 hours/ns, 115.878 timesteps/s 91.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 | 8.4275 | 8.4275 | 8.4275 | 0.0 | 97.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050782 | 0.050782 | 0.050782 | 0.0 | 0.59 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.13439 | 0.13439 | 0.13439 | 0.0 | 1.56 Other | | 0.01709 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335786 ave 335786 max 335786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335786 Ave neighs/atom = 167.893 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.587464438917, Press = 0.0153022378641061 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 117000 -12626.16 -12626.16 -12691.97 -12691.97 254.69272 254.69272 31637.314 31637.314 805.74129 805.74129 118000 -12629.626 -12629.626 -12695.827 -12695.827 256.20493 256.20493 31611.955 31611.955 2015.4548 2015.4548 Loop time of 7.96856 on 1 procs for 1000 steps with 2000 atoms Performance: 10.843 ns/day, 2.213 hours/ns, 125.493 timesteps/s 98.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 | 7.7668 | 7.7668 | 7.7668 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050526 | 0.050526 | 0.050526 | 0.0 | 0.63 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.13431 | 0.13431 | 0.13431 | 0.0 | 1.69 Other | | 0.01689 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335528 ave 335528 max 335528 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335528 Ave neighs/atom = 167.764 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.596676856257, Press = -0.215526487127105 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 118000 -12629.626 -12629.626 -12695.827 -12695.827 256.20493 256.20493 31611.955 31611.955 2015.4548 2015.4548 119000 -12625.712 -12625.712 -12693.232 -12693.232 261.30889 261.30889 31657.758 31657.758 -1250.4002 -1250.4002 Loop time of 8.05596 on 1 procs for 1000 steps with 2000 atoms Performance: 10.725 ns/day, 2.238 hours/ns, 124.132 timesteps/s 97.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8574 | 7.8574 | 7.8574 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050085 | 0.050085 | 0.050085 | 0.0 | 0.62 Output | 5.2929e-05 | 5.2929e-05 | 5.2929e-05 | 0.0 | 0.00 Modify | 0.1317 | 0.1317 | 0.1317 | 0.0 | 1.63 Other | | 0.01669 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335928 ave 335928 max 335928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335928 Ave neighs/atom = 167.964 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.610204905254, Press = -0.363109567476774 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 119000 -12625.712 -12625.712 -12693.232 -12693.232 261.30889 261.30889 31657.758 31657.758 -1250.4002 -1250.4002 120000 -12630.258 -12630.258 -12694.212 -12694.212 247.50867 247.50867 31650.476 31650.476 -1068.9669 -1068.9669 Loop time of 7.89388 on 1 procs for 1000 steps with 2000 atoms Performance: 10.945 ns/day, 2.193 hours/ns, 126.680 timesteps/s 98.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 | 7.6946 | 7.6946 | 7.6946 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0503 | 0.0503 | 0.0503 | 0.0 | 0.64 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.13191 | 0.13191 | 0.13191 | 0.0 | 1.67 Other | | 0.01702 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335506 ave 335506 max 335506 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335506 Ave neighs/atom = 167.753 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.607393451712, Press = -0.0665749047402435 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 120000 -12630.258 -12630.258 -12694.212 -12694.212 247.50867 247.50867 31650.476 31650.476 -1068.9669 -1068.9669 121000 -12628.652 -12628.652 -12693.2 -12693.2 249.8063 249.8063 31628.811 31628.811 962.73582 962.73582 Loop time of 8.30616 on 1 procs for 1000 steps with 2000 atoms Performance: 10.402 ns/day, 2.307 hours/ns, 120.393 timesteps/s 94.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1071 | 8.1071 | 8.1071 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049923 | 0.049923 | 0.049923 | 0.0 | 0.60 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.13233 | 0.13233 | 0.13233 | 0.0 | 1.59 Other | | 0.01672 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335794 ave 335794 max 335794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335794 Ave neighs/atom = 167.897 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.602919850697, Press = 0.070652833029237 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 121000 -12628.652 -12628.652 -12693.2 -12693.2 249.8063 249.8063 31628.811 31628.811 962.73582 962.73582 122000 -12631.001 -12631.001 -12694.805 -12694.805 246.92609 246.92609 31617.939 31617.939 1798.2142 1798.2142 Loop time of 7.93957 on 1 procs for 1000 steps with 2000 atoms Performance: 10.882 ns/day, 2.205 hours/ns, 125.951 timesteps/s 98.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 | 7.7397 | 7.7397 | 7.7397 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04967 | 0.04967 | 0.04967 | 0.0 | 0.63 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.1333 | 0.1333 | 0.1333 | 0.0 | 1.68 Other | | 0.01683 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335834 ave 335834 max 335834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335834 Ave neighs/atom = 167.917 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.577150262965, Press = 0.0269045474950613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 122000 -12631.001 -12631.001 -12694.805 -12694.805 246.92609 246.92609 31617.939 31617.939 1798.2142 1798.2142 123000 -12628.924 -12628.924 -12695.951 -12695.951 259.4012 259.4012 31590.284 31590.284 4191.7254 4191.7254 Loop time of 8.06314 on 1 procs for 1000 steps with 2000 atoms Performance: 10.715 ns/day, 2.240 hours/ns, 124.021 timesteps/s 97.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 | 7.8634 | 7.8634 | 7.8634 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050873 | 0.050873 | 0.050873 | 0.0 | 0.63 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.13188 | 0.13188 | 0.13188 | 0.0 | 1.64 Other | | 0.01692 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335746 ave 335746 max 335746 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335746 Ave neighs/atom = 167.873 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.565814778551, Press = -0.232794767725488 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 123000 -12628.924 -12628.924 -12695.951 -12695.951 259.4012 259.4012 31590.284 31590.284 4191.7254 4191.7254 124000 -12627.104 -12627.104 -12692.268 -12692.268 252.192 252.192 31640.887 31640.887 -108.55302 -108.55302 Loop time of 9.22351 on 1 procs for 1000 steps with 2000 atoms Performance: 9.367 ns/day, 2.562 hours/ns, 108.419 timesteps/s 95.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 | 8.9968 | 8.9968 | 8.9968 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058984 | 0.058984 | 0.058984 | 0.0 | 0.64 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14892 | 0.14892 | 0.14892 | 0.0 | 1.61 Other | | 0.01881 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335702 ave 335702 max 335702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335702 Ave neighs/atom = 167.851 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.56179769768, Press = -0.716265317565676 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 124000 -12627.104 -12627.104 -12692.268 -12692.268 252.192 252.192 31640.887 31640.887 -108.55302 -108.55302 125000 -12630.376 -12630.376 -12694.193 -12694.193 246.97547 246.97547 31660.349 31660.349 -1896.6995 -1896.6995 Loop time of 8.93923 on 1 procs for 1000 steps with 2000 atoms Performance: 9.665 ns/day, 2.483 hours/ns, 111.866 timesteps/s 94.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 | 8.7111 | 8.7111 | 8.7111 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053965 | 0.053965 | 0.053965 | 0.0 | 0.60 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 0.15594 | 0.15594 | 0.15594 | 0.0 | 1.74 Other | | 0.01816 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335898 ave 335898 max 335898 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335898 Ave neighs/atom = 167.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 = 253.567774344349, Press = -0.355662161980914 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 125000 -12630.376 -12630.376 -12694.193 -12694.193 246.97547 246.97547 31660.349 31660.349 -1896.6995 -1896.6995 126000 -12629.115 -12629.115 -12694.405 -12694.405 252.68252 252.68252 31647.455 31647.455 -797.82269 -797.82269 Loop time of 8.29301 on 1 procs for 1000 steps with 2000 atoms Performance: 10.418 ns/day, 2.304 hours/ns, 120.584 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 | 8.0887 | 8.0887 | 8.0887 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051394 | 0.051394 | 0.051394 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.13586 | 0.13586 | 0.13586 | 0.0 | 1.64 Other | | 0.01701 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335738 ave 335738 max 335738 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335738 Ave neighs/atom = 167.869 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.572697903117, Press = -0.0368426209257193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 126000 -12629.115 -12629.115 -12694.405 -12694.405 252.68252 252.68252 31647.455 31647.455 -797.82269 -797.82269 127000 -12628.537 -12628.537 -12690.717 -12690.717 240.64309 240.64309 31632.502 31632.502 1111.1453 1111.1453 Loop time of 8.0623 on 1 procs for 1000 steps with 2000 atoms Performance: 10.717 ns/day, 2.240 hours/ns, 124.034 timesteps/s 96.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 | 7.8388 | 7.8388 | 7.8388 | 0.0 | 97.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07547 | 0.07547 | 0.07547 | 0.0 | 0.94 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.1316 | 0.1316 | 0.1316 | 0.0 | 1.63 Other | | 0.0164 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335828 ave 335828 max 335828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335828 Ave neighs/atom = 167.914 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.562547478526, Press = -0.0772078648917887 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 127000 -12628.537 -12628.537 -12690.717 -12690.717 240.64309 240.64309 31632.502 31632.502 1111.1453 1111.1453 128000 -12630.107 -12630.107 -12693.624 -12693.624 245.81714 245.81714 31630.435 31630.435 958.38336 958.38336 Loop time of 7.90297 on 1 procs for 1000 steps with 2000 atoms Performance: 10.933 ns/day, 2.195 hours/ns, 126.535 timesteps/s 97.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 | 7.6916 | 7.6916 | 7.6916 | 0.0 | 97.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049673 | 0.049673 | 0.049673 | 0.0 | 0.63 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.14494 | 0.14494 | 0.14494 | 0.0 | 1.83 Other | | 0.01672 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335588 ave 335588 max 335588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335588 Ave neighs/atom = 167.794 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.561993518411, Press = -0.321344143213938 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 128000 -12630.107 -12630.107 -12693.624 -12693.624 245.81714 245.81714 31630.435 31630.435 958.38336 958.38336 129000 -12629.974 -12629.974 -12695.867 -12695.867 255.00989 255.00989 31656.029 31656.029 -1911.8199 -1911.8199 Loop time of 8.60844 on 1 procs for 1000 steps with 2000 atoms Performance: 10.037 ns/day, 2.391 hours/ns, 116.165 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 | 8.3979 | 8.3979 | 8.3979 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049568 | 0.049568 | 0.049568 | 0.0 | 0.58 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.14438 | 0.14438 | 0.14438 | 0.0 | 1.68 Other | | 0.01655 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335566 ave 335566 max 335566 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335566 Ave neighs/atom = 167.783 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.537970299073, Press = -0.366191675502709 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 129000 -12629.974 -12629.974 -12695.867 -12695.867 255.00989 255.00989 31656.029 31656.029 -1911.8199 -1911.8199 130000 -12625.522 -12625.522 -12691.356 -12691.356 254.78587 254.78587 31668.369 31668.369 -1828.7103 -1828.7103 Loop time of 8.95881 on 1 procs for 1000 steps with 2000 atoms Performance: 9.644 ns/day, 2.489 hours/ns, 111.622 timesteps/s 87.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 | 8.7607 | 8.7607 | 8.7607 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049432 | 0.049432 | 0.049432 | 0.0 | 0.55 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13211 | 0.13211 | 0.13211 | 0.0 | 1.47 Other | | 0.01658 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335844 ave 335844 max 335844 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335844 Ave neighs/atom = 167.922 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.544259704815, Press = 0.0653537926968763 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 130000 -12625.522 -12625.522 -12691.356 -12691.356 254.78587 254.78587 31668.369 31668.369 -1828.7103 -1828.7103 131000 -12628.74 -12628.74 -12696.044 -12696.044 260.47641 260.47641 31617.1 31617.1 1396.6258 1396.6258 Loop time of 8.11129 on 1 procs for 1000 steps with 2000 atoms Performance: 10.652 ns/day, 2.253 hours/ns, 123.285 timesteps/s 97.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 | 7.8958 | 7.8958 | 7.8958 | 0.0 | 97.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051533 | 0.051533 | 0.051533 | 0.0 | 0.64 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.14673 | 0.14673 | 0.14673 | 0.0 | 1.81 Other | | 0.01721 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335142 ave 335142 max 335142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335142 Ave neighs/atom = 167.571 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.542877156445, Press = 0.248735433854019 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 131000 -12628.74 -12628.74 -12696.044 -12696.044 260.47641 260.47641 31617.1 31617.1 1396.6258 1396.6258 132000 -12629.632 -12629.632 -12694.65 -12694.65 251.62913 251.62913 31625.393 31625.393 1272.4555 1272.4555 Loop time of 7.95092 on 1 procs for 1000 steps with 2000 atoms Performance: 10.867 ns/day, 2.209 hours/ns, 125.772 timesteps/s 98.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 | 7.7405 | 7.7405 | 7.7405 | 0.0 | 97.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049596 | 0.049596 | 0.049596 | 0.0 | 0.62 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.14419 | 0.14419 | 0.14419 | 0.0 | 1.81 Other | | 0.01658 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335972 ave 335972 max 335972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335972 Ave neighs/atom = 167.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.55098380842, Press = -0.183443870948061 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 132000 -12629.632 -12629.632 -12694.65 -12694.65 251.62913 251.62913 31625.393 31625.393 1272.4555 1272.4555 133000 -12625.81 -12625.81 -12694.932 -12694.932 267.51094 267.51094 31644.52 31644.52 -626.29761 -626.29761 Loop time of 7.8991 on 1 procs for 1000 steps with 2000 atoms Performance: 10.938 ns/day, 2.194 hours/ns, 126.597 timesteps/s 99.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 | 7.6993 | 7.6993 | 7.6993 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050033 | 0.050033 | 0.050033 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13278 | 0.13278 | 0.13278 | 0.0 | 1.68 Other | | 0.01691 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335686 ave 335686 max 335686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335686 Ave neighs/atom = 167.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 = 253.564580428363, Press = -0.349996672235253 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 133000 -12625.81 -12625.81 -12694.932 -12694.932 267.51094 267.51094 31644.52 31644.52 -626.29761 -626.29761 134000 -12629.478 -12629.478 -12695.804 -12695.804 256.68842 256.68842 31646.724 31646.724 -910.07045 -910.07045 Loop time of 7.84951 on 1 procs for 1000 steps with 2000 atoms Performance: 11.007 ns/day, 2.180 hours/ns, 127.396 timesteps/s 99.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 | 7.6359 | 7.6359 | 7.6359 | 0.0 | 97.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050666 | 0.050666 | 0.050666 | 0.0 | 0.65 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.14626 | 0.14626 | 0.14626 | 0.0 | 1.86 Other | | 0.01664 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335948 ave 335948 max 335948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335948 Ave neighs/atom = 167.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.56742130488, Press = -0.278449819087768 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 134000 -12629.478 -12629.478 -12695.804 -12695.804 256.68842 256.68842 31646.724 31646.724 -910.07045 -910.07045 135000 -12627.96 -12627.96 -12692.366 -12692.366 249.25959 249.25959 31666.28 31666.28 -1870.1733 -1870.1733 Loop time of 7.8762 on 1 procs for 1000 steps with 2000 atoms Performance: 10.970 ns/day, 2.188 hours/ns, 126.965 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6765 | 7.6765 | 7.6765 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049282 | 0.049282 | 0.049282 | 0.0 | 0.63 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.13343 | 0.13343 | 0.13343 | 0.0 | 1.69 Other | | 0.01692 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335874 ave 335874 max 335874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335874 Ave neighs/atom = 167.937 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.577445888778, Press = -0.0915731813049307 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 135000 -12627.96 -12627.96 -12692.366 -12692.366 249.25959 249.25959 31666.28 31666.28 -1870.1733 -1870.1733 136000 -12629.749 -12629.749 -12694.418 -12694.418 250.27765 250.27765 31640.604 31640.604 -53.928515 -53.928515 Loop time of 7.85508 on 1 procs for 1000 steps with 2000 atoms Performance: 10.999 ns/day, 2.182 hours/ns, 127.306 timesteps/s 99.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 | 7.6559 | 7.6559 | 7.6559 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049453 | 0.049453 | 0.049453 | 0.0 | 0.63 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.13311 | 0.13311 | 0.13311 | 0.0 | 1.69 Other | | 0.01662 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335382 ave 335382 max 335382 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335382 Ave neighs/atom = 167.691 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.57143493633, Press = 0.109025834085979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 136000 -12629.749 -12629.749 -12694.418 -12694.418 250.27765 250.27765 31640.604 31640.604 -53.928515 -53.928515 137000 -12628.722 -12628.722 -12693.557 -12693.557 250.91835 250.91835 31612.916 31612.916 2348.0026 2348.0026 Loop time of 8.03424 on 1 procs for 1000 steps with 2000 atoms Performance: 10.754 ns/day, 2.232 hours/ns, 124.467 timesteps/s 97.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 | 7.8348 | 7.8348 | 7.8348 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049828 | 0.049828 | 0.049828 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.1324 | 0.1324 | 0.1324 | 0.0 | 1.65 Other | | 0.0172 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335750 ave 335750 max 335750 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335750 Ave neighs/atom = 167.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 = 253.569947115653, Press = -0.157198123603532 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 137000 -12628.722 -12628.722 -12693.557 -12693.557 250.91835 250.91835 31612.916 31612.916 2348.0026 2348.0026 138000 -12626.538 -12626.538 -12691.266 -12691.266 250.50381 250.50381 31625.035 31625.035 1524.8406 1524.8406 Loop time of 8.28623 on 1 procs for 1000 steps with 2000 atoms Performance: 10.427 ns/day, 2.302 hours/ns, 120.682 timesteps/s 94.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 | 8.072 | 8.072 | 8.072 | 0.0 | 97.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049881 | 0.049881 | 0.049881 | 0.0 | 0.60 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.1342 | 0.1342 | 0.1342 | 0.0 | 1.62 Other | | 0.03012 | | | 0.36 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335798 ave 335798 max 335798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335798 Ave neighs/atom = 167.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 = 253.56849178851, Press = -0.304554656560685 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 138000 -12626.538 -12626.538 -12691.266 -12691.266 250.50381 250.50381 31625.035 31625.035 1524.8406 1524.8406 139000 -12629.957 -12629.957 -12695.026 -12695.026 251.82518 251.82518 31650.306 31650.306 -1121.5491 -1121.5491 Loop time of 7.83172 on 1 procs for 1000 steps with 2000 atoms Performance: 11.032 ns/day, 2.175 hours/ns, 127.686 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.6348 | 7.6348 | 7.6348 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049403 | 0.049403 | 0.049403 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13102 | 0.13102 | 0.13102 | 0.0 | 1.67 Other | | 0.01642 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335866 ave 335866 max 335866 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335866 Ave neighs/atom = 167.933 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.577128154636, Press = -0.519697901710991 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 139000 -12629.957 -12629.957 -12695.026 -12695.026 251.82518 251.82518 31650.306 31650.306 -1121.5491 -1121.5491 140000 -12625.326 -12625.326 -12692.676 -12692.676 260.64959 260.64959 31722.303 31722.303 -6997.996 -6997.996 Loop time of 8.25383 on 1 procs for 1000 steps with 2000 atoms Performance: 10.468 ns/day, 2.293 hours/ns, 121.156 timesteps/s 95.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 | 8.0507 | 8.0507 | 8.0507 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050987 | 0.050987 | 0.050987 | 0.0 | 0.62 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.13495 | 0.13495 | 0.13495 | 0.0 | 1.63 Other | | 0.01719 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335708 ave 335708 max 335708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335708 Ave neighs/atom = 167.854 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.587330974039, Press = -0.310800453284131 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 140000 -12625.326 -12625.326 -12692.676 -12692.676 260.64959 260.64959 31722.303 31722.303 -6997.996 -6997.996 141000 -12628.982 -12628.982 -12695.178 -12695.178 256.18633 256.18633 31649.46 31649.46 -792.21467 -792.21467 Loop time of 8.09237 on 1 procs for 1000 steps with 2000 atoms Performance: 10.677 ns/day, 2.248 hours/ns, 123.573 timesteps/s 96.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 | 7.8915 | 7.8915 | 7.8915 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05056 | 0.05056 | 0.05056 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.13351 | 0.13351 | 0.13351 | 0.0 | 1.65 Other | | 0.01678 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335774 ave 335774 max 335774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335774 Ave neighs/atom = 167.887 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.593638678012, Press = 0.196784650383532 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 141000 -12628.982 -12628.982 -12695.178 -12695.178 256.18633 256.18633 31649.46 31649.46 -792.21467 -792.21467 142000 -12632.358 -12632.358 -12696.12 -12696.12 246.7661 246.7661 31607.421 31607.421 2253.8264 2253.8264 Loop time of 8.07586 on 1 procs for 1000 steps with 2000 atoms Performance: 10.699 ns/day, 2.243 hours/ns, 123.826 timesteps/s 98.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 | 7.8746 | 7.8746 | 7.8746 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050575 | 0.050575 | 0.050575 | 0.0 | 0.63 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.1336 | 0.1336 | 0.1336 | 0.0 | 1.65 Other | | 0.01708 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335612 ave 335612 max 335612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335612 Ave neighs/atom = 167.806 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.590704085799, Press = 0.000318393319640093 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 142000 -12632.358 -12632.358 -12696.12 -12696.12 246.7661 246.7661 31607.421 31607.421 2253.8264 2253.8264 143000 -12627.581 -12627.581 -12693.219 -12693.219 254.0231 254.0231 31627.728 31627.728 1206.0938 1206.0938 Loop time of 9.1149 on 1 procs for 1000 steps with 2000 atoms Performance: 9.479 ns/day, 2.532 hours/ns, 109.710 timesteps/s 89.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 | 8.8723 | 8.8723 | 8.8723 | 0.0 | 97.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052573 | 0.052573 | 0.052573 | 0.0 | 0.58 Output | 0.012986 | 0.012986 | 0.012986 | 0.0 | 0.14 Modify | 0.15794 | 0.15794 | 0.15794 | 0.0 | 1.73 Other | | 0.01909 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335936 ave 335936 max 335936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335936 Ave neighs/atom = 167.968 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.581719604562, Press = -0.271184494474404 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 143000 -12627.581 -12627.581 -12693.219 -12693.219 254.0231 254.0231 31627.728 31627.728 1206.0938 1206.0938 144000 -12630.314 -12630.314 -12695.375 -12695.375 251.79185 251.79185 31647.414 31647.414 -1087.9878 -1087.9878 Loop time of 9.16265 on 1 procs for 1000 steps with 2000 atoms Performance: 9.430 ns/day, 2.545 hours/ns, 109.139 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 | 8.9321 | 8.9321 | 8.9321 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055548 | 0.055548 | 0.055548 | 0.0 | 0.61 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.14448 | 0.14448 | 0.14448 | 0.0 | 1.58 Other | | 0.03052 | | | 0.33 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335808 ave 335808 max 335808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335808 Ave neighs/atom = 167.904 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.587867408401, Press = -0.365207880856794 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 144000 -12630.314 -12630.314 -12695.375 -12695.375 251.79185 251.79185 31647.414 31647.414 -1087.9878 -1087.9878 145000 -12629.596 -12629.596 -12695.177 -12695.177 253.80245 253.80245 31653.111 31653.111 -1432.8237 -1432.8237 Loop time of 8.10546 on 1 procs for 1000 steps with 2000 atoms Performance: 10.659 ns/day, 2.252 hours/ns, 123.374 timesteps/s 98.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 | 7.8912 | 7.8912 | 7.8912 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051411 | 0.051411 | 0.051411 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14604 | 0.14604 | 0.14604 | 0.0 | 1.80 Other | | 0.01681 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335874 ave 335874 max 335874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335874 Ave neighs/atom = 167.937 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.591660444481, Press = -0.121650929943756 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 145000 -12629.596 -12629.596 -12695.177 -12695.177 253.80245 253.80245 31653.111 31653.111 -1432.8237 -1432.8237 146000 -12626.854 -12626.854 -12692.411 -12692.411 253.7124 253.7124 31647.788 31647.788 -562.58369 -562.58369 Loop time of 7.98461 on 1 procs for 1000 steps with 2000 atoms Performance: 10.821 ns/day, 2.218 hours/ns, 125.241 timesteps/s 97.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 | 7.7848 | 7.7848 | 7.7848 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049308 | 0.049308 | 0.049308 | 0.0 | 0.62 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.13376 | 0.13376 | 0.13376 | 0.0 | 1.68 Other | | 0.01673 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335890 ave 335890 max 335890 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335890 Ave neighs/atom = 167.945 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.598913503927, Press = 0.13369088907226 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 146000 -12626.854 -12626.854 -12692.411 -12692.411 253.7124 253.7124 31647.788 31647.788 -562.58369 -562.58369 147000 -12630.796 -12630.796 -12694.719 -12694.719 247.38527 247.38527 31605.42 31605.42 2594.2315 2594.2315 Loop time of 7.90572 on 1 procs for 1000 steps with 2000 atoms Performance: 10.929 ns/day, 2.196 hours/ns, 126.491 timesteps/s 97.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.7118 | 7.7118 | 7.7118 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047701 | 0.047701 | 0.047701 | 0.0 | 0.60 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12884 | 0.12884 | 0.12884 | 0.0 | 1.63 Other | | 0.01736 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335772 ave 335772 max 335772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335772 Ave neighs/atom = 167.886 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.604410798167, Press = 0.106475308394432 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 147000 -12630.796 -12630.796 -12694.719 -12694.719 247.38527 247.38527 31605.42 31605.42 2594.2315 2594.2315 148000 -12627.288 -12627.288 -12693.164 -12693.164 254.94563 254.94563 31612.041 31612.041 2425.1708 2425.1708 Loop time of 7.26117 on 1 procs for 1000 steps with 2000 atoms Performance: 11.899 ns/day, 2.017 hours/ns, 137.719 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0797 | 7.0797 | 7.0797 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045881 | 0.045881 | 0.045881 | 0.0 | 0.63 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.12068 | 0.12068 | 0.12068 | 0.0 | 1.66 Other | | 0.01485 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335978 ave 335978 max 335978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335978 Ave neighs/atom = 167.989 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.611717132459, Press = -0.260330524632628 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 148000 -12627.288 -12627.288 -12693.164 -12693.164 254.94563 254.94563 31612.041 31612.041 2425.1708 2425.1708 149000 -12630.396 -12630.396 -12695.005 -12695.005 250.04408 250.04408 31647.757 31647.757 -1088.2729 -1088.2729 Loop time of 7.67135 on 1 procs for 1000 steps with 2000 atoms Performance: 11.263 ns/day, 2.131 hours/ns, 130.355 timesteps/s 99.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 | 7.484 | 7.484 | 7.484 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047038 | 0.047038 | 0.047038 | 0.0 | 0.61 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12464 | 0.12464 | 0.12464 | 0.0 | 1.62 Other | | 0.01569 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335912 ave 335912 max 335912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335912 Ave neighs/atom = 167.956 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.620301898488, Press = -0.286723839643104 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 149000 -12630.396 -12630.396 -12695.005 -12695.005 250.04408 250.04408 31647.757 31647.757 -1088.2729 -1088.2729 150000 -12627.829 -12627.829 -12694.442 -12694.442 257.79824 257.79824 31645.893 31645.893 -836.16746 -836.16746 Loop time of 9.28779 on 1 procs for 1000 steps with 2000 atoms Performance: 9.303 ns/day, 2.580 hours/ns, 107.668 timesteps/s 98.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 | 9.0549 | 9.0549 | 9.0549 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058601 | 0.058601 | 0.058601 | 0.0 | 0.63 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.14625 | 0.14625 | 0.14625 | 0.0 | 1.57 Other | | 0.02804 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335872 ave 335872 max 335872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335872 Ave neighs/atom = 167.936 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.622018378993, Press = -0.0308277504648553 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 150000 -12627.829 -12627.829 -12694.442 -12694.442 257.79824 257.79824 31645.893 31645.893 -836.16746 -836.16746 151000 -12629.531 -12629.531 -12694.046 -12694.046 249.67986 249.67986 31616.582 31616.582 1716.7807 1716.7807 Loop time of 8.56789 on 1 procs for 1000 steps with 2000 atoms Performance: 10.084 ns/day, 2.380 hours/ns, 116.715 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 | 8.3573 | 8.3573 | 8.3573 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052799 | 0.052799 | 0.052799 | 0.0 | 0.62 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 0.13994 | 0.13994 | 0.13994 | 0.0 | 1.63 Other | | 0.01778 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335868 ave 335868 max 335868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335868 Ave neighs/atom = 167.934 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.617433915493, Press = -0.107524710646973 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 151000 -12629.531 -12629.531 -12694.046 -12694.046 249.67986 249.67986 31616.582 31616.582 1716.7807 1716.7807 152000 -12627.672 -12627.672 -12693.57 -12693.57 255.0333 255.0333 31634.59 31634.59 425.47154 425.47154 Loop time of 7.88959 on 1 procs for 1000 steps with 2000 atoms Performance: 10.951 ns/day, 2.192 hours/ns, 126.749 timesteps/s 97.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 | 7.697 | 7.697 | 7.697 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048353 | 0.048353 | 0.048353 | 0.0 | 0.61 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12813 | 0.12813 | 0.12813 | 0.0 | 1.62 Other | | 0.0161 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335944 ave 335944 max 335944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335944 Ave neighs/atom = 167.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.62072192068, Press = -0.280611030686111 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 152000 -12627.672 -12627.672 -12693.57 -12693.57 255.0333 255.0333 31634.59 31634.59 425.47154 425.47154 153000 -12626.26 -12626.26 -12691.955 -12691.955 254.24676 254.24676 31659.748 31659.748 -1641.0634 -1641.0634 Loop time of 7.49093 on 1 procs for 1000 steps with 2000 atoms Performance: 11.534 ns/day, 2.081 hours/ns, 133.495 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3044 | 7.3044 | 7.3044 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046685 | 0.046685 | 0.046685 | 0.0 | 0.62 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.12437 | 0.12437 | 0.12437 | 0.0 | 1.66 Other | | 0.01542 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335866 ave 335866 max 335866 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335866 Ave neighs/atom = 167.933 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.622993758964, Press = -0.250055221886127 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 153000 -12626.26 -12626.26 -12691.955 -12691.955 254.24676 254.24676 31659.748 31659.748 -1641.0634 -1641.0634 154000 -12630.776 -12630.776 -12693.473 -12693.473 242.64337 242.64337 31645.536 31645.536 -521.67894 -521.67894 Loop time of 7.74044 on 1 procs for 1000 steps with 2000 atoms Performance: 11.162 ns/day, 2.150 hours/ns, 129.192 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.5493 | 7.5493 | 7.5493 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048063 | 0.048063 | 0.048063 | 0.0 | 0.62 Output | 3.3855e-05 | 3.3855e-05 | 3.3855e-05 | 0.0 | 0.00 Modify | 0.12745 | 0.12745 | 0.12745 | 0.0 | 1.65 Other | | 0.01555 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335898 ave 335898 max 335898 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335898 Ave neighs/atom = 167.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 = 253.633906262478, Press = -0.0841644386617767 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 154000 -12630.776 -12630.776 -12693.473 -12693.473 242.64337 242.64337 31645.536 31645.536 -521.67894 -521.67894 155000 -12626.779 -12626.779 -12692.822 -12692.822 255.5918 255.5918 31643.336 31643.336 -294.49915 -294.49915 Loop time of 8.05992 on 1 procs for 1000 steps with 2000 atoms Performance: 10.720 ns/day, 2.239 hours/ns, 124.071 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.8614 | 7.8614 | 7.8614 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049421 | 0.049421 | 0.049421 | 0.0 | 0.61 Output | 5.8174e-05 | 5.8174e-05 | 5.8174e-05 | 0.0 | 0.00 Modify | 0.13226 | 0.13226 | 0.13226 | 0.0 | 1.64 Other | | 0.01676 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335740 ave 335740 max 335740 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335740 Ave neighs/atom = 167.87 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.634705391977, Press = -0.208971820565602 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 155000 -12626.779 -12626.779 -12692.822 -12692.822 255.5918 255.5918 31643.336 31643.336 -294.49915 -294.49915 156000 -12626.202 -12626.202 -12692.757 -12692.757 257.5752 257.5752 31654.769 31654.769 -1223.875 -1223.875 Loop time of 7.67032 on 1 procs for 1000 steps with 2000 atoms Performance: 11.264 ns/day, 2.131 hours/ns, 130.373 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4793 | 7.4793 | 7.4793 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047763 | 0.047763 | 0.047763 | 0.0 | 0.62 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.1272 | 0.1272 | 0.1272 | 0.0 | 1.66 Other | | 0.01603 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335840 ave 335840 max 335840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335840 Ave neighs/atom = 167.92 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.636719496734, Press = -0.217953772768396 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 156000 -12626.202 -12626.202 -12692.757 -12692.757 257.5752 257.5752 31654.769 31654.769 -1223.875 -1223.875 157000 -12630.516 -12630.516 -12695.744 -12695.744 252.43926 252.43926 31639.217 31639.217 -374.82812 -374.82812 Loop time of 7.56778 on 1 procs for 1000 steps with 2000 atoms Performance: 11.417 ns/day, 2.102 hours/ns, 132.139 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.381 | 7.381 | 7.381 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046398 | 0.046398 | 0.046398 | 0.0 | 0.61 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.12484 | 0.12484 | 0.12484 | 0.0 | 1.65 Other | | 0.01544 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335880 ave 335880 max 335880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335880 Ave neighs/atom = 167.94 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.638655178669, Press = -0.134123485670931 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 157000 -12630.516 -12630.516 -12695.744 -12695.744 252.43926 252.43926 31639.217 31639.217 -374.82812 -374.82812 158000 -12625.09 -12625.09 -12691.011 -12691.011 255.11924 255.11924 31628.534 31628.534 1287.5586 1287.5586 Loop time of 7.24081 on 1 procs for 1000 steps with 2000 atoms Performance: 11.932 ns/day, 2.011 hours/ns, 138.106 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.06 | 7.06 | 7.06 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045465 | 0.045465 | 0.045465 | 0.0 | 0.63 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.12048 | 0.12048 | 0.12048 | 0.0 | 1.66 Other | | 0.01483 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335850 ave 335850 max 335850 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335850 Ave neighs/atom = 167.925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.645090237391, Press = -0.0655746848912609 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 158000 -12625.09 -12625.09 -12691.011 -12691.011 255.11924 255.11924 31628.534 31628.534 1287.5586 1287.5586 159000 -12629.137 -12629.137 -12695.261 -12695.261 255.9045 255.9045 31615.689 31615.689 2016.6299 2016.6299 Loop time of 7.29539 on 1 procs for 1000 steps with 2000 atoms Performance: 11.843 ns/day, 2.026 hours/ns, 137.073 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1117 | 7.1117 | 7.1117 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046504 | 0.046504 | 0.046504 | 0.0 | 0.64 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.1222 | 0.1222 | 0.1222 | 0.0 | 1.68 Other | | 0.01493 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335826 ave 335826 max 335826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335826 Ave neighs/atom = 167.913 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.647390054929, Press = -0.273711322509264 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 159000 -12629.137 -12629.137 -12695.261 -12695.261 255.9045 255.9045 31615.689 31615.689 2016.6299 2016.6299 160000 -12625.597 -12625.597 -12693.456 -12693.456 262.62224 262.62224 31648.393 31648.393 -820.45227 -820.45227 Loop time of 6.95922 on 1 procs for 1000 steps with 2000 atoms Performance: 12.415 ns/day, 1.933 hours/ns, 143.694 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7845 | 6.7845 | 6.7845 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043967 | 0.043967 | 0.043967 | 0.0 | 0.63 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.11653 | 0.11653 | 0.11653 | 0.0 | 1.67 Other | | 0.0142 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335652 ave 335652 max 335652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335652 Ave neighs/atom = 167.826 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.656793930515, Press = -0.376435116982393 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 160000 -12625.597 -12625.597 -12693.456 -12693.456 262.62224 262.62224 31648.393 31648.393 -820.45227 -820.45227 161000 -12629.178 -12629.178 -12694.666 -12694.666 253.44786 253.44786 31649.068 31649.068 -885.48601 -885.48601 Loop time of 7.34229 on 1 procs for 1000 steps with 2000 atoms Performance: 11.767 ns/day, 2.040 hours/ns, 136.197 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1597 | 7.1597 | 7.1597 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045545 | 0.045545 | 0.045545 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12203 | 0.12203 | 0.12203 | 0.0 | 1.66 Other | | 0.01503 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335896 ave 335896 max 335896 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335896 Ave neighs/atom = 167.948 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.658718542406, Press = -0.0730827879906714 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 161000 -12629.178 -12629.178 -12694.666 -12694.666 253.44786 253.44786 31649.068 31649.068 -885.48601 -885.48601 162000 -12629.189 -12629.189 -12695.04 -12695.04 254.84956 254.84956 31636.505 31636.505 -39.483602 -39.483602 Loop time of 7.27373 on 1 procs for 1000 steps with 2000 atoms Performance: 11.878 ns/day, 2.020 hours/ns, 137.481 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0924 | 7.0924 | 7.0924 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045029 | 0.045029 | 0.045029 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 1.67 Other | | 0.01504 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335614 ave 335614 max 335614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335614 Ave neighs/atom = 167.807 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.672440039163, Press = -0.0226652531412155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 162000 -12629.189 -12629.189 -12695.04 -12695.04 254.84956 254.84956 31636.505 31636.505 -39.483602 -39.483602 163000 -12626.762 -12626.762 -12691.575 -12691.575 250.83132 250.83132 31597.542 31597.542 4304.2517 4304.2517 Loop time of 7.24664 on 1 procs for 1000 steps with 2000 atoms Performance: 11.923 ns/day, 2.013 hours/ns, 137.995 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0666 | 7.0666 | 7.0666 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045129 | 0.045129 | 0.045129 | 0.0 | 0.62 Output | 4.3869e-05 | 4.3869e-05 | 4.3869e-05 | 0.0 | 0.00 Modify | 0.12013 | 0.12013 | 0.12013 | 0.0 | 1.66 Other | | 0.01478 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335932 ave 335932 max 335932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335932 Ave neighs/atom = 167.966 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.669917567078, Press = -0.14926194030851 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 163000 -12626.762 -12626.762 -12691.575 -12691.575 250.83132 250.83132 31597.542 31597.542 4304.2517 4304.2517 164000 -12630.541 -12630.541 -12695.416 -12695.416 251.07254 251.07254 31629.924 31629.924 400.68395 400.68395 Loop time of 7.35674 on 1 procs for 1000 steps with 2000 atoms Performance: 11.744 ns/day, 2.044 hours/ns, 135.930 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1725 | 7.1725 | 7.1725 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046313 | 0.046313 | 0.046313 | 0.0 | 0.63 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.12246 | 0.12246 | 0.12246 | 0.0 | 1.66 Other | | 0.01545 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335458 ave 335458 max 335458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335458 Ave neighs/atom = 167.729 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.665679247668, Press = -0.487992074170507 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 164000 -12630.541 -12630.541 -12695.416 -12695.416 251.07254 251.07254 31629.924 31629.924 400.68395 400.68395 165000 -12627.2 -12627.2 -12691.768 -12691.768 249.88465 249.88465 31657.827 31657.827 -1243.3573 -1243.3573 Loop time of 7.44434 on 1 procs for 1000 steps with 2000 atoms Performance: 11.606 ns/day, 2.068 hours/ns, 134.330 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 | 7.2597 | 7.2597 | 7.2597 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046006 | 0.046006 | 0.046006 | 0.0 | 0.62 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12313 | 0.12313 | 0.12313 | 0.0 | 1.65 Other | | 0.01542 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335930 ave 335930 max 335930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335930 Ave neighs/atom = 167.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.649614595206, Press = -0.318034183867769 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 165000 -12627.2 -12627.2 -12691.768 -12691.768 249.88465 249.88465 31657.827 31657.827 -1243.3573 -1243.3573 166000 -12630.18 -12630.18 -12693.682 -12693.682 245.76155 245.76155 31644.801 31644.801 -766.42409 -766.42409 Loop time of 7.69629 on 1 procs for 1000 steps with 2000 atoms Performance: 11.226 ns/day, 2.138 hours/ns, 129.933 timesteps/s 99.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 | 7.5071 | 7.5071 | 7.5071 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047533 | 0.047533 | 0.047533 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12597 | 0.12597 | 0.12597 | 0.0 | 1.64 Other | | 0.01563 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335510 ave 335510 max 335510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335510 Ave neighs/atom = 167.755 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.656106694476, Press = -0.0778915681070574 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 166000 -12630.18 -12630.18 -12693.682 -12693.682 245.76155 245.76155 31644.801 31644.801 -766.42409 -766.42409 167000 -12629.722 -12629.722 -12696.207 -12696.207 257.30662 257.30662 31643.582 31643.582 -450.36676 -450.36676 Loop time of 7.59935 on 1 procs for 1000 steps with 2000 atoms Performance: 11.369 ns/day, 2.111 hours/ns, 131.590 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 | 7.4124 | 7.4124 | 7.4124 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046691 | 0.046691 | 0.046691 | 0.0 | 0.61 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12484 | 0.12484 | 0.12484 | 0.0 | 1.64 Other | | 0.01542 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335928 ave 335928 max 335928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335928 Ave neighs/atom = 167.964 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.658074188036, Press = 0.0133255427102536 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 167000 -12629.722 -12629.722 -12696.207 -12696.207 257.30662 257.30662 31643.582 31643.582 -450.36676 -450.36676 168000 -12630.397 -12630.397 -12695.851 -12695.851 253.31288 253.31288 31607.039 31607.039 2309.1632 2309.1632 Loop time of 7.31068 on 1 procs for 1000 steps with 2000 atoms Performance: 11.818 ns/day, 2.031 hours/ns, 136.786 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1283 | 7.1283 | 7.1283 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04561 | 0.04561 | 0.04561 | 0.0 | 0.62 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12161 | 0.12161 | 0.12161 | 0.0 | 1.66 Other | | 0.01513 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335466 ave 335466 max 335466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335466 Ave neighs/atom = 167.733 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.639340844417, Press = 0.066012658980589 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 168000 -12630.397 -12630.397 -12695.851 -12695.851 253.31288 253.31288 31607.039 31607.039 2309.1632 2309.1632 169000 -12629.471 -12629.471 -12694.147 -12694.147 250.30097 250.30097 31611.146 31611.146 2519.4654 2519.4654 Loop time of 7.24362 on 1 procs for 1000 steps with 2000 atoms Performance: 11.928 ns/day, 2.012 hours/ns, 138.053 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0622 | 7.0622 | 7.0622 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045468 | 0.045468 | 0.045468 | 0.0 | 0.63 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12095 | 0.12095 | 0.12095 | 0.0 | 1.67 Other | | 0.015 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335978 ave 335978 max 335978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335978 Ave neighs/atom = 167.989 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.636847282157, Press = -0.389055888307079 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 169000 -12629.471 -12629.471 -12694.147 -12694.147 250.30097 250.30097 31611.146 31611.146 2519.4654 2519.4654 170000 -12628.076 -12628.076 -12694.281 -12694.281 256.2215 256.2215 31646.038 31646.038 -625.35324 -625.35324 Loop time of 7.13476 on 1 procs for 1000 steps with 2000 atoms Performance: 12.110 ns/day, 1.982 hours/ns, 140.159 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9532 | 6.9532 | 6.9532 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045043 | 0.045043 | 0.045043 | 0.0 | 0.63 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12168 | 0.12168 | 0.12168 | 0.0 | 1.71 Other | | 0.01477 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335768 ave 335768 max 335768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335768 Ave neighs/atom = 167.884 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.635379330374, Press = -0.382474859202176 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 170000 -12628.076 -12628.076 -12694.281 -12694.281 256.2215 256.2215 31646.038 31646.038 -625.35324 -625.35324 171000 -12629.116 -12629.116 -12694.887 -12694.887 254.54324 254.54324 31656.402 31656.402 -1501.4412 -1501.4412 Loop time of 6.80087 on 1 procs for 1000 steps with 2000 atoms Performance: 12.704 ns/day, 1.889 hours/ns, 147.040 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.6296 | 6.6296 | 6.6296 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043007 | 0.043007 | 0.043007 | 0.0 | 0.63 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11438 | 0.11438 | 0.11438 | 0.0 | 1.68 Other | | 0.01389 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335730 ave 335730 max 335730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335730 Ave neighs/atom = 167.865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.635443637215, Press = -0.196480534912647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 171000 -12629.116 -12629.116 -12694.887 -12694.887 254.54324 254.54324 31656.402 31656.402 -1501.4412 -1501.4412 172000 -12632.614 -12632.614 -12695.205 -12695.205 242.23375 242.23375 31641.951 31641.951 -606.63117 -606.63117 Loop time of 6.86429 on 1 procs for 1000 steps with 2000 atoms Performance: 12.587 ns/day, 1.907 hours/ns, 145.682 timesteps/s 99.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 | 6.6925 | 6.6925 | 6.6925 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043256 | 0.043256 | 0.043256 | 0.0 | 0.63 Output | 6.6996e-05 | 6.6996e-05 | 6.6996e-05 | 0.0 | 0.00 Modify | 0.1144 | 0.1144 | 0.1144 | 0.0 | 1.67 Other | | 0.01408 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335602 ave 335602 max 335602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335602 Ave neighs/atom = 167.801 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.628914572172, Press = -0.0689812443891732 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 172000 -12632.614 -12632.614 -12695.205 -12695.205 242.23375 242.23375 31641.951 31641.951 -606.63117 -606.63117 173000 -12627.823 -12627.823 -12692.997 -12692.997 252.23011 252.23011 31618.191 31618.191 2207.6363 2207.6363 Loop time of 7.12397 on 1 procs for 1000 steps with 2000 atoms Performance: 12.128 ns/day, 1.979 hours/ns, 140.371 timesteps/s 99.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 | 6.9467 | 6.9467 | 6.9467 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0443 | 0.0443 | 0.0443 | 0.0 | 0.62 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.11838 | 0.11838 | 0.11838 | 0.0 | 1.66 Other | | 0.01453 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335912 ave 335912 max 335912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335912 Ave neighs/atom = 167.956 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.621971262749, Press = 0.0413946978833265 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 173000 -12627.823 -12627.823 -12692.997 -12692.997 252.23011 252.23011 31618.191 31618.191 2207.6363 2207.6363 174000 -12629.776 -12629.776 -12695.947 -12695.947 256.08908 256.08908 31594.883 31594.883 3714.9827 3714.9827 Loop time of 6.8775 on 1 procs for 1000 steps with 2000 atoms Performance: 12.563 ns/day, 1.910 hours/ns, 145.402 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7044 | 6.7044 | 6.7044 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043438 | 0.043438 | 0.043438 | 0.0 | 0.63 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11571 | 0.11571 | 0.11571 | 0.0 | 1.68 Other | | 0.01392 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335414 ave 335414 max 335414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335414 Ave neighs/atom = 167.707 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.606601066657, Press = -0.343850053542256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 174000 -12629.776 -12629.776 -12695.947 -12695.947 256.08908 256.08908 31594.883 31594.883 3714.9827 3714.9827 175000 -12628.292 -12628.292 -12693.424 -12693.424 252.06835 252.06835 31652.385 31652.385 -1133.4883 -1133.4883 Loop time of 7.08922 on 1 procs for 1000 steps with 2000 atoms Performance: 12.188 ns/day, 1.969 hours/ns, 141.059 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9122 | 6.9122 | 6.9122 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044567 | 0.044567 | 0.044567 | 0.0 | 0.63 Output | 5.6028e-05 | 5.6028e-05 | 5.6028e-05 | 0.0 | 0.00 Modify | 0.118 | 0.118 | 0.118 | 0.0 | 1.66 Other | | 0.0144 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335876 ave 335876 max 335876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335876 Ave neighs/atom = 167.938 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.607291349707, Press = -0.430870559238296 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 175000 -12628.292 -12628.292 -12693.424 -12693.424 252.06835 252.06835 31652.385 31652.385 -1133.4883 -1133.4883 176000 -12628.674 -12628.674 -12695.372 -12695.372 258.12726 258.12726 31649.185 31649.185 -1097.8351 -1097.8351 Loop time of 7.43452 on 1 procs for 1000 steps with 2000 atoms Performance: 11.621 ns/day, 2.065 hours/ns, 134.508 timesteps/s 97.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 | 7.2532 | 7.2532 | 7.2532 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045357 | 0.045357 | 0.045357 | 0.0 | 0.61 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12071 | 0.12071 | 0.12071 | 0.0 | 1.62 Other | | 0.01518 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335772 ave 335772 max 335772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335772 Ave neighs/atom = 167.886 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.606552444899, Press = -0.143206190841491 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 176000 -12628.674 -12628.674 -12695.372 -12695.372 258.12726 258.12726 31649.185 31649.185 -1097.8351 -1097.8351 177000 -12625.767 -12625.767 -12692.775 -12692.775 259.32744 259.32744 31639.504 31639.504 130.25859 130.25859 Loop time of 7.16891 on 1 procs for 1000 steps with 2000 atoms Performance: 12.052 ns/day, 1.991 hours/ns, 139.491 timesteps/s 99.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 | 6.9911 | 6.9911 | 6.9911 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044266 | 0.044266 | 0.044266 | 0.0 | 0.62 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.11889 | 0.11889 | 0.11889 | 0.0 | 1.66 Other | | 0.01467 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335822 ave 335822 max 335822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335822 Ave neighs/atom = 167.911 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.620933664227, Press = -0.132580698484765 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 177000 -12625.767 -12625.767 -12692.775 -12692.775 259.32744 259.32744 31639.504 31639.504 130.25859 130.25859 178000 -12629.831 -12629.831 -12694.148 -12694.148 248.91574 248.91574 31623.935 31623.935 1223.8418 1223.8418 Loop time of 6.77191 on 1 procs for 1000 steps with 2000 atoms Performance: 12.759 ns/day, 1.881 hours/ns, 147.669 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.6009 | 6.6009 | 6.6009 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042543 | 0.042543 | 0.042543 | 0.0 | 0.63 Output | 2.6941e-05 | 2.6941e-05 | 2.6941e-05 | 0.0 | 0.00 Modify | 0.11421 | 0.11421 | 0.11421 | 0.0 | 1.69 Other | | 0.01425 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335844 ave 335844 max 335844 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335844 Ave neighs/atom = 167.922 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.623873338936, Press = -0.209992739680575 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 178000 -12629.831 -12629.831 -12694.148 -12694.148 248.91574 248.91574 31623.935 31623.935 1223.8418 1223.8418 179000 -12627.823 -12627.823 -12693.512 -12693.512 254.22233 254.22233 31658.544 31658.544 -1609.7466 -1609.7466 Loop time of 7.01568 on 1 procs for 1000 steps with 2000 atoms Performance: 12.315 ns/day, 1.949 hours/ns, 142.538 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.8389 | 6.8389 | 6.8389 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044001 | 0.044001 | 0.044001 | 0.0 | 0.63 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.1176 | 0.1176 | 0.1176 | 0.0 | 1.68 Other | | 0.01515 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335806 ave 335806 max 335806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335806 Ave neighs/atom = 167.903 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.614944002655, Press = -0.445608358446882 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 179000 -12627.823 -12627.823 -12693.512 -12693.512 254.22233 254.22233 31658.544 31658.544 -1609.7466 -1609.7466 180000 -12629.787 -12629.787 -12693.202 -12693.202 245.42233 245.42233 31681.64 31681.64 -3743.1873 -3743.1873 Loop time of 7.29134 on 1 procs for 1000 steps with 2000 atoms Performance: 11.850 ns/day, 2.025 hours/ns, 137.149 timesteps/s 98.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 | 7.1092 | 7.1092 | 7.1092 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045079 | 0.045079 | 0.045079 | 0.0 | 0.62 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.12218 | 0.12218 | 0.12218 | 0.0 | 1.68 Other | | 0.01485 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335796 ave 335796 max 335796 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335796 Ave neighs/atom = 167.898 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.613430535715, Press = -0.183569366579812 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 180000 -12629.787 -12629.787 -12693.202 -12693.202 245.42233 245.42233 31681.64 31681.64 -3743.1873 -3743.1873 181000 -12630.437 -12630.437 -12695.294 -12695.294 251.00156 251.00156 31647.856 31647.856 -962.23775 -962.23775 Loop time of 7.43619 on 1 procs for 1000 steps with 2000 atoms Performance: 11.619 ns/day, 2.066 hours/ns, 134.477 timesteps/s 99.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 | 7.2515 | 7.2515 | 7.2515 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045617 | 0.045617 | 0.045617 | 0.0 | 0.61 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12364 | 0.12364 | 0.12364 | 0.0 | 1.66 Other | | 0.01536 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335774 ave 335774 max 335774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335774 Ave neighs/atom = 167.887 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.610578754851, Press = 0.0582163104343119 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 181000 -12630.437 -12630.437 -12695.294 -12695.294 251.00156 251.00156 31647.856 31647.856 -962.23775 -962.23775 182000 -12627.165 -12627.165 -12692.611 -12692.611 253.28522 253.28522 31622.38 31622.38 1779.2239 1779.2239 Loop time of 7.4074 on 1 procs for 1000 steps with 2000 atoms Performance: 11.664 ns/day, 2.058 hours/ns, 135.000 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2233 | 7.2233 | 7.2233 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045761 | 0.045761 | 0.045761 | 0.0 | 0.62 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.12324 | 0.12324 | 0.12324 | 0.0 | 1.66 Other | | 0.01509 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335754 ave 335754 max 335754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335754 Ave neighs/atom = 167.877 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.605228633959, Press = -0.0700446032699415 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 182000 -12627.165 -12627.165 -12692.611 -12692.611 253.28522 253.28522 31622.38 31622.38 1779.2239 1779.2239 183000 -12630.417 -12630.417 -12694.336 -12694.336 247.37335 247.37335 31630.032 31630.032 860.61199 860.61199 Loop time of 7.36058 on 1 procs for 1000 steps with 2000 atoms Performance: 11.738 ns/day, 2.045 hours/ns, 135.859 timesteps/s 99.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 | 7.178 | 7.178 | 7.178 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045473 | 0.045473 | 0.045473 | 0.0 | 0.62 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.12209 | 0.12209 | 0.12209 | 0.0 | 1.66 Other | | 0.01496 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335576 ave 335576 max 335576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335576 Ave neighs/atom = 167.788 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.60411161119, Press = -0.244404092298371 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 183000 -12630.417 -12630.417 -12694.336 -12694.336 247.37335 247.37335 31630.032 31630.032 860.61199 860.61199 184000 -12629.363 -12629.363 -12695.242 -12695.242 254.95908 254.95908 31651.016 31651.016 -1344.5652 -1344.5652 Loop time of 7.23682 on 1 procs for 1000 steps with 2000 atoms Performance: 11.939 ns/day, 2.010 hours/ns, 138.182 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0562 | 7.0562 | 7.0562 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04499 | 0.04499 | 0.04499 | 0.0 | 0.62 Output | 5.6028e-05 | 5.6028e-05 | 5.6028e-05 | 0.0 | 0.00 Modify | 0.1207 | 0.1207 | 0.1207 | 0.0 | 1.67 Other | | 0.01489 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335560 ave 335560 max 335560 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335560 Ave neighs/atom = 167.78 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.602511302906, Press = -0.264975463885341 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 184000 -12629.363 -12629.363 -12695.242 -12695.242 254.95908 254.95908 31651.016 31651.016 -1344.5652 -1344.5652 185000 -12628.205 -12628.205 -12694.148 -12694.148 255.20517 255.20517 31647.092 31647.092 -605.9992 -605.9992 Loop time of 7.47923 on 1 procs for 1000 steps with 2000 atoms Performance: 11.552 ns/day, 2.078 hours/ns, 133.704 timesteps/s 98.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 | 7.2823 | 7.2823 | 7.2823 | 0.0 | 97.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046266 | 0.046266 | 0.046266 | 0.0 | 0.62 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.13538 | 0.13538 | 0.13538 | 0.0 | 1.81 Other | | 0.01531 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335864 ave 335864 max 335864 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335864 Ave neighs/atom = 167.932 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.597063904524, Press = -0.12563385413052 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 185000 -12628.205 -12628.205 -12694.148 -12694.148 255.20517 255.20517 31647.092 31647.092 -605.9992 -605.9992 186000 -12627.626 -12627.626 -12693.694 -12693.694 255.68945 255.68945 31634.988 31634.988 439.78899 439.78899 Loop time of 7.59842 on 1 procs for 1000 steps with 2000 atoms Performance: 11.371 ns/day, 2.111 hours/ns, 131.606 timesteps/s 94.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 | 7.4175 | 7.4175 | 7.4175 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044804 | 0.044804 | 0.044804 | 0.0 | 0.59 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12124 | 0.12124 | 0.12124 | 0.0 | 1.60 Other | | 0.01482 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335646 ave 335646 max 335646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335646 Ave neighs/atom = 167.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 = 253.608428579317, Press = -0.212393886693591 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 186000 -12627.626 -12627.626 -12693.694 -12693.694 255.68945 255.68945 31634.988 31634.988 439.78899 439.78899 187000 -12627.414 -12627.414 -12693.768 -12693.768 256.79594 256.79594 31647.288 31647.288 -655.03466 -655.03466 Loop time of 9.76756 on 1 procs for 1000 steps with 2000 atoms Performance: 8.846 ns/day, 2.713 hours/ns, 102.380 timesteps/s 73.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.5538 | 9.5538 | 9.5538 | 0.0 | 97.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058165 | 0.058165 | 0.058165 | 0.0 | 0.60 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.14061 | 0.14061 | 0.14061 | 0.0 | 1.44 Other | | 0.01495 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335730 ave 335730 max 335730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335730 Ave neighs/atom = 167.865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.605800345657, Press = -0.191090698686993 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 187000 -12627.414 -12627.414 -12693.768 -12693.768 256.79594 256.79594 31647.288 31647.288 -655.03466 -655.03466 188000 -12625.822 -12625.822 -12692.634 -12692.634 258.56994 258.56994 31647.887 31647.887 -403.4255 -403.4255 Loop time of 9.01502 on 1 procs for 1000 steps with 2000 atoms Performance: 9.584 ns/day, 2.504 hours/ns, 110.926 timesteps/s 80.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 | 8.7834 | 8.7834 | 8.7834 | 0.0 | 97.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04585 | 0.04585 | 0.04585 | 0.0 | 0.51 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.15779 | 0.15779 | 0.15779 | 0.0 | 1.75 Other | | 0.02799 | | | 0.31 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335698 ave 335698 max 335698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335698 Ave neighs/atom = 167.849 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.60401385977, Press = 0.0795475220503593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 188000 -12625.822 -12625.822 -12692.634 -12692.634 258.56994 258.56994 31647.887 31647.887 -403.4255 -403.4255 189000 -12629.105 -12629.105 -12695.581 -12695.581 257.26608 257.26608 31610.818 31610.818 2194.6568 2194.6568 Loop time of 9.10334 on 1 procs for 1000 steps with 2000 atoms Performance: 9.491 ns/day, 2.529 hours/ns, 109.850 timesteps/s 79.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 | 8.8633 | 8.8633 | 8.8633 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060415 | 0.060415 | 0.060415 | 0.0 | 0.66 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.16453 | 0.16453 | 0.16453 | 0.0 | 1.81 Other | | 0.01504 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335618 ave 335618 max 335618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335618 Ave neighs/atom = 167.809 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.606046426871, Press = -0.0584292393568175 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 189000 -12629.105 -12629.105 -12695.581 -12695.581 257.26608 257.26608 31610.818 31610.818 2194.6568 2194.6568 190000 -12630.804 -12630.804 -12696.856 -12696.856 255.62735 255.62735 31623.7 31623.7 1024.9653 1024.9653 Loop time of 9.60237 on 1 procs for 1000 steps with 2000 atoms Performance: 8.998 ns/day, 2.667 hours/ns, 104.141 timesteps/s 76.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 | 9.3953 | 9.3953 | 9.3953 | 0.0 | 97.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058841 | 0.058841 | 0.058841 | 0.0 | 0.61 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.13304 | 0.13304 | 0.13304 | 0.0 | 1.39 Other | | 0.01516 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335902 ave 335902 max 335902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335902 Ave neighs/atom = 167.951 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.605716905732, Press = -0.284025862147611 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 190000 -12630.804 -12630.804 -12696.856 -12696.856 255.62735 255.62735 31623.7 31623.7 1024.9653 1024.9653 191000 -12628.512 -12628.512 -12692.338 -12692.338 247.01645 247.01645 31669.082 31669.082 -2576.7463 -2576.7463 Loop time of 9.04989 on 1 procs for 1000 steps with 2000 atoms Performance: 9.547 ns/day, 2.514 hours/ns, 110.499 timesteps/s 80.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 | 8.8423 | 8.8423 | 8.8423 | 0.0 | 97.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045486 | 0.045486 | 0.045486 | 0.0 | 0.50 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.14717 | 0.14717 | 0.14717 | 0.0 | 1.63 Other | | 0.01487 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335766 ave 335766 max 335766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335766 Ave neighs/atom = 167.883 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.597298142117, Press = -0.233751917702232 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 191000 -12628.512 -12628.512 -12692.338 -12692.338 247.01645 247.01645 31669.082 31669.082 -2576.7463 -2576.7463 192000 -12631.271 -12631.271 -12694.841 -12694.841 246.02192 246.02192 31657.475 31657.475 -1831.69 -1831.69 Loop time of 9.08192 on 1 procs for 1000 steps with 2000 atoms Performance: 9.513 ns/day, 2.523 hours/ns, 110.109 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 | 8.8481 | 8.8481 | 8.8481 | 0.0 | 97.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051602 | 0.051602 | 0.051602 | 0.0 | 0.57 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.16703 | 0.16703 | 0.16703 | 0.0 | 1.84 Other | | 0.01516 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335850 ave 335850 max 335850 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335850 Ave neighs/atom = 167.925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.595273216422, Press = 0.169798804604314 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 192000 -12631.271 -12631.271 -12694.841 -12694.841 246.02192 246.02192 31657.475 31657.475 -1831.69 -1831.69 193000 -12627.002 -12627.002 -12693.539 -12693.539 257.50471 257.50471 31606.567 31606.567 3199.0281 3199.0281 Loop time of 9.39669 on 1 procs for 1000 steps with 2000 atoms Performance: 9.195 ns/day, 2.610 hours/ns, 106.420 timesteps/s 76.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.1792 | 9.1792 | 9.1792 | 0.0 | 97.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04768 | 0.04768 | 0.04768 | 0.0 | 0.51 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.14154 | 0.14154 | 0.14154 | 0.0 | 1.51 Other | | 0.02822 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.593754171544, Press = 0.0670580488427718 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 193000 -12627.002 -12627.002 -12693.539 -12693.539 257.50471 257.50471 31606.567 31606.567 3199.0281 3199.0281 194000 -12631.794 -12631.794 -12696.336 -12696.336 249.78428 249.78428 31619.344 31619.344 1289.3892 1289.3892 Loop time of 9.4501 on 1 procs for 1000 steps with 2000 atoms Performance: 9.143 ns/day, 2.625 hours/ns, 105.819 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 | 9.2034 | 9.2034 | 9.2034 | 0.0 | 97.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053705 | 0.053705 | 0.053705 | 0.0 | 0.57 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.17759 | 0.17759 | 0.17759 | 0.0 | 1.88 Other | | 0.01536 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335520 ave 335520 max 335520 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335520 Ave neighs/atom = 167.76 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.588246547313, Press = -0.288310797045123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 194000 -12631.794 -12631.794 -12696.336 -12696.336 249.78428 249.78428 31619.344 31619.344 1289.3892 1289.3892 195000 -12629.016 -12629.016 -12694.125 -12694.125 251.9793 251.9793 31647.032 31647.032 -770.13656 -770.13656 Loop time of 9.60535 on 1 procs for 1000 steps with 2000 atoms Performance: 8.995 ns/day, 2.668 hours/ns, 104.109 timesteps/s 76.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 | 9.3662 | 9.3662 | 9.3662 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04925 | 0.04925 | 0.04925 | 0.0 | 0.51 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.17438 | 0.17438 | 0.17438 | 0.0 | 1.82 Other | | 0.01553 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.582342574293, Press = -0.303873914926287 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 195000 -12629.016 -12629.016 -12694.125 -12694.125 251.9793 251.9793 31647.032 31647.032 -770.13656 -770.13656 196000 -12626.403 -12626.403 -12693.967 -12693.967 261.48297 261.48297 31662.523 31662.523 -2116.8364 -2116.8364 Loop time of 9.04029 on 1 procs for 1000 steps with 2000 atoms Performance: 9.557 ns/day, 2.511 hours/ns, 110.616 timesteps/s 79.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 | 8.8398 | 8.8398 | 8.8398 | 0.0 | 97.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060544 | 0.060544 | 0.060544 | 0.0 | 0.67 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12362 | 0.12362 | 0.12362 | 0.0 | 1.37 Other | | 0.01628 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335788 ave 335788 max 335788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335788 Ave neighs/atom = 167.894 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.580025334228, Press = -0.197867084588415 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 196000 -12626.403 -12626.403 -12693.967 -12693.967 261.48297 261.48297 31662.523 31662.523 -2116.8364 -2116.8364 197000 -12630.555 -12630.555 -12694.606 -12694.606 247.88494 247.88494 31665.896 31665.896 -2524.3274 -2524.3274 Loop time of 8.72902 on 1 procs for 1000 steps with 2000 atoms Performance: 9.898 ns/day, 2.425 hours/ns, 114.560 timesteps/s 80.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 | 8.4843 | 8.4843 | 8.4843 | 0.0 | 97.20 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049961 | 0.049961 | 0.049961 | 0.0 | 0.57 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.16708 | 0.16708 | 0.16708 | 0.0 | 1.91 Other | | 0.02759 | | | 0.32 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335950 ave 335950 max 335950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335950 Ave neighs/atom = 167.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.577590099803, Press = -0.0324907957688915 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 197000 -12630.555 -12630.555 -12694.606 -12694.606 247.88494 247.88494 31665.896 31665.896 -2524.3274 -2524.3274 198000 -12627.867 -12627.867 -12692.212 -12692.212 249.02482 249.02482 31614.046 31614.046 2361.1603 2361.1603 Loop time of 9.2991 on 1 procs for 1000 steps with 2000 atoms Performance: 9.291 ns/day, 2.583 hours/ns, 107.537 timesteps/s 76.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.0655 | 9.0655 | 9.0655 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07077 | 0.07077 | 0.07077 | 0.0 | 0.76 Output | 7.0095e-05 | 7.0095e-05 | 7.0095e-05 | 0.0 | 0.00 Modify | 0.14809 | 0.14809 | 0.14809 | 0.0 | 1.59 Other | | 0.01464 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335770 ave 335770 max 335770 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335770 Ave neighs/atom = 167.885 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.571511742341, Press = 0.266695462048973 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 198000 -12627.867 -12627.867 -12692.212 -12692.212 249.02482 249.02482 31614.046 31614.046 2361.1603 2361.1603 199000 -12628.737 -12628.737 -12693.835 -12693.835 251.93445 251.93445 31617.484 31617.484 1822.8382 1822.8382 Loop time of 8.80342 on 1 procs for 1000 steps with 2000 atoms Performance: 9.814 ns/day, 2.445 hours/ns, 113.592 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 | 8.6092 | 8.6092 | 8.6092 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058328 | 0.058328 | 0.058328 | 0.0 | 0.66 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12082 | 0.12082 | 0.12082 | 0.0 | 1.37 Other | | 0.01505 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335876 ave 335876 max 335876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335876 Ave neighs/atom = 167.938 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.56973001964, Press = -0.0898183024603685 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 199000 -12628.737 -12628.737 -12693.835 -12693.835 251.93445 251.93445 31617.484 31617.484 1822.8382 1822.8382 200000 -12631.454 -12631.454 -12693.091 -12693.091 238.54101 238.54101 31639.589 31639.589 54.521589 54.521589 Loop time of 8.84966 on 1 procs for 1000 steps with 2000 atoms Performance: 9.763 ns/day, 2.458 hours/ns, 112.999 timesteps/s 83.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 | 8.6015 | 8.6015 | 8.6015 | 0.0 | 97.20 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.069503 | 0.069503 | 0.069503 | 0.0 | 0.79 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.16343 | 0.16343 | 0.16343 | 0.0 | 1.85 Other | | 0.01522 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335798 ave 335798 max 335798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335798 Ave neighs/atom = 167.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 = 253.565807103186, Press = -0.106025572010869 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 200000 -12631.454 -12631.454 -12693.091 -12693.091 238.54101 238.54101 31639.589 31639.589 54.521589 54.521589 201000 -12628.536 -12628.536 -12693.743 -12693.743 252.35768 252.35768 31617.939 31617.939 1916.5092 1916.5092 Loop time of 10.3988 on 1 procs for 1000 steps with 2000 atoms Performance: 8.309 ns/day, 2.889 hours/ns, 96.165 timesteps/s 70.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 | 10.151 | 10.151 | 10.151 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05881 | 0.05881 | 0.05881 | 0.0 | 0.57 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.17366 | 0.17366 | 0.17366 | 0.0 | 1.67 Other | | 0.01522 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335818 ave 335818 max 335818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335818 Ave neighs/atom = 167.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 = 253.557898196635, Press = -0.117447244688078 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 201000 -12628.536 -12628.536 -12693.743 -12693.743 252.35768 252.35768 31617.939 31617.939 1916.5092 1916.5092 202000 -12626.563 -12626.563 -12693.097 -12693.097 257.49266 257.49266 31630.583 31630.583 965.92107 965.92107 Loop time of 9.4236 on 1 procs for 1000 steps with 2000 atoms Performance: 9.168 ns/day, 2.618 hours/ns, 106.117 timesteps/s 75.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 | 9.2007 | 9.2007 | 9.2007 | 0.0 | 97.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057877 | 0.057877 | 0.057877 | 0.0 | 0.61 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.1502 | 0.1502 | 0.1502 | 0.0 | 1.59 Other | | 0.01482 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335778 ave 335778 max 335778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335778 Ave neighs/atom = 167.889 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.550796919946, Press = -0.322334439039308 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 202000 -12626.563 -12626.563 -12693.097 -12693.097 257.49266 257.49266 31630.583 31630.583 965.92107 965.92107 203000 -12631.447 -12631.447 -12694.081 -12694.081 242.39932 242.39932 31656.739 31656.739 -1512.0005 -1512.0005 Loop time of 9.01939 on 1 procs for 1000 steps with 2000 atoms Performance: 9.579 ns/day, 2.505 hours/ns, 110.872 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 | 8.8093 | 8.8093 | 8.8093 | 0.0 | 97.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044693 | 0.044693 | 0.044693 | 0.0 | 0.50 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15087 | 0.15087 | 0.15087 | 0.0 | 1.67 Other | | 0.01453 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335766 ave 335766 max 335766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335766 Ave neighs/atom = 167.883 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.545725176835, Press = -0.324442270268266 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 203000 -12631.447 -12631.447 -12694.081 -12694.081 242.39932 242.39932 31656.739 31656.739 -1512.0005 -1512.0005 204000 -12628.609 -12628.609 -12694.327 -12694.327 254.33687 254.33687 31652.23 31652.23 -1360.269 -1360.269 Loop time of 9.36492 on 1 procs for 1000 steps with 2000 atoms Performance: 9.226 ns/day, 2.601 hours/ns, 106.781 timesteps/s 77.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 | 9.1579 | 9.1579 | 9.1579 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045308 | 0.045308 | 0.045308 | 0.0 | 0.48 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.1465 | 0.1465 | 0.1465 | 0.0 | 1.56 Other | | 0.01523 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335676 ave 335676 max 335676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335676 Ave neighs/atom = 167.838 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.547535789766, Press = -0.0342735702176769 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 204000 -12628.609 -12628.609 -12694.327 -12694.327 254.33687 254.33687 31652.23 31652.23 -1360.269 -1360.269 205000 -12629.46 -12629.46 -12694.338 -12694.338 251.08691 251.08691 31637.827 31637.827 207.49864 207.49864 Loop time of 9.45511 on 1 procs for 1000 steps with 2000 atoms Performance: 9.138 ns/day, 2.626 hours/ns, 105.763 timesteps/s 78.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 | 9.2105 | 9.2105 | 9.2105 | 0.0 | 97.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050047 | 0.050047 | 0.050047 | 0.0 | 0.53 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.1661 | 0.1661 | 0.1661 | 0.0 | 1.76 Other | | 0.02843 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335932 ave 335932 max 335932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335932 Ave neighs/atom = 167.966 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.543793681659, Press = -0.000353888357257069 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 205000 -12629.46 -12629.46 -12694.338 -12694.338 251.08691 251.08691 31637.827 31637.827 207.49864 207.49864 206000 -12628.284 -12628.284 -12695.47 -12695.47 260.01755 260.01755 31621.822 31621.822 1151.8387 1151.8387 Loop time of 10.0422 on 1 procs for 1000 steps with 2000 atoms Performance: 8.604 ns/day, 2.790 hours/ns, 99.580 timesteps/s 72.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 | 9.8119 | 9.8119 | 9.8119 | 0.0 | 97.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068254 | 0.068254 | 0.068254 | 0.0 | 0.68 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.14708 | 0.14708 | 0.14708 | 0.0 | 1.46 Other | | 0.0149 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335660 ave 335660 max 335660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335660 Ave neighs/atom = 167.83 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.55339427391, Press = -0.0609689593158696 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 206000 -12628.284 -12628.284 -12695.47 -12695.47 260.01755 260.01755 31621.822 31621.822 1151.8387 1151.8387 207000 -12629.093 -12629.093 -12694.209 -12694.209 252.00462 252.00462 31617.967 31617.967 2105.9414 2105.9414 Loop time of 9.11475 on 1 procs for 1000 steps with 2000 atoms Performance: 9.479 ns/day, 2.532 hours/ns, 109.712 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 | 8.8769 | 8.8769 | 8.8769 | 0.0 | 97.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.088891 | 0.088891 | 0.088891 | 0.0 | 0.98 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.12117 | 0.12117 | 0.12117 | 0.0 | 1.33 Other | | 0.02773 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335960 ave 335960 max 335960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335960 Ave neighs/atom = 167.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.557099560764, Press = -0.165440766840295 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 207000 -12629.093 -12629.093 -12694.209 -12694.209 252.00462 252.00462 31617.967 31617.967 2105.9414 2105.9414 208000 -12628.737 -12628.737 -12694.742 -12694.742 255.44604 255.44604 31629.734 31629.734 706.66963 706.66963 Loop time of 9.72233 on 1 procs for 1000 steps with 2000 atoms Performance: 8.887 ns/day, 2.701 hours/ns, 102.856 timesteps/s 77.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.4834 | 9.4834 | 9.4834 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073021 | 0.073021 | 0.073021 | 0.0 | 0.75 Output | 4.22e-05 | 4.22e-05 | 4.22e-05 | 0.0 | 0.00 Modify | 0.15022 | 0.15022 | 0.15022 | 0.0 | 1.55 Other | | 0.01562 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335606 ave 335606 max 335606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335606 Ave neighs/atom = 167.803 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.561250954701, Press = -0.468545913894284 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 208000 -12628.737 -12628.737 -12694.742 -12694.742 255.44604 255.44604 31629.734 31629.734 706.66963 706.66963 209000 -12627.404 -12627.404 -12692.557 -12692.557 252.14839 252.14839 31674.376 31674.376 -3002.1542 -3002.1542 Loop time of 8.63915 on 1 procs for 1000 steps with 2000 atoms Performance: 10.001 ns/day, 2.400 hours/ns, 115.752 timesteps/s 80.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 | 8.4404 | 8.4404 | 8.4404 | 0.0 | 97.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054175 | 0.054175 | 0.054175 | 0.0 | 0.63 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13001 | 0.13001 | 0.13001 | 0.0 | 1.50 Other | | 0.0145 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335826 ave 335826 max 335826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335826 Ave neighs/atom = 167.913 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.555783706279, Press = -0.305188047307887 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 209000 -12627.404 -12627.404 -12692.557 -12692.557 252.14839 252.14839 31674.376 31674.376 -3002.1542 -3002.1542 210000 -12625.481 -12625.481 -12693.512 -12693.512 263.28691 263.28691 31647.995 31647.995 -508.74629 -508.74629 Loop time of 10.0535 on 1 procs for 1000 steps with 2000 atoms Performance: 8.594 ns/day, 2.793 hours/ns, 99.468 timesteps/s 71.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.8309 | 9.8309 | 9.8309 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057928 | 0.057928 | 0.057928 | 0.0 | 0.58 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.1436 | 0.1436 | 0.1436 | 0.0 | 1.43 Other | | 0.02104 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335886 ave 335886 max 335886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335886 Ave neighs/atom = 167.943 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.555384789825, Press = -0.0461348410729712 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 210000 -12625.481 -12625.481 -12693.512 -12693.512 263.28691 263.28691 31647.995 31647.995 -508.74629 -508.74629 211000 -12630.102 -12630.102 -12694.89 -12694.89 250.73855 250.73855 31629.348 31629.348 601.72635 601.72635 Loop time of 11.737 on 1 procs for 1000 steps with 2000 atoms Performance: 7.361 ns/day, 3.260 hours/ns, 85.201 timesteps/s 63.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 11.382 | 11.382 | 11.382 | 0.0 | 96.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083711 | 0.083711 | 0.083711 | 0.0 | 0.71 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.25599 | 0.25599 | 0.25599 | 0.0 | 2.18 Other | | 0.01542 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335790 ave 335790 max 335790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335790 Ave neighs/atom = 167.895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.558853655868, Press = -0.0509433647774348 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 211000 -12630.102 -12630.102 -12694.89 -12694.89 250.73855 250.73855 31629.348 31629.348 601.72635 601.72635 212000 -12628.532 -12628.532 -12695.61 -12695.61 259.59842 259.59842 31630.641 31630.641 546.01405 546.01405 Loop time of 10.1422 on 1 procs for 1000 steps with 2000 atoms Performance: 8.519 ns/day, 2.817 hours/ns, 98.598 timesteps/s 73.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 | 9.9087 | 9.9087 | 9.9087 | 0.0 | 97.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064046 | 0.064046 | 0.064046 | 0.0 | 0.63 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.1541 | 0.1541 | 0.1541 | 0.0 | 1.52 Other | | 0.01531 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335920 ave 335920 max 335920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335920 Ave neighs/atom = 167.96 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.559886617495, Press = -0.108504124233045 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 212000 -12628.532 -12628.532 -12695.61 -12695.61 259.59842 259.59842 31630.641 31630.641 546.01405 546.01405 213000 -12629.945 -12629.945 -12694.441 -12694.441 249.60752 249.60752 31610.073 31610.073 2300.4941 2300.4941 Loop time of 12.0279 on 1 procs for 1000 steps with 2000 atoms Performance: 7.183 ns/day, 3.341 hours/ns, 83.140 timesteps/s 59.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 | 11.702 | 11.702 | 11.702 | 0.0 | 97.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075094 | 0.075094 | 0.075094 | 0.0 | 0.62 Output | 7.987e-05 | 7.987e-05 | 7.987e-05 | 0.0 | 0.00 Modify | 0.22177 | 0.22177 | 0.22177 | 0.0 | 1.84 Other | | 0.02888 | | | 0.24 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335882 ave 335882 max 335882 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335882 Ave neighs/atom = 167.941 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.549039391768, Press = -0.22277380370673 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 213000 -12629.945 -12629.945 -12694.441 -12694.441 249.60752 249.60752 31610.073 31610.073 2300.4941 2300.4941 214000 -12627.163 -12627.163 -12695.536 -12695.536 264.61102 264.61102 31649.035 31649.035 -967.20839 -967.20839 Loop time of 14.9154 on 1 procs for 1000 steps with 2000 atoms Performance: 5.793 ns/day, 4.143 hours/ns, 67.045 timesteps/s 48.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 | 14.602 | 14.602 | 14.602 | 0.0 | 97.90 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10771 | 0.10771 | 0.10771 | 0.0 | 0.72 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.19122 | 0.19122 | 0.19122 | 0.0 | 1.28 Other | | 0.01492 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.547864915368, Press = -0.357598114263279 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 214000 -12627.163 -12627.163 -12695.536 -12695.536 264.61102 264.61102 31649.035 31649.035 -967.20839 -967.20839 215000 -12627.825 -12627.825 -12693.198 -12693.198 252.99815 252.99815 31657.799 31657.799 -1792.6509 -1792.6509 Loop time of 8.87232 on 1 procs for 1000 steps with 2000 atoms Performance: 9.738 ns/day, 2.465 hours/ns, 112.710 timesteps/s 80.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 | 8.6198 | 8.6198 | 8.6198 | 0.0 | 97.15 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04498 | 0.04498 | 0.04498 | 0.0 | 0.51 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.19086 | 0.19086 | 0.19086 | 0.0 | 2.15 Other | | 0.01666 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.542255988691, Press = -0.146838168686223 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 215000 -12627.825 -12627.825 -12693.198 -12693.198 252.99815 252.99815 31657.799 31657.799 -1792.6509 -1792.6509 216000 -12629.037 -12629.037 -12694.526 -12694.526 253.44711 253.44711 31651.456 31651.456 -1128.896 -1128.896 Loop time of 8.67394 on 1 procs for 1000 steps with 2000 atoms Performance: 9.961 ns/day, 2.409 hours/ns, 115.288 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 | 8.4347 | 8.4347 | 8.4347 | 0.0 | 97.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064182 | 0.064182 | 0.064182 | 0.0 | 0.74 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.15993 | 0.15993 | 0.15993 | 0.0 | 1.84 Other | | 0.0151 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335894 ave 335894 max 335894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335894 Ave neighs/atom = 167.947 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.535427627461, Press = -0.0303346015430099 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 216000 -12629.037 -12629.037 -12694.526 -12694.526 253.44711 253.44711 31651.456 31651.456 -1128.896 -1128.896 217000 -12629.44 -12629.44 -12695.713 -12695.713 256.48354 256.48354 31609.13 31609.13 2414.4021 2414.4021 Loop time of 8.75423 on 1 procs for 1000 steps with 2000 atoms Performance: 9.870 ns/day, 2.432 hours/ns, 114.231 timesteps/s 84.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5568 | 8.5568 | 8.5568 | 0.0 | 97.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045794 | 0.045794 | 0.045794 | 0.0 | 0.52 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13649 | 0.13649 | 0.13649 | 0.0 | 1.56 Other | | 0.01507 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335790 ave 335790 max 335790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335790 Ave neighs/atom = 167.895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.525353762925, Press = 0.131142574976607 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 217000 -12629.44 -12629.44 -12695.713 -12695.713 256.48354 256.48354 31609.13 31609.13 2414.4021 2414.4021 218000 -12626.703 -12626.703 -12692.511 -12692.511 254.6835 254.6835 31601.958 31601.958 3731.3008 3731.3008 Loop time of 9.81579 on 1 procs for 1000 steps with 2000 atoms Performance: 8.802 ns/day, 2.727 hours/ns, 101.877 timesteps/s 73.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 | 9.5371 | 9.5371 | 9.5371 | 0.0 | 97.16 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063988 | 0.063988 | 0.063988 | 0.0 | 0.65 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.18174 | 0.18174 | 0.18174 | 0.0 | 1.85 Other | | 0.03293 | | | 0.34 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335834 ave 335834 max 335834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335834 Ave neighs/atom = 167.917 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.521863853559, Press = -0.171019275949815 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 218000 -12626.703 -12626.703 -12692.511 -12692.511 254.6835 254.6835 31601.958 31601.958 3731.3008 3731.3008 219000 -12629.778 -12629.778 -12695.269 -12695.269 253.4578 253.4578 31635.822 31635.822 -76.964835 -76.964835 Loop time of 9.36621 on 1 procs for 1000 steps with 2000 atoms Performance: 9.225 ns/day, 2.602 hours/ns, 106.767 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 | 9.1431 | 9.1431 | 9.1431 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0462 | 0.0462 | 0.0462 | 0.0 | 0.49 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.16154 | 0.16154 | 0.16154 | 0.0 | 1.72 Other | | 0.01532 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335680 ave 335680 max 335680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335680 Ave neighs/atom = 167.84 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.520584914666, Press = -0.278038105561363 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 219000 -12629.778 -12629.778 -12695.269 -12695.269 253.4578 253.4578 31635.822 31635.822 -76.964835 -76.964835 220000 -12625.572 -12625.572 -12693.144 -12693.144 261.5084 261.5084 31664.341 31664.341 -1854.8042 -1854.8042 Loop time of 9.10912 on 1 procs for 1000 steps with 2000 atoms Performance: 9.485 ns/day, 2.530 hours/ns, 109.780 timesteps/s 79.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.8706 | 8.8706 | 8.8706 | 0.0 | 97.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076607 | 0.076607 | 0.076607 | 0.0 | 0.84 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.14701 | 0.14701 | 0.14701 | 0.0 | 1.61 Other | | 0.01486 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335944 ave 335944 max 335944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335944 Ave neighs/atom = 167.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.52022072132, Press = -0.195040878870451 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 220000 -12625.572 -12625.572 -12693.144 -12693.144 261.5084 261.5084 31664.341 31664.341 -1854.8042 -1854.8042 221000 -12628.963 -12628.963 -12695.476 -12695.476 257.4114 257.4114 31648.889 31648.889 -1220.7742 -1220.7742 Loop time of 9.09171 on 1 procs for 1000 steps with 2000 atoms Performance: 9.503 ns/day, 2.525 hours/ns, 109.990 timesteps/s 79.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 | 8.8553 | 8.8553 | 8.8553 | 0.0 | 97.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059213 | 0.059213 | 0.059213 | 0.0 | 0.65 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.16198 | 0.16198 | 0.16198 | 0.0 | 1.78 Other | | 0.01521 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335512 ave 335512 max 335512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335512 Ave neighs/atom = 167.756 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.523951100655, Press = -0.0387269305070893 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 221000 -12628.963 -12628.963 -12695.476 -12695.476 257.4114 257.4114 31648.889 31648.889 -1220.7742 -1220.7742 222000 -12631.961 -12631.961 -12694.498 -12694.498 242.0263 242.0263 31619.788 31619.788 1512.1149 1512.1149 Loop time of 9.29978 on 1 procs for 1000 steps with 2000 atoms Performance: 9.291 ns/day, 2.583 hours/ns, 107.529 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 | 9.1043 | 9.1043 | 9.1043 | 0.0 | 97.90 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045766 | 0.045766 | 0.045766 | 0.0 | 0.49 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.1346 | 0.1346 | 0.1346 | 0.0 | 1.45 Other | | 0.01501 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335938 ave 335938 max 335938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335938 Ave neighs/atom = 167.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.525962386824, Press = -0.0536775461709546 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 222000 -12631.961 -12631.961 -12694.498 -12694.498 242.0263 242.0263 31619.788 31619.788 1512.1149 1512.1149 223000 -12628.659 -12628.659 -12695.939 -12695.939 260.38032 260.38032 31621.025 31621.025 1085.9806 1085.9806 Loop time of 9.90637 on 1 procs for 1000 steps with 2000 atoms Performance: 8.722 ns/day, 2.752 hours/ns, 100.945 timesteps/s 72.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.6603 | 9.6603 | 9.6603 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0689 | 0.0689 | 0.0689 | 0.0 | 0.70 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.16251 | 0.16251 | 0.16251 | 0.0 | 1.64 Other | | 0.01466 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335772 ave 335772 max 335772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335772 Ave neighs/atom = 167.886 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.521077430736, Press = -0.163015355394933 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 223000 -12628.659 -12628.659 -12695.939 -12695.939 260.38032 260.38032 31621.025 31621.025 1085.9806 1085.9806 224000 -12631.259 -12631.259 -12695.414 -12695.414 248.28497 248.28497 31642.974 31642.974 -645.02787 -645.02787 Loop time of 8.93235 on 1 procs for 1000 steps with 2000 atoms Performance: 9.673 ns/day, 2.481 hours/ns, 111.953 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 | 8.6986 | 8.6986 | 8.6986 | 0.0 | 97.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058517 | 0.058517 | 0.058517 | 0.0 | 0.66 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.14718 | 0.14718 | 0.14718 | 0.0 | 1.65 Other | | 0.02797 | | | 0.31 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335966 ave 335966 max 335966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335966 Ave neighs/atom = 167.983 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.508867985668, Press = -0.207527622274238 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 224000 -12631.259 -12631.259 -12695.414 -12695.414 248.28497 248.28497 31642.974 31642.974 -645.02787 -645.02787 225000 -12627.618 -12627.618 -12693.105 -12693.105 253.43941 253.43941 31643.05 31643.05 -483.88295 -483.88295 Loop time of 9.27663 on 1 procs for 1000 steps with 2000 atoms Performance: 9.314 ns/day, 2.577 hours/ns, 107.798 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 | 9.0247 | 9.0247 | 9.0247 | 0.0 | 97.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084348 | 0.084348 | 0.084348 | 0.0 | 0.91 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.13568 | 0.13568 | 0.13568 | 0.0 | 1.46 Other | | 0.03184 | | | 0.34 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335808 ave 335808 max 335808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335808 Ave neighs/atom = 167.904 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.511904857999, Press = -0.14752573681518 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 225000 -12627.618 -12627.618 -12693.105 -12693.105 253.43941 253.43941 31643.05 31643.05 -483.88295 -483.88295 226000 -12630.073 -12630.073 -12695.666 -12695.666 253.85078 253.85078 31660.091 31660.091 -2227.2577 -2227.2577 Loop time of 9.35207 on 1 procs for 1000 steps with 2000 atoms Performance: 9.239 ns/day, 2.598 hours/ns, 106.928 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 | 9.1203 | 9.1203 | 9.1203 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048547 | 0.048547 | 0.048547 | 0.0 | 0.52 Output | 5.0783e-05 | 5.0783e-05 | 5.0783e-05 | 0.0 | 0.00 Modify | 0.15531 | 0.15531 | 0.15531 | 0.0 | 1.66 Other | | 0.02786 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335958 ave 335958 max 335958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335958 Ave neighs/atom = 167.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.515114669745, Press = -0.0464202278735618 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 226000 -12630.073 -12630.073 -12695.666 -12695.666 253.85078 253.85078 31660.091 31660.091 -2227.2577 -2227.2577 227000 -12631.398 -12631.398 -12694.671 -12694.671 244.87154 244.87154 31624.838 31624.838 869.65118 869.65118 Loop time of 8.55913 on 1 procs for 1000 steps with 2000 atoms Performance: 10.094 ns/day, 2.378 hours/ns, 116.834 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 | 8.3321 | 8.3321 | 8.3321 | 0.0 | 97.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045884 | 0.045884 | 0.045884 | 0.0 | 0.54 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.14828 | 0.14828 | 0.14828 | 0.0 | 1.73 Other | | 0.03286 | | | 0.38 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335888 ave 335888 max 335888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335888 Ave neighs/atom = 167.944 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.514908785146, Press = 0.183057723998979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 227000 -12631.398 -12631.398 -12694.671 -12694.671 244.87154 244.87154 31624.838 31624.838 869.65118 869.65118 228000 -12625.029 -12625.029 -12692.994 -12692.994 263.03183 263.03183 31607.066 31607.066 2825.6713 2825.6713 Loop time of 8.81155 on 1 procs for 1000 steps with 2000 atoms Performance: 9.805 ns/day, 2.448 hours/ns, 113.487 timesteps/s 82.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 | 8.6062 | 8.6062 | 8.6062 | 0.0 | 97.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057836 | 0.057836 | 0.057836 | 0.0 | 0.66 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.11971 | 0.11971 | 0.11971 | 0.0 | 1.36 Other | | 0.0278 | | | 0.32 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335948 ave 335948 max 335948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335948 Ave neighs/atom = 167.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.518796971441, Press = -0.0632889227270683 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 228000 -12625.029 -12625.029 -12692.994 -12692.994 263.03183 263.03183 31607.066 31607.066 2825.6713 2825.6713 229000 -12628.765 -12628.765 -12692.851 -12692.851 248.01836 248.01836 31637.503 31637.503 93.228605 93.228605 Loop time of 9.14769 on 1 procs for 1000 steps with 2000 atoms Performance: 9.445 ns/day, 2.541 hours/ns, 109.317 timesteps/s 77.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.9182 | 8.9182 | 8.9182 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057566 | 0.057566 | 0.057566 | 0.0 | 0.63 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 0.14398 | 0.14398 | 0.14398 | 0.0 | 1.57 Other | | 0.02787 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335962 ave 335962 max 335962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335962 Ave neighs/atom = 167.981 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.521975949516, Press = -0.163989706784057 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 229000 -12628.765 -12628.765 -12692.851 -12692.851 248.01836 248.01836 31637.503 31637.503 93.228605 93.228605 230000 -12629.383 -12629.383 -12695.891 -12695.891 257.39045 257.39045 31635.037 31635.037 -77.214484 -77.214484 Loop time of 9.17167 on 1 procs for 1000 steps with 2000 atoms Performance: 9.420 ns/day, 2.548 hours/ns, 109.031 timesteps/s 78.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 | 8.9408 | 8.9408 | 8.9408 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051667 | 0.051667 | 0.051667 | 0.0 | 0.56 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.15121 | 0.15121 | 0.15121 | 0.0 | 1.65 Other | | 0.02796 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335934 ave 335934 max 335934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335934 Ave neighs/atom = 167.967 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.523706876302, Press = -0.0243850167972875 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 230000 -12629.383 -12629.383 -12695.891 -12695.891 257.39045 257.39045 31635.037 31635.037 -77.214484 -77.214484 231000 -12625.993 -12625.993 -12693.867 -12693.867 262.67897 262.67897 31605.49 31605.49 3076.6223 3076.6223 Loop time of 8.58915 on 1 procs for 1000 steps with 2000 atoms Performance: 10.059 ns/day, 2.386 hours/ns, 116.426 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 | 8.3929 | 8.3929 | 8.3929 | 0.0 | 97.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045058 | 0.045058 | 0.045058 | 0.0 | 0.52 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13605 | 0.13605 | 0.13605 | 0.0 | 1.58 Other | | 0.0151 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335916 ave 335916 max 335916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335916 Ave neighs/atom = 167.958 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.525791338201, Press = -0.110966570234074 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 231000 -12625.993 -12625.993 -12693.867 -12693.867 262.67897 262.67897 31605.49 31605.49 3076.6223 3076.6223 232000 -12629.333 -12629.333 -12695.456 -12695.456 255.9047 255.9047 31626.218 31626.218 874.18216 874.18216 Loop time of 9.35198 on 1 procs for 1000 steps with 2000 atoms Performance: 9.239 ns/day, 2.598 hours/ns, 106.929 timesteps/s 75.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.1429 | 9.1429 | 9.1429 | 0.0 | 97.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057863 | 0.057863 | 0.057863 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13655 | 0.13655 | 0.13655 | 0.0 | 1.46 Other | | 0.01467 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335882 ave 335882 max 335882 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335882 Ave neighs/atom = 167.941 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.529844123224, Press = -0.336380695267992 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 232000 -12629.333 -12629.333 -12695.456 -12695.456 255.9047 255.9047 31626.218 31626.218 874.18216 874.18216 233000 -12628.173 -12628.173 -12693.716 -12693.716 253.65921 253.65921 31662.23 31662.23 -2226.584 -2226.584 Loop time of 10.6702 on 1 procs for 1000 steps with 2000 atoms Performance: 8.097 ns/day, 2.964 hours/ns, 93.719 timesteps/s 66.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 | 10.385 | 10.385 | 10.385 | 0.0 | 97.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047198 | 0.047198 | 0.047198 | 0.0 | 0.44 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.22319 | 0.22319 | 0.22319 | 0.0 | 2.09 Other | | 0.0146 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.537938138039, Press = -0.231661919892694 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 233000 -12628.173 -12628.173 -12693.716 -12693.716 253.65921 253.65921 31662.23 31662.23 -2226.584 -2226.584 234000 -12627.145 -12627.145 -12692.753 -12692.753 253.91237 253.91237 31657.046 31657.046 -1482.1033 -1482.1033 Loop time of 8.80503 on 1 procs for 1000 steps with 2000 atoms Performance: 9.813 ns/day, 2.446 hours/ns, 113.571 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 | 8.5804 | 8.5804 | 8.5804 | 0.0 | 97.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061189 | 0.061189 | 0.061189 | 0.0 | 0.69 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.1486 | 0.1486 | 0.1486 | 0.0 | 1.69 Other | | 0.01484 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.538073156797, Press = -0.0558207530612745 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 234000 -12627.145 -12627.145 -12692.753 -12692.753 253.91237 253.91237 31657.046 31657.046 -1482.1033 -1482.1033 235000 -12631.08 -12631.08 -12695.104 -12695.104 247.77646 247.77646 31640.744 31640.744 -135.13319 -135.13319 Loop time of 9.09434 on 1 procs for 1000 steps with 2000 atoms Performance: 9.500 ns/day, 2.526 hours/ns, 109.959 timesteps/s 75.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 | 8.8632 | 8.8632 | 8.8632 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056695 | 0.056695 | 0.056695 | 0.0 | 0.62 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.16036 | 0.16036 | 0.16036 | 0.0 | 1.76 Other | | 0.01405 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335838 ave 335838 max 335838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335838 Ave neighs/atom = 167.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 = 253.530093733945, Press = -0.014771619063192 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 235000 -12631.08 -12631.08 -12695.104 -12695.104 247.77646 247.77646 31640.744 31640.744 -135.13319 -135.13319 236000 -12626.492 -12626.492 -12692.426 -12692.426 255.17019 255.17019 31627.089 31627.089 1063.9344 1063.9344 Loop time of 13.7027 on 1 procs for 1000 steps with 2000 atoms Performance: 6.305 ns/day, 3.806 hours/ns, 72.979 timesteps/s 54.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 | 13.341 | 13.341 | 13.341 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091418 | 0.091418 | 0.091418 | 0.0 | 0.67 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.2546 | 0.2546 | 0.2546 | 0.0 | 1.86 Other | | 0.01548 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335562 ave 335562 max 335562 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335562 Ave neighs/atom = 167.781 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.52631621401, Press = -0.0309017655355747 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 236000 -12626.492 -12626.492 -12692.426 -12692.426 255.17019 255.17019 31627.089 31627.089 1063.9344 1063.9344 237000 -12630.071 -12630.071 -12695.011 -12695.011 251.32765 251.32765 31591.69 31591.69 4022.0431 4022.0431 Loop time of 12.4553 on 1 procs for 1000 steps with 2000 atoms Performance: 6.937 ns/day, 3.460 hours/ns, 80.287 timesteps/s 60.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 | 12.154 | 12.154 | 12.154 | 0.0 | 97.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077318 | 0.077318 | 0.077318 | 0.0 | 0.62 Output | 5.0068e-05 | 5.0068e-05 | 5.0068e-05 | 0.0 | 0.00 Modify | 0.19027 | 0.19027 | 0.19027 | 0.0 | 1.53 Other | | 0.03362 | | | 0.27 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335950 ave 335950 max 335950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335950 Ave neighs/atom = 167.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.527782950321, Press = -0.15031052823638 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 237000 -12630.071 -12630.071 -12695.011 -12695.011 251.32765 251.32765 31591.69 31591.69 4022.0431 4022.0431 238000 -12627.507 -12627.507 -12692.189 -12692.189 250.32582 250.32582 31639.878 31639.878 -45.517913 -45.517913 Loop time of 9.37099 on 1 procs for 1000 steps with 2000 atoms Performance: 9.220 ns/day, 2.603 hours/ns, 106.712 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 | 9.157 | 9.157 | 9.157 | 0.0 | 97.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045929 | 0.045929 | 0.045929 | 0.0 | 0.49 Output | 5.9128e-05 | 5.9128e-05 | 5.9128e-05 | 0.0 | 0.00 Modify | 0.15311 | 0.15311 | 0.15311 | 0.0 | 1.63 Other | | 0.0149 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335766 ave 335766 max 335766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335766 Ave neighs/atom = 167.883 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.53431203103, Press = -0.386766923331513 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 238000 -12627.507 -12627.507 -12692.189 -12692.189 250.32582 250.32582 31639.878 31639.878 -45.517913 -45.517913 239000 -12629.304 -12629.304 -12694.413 -12694.413 251.97832 251.97832 31657.113 31657.113 -1956.1765 -1956.1765 Loop time of 9.30224 on 1 procs for 1000 steps with 2000 atoms Performance: 9.288 ns/day, 2.584 hours/ns, 107.501 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 | 9.0558 | 9.0558 | 9.0558 | 0.0 | 97.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.071499 | 0.071499 | 0.071499 | 0.0 | 0.77 Output | 4.077e-05 | 4.077e-05 | 4.077e-05 | 0.0 | 0.00 Modify | 0.1601 | 0.1601 | 0.1601 | 0.0 | 1.72 Other | | 0.01483 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335938 ave 335938 max 335938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335938 Ave neighs/atom = 167.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.537102471054, Press = -0.161323203221882 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 239000 -12629.304 -12629.304 -12694.413 -12694.413 251.97832 251.97832 31657.113 31657.113 -1956.1765 -1956.1765 240000 -12630.012 -12630.012 -12695.581 -12695.581 253.7585 253.7585 31644.121 31644.121 -836.46904 -836.46904 Loop time of 9.30268 on 1 procs for 1000 steps with 2000 atoms Performance: 9.288 ns/day, 2.584 hours/ns, 107.496 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 | 9.0554 | 9.0554 | 9.0554 | 0.0 | 97.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.071524 | 0.071524 | 0.071524 | 0.0 | 0.77 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.16075 | 0.16075 | 0.16075 | 0.0 | 1.73 Other | | 0.01498 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335970 ave 335970 max 335970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335970 Ave neighs/atom = 167.985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.538385974431, Press = -0.0598325990222067 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 240000 -12630.012 -12630.012 -12695.581 -12695.581 253.7585 253.7585 31644.121 31644.121 -836.46904 -836.46904 241000 -12629.855 -12629.855 -12695.126 -12695.126 252.60578 252.60578 31631.111 31631.111 387.33397 387.33397 Loop time of 11.5376 on 1 procs for 1000 steps with 2000 atoms Performance: 7.489 ns/day, 3.205 hours/ns, 86.673 timesteps/s 61.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 | 11.182 | 11.182 | 11.182 | 0.0 | 96.92 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09394 | 0.09394 | 0.09394 | 0.0 | 0.81 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.20987 | 0.20987 | 0.20987 | 0.0 | 1.82 Other | | 0.05167 | | | 0.45 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335914 ave 335914 max 335914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335914 Ave neighs/atom = 167.957 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.520356341067, Press = -0.0319057263415297 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 241000 -12629.855 -12629.855 -12695.126 -12695.126 252.60578 252.60578 31631.111 31631.111 387.33397 387.33397 242000 -12628.428 -12628.428 -12692.915 -12692.915 249.56947 249.56947 31605.737 31605.737 3163.0447 3163.0447 Loop time of 9.59896 on 1 procs for 1000 steps with 2000 atoms Performance: 9.001 ns/day, 2.666 hours/ns, 104.178 timesteps/s 76.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.3453 | 9.3453 | 9.3453 | 0.0 | 97.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063986 | 0.063986 | 0.063986 | 0.0 | 0.67 Output | 7.7009e-05 | 7.7009e-05 | 7.7009e-05 | 0.0 | 0.00 Modify | 0.1744 | 0.1744 | 0.1744 | 0.0 | 1.82 Other | | 0.01523 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335926 ave 335926 max 335926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335926 Ave neighs/atom = 167.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.519235586156, Press = -0.120916551711026 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 242000 -12628.428 -12628.428 -12692.915 -12692.915 249.56947 249.56947 31605.737 31605.737 3163.0447 3163.0447 243000 -12628.314 -12628.314 -12693.583 -12693.583 252.5979 252.5979 31638.479 31638.479 193.92885 193.92885 Loop time of 10.308 on 1 procs for 1000 steps with 2000 atoms Performance: 8.382 ns/day, 2.863 hours/ns, 97.012 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 | 10.041 | 10.041 | 10.041 | 0.0 | 97.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052155 | 0.052155 | 0.052155 | 0.0 | 0.51 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.18624 | 0.18624 | 0.18624 | 0.0 | 1.81 Other | | 0.02891 | | | 0.28 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335728 ave 335728 max 335728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335728 Ave neighs/atom = 167.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 = 253.516500241535, Press = -0.460634683099501 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 243000 -12628.314 -12628.314 -12693.583 -12693.583 252.5979 252.5979 31638.479 31638.479 193.92885 193.92885 244000 -12630.376 -12630.376 -12694.319 -12694.319 247.467 247.467 31658.651 31658.651 -1879.1554 -1879.1554 Loop time of 12.8234 on 1 procs for 1000 steps with 2000 atoms Performance: 6.738 ns/day, 3.562 hours/ns, 77.983 timesteps/s 56.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 | 12.487 | 12.487 | 12.487 | 0.0 | 97.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1144 | 0.1144 | 0.1144 | 0.0 | 0.89 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.18871 | 0.18871 | 0.18871 | 0.0 | 1.47 Other | | 0.03326 | | | 0.26 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335712 ave 335712 max 335712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335712 Ave neighs/atom = 167.856 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.519870166224, Press = -0.162553161232113 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 244000 -12630.376 -12630.376 -12694.319 -12694.319 247.467 247.467 31658.651 31658.651 -1879.1554 -1879.1554 245000 -12627.712 -12627.712 -12693.127 -12693.127 253.16278 253.16278 31659.755 31659.755 -1564.1368 -1564.1368 Loop time of 11.0387 on 1 procs for 1000 steps with 2000 atoms Performance: 7.827 ns/day, 3.066 hours/ns, 90.590 timesteps/s 66.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 | 10.738 | 10.738 | 10.738 | 0.0 | 97.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078703 | 0.078703 | 0.078703 | 0.0 | 0.71 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.20696 | 0.20696 | 0.20696 | 0.0 | 1.87 Other | | 0.01505 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335838 ave 335838 max 335838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335838 Ave neighs/atom = 167.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 = 253.520733463996, Press = -0.005834753383066 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 245000 -12627.712 -12627.712 -12693.127 -12693.127 253.16278 253.16278 31659.755 31659.755 -1564.1368 -1564.1368 246000 -12631.569 -12631.569 -12696.174 -12696.174 250.02698 250.02698 31623.146 31623.146 1127.8228 1127.8228 Loop time of 8.26996 on 1 procs for 1000 steps with 2000 atoms Performance: 10.447 ns/day, 2.297 hours/ns, 120.920 timesteps/s 88.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 | 8.0649 | 8.0649 | 8.0649 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052415 | 0.052415 | 0.052415 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.13424 | 0.13424 | 0.13424 | 0.0 | 1.62 Other | | 0.01837 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335642 ave 335642 max 335642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335642 Ave neighs/atom = 167.821 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.512200671624, Press = 0.0815788770851102 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 246000 -12631.569 -12631.569 -12696.174 -12696.174 250.02698 250.02698 31623.146 31623.146 1127.8228 1127.8228 247000 -12627.643 -12627.643 -12693.423 -12693.423 254.57862 254.57862 31613.383 31613.383 2603.828 2603.828 Loop time of 9.98005 on 1 procs for 1000 steps with 2000 atoms Performance: 8.657 ns/day, 2.772 hours/ns, 100.200 timesteps/s 72.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 | 9.7987 | 9.7987 | 9.7987 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044978 | 0.044978 | 0.044978 | 0.0 | 0.45 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12146 | 0.12146 | 0.12146 | 0.0 | 1.22 Other | | 0.01487 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335806 ave 335806 max 335806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335806 Ave neighs/atom = 167.903 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.501164596299, Press = -0.0694455143777361 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 247000 -12627.643 -12627.643 -12693.423 -12693.423 254.57862 254.57862 31613.383 31613.383 2603.828 2603.828 248000 -12630.759 -12630.759 -12693.598 -12693.598 243.19301 243.19301 31631.697 31631.697 646.6087 646.6087 Loop time of 9.49859 on 1 procs for 1000 steps with 2000 atoms Performance: 9.096 ns/day, 2.638 hours/ns, 105.279 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 | 9.2379 | 9.2379 | 9.2379 | 0.0 | 97.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.071987 | 0.071987 | 0.071987 | 0.0 | 0.76 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.17366 | 0.17366 | 0.17366 | 0.0 | 1.83 Other | | 0.01498 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335484 ave 335484 max 335484 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335484 Ave neighs/atom = 167.742 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.493572227005, Press = -0.172384492709072 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 248000 -12630.759 -12630.759 -12693.598 -12693.598 243.19301 243.19301 31631.697 31631.697 646.6087 646.6087 249000 -12627.737 -12627.737 -12694.322 -12694.322 257.69066 257.69066 31645.919 31645.919 -614.50764 -614.50764 Loop time of 8.71701 on 1 procs for 1000 steps with 2000 atoms Performance: 9.912 ns/day, 2.421 hours/ns, 114.718 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 | 8.4958 | 8.4958 | 8.4958 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058732 | 0.058732 | 0.058732 | 0.0 | 0.67 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.14763 | 0.14763 | 0.14763 | 0.0 | 1.69 Other | | 0.01484 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335836 ave 335836 max 335836 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335836 Ave neighs/atom = 167.918 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.490448298722, Press = -0.18109298098928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 249000 -12627.737 -12627.737 -12694.322 -12694.322 257.69066 257.69066 31645.919 31645.919 -614.50764 -614.50764 250000 -12629.253 -12629.253 -12695.852 -12695.852 257.74539 257.74539 31667.783 31667.783 -2518.3627 -2518.3627 Loop time of 8.60641 on 1 procs for 1000 steps with 2000 atoms Performance: 10.039 ns/day, 2.391 hours/ns, 116.192 timesteps/s 83.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.4007 | 8.4007 | 8.4007 | 0.0 | 97.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045218 | 0.045218 | 0.045218 | 0.0 | 0.53 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.14581 | 0.14581 | 0.14581 | 0.0 | 1.69 Other | | 0.01469 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335762 ave 335762 max 335762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335762 Ave neighs/atom = 167.881 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.483478826244, Press = -0.15577257980832 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 250000 -12629.253 -12629.253 -12695.852 -12695.852 257.74539 257.74539 31667.783 31667.783 -2518.3627 -2518.3627 251000 -12628.532 -12628.532 -12693.97 -12693.97 253.25176 253.25176 31661.888 31661.888 -1762.6215 -1762.6215 Loop time of 10.7505 on 1 procs for 1000 steps with 2000 atoms Performance: 8.037 ns/day, 2.986 hours/ns, 93.019 timesteps/s 66.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 | 10.486 | 10.486 | 10.486 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044606 | 0.044606 | 0.044606 | 0.0 | 0.41 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.18882 | 0.18882 | 0.18882 | 0.0 | 1.76 Other | | 0.03059 | | | 0.28 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335458 ave 335458 max 335458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335458 Ave neighs/atom = 167.729 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.483319545226, Press = 0.0631910099280699 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 251000 -12628.532 -12628.532 -12693.97 -12693.97 253.25176 253.25176 31661.888 31661.888 -1762.6215 -1762.6215 252000 -12630.426 -12630.426 -12695.591 -12695.591 252.19761 252.19761 31619.416 31619.416 1336.2349 1336.2349 Loop time of 8.76596 on 1 procs for 1000 steps with 2000 atoms Performance: 9.856 ns/day, 2.435 hours/ns, 114.078 timesteps/s 84.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 | 8.5556 | 8.5556 | 8.5556 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046782 | 0.046782 | 0.046782 | 0.0 | 0.53 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.14836 | 0.14836 | 0.14836 | 0.0 | 1.69 Other | | 0.01521 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335346 ave 335346 max 335346 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335346 Ave neighs/atom = 167.673 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.47443868328, Press = 0.00561261865996569 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 252000 -12630.426 -12630.426 -12695.591 -12695.591 252.19761 252.19761 31619.416 31619.416 1336.2349 1336.2349 253000 -12629.98 -12629.98 -12694.971 -12694.971 251.52214 251.52214 31638.77 31638.77 130.78098 130.78098 Loop time of 9.48695 on 1 procs for 1000 steps with 2000 atoms Performance: 9.107 ns/day, 2.635 hours/ns, 105.408 timesteps/s 76.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 | 9.2871 | 9.2871 | 9.2871 | 0.0 | 97.89 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044908 | 0.044908 | 0.044908 | 0.0 | 0.47 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.13983 | 0.13983 | 0.13983 | 0.0 | 1.47 Other | | 0.01507 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335926 ave 335926 max 335926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335926 Ave neighs/atom = 167.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.47249672697, Press = -0.107556220011502 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 253000 -12629.98 -12629.98 -12694.971 -12694.971 251.52214 251.52214 31638.77 31638.77 130.78098 130.78098 254000 -12627.377 -12627.377 -12692.908 -12692.908 253.61092 253.61092 31635.103 31635.103 200.03196 200.03196 Loop time of 9.13427 on 1 procs for 1000 steps with 2000 atoms Performance: 9.459 ns/day, 2.537 hours/ns, 109.478 timesteps/s 78.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 | 8.9024 | 8.9024 | 8.9024 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044943 | 0.044943 | 0.044943 | 0.0 | 0.49 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.172 | 0.172 | 0.172 | 0.0 | 1.88 Other | | 0.01491 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335514 ave 335514 max 335514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335514 Ave neighs/atom = 167.757 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.473710601763, Press = -0.0417843589489493 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 254000 -12627.377 -12627.377 -12692.908 -12692.908 253.61092 253.61092 31635.103 31635.103 200.03196 200.03196 255000 -12631.309 -12631.309 -12695.785 -12695.785 249.52807 249.52807 31619.213 31619.213 1745.15 1745.15 Loop time of 8.27714 on 1 procs for 1000 steps with 2000 atoms Performance: 10.438 ns/day, 2.299 hours/ns, 120.815 timesteps/s 83.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 | 8.0769 | 8.0769 | 8.0769 | 0.0 | 97.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05832 | 0.05832 | 0.05832 | 0.0 | 0.70 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.12775 | 0.12775 | 0.12775 | 0.0 | 1.54 Other | | 0.01408 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335958 ave 335958 max 335958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335958 Ave neighs/atom = 167.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.467051502005, Press = -0.0819378775681814 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 255000 -12631.309 -12631.309 -12695.785 -12695.785 249.52807 249.52807 31619.213 31619.213 1745.15 1745.15 256000 -12628.194 -12628.194 -12694.584 -12694.584 256.93427 256.93427 31634.171 31634.171 232.93747 232.93747 Loop time of 9.15153 on 1 procs for 1000 steps with 2000 atoms Performance: 9.441 ns/day, 2.542 hours/ns, 109.271 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 | 8.8793 | 8.8793 | 8.8793 | 0.0 | 97.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046094 | 0.046094 | 0.046094 | 0.0 | 0.50 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.21086 | 0.21086 | 0.21086 | 0.0 | 2.30 Other | | 0.01519 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335372 ave 335372 max 335372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335372 Ave neighs/atom = 167.686 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.463105354573, Press = -0.253288027620655 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 256000 -12628.194 -12628.194 -12694.584 -12694.584 256.93427 256.93427 31634.171 31634.171 232.93747 232.93747 257000 -12629.915 -12629.915 -12694.392 -12694.392 249.53318 249.53318 31670.959 31670.959 -2977.2827 -2977.2827 Loop time of 8.30276 on 1 procs for 1000 steps with 2000 atoms Performance: 10.406 ns/day, 2.306 hours/ns, 120.442 timesteps/s 90.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.1054 | 8.1054 | 8.1054 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046045 | 0.046045 | 0.046045 | 0.0 | 0.55 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13593 | 0.13593 | 0.13593 | 0.0 | 1.64 Other | | 0.01534 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335856 ave 335856 max 335856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335856 Ave neighs/atom = 167.928 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.458569324846, Press = -0.185150805815674 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 257000 -12629.915 -12629.915 -12694.392 -12694.392 249.53318 249.53318 31670.959 31670.959 -2977.2827 -2977.2827 258000 -12629.052 -12629.052 -12695.37 -12695.37 256.6595 256.6595 31653.704 31653.704 -1490.161 -1490.161 Loop time of 8.99451 on 1 procs for 1000 steps with 2000 atoms Performance: 9.606 ns/day, 2.498 hours/ns, 111.179 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 | 8.7891 | 8.7891 | 8.7891 | 0.0 | 97.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044817 | 0.044817 | 0.044817 | 0.0 | 0.50 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.14576 | 0.14576 | 0.14576 | 0.0 | 1.62 Other | | 0.01476 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335764 ave 335764 max 335764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335764 Ave neighs/atom = 167.882 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.451095040414, Press = 0.0266430099079884 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 258000 -12629.052 -12629.052 -12695.37 -12695.37 256.6595 256.6595 31653.704 31653.704 -1490.161 -1490.161 259000 -12629.767 -12629.767 -12696.407 -12696.407 257.90621 257.90621 31622.744 31622.744 1164.2883 1164.2883 Loop time of 7.39063 on 1 procs for 1000 steps with 2000 atoms Performance: 11.690 ns/day, 2.053 hours/ns, 135.306 timesteps/s 95.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 | 7.2136 | 7.2136 | 7.2136 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044585 | 0.044585 | 0.044585 | 0.0 | 0.60 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11817 | 0.11817 | 0.11817 | 0.0 | 1.60 Other | | 0.01422 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335808 ave 335808 max 335808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335808 Ave neighs/atom = 167.904 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.449770819823, Press = -0.00608668225147689 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 259000 -12629.767 -12629.767 -12696.407 -12696.407 257.90621 257.90621 31622.744 31622.744 1164.2883 1164.2883 260000 -12627.402 -12627.402 -12693.14 -12693.14 254.41334 254.41334 31638.627 31638.627 331.74346 331.74346 Loop time of 9.26796 on 1 procs for 1000 steps with 2000 atoms Performance: 9.322 ns/day, 2.574 hours/ns, 107.899 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 | 9.0459 | 9.0459 | 9.0459 | 0.0 | 97.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058754 | 0.058754 | 0.058754 | 0.0 | 0.63 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.13531 | 0.13531 | 0.13531 | 0.0 | 1.46 Other | | 0.02797 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335778 ave 335778 max 335778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335778 Ave neighs/atom = 167.889 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.440770646324, Press = -0.150805280744413 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 260000 -12627.402 -12627.402 -12693.14 -12693.14 254.41334 254.41334 31638.627 31638.627 331.74346 331.74346 261000 -12629.305 -12629.305 -12694.87 -12694.87 253.74381 253.74381 31642.29 31642.29 -196.62913 -196.62913 Loop time of 8.38092 on 1 procs for 1000 steps with 2000 atoms Performance: 10.309 ns/day, 2.328 hours/ns, 119.319 timesteps/s 86.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 | 8.1567 | 8.1567 | 8.1567 | 0.0 | 97.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058079 | 0.058079 | 0.058079 | 0.0 | 0.69 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15122 | 0.15122 | 0.15122 | 0.0 | 1.80 Other | | 0.01489 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335626 ave 335626 max 335626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335626 Ave neighs/atom = 167.813 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.440657985857, Press = -0.166950807866616 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 261000 -12629.305 -12629.305 -12694.87 -12694.87 253.74381 253.74381 31642.29 31642.29 -196.62913 -196.62913 262000 -12628.92 -12628.92 -12694.686 -12694.686 254.5214 254.5214 31652.991 31652.991 -967.11635 -967.11635 Loop time of 7.20499 on 1 procs for 1000 steps with 2000 atoms Performance: 11.992 ns/day, 2.001 hours/ns, 138.793 timesteps/s 96.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 | 7.0299 | 7.0299 | 7.0299 | 0.0 | 97.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043714 | 0.043714 | 0.043714 | 0.0 | 0.61 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11705 | 0.11705 | 0.11705 | 0.0 | 1.62 Other | | 0.01431 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335582 ave 335582 max 335582 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335582 Ave neighs/atom = 167.791 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.440042453503, Press = -0.114769937224938 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 262000 -12628.92 -12628.92 -12694.686 -12694.686 254.5214 254.5214 31652.991 31652.991 -967.11635 -967.11635 263000 -12628.496 -12628.496 -12695.404 -12695.404 258.94235 258.94235 31652.164 31652.164 -1506.4568 -1506.4568 Loop time of 8.43244 on 1 procs for 1000 steps with 2000 atoms Performance: 10.246 ns/day, 2.342 hours/ns, 118.590 timesteps/s 87.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 | 8.2343 | 8.2343 | 8.2343 | 0.0 | 97.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046539 | 0.046539 | 0.046539 | 0.0 | 0.55 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.13642 | 0.13642 | 0.13642 | 0.0 | 1.62 Other | | 0.0151 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335358 ave 335358 max 335358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335358 Ave neighs/atom = 167.679 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.437449224779, Press = -0.00664950437750659 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 263000 -12628.496 -12628.496 -12695.404 -12695.404 258.94235 258.94235 31652.164 31652.164 -1506.4568 -1506.4568 264000 -12628.226 -12628.226 -12695.089 -12695.089 258.76745 258.76745 31622.236 31622.236 1832.1403 1832.1403 Loop time of 9.19314 on 1 procs for 1000 steps with 2000 atoms Performance: 9.398 ns/day, 2.554 hours/ns, 108.777 timesteps/s 78.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 | 8.9878 | 8.9878 | 8.9878 | 0.0 | 97.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045473 | 0.045473 | 0.045473 | 0.0 | 0.49 Output | 6.1035e-05 | 6.1035e-05 | 6.1035e-05 | 0.0 | 0.00 Modify | 0.13205 | 0.13205 | 0.13205 | 0.0 | 1.44 Other | | 0.02778 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335904 ave 335904 max 335904 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335904 Ave neighs/atom = 167.952 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.443373594083, Press = 0.0840018785513232 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 264000 -12628.226 -12628.226 -12695.089 -12695.089 258.76745 258.76745 31622.236 31622.236 1832.1403 1832.1403 265000 -12626.085 -12626.085 -12693.799 -12693.799 262.06191 262.06191 31604.166 31604.166 3563.1993 3563.1993 Loop time of 9.01877 on 1 procs for 1000 steps with 2000 atoms Performance: 9.580 ns/day, 2.505 hours/ns, 110.880 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 | 8.8046 | 8.8046 | 8.8046 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046534 | 0.046534 | 0.046534 | 0.0 | 0.52 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.15105 | 0.15105 | 0.15105 | 0.0 | 1.67 Other | | 0.01659 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335248 ave 335248 max 335248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335248 Ave neighs/atom = 167.624 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.446840250509, Press = -0.0668819073508323 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 265000 -12626.085 -12626.085 -12693.799 -12693.799 262.06191 262.06191 31604.166 31604.166 3563.1993 3563.1993 266000 -12629.956 -12629.956 -12695.943 -12695.943 255.37777 255.37777 31631.109 31631.109 457.78099 457.78099 Loop time of 10.0232 on 1 procs for 1000 steps with 2000 atoms Performance: 8.620 ns/day, 2.784 hours/ns, 99.768 timesteps/s 74.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.7866 | 9.7866 | 9.7866 | 0.0 | 97.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062033 | 0.062033 | 0.062033 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.15924 | 0.15924 | 0.15924 | 0.0 | 1.59 Other | | 0.01531 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335252 ave 335252 max 335252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335252 Ave neighs/atom = 167.626 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.454056232433, Press = -0.206669478779905 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 266000 -12629.956 -12629.956 -12695.943 -12695.943 255.37777 255.37777 31631.109 31631.109 457.78099 457.78099 267000 -12629.005 -12629.005 -12694.636 -12694.636 253.99987 253.99987 31644.86 31644.86 -391.42012 -391.42012 Loop time of 9.58747 on 1 procs for 1000 steps with 2000 atoms Performance: 9.012 ns/day, 2.663 hours/ns, 104.303 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 | 9.3469 | 9.3469 | 9.3469 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054503 | 0.054503 | 0.054503 | 0.0 | 0.57 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.17083 | 0.17083 | 0.17083 | 0.0 | 1.78 Other | | 0.01516 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335864 ave 335864 max 335864 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335864 Ave neighs/atom = 167.932 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.457350735435, Press = -0.130441060470315 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 267000 -12629.005 -12629.005 -12694.636 -12694.636 253.99987 253.99987 31644.86 31644.86 -391.42012 -391.42012 268000 -12630.303 -12630.303 -12694.085 -12694.085 246.84258 246.84258 31641.112 31641.112 45.324786 45.324786 Loop time of 10.6363 on 1 procs for 1000 steps with 2000 atoms Performance: 8.123 ns/day, 2.955 hours/ns, 94.018 timesteps/s 68.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 | 10.346 | 10.346 | 10.346 | 0.0 | 97.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091138 | 0.091138 | 0.091138 | 0.0 | 0.86 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.1715 | 0.1715 | 0.1715 | 0.0 | 1.61 Other | | 0.0272 | | | 0.26 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335598 ave 335598 max 335598 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335598 Ave neighs/atom = 167.799 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.451554387015, Press = -0.0974497635943003 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 268000 -12630.303 -12630.303 -12694.085 -12694.085 246.84258 246.84258 31641.112 31641.112 45.324786 45.324786 269000 -12629.204 -12629.204 -12694.266 -12694.266 251.79799 251.79799 31647.278 31647.278 -664.20238 -664.20238 Loop time of 9.25239 on 1 procs for 1000 steps with 2000 atoms Performance: 9.338 ns/day, 2.570 hours/ns, 108.080 timesteps/s 77.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.0456 | 9.0456 | 9.0456 | 0.0 | 97.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045197 | 0.045197 | 0.045197 | 0.0 | 0.49 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.14662 | 0.14662 | 0.14662 | 0.0 | 1.58 Other | | 0.01491 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335514 ave 335514 max 335514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335514 Ave neighs/atom = 167.757 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.449008359968, Press = -0.182241655718769 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 269000 -12629.204 -12629.204 -12694.266 -12694.266 251.79799 251.79799 31647.278 31647.278 -664.20238 -664.20238 270000 -12630.345 -12630.345 -12693.714 -12693.714 245.24573 245.24573 31648.705 31648.705 -862.80132 -862.80132 Loop time of 10.0377 on 1 procs for 1000 steps with 2000 atoms Performance: 8.608 ns/day, 2.788 hours/ns, 99.624 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 | 9.7835 | 9.7835 | 9.7835 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052644 | 0.052644 | 0.052644 | 0.0 | 0.52 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.18655 | 0.18655 | 0.18655 | 0.0 | 1.86 Other | | 0.01505 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335624 ave 335624 max 335624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335624 Ave neighs/atom = 167.812 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.438010829075, Press = -0.044107878842751 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 270000 -12630.345 -12630.345 -12693.714 -12693.714 245.24573 245.24573 31648.705 31648.705 -862.80132 -862.80132 271000 -12629.434 -12629.434 -12693.805 -12693.805 249.12285 249.12285 31619.069 31619.069 2010.5648 2010.5648 Loop time of 8.21752 on 1 procs for 1000 steps with 2000 atoms Performance: 10.514 ns/day, 2.283 hours/ns, 121.691 timesteps/s 86.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0409 | 8.0409 | 8.0409 | 0.0 | 97.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04419 | 0.04419 | 0.04419 | 0.0 | 0.54 Output | 7.7009e-05 | 7.7009e-05 | 7.7009e-05 | 0.0 | 0.00 Modify | 0.11802 | 0.11802 | 0.11802 | 0.0 | 1.44 Other | | 0.01435 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335776 ave 335776 max 335776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335776 Ave neighs/atom = 167.888 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.435109548805, Press = -0.0102485254222349 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 271000 -12629.434 -12629.434 -12693.805 -12693.805 249.12285 249.12285 31619.069 31619.069 2010.5648 2010.5648 272000 -12624.885 -12624.885 -12691.678 -12691.678 258.49624 258.49624 31616.071 31616.071 2506.74 2506.74 Loop time of 8.73844 on 1 procs for 1000 steps with 2000 atoms Performance: 9.887 ns/day, 2.427 hours/ns, 114.437 timesteps/s 84.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.5398 | 8.5398 | 8.5398 | 0.0 | 97.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046054 | 0.046054 | 0.046054 | 0.0 | 0.53 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12409 | 0.12409 | 0.12409 | 0.0 | 1.42 Other | | 0.02845 | | | 0.33 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335582 ave 335582 max 335582 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335582 Ave neighs/atom = 167.791 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.437901880134, Press = -0.209954858214038 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 272000 -12624.885 -12624.885 -12691.678 -12691.678 258.49624 258.49624 31616.071 31616.071 2506.74 2506.74 273000 -12628.539 -12628.539 -12693.041 -12693.041 249.63147 249.63147 31657.637 31657.637 -1484.1545 -1484.1545 Loop time of 8.30574 on 1 procs for 1000 steps with 2000 atoms Performance: 10.402 ns/day, 2.307 hours/ns, 120.399 timesteps/s 85.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 | 8.0712 | 8.0712 | 8.0712 | 0.0 | 97.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044711 | 0.044711 | 0.044711 | 0.0 | 0.54 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.17494 | 0.17494 | 0.17494 | 0.0 | 2.11 Other | | 0.0148 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335778 ave 335778 max 335778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335778 Ave neighs/atom = 167.889 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.436145801581, Press = -0.288976633086023 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 273000 -12628.539 -12628.539 -12693.041 -12693.041 249.63147 249.63147 31657.637 31657.637 -1484.1545 -1484.1545 274000 -12627.861 -12627.861 -12693.477 -12693.477 253.94007 253.94007 31660.37 31660.37 -1772.834 -1772.834 Loop time of 9.03018 on 1 procs for 1000 steps with 2000 atoms Performance: 9.568 ns/day, 2.508 hours/ns, 110.740 timesteps/s 80.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 | 8.8096 | 8.8096 | 8.8096 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058644 | 0.058644 | 0.058644 | 0.0 | 0.65 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.14689 | 0.14689 | 0.14689 | 0.0 | 1.63 Other | | 0.01502 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335726 ave 335726 max 335726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335726 Ave neighs/atom = 167.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 = 253.432194910591, Press = -0.107365715621269 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 274000 -12627.861 -12627.861 -12693.477 -12693.477 253.94007 253.94007 31660.37 31660.37 -1772.834 -1772.834 275000 -12629.529 -12629.529 -12695.428 -12695.428 255.03341 255.03341 31641.982 31641.982 -564.22402 -564.22402 Loop time of 10.6673 on 1 procs for 1000 steps with 2000 atoms Performance: 8.100 ns/day, 2.963 hours/ns, 93.745 timesteps/s 69.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 | 10.432 | 10.432 | 10.432 | 0.0 | 97.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059235 | 0.059235 | 0.059235 | 0.0 | 0.56 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.16071 | 0.16071 | 0.16071 | 0.0 | 1.51 Other | | 0.01533 | | | 0.14 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335764 ave 335764 max 335764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335764 Ave neighs/atom = 167.882 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.425416384107, Press = -0.11811402543825 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 275000 -12629.529 -12629.529 -12695.428 -12695.428 255.03341 255.03341 31641.982 31641.982 -564.22402 -564.22402 276000 -12629.21 -12629.21 -12693.805 -12693.805 249.98658 249.98658 31643.697 31643.697 -155.24163 -155.24163 Loop time of 8.51856 on 1 procs for 1000 steps with 2000 atoms Performance: 10.143 ns/day, 2.366 hours/ns, 117.391 timesteps/s 83.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.3022 | 8.3022 | 8.3022 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070324 | 0.070324 | 0.070324 | 0.0 | 0.83 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.11846 | 0.11846 | 0.11846 | 0.0 | 1.39 Other | | 0.02757 | | | 0.32 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335902 ave 335902 max 335902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335902 Ave neighs/atom = 167.951 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.432723700334, Press = -0.0460887202070471 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 276000 -12629.21 -12629.21 -12693.805 -12693.805 249.98658 249.98658 31643.697 31643.697 -155.24163 -155.24163 277000 -12626.473 -12626.473 -12695.424 -12695.424 266.84858 266.84858 31619.815 31619.815 1636.3616 1636.3616 Loop time of 8.75272 on 1 procs for 1000 steps with 2000 atoms Performance: 9.871 ns/day, 2.431 hours/ns, 114.250 timesteps/s 85.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 | 8.5417 | 8.5417 | 8.5417 | 0.0 | 97.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059498 | 0.059498 | 0.059498 | 0.0 | 0.68 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.13622 | 0.13622 | 0.13622 | 0.0 | 1.56 Other | | 0.01525 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335606 ave 335606 max 335606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335606 Ave neighs/atom = 167.803 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.436454893745, Press = -0.0438418583858142 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 277000 -12626.473 -12626.473 -12695.424 -12695.424 266.84858 266.84858 31619.815 31619.815 1636.3616 1636.3616 278000 -12630.88 -12630.88 -12695.848 -12695.848 251.43066 251.43066 31617.294 31617.294 1962.989 1962.989 Loop time of 8.36482 on 1 procs for 1000 steps with 2000 atoms Performance: 10.329 ns/day, 2.324 hours/ns, 119.548 timesteps/s 86.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 | 8.1533 | 8.1533 | 8.1533 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045318 | 0.045318 | 0.045318 | 0.0 | 0.54 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.15117 | 0.15117 | 0.15117 | 0.0 | 1.81 Other | | 0.01502 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335768 ave 335768 max 335768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335768 Ave neighs/atom = 167.884 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.436799528137, Press = -0.264000465430491 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 278000 -12630.88 -12630.88 -12695.848 -12695.848 251.43066 251.43066 31617.294 31617.294 1962.989 1962.989 279000 -12626.427 -12626.427 -12693.748 -12693.748 260.53748 260.53748 31669.313 31669.313 -2471.1485 -2471.1485 Loop time of 9.51976 on 1 procs for 1000 steps with 2000 atoms Performance: 9.076 ns/day, 2.644 hours/ns, 105.045 timesteps/s 79.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 | 9.3074 | 9.3074 | 9.3074 | 0.0 | 97.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0595 | 0.0595 | 0.0595 | 0.0 | 0.63 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.13724 | 0.13724 | 0.13724 | 0.0 | 1.44 Other | | 0.01557 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335196 ave 335196 max 335196 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335196 Ave neighs/atom = 167.598 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.437849646109, Press = -0.355161072235821 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 279000 -12626.427 -12626.427 -12693.748 -12693.748 260.53748 260.53748 31669.313 31669.313 -2471.1485 -2471.1485 280000 -12629.133 -12629.133 -12694.18 -12694.18 251.73906 251.73906 31666.4 31666.4 -2305.6019 -2305.6019 Loop time of 9.09036 on 1 procs for 1000 steps with 2000 atoms Performance: 9.505 ns/day, 2.525 hours/ns, 110.007 timesteps/s 80.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 | 8.8641 | 8.8641 | 8.8641 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045674 | 0.045674 | 0.045674 | 0.0 | 0.50 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.16546 | 0.16546 | 0.16546 | 0.0 | 1.82 Other | | 0.01513 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335730 ave 335730 max 335730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335730 Ave neighs/atom = 167.865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.440421716809, Press = -0.0602040788776008 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 280000 -12629.133 -12629.133 -12694.18 -12694.18 251.73906 251.73906 31666.4 31666.4 -2305.6019 -2305.6019 281000 -12628.496 -12628.496 -12695.591 -12695.591 259.66238 259.66238 31642.411 31642.411 -187.72072 -187.72072 Loop time of 9.24968 on 1 procs for 1000 steps with 2000 atoms Performance: 9.341 ns/day, 2.569 hours/ns, 108.112 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 | 9.0148 | 9.0148 | 9.0148 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058506 | 0.058506 | 0.058506 | 0.0 | 0.63 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.16059 | 0.16059 | 0.16059 | 0.0 | 1.74 Other | | 0.0158 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335690 ave 335690 max 335690 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335690 Ave neighs/atom = 167.845 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.439406711798, Press = 0.048976943160502 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 281000 -12628.496 -12628.496 -12695.591 -12695.591 259.66238 259.66238 31642.411 31642.411 -187.72072 -187.72072 282000 -12629.979 -12629.979 -12694.849 -12694.849 251.05254 251.05254 31603.398 31603.398 3263.4825 3263.4825 Loop time of 9.71919 on 1 procs for 1000 steps with 2000 atoms Performance: 8.890 ns/day, 2.700 hours/ns, 102.889 timesteps/s 75.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 | 9.4445 | 9.4445 | 9.4445 | 0.0 | 97.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078956 | 0.078956 | 0.078956 | 0.0 | 0.81 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.16741 | 0.16741 | 0.16741 | 0.0 | 1.72 Other | | 0.02826 | | | 0.29 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335358 ave 335358 max 335358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335358 Ave neighs/atom = 167.679 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.433124114464, Press = -0.033170668962623 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 282000 -12629.979 -12629.979 -12694.849 -12694.849 251.05254 251.05254 31603.398 31603.398 3263.4825 3263.4825 283000 -12626.312 -12626.312 -12692.741 -12692.741 257.08786 257.08786 31645.912 31645.912 -39.749741 -39.749741 Loop time of 8.78362 on 1 procs for 1000 steps with 2000 atoms Performance: 9.836 ns/day, 2.440 hours/ns, 113.848 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 | 8.5211 | 8.5211 | 8.5211 | 0.0 | 97.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05669 | 0.05669 | 0.05669 | 0.0 | 0.65 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.165 | 0.165 | 0.165 | 0.0 | 1.88 Other | | 0.04084 | | | 0.46 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335646 ave 335646 max 335646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335646 Ave neighs/atom = 167.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 = 253.433895978159, Press = -0.222277972068847 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 283000 -12626.312 -12626.312 -12692.741 -12692.741 257.08786 257.08786 31645.912 31645.912 -39.749741 -39.749741 284000 -12630.232 -12630.232 -12695.811 -12695.811 253.79545 253.79545 31653.346 31653.346 -1352.5074 -1352.5074 Loop time of 9.01302 on 1 procs for 1000 steps with 2000 atoms Performance: 9.586 ns/day, 2.504 hours/ns, 110.951 timesteps/s 82.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.7757 | 8.7757 | 8.7757 | 0.0 | 97.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046694 | 0.046694 | 0.046694 | 0.0 | 0.52 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.14906 | 0.14906 | 0.14906 | 0.0 | 1.65 Other | | 0.04157 | | | 0.46 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335448 ave 335448 max 335448 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335448 Ave neighs/atom = 167.724 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.436155009529, Press = -0.142232594525502 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 284000 -12630.232 -12630.232 -12695.811 -12695.811 253.79545 253.79545 31653.346 31653.346 -1352.5074 -1352.5074 285000 -12632.021 -12632.021 -12695.318 -12695.318 244.96289 244.96289 31636.564 31636.564 372.79528 372.79528 Loop time of 8.88173 on 1 procs for 1000 steps with 2000 atoms Performance: 9.728 ns/day, 2.467 hours/ns, 112.591 timesteps/s 84.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 | 8.6193 | 8.6193 | 8.6193 | 0.0 | 97.05 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070309 | 0.070309 | 0.070309 | 0.0 | 0.79 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.1505 | 0.1505 | 0.1505 | 0.0 | 1.69 Other | | 0.0416 | | | 0.47 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335752 ave 335752 max 335752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335752 Ave neighs/atom = 167.876 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.435794292864, Press = -0.0278039478177461 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 285000 -12632.021 -12632.021 -12695.318 -12695.318 244.96289 244.96289 31636.564 31636.564 372.79528 372.79528 286000 -12628.074 -12628.074 -12695.207 -12695.207 259.81001 259.81001 31626.756 31626.756 1244.8981 1244.8981 Loop time of 9.33905 on 1 procs for 1000 steps with 2000 atoms Performance: 9.251 ns/day, 2.594 hours/ns, 107.077 timesteps/s 78.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 | 9.0765 | 9.0765 | 9.0765 | 0.0 | 97.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059748 | 0.059748 | 0.059748 | 0.0 | 0.64 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.18738 | 0.18738 | 0.18738 | 0.0 | 2.01 Other | | 0.01533 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335362 ave 335362 max 335362 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335362 Ave neighs/atom = 167.681 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.427369514506, Press = -0.0597690029426846 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 286000 -12628.074 -12628.074 -12695.207 -12695.207 259.81001 259.81001 31626.756 31626.756 1244.8981 1244.8981 287000 -12632.297 -12632.297 -12697.398 -12697.398 251.94745 251.94745 31636.481 31636.481 -195.52848 -195.52848 Loop time of 7.88877 on 1 procs for 1000 steps with 2000 atoms Performance: 10.952 ns/day, 2.191 hours/ns, 126.763 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 | 7.7083 | 7.7083 | 7.7083 | 0.0 | 97.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04522 | 0.04522 | 0.04522 | 0.0 | 0.57 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12064 | 0.12064 | 0.12064 | 0.0 | 1.53 Other | | 0.01459 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335558 ave 335558 max 335558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335558 Ave neighs/atom = 167.779 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.421513744235, Press = -0.203500555779472 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 287000 -12632.297 -12632.297 -12697.398 -12697.398 251.94745 251.94745 31636.481 31636.481 -195.52848 -195.52848 288000 -12629.508 -12629.508 -12694.771 -12694.771 252.57425 252.57425 31655.43 31655.43 -1200.3285 -1200.3285 Loop time of 8.26798 on 1 procs for 1000 steps with 2000 atoms Performance: 10.450 ns/day, 2.297 hours/ns, 120.948 timesteps/s 89.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 8.0512 | 8.0512 | 8.0512 | 0.0 | 97.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064943 | 0.064943 | 0.064943 | 0.0 | 0.79 Output | 4.9114e-05 | 4.9114e-05 | 4.9114e-05 | 0.0 | 0.00 Modify | 0.13653 | 0.13653 | 0.13653 | 0.0 | 1.65 Other | | 0.0153 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335824 ave 335824 max 335824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335824 Ave neighs/atom = 167.912 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.416056065245, Press = -0.205439830068601 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 288000 -12629.508 -12629.508 -12694.771 -12694.771 252.57425 252.57425 31655.43 31655.43 -1200.3285 -1200.3285 289000 -12629.434 -12629.434 -12693.918 -12693.918 249.55986 249.55986 31669.246 31669.246 -2587.9747 -2587.9747 Loop time of 8.50669 on 1 procs for 1000 steps with 2000 atoms Performance: 10.157 ns/day, 2.363 hours/ns, 117.555 timesteps/s 86.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 | 8.3095 | 8.3095 | 8.3095 | 0.0 | 97.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045869 | 0.045869 | 0.045869 | 0.0 | 0.54 Output | 4.22e-05 | 4.22e-05 | 4.22e-05 | 0.0 | 0.00 Modify | 0.12296 | 0.12296 | 0.12296 | 0.0 | 1.45 Other | | 0.02829 | | | 0.33 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335456 ave 335456 max 335456 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335456 Ave neighs/atom = 167.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 = 253.417116320848, Press = -0.100829846171898 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 289000 -12629.434 -12629.434 -12693.918 -12693.918 249.55986 249.55986 31669.246 31669.246 -2587.9747 -2587.9747 290000 -12627.376 -12627.376 -12694.68 -12694.68 260.47445 260.47445 31638.352 31638.352 256.64825 256.64825 Loop time of 10.0289 on 1 procs for 1000 steps with 2000 atoms Performance: 8.615 ns/day, 2.786 hours/ns, 99.711 timesteps/s 73.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.7653 | 9.7653 | 9.7653 | 0.0 | 97.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063968 | 0.063968 | 0.063968 | 0.0 | 0.64 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.18432 | 0.18432 | 0.18432 | 0.0 | 1.84 Other | | 0.0153 | | | 0.15 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335676 ave 335676 max 335676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335676 Ave neighs/atom = 167.838 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.416014569194, Press = 0.0442502811380747 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 290000 -12627.376 -12627.376 -12694.68 -12694.68 260.47445 260.47445 31638.352 31638.352 256.64825 256.64825 291000 -12629.475 -12629.475 -12695.528 -12695.528 255.63204 255.63204 31614.14 31614.14 2059.1614 2059.1614 Loop time of 8.12918 on 1 procs for 1000 steps with 2000 atoms Performance: 10.628 ns/day, 2.258 hours/ns, 123.014 timesteps/s 90.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 | 7.9242 | 7.9242 | 7.9242 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046101 | 0.046101 | 0.046101 | 0.0 | 0.57 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.14318 | 0.14318 | 0.14318 | 0.0 | 1.76 Other | | 0.01568 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335556 ave 335556 max 335556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335556 Ave neighs/atom = 167.778 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.414057330549, Press = -0.134545541429341 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 291000 -12629.475 -12629.475 -12695.528 -12695.528 255.63204 255.63204 31614.14 31614.14 2059.1614 2059.1614 292000 -12629.436 -12629.436 -12695.672 -12695.672 256.34096 256.34096 31641.994 31641.994 -344.93918 -344.93918 Loop time of 8.16219 on 1 procs for 1000 steps with 2000 atoms Performance: 10.585 ns/day, 2.267 hours/ns, 122.516 timesteps/s 90.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 | 7.9644 | 7.9644 | 7.9644 | 0.0 | 97.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045811 | 0.045811 | 0.045811 | 0.0 | 0.56 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.13694 | 0.13694 | 0.13694 | 0.0 | 1.68 Other | | 0.01501 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335786 ave 335786 max 335786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335786 Ave neighs/atom = 167.893 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.416873974811, Press = -0.180285676011914 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 292000 -12629.436 -12629.436 -12695.672 -12695.672 256.34096 256.34096 31641.994 31641.994 -344.93918 -344.93918 293000 -12628.344 -12628.344 -12694.345 -12694.345 255.43072 255.43072 31653.115 31653.115 -1160.1022 -1160.1022 Loop time of 9.54456 on 1 procs for 1000 steps with 2000 atoms Performance: 9.052 ns/day, 2.651 hours/ns, 104.772 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 | 9.3278 | 9.3278 | 9.3278 | 0.0 | 97.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045334 | 0.045334 | 0.045334 | 0.0 | 0.47 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.15654 | 0.15654 | 0.15654 | 0.0 | 1.64 Other | | 0.01486 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335726 ave 335726 max 335726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335726 Ave neighs/atom = 167.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 = 253.415648726933, Press = -0.0997313095036739 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 293000 -12628.344 -12628.344 -12694.345 -12694.345 255.43072 255.43072 31653.115 31653.115 -1160.1022 -1160.1022 294000 -12629.617 -12629.617 -12694.007 -12694.007 249.19429 249.19429 31636.614 31636.614 560.77331 560.77331 Loop time of 8.19008 on 1 procs for 1000 steps with 2000 atoms Performance: 10.549 ns/day, 2.275 hours/ns, 122.099 timesteps/s 88.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 | 7.9672 | 7.9672 | 7.9672 | 0.0 | 97.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058058 | 0.058058 | 0.058058 | 0.0 | 0.71 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.13301 | 0.13301 | 0.13301 | 0.0 | 1.62 Other | | 0.03179 | | | 0.39 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335658 ave 335658 max 335658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335658 Ave neighs/atom = 167.829 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.419943574608, Press = -0.0870776104300561 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 294000 -12629.617 -12629.617 -12694.007 -12694.007 249.19429 249.19429 31636.614 31636.614 560.77331 560.77331 295000 -12629.054 -12629.054 -12693.431 -12693.431 249.1454 249.1454 31640.198 31640.198 449.6787 449.6787 Loop time of 9.7016 on 1 procs for 1000 steps with 2000 atoms Performance: 8.906 ns/day, 2.695 hours/ns, 103.076 timesteps/s 76.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 9.4161 | 9.4161 | 9.4161 | 0.0 | 97.06 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068581 | 0.068581 | 0.068581 | 0.0 | 0.71 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 0.18911 | 0.18911 | 0.18911 | 0.0 | 1.95 Other | | 0.02774 | | | 0.29 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335336 ave 335336 max 335336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335336 Ave neighs/atom = 167.668 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.416597960692, Press = -0.0668036232870704 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 295000 -12629.054 -12629.054 -12693.431 -12693.431 249.1454 249.1454 31640.198 31640.198 449.6787 449.6787 296000 -12628.526 -12628.526 -12693.805 -12693.805 252.63596 252.63596 31639.217 31639.217 -23.287345 -23.287345 Loop time of 8.73565 on 1 procs for 1000 steps with 2000 atoms Performance: 9.891 ns/day, 2.427 hours/ns, 114.473 timesteps/s 84.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 | 8.4921 | 8.4921 | 8.4921 | 0.0 | 97.21 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045722 | 0.045722 | 0.045722 | 0.0 | 0.52 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.18242 | 0.18242 | 0.18242 | 0.0 | 2.09 Other | | 0.01532 | | | 0.18 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335302 ave 335302 max 335302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335302 Ave neighs/atom = 167.651 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.420917460325, Press = -0.155095355638883 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 296000 -12628.526 -12628.526 -12693.805 -12693.805 252.63596 252.63596 31639.217 31639.217 -23.287345 -23.287345 297000 -12624.564 -12624.564 -12693.12 -12693.12 265.32128 265.32128 31653.692 31653.692 -763.2407 -763.2407 Loop time of 8.8633 on 1 procs for 1000 steps with 2000 atoms Performance: 9.748 ns/day, 2.462 hours/ns, 112.825 timesteps/s 82.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 | 8.6499 | 8.6499 | 8.6499 | 0.0 | 97.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048471 | 0.048471 | 0.048471 | 0.0 | 0.55 Output | 3.4809e-05 | 3.4809e-05 | 3.4809e-05 | 0.0 | 0.00 Modify | 0.14975 | 0.14975 | 0.14975 | 0.0 | 1.69 Other | | 0.01515 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335816 ave 335816 max 335816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335816 Ave neighs/atom = 167.908 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.423747310146, Press = -0.106602471114338 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 297000 -12624.564 -12624.564 -12693.12 -12693.12 265.32128 265.32128 31653.692 31653.692 -763.2407 -763.2407 298000 -12629.705 -12629.705 -12695.413 -12695.413 254.2987 254.2987 31637.233 31637.233 166.62387 166.62387 Loop time of 7.91407 on 1 procs for 1000 steps with 2000 atoms Performance: 10.917 ns/day, 2.198 hours/ns, 126.357 timesteps/s 94.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 | 7.7175 | 7.7175 | 7.7175 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046599 | 0.046599 | 0.046599 | 0.0 | 0.59 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12357 | 0.12357 | 0.12357 | 0.0 | 1.56 Other | | 0.02633 | | | 0.33 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335630 ave 335630 max 335630 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335630 Ave neighs/atom = 167.815 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.429726632919, Press = -0.0534795844323418 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 298000 -12629.705 -12629.705 -12695.413 -12695.413 254.2987 254.2987 31637.233 31637.233 166.62387 166.62387 299000 -12626.934 -12626.934 -12693.488 -12693.488 257.57211 257.57211 31617.565 31617.565 2232.7545 2232.7545 Loop time of 7.83284 on 1 procs for 1000 steps with 2000 atoms Performance: 11.030 ns/day, 2.176 hours/ns, 127.668 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 | 7.6296 | 7.6296 | 7.6296 | 0.0 | 97.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058584 | 0.058584 | 0.058584 | 0.0 | 0.75 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.12972 | 0.12972 | 0.12972 | 0.0 | 1.66 Other | | 0.0149 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335538 ave 335538 max 335538 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335538 Ave neighs/atom = 167.769 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.429905485978, Press = -0.0732877801999636 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 299000 -12626.934 -12626.934 -12693.488 -12693.488 257.57211 257.57211 31617.565 31617.565 2232.7545 2232.7545 300000 -12631.364 -12631.364 -12694.757 -12694.757 245.33593 245.33593 31627.465 31627.465 1183.5037 1183.5037 Loop time of 7.40421 on 1 procs for 1000 steps with 2000 atoms Performance: 11.669 ns/day, 2.057 hours/ns, 135.058 timesteps/s 96.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 | 7.2079 | 7.2079 | 7.2079 | 0.0 | 97.35 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044785 | 0.044785 | 0.044785 | 0.0 | 0.60 Output | 7.7009e-05 | 7.7009e-05 | 7.7009e-05 | 0.0 | 0.00 Modify | 0.13678 | 0.13678 | 0.13678 | 0.0 | 1.85 Other | | 0.01464 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335640 ave 335640 max 335640 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335640 Ave neighs/atom = 167.82 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.427866476926, Press = -0.287452090445548 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 300000 -12631.364 -12631.364 -12694.757 -12694.757 245.33593 245.33593 31627.465 31627.465 1183.5037 1183.5037 301000 -12627.179 -12627.179 -12693.159 -12693.159 255.34963 255.34963 31661.576 31661.576 -1756.5157 -1756.5157 Loop time of 7.64162 on 1 procs for 1000 steps with 2000 atoms Performance: 11.307 ns/day, 2.123 hours/ns, 130.862 timesteps/s 98.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4573 | 7.4573 | 7.4573 | 0.0 | 97.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045806 | 0.045806 | 0.045806 | 0.0 | 0.60 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12322 | 0.12322 | 0.12322 | 0.0 | 1.61 Other | | 0.01529 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335518 ave 335518 max 335518 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335518 Ave neighs/atom = 167.759 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.423667922794, Press = -0.207893405992888 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 301000 -12627.179 -12627.179 -12693.159 -12693.159 255.34963 255.34963 31661.576 31661.576 -1756.5157 -1756.5157 302000 -12626.434 -12626.434 -12694.184 -12694.184 262.1989 262.1989 31663.66 31663.66 -2082.968 -2082.968 Loop time of 7.63007 on 1 procs for 1000 steps with 2000 atoms Performance: 11.324 ns/day, 2.119 hours/ns, 131.060 timesteps/s 95.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 | 7.4404 | 7.4404 | 7.4404 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047407 | 0.047407 | 0.047407 | 0.0 | 0.62 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.12715 | 0.12715 | 0.12715 | 0.0 | 1.67 Other | | 0.01508 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335698 ave 335698 max 335698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335698 Ave neighs/atom = 167.849 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.420449982255, Press = -0.0606454215640589 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 302000 -12626.434 -12626.434 -12694.184 -12694.184 262.1989 262.1989 31663.66 31663.66 -2082.968 -2082.968 303000 -12629.624 -12629.624 -12694.378 -12694.378 250.60446 250.60446 31615.864 31615.864 2177.2246 2177.2246 Loop time of 7.64112 on 1 procs for 1000 steps with 2000 atoms Performance: 11.307 ns/day, 2.123 hours/ns, 130.871 timesteps/s 95.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 | 7.4535 | 7.4535 | 7.4535 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046159 | 0.046159 | 0.046159 | 0.0 | 0.60 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 0.12479 | 0.12479 | 0.12479 | 0.0 | 1.63 Other | | 0.01658 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335758 ave 335758 max 335758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335758 Ave neighs/atom = 167.879 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.425619122988, Press = 0.0530247858181107 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 303000 -12629.624 -12629.624 -12694.378 -12694.378 250.60446 250.60446 31615.864 31615.864 2177.2246 2177.2246 304000 -12626.997 -12626.997 -12692.382 -12692.382 253.04722 253.04722 31589.054 31589.054 4560.0739 4560.0739 Loop time of 7.15511 on 1 procs for 1000 steps with 2000 atoms Performance: 12.075 ns/day, 1.988 hours/ns, 139.760 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9768 | 6.9768 | 6.9768 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044482 | 0.044482 | 0.044482 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.11907 | 0.11907 | 0.11907 | 0.0 | 1.66 Other | | 0.01471 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335698 ave 335698 max 335698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335698 Ave neighs/atom = 167.849 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.430963961596, Press = -0.135295543367375 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 304000 -12626.997 -12626.997 -12692.382 -12692.382 253.04722 253.04722 31589.054 31589.054 4560.0739 4560.0739 305000 -12628.248 -12628.248 -12695.677 -12695.677 260.96021 260.96021 31645.813 31645.813 -509.92387 -509.92387 Loop time of 7.36536 on 1 procs for 1000 steps with 2000 atoms Performance: 11.731 ns/day, 2.046 hours/ns, 135.771 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1828 | 7.1828 | 7.1828 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045783 | 0.045783 | 0.045783 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12165 | 0.12165 | 0.12165 | 0.0 | 1.65 Other | | 0.01504 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335894 ave 335894 max 335894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335894 Ave neighs/atom = 167.947 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.433131651521, Press = -0.265192926109212 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 305000 -12628.248 -12628.248 -12695.677 -12695.677 260.96021 260.96021 31645.813 31645.813 -509.92387 -509.92387 306000 -12629.043 -12629.043 -12693.422 -12693.422 249.15293 249.15293 31652.707 31652.707 -1182.1295 -1182.1295 Loop time of 7.50491 on 1 procs for 1000 steps with 2000 atoms Performance: 11.512 ns/day, 2.085 hours/ns, 133.246 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3194 | 7.3194 | 7.3194 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046585 | 0.046585 | 0.046585 | 0.0 | 0.62 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.12369 | 0.12369 | 0.12369 | 0.0 | 1.65 Other | | 0.01517 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335632 ave 335632 max 335632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335632 Ave neighs/atom = 167.816 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.434995586637, Press = -0.0850696971812942 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 306000 -12629.043 -12629.043 -12693.422 -12693.422 249.15293 249.15293 31652.707 31652.707 -1182.1295 -1182.1295 307000 -12630.513 -12630.513 -12695.288 -12695.288 250.68385 250.68385 31630.207 31630.207 597.90525 597.90525 Loop time of 7.192 on 1 procs for 1000 steps with 2000 atoms Performance: 12.013 ns/day, 1.998 hours/ns, 139.043 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0133 | 7.0133 | 7.0133 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044714 | 0.044714 | 0.044714 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11931 | 0.11931 | 0.11931 | 0.0 | 1.66 Other | | 0.01468 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335834 ave 335834 max 335834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335834 Ave neighs/atom = 167.917 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.432254665295, Press = -0.0752505320525656 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 307000 -12630.513 -12630.513 -12695.288 -12695.288 250.68385 250.68385 31630.207 31630.207 597.90525 597.90525 308000 -12627.138 -12627.138 -12693.579 -12693.579 257.1316 257.1316 31639.14 31639.14 364.09265 364.09265 Loop time of 7.10214 on 1 procs for 1000 steps with 2000 atoms Performance: 12.165 ns/day, 1.973 hours/ns, 140.803 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9252 | 6.9252 | 6.9252 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044116 | 0.044116 | 0.044116 | 0.0 | 0.62 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.11832 | 0.11832 | 0.11832 | 0.0 | 1.67 Other | | 0.01446 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335842 ave 335842 max 335842 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335842 Ave neighs/atom = 167.921 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.422033999538, Press = -0.0301419143319593 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 308000 -12627.138 -12627.138 -12693.579 -12693.579 257.1316 257.1316 31639.14 31639.14 364.09265 364.09265 309000 -12629.443 -12629.443 -12694.274 -12694.274 250.90495 250.90495 31597.69 31597.69 3494.5111 3494.5111 Loop time of 7.14018 on 1 procs for 1000 steps with 2000 atoms Performance: 12.101 ns/day, 1.983 hours/ns, 140.052 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.962 | 6.962 | 6.962 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044971 | 0.044971 | 0.044971 | 0.0 | 0.63 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.11861 | 0.11861 | 0.11861 | 0.0 | 1.66 Other | | 0.01451 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335588 ave 335588 max 335588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335588 Ave neighs/atom = 167.794 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.422005662593, Press = -0.0312292019200026 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 309000 -12629.443 -12629.443 -12694.274 -12694.274 250.90495 250.90495 31597.69 31597.69 3494.5111 3494.5111 310000 -12627.596 -12627.596 -12693.575 -12693.575 255.34574 255.34574 31623.547 31623.547 1580.5967 1580.5967 Loop time of 7.38793 on 1 procs for 1000 steps with 2000 atoms Performance: 11.695 ns/day, 2.052 hours/ns, 135.356 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2038 | 7.2038 | 7.2038 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045558 | 0.045558 | 0.045558 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12347 | 0.12347 | 0.12347 | 0.0 | 1.67 Other | | 0.01502 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335950 ave 335950 max 335950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335950 Ave neighs/atom = 167.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.421832014924, Press = -0.22763817232826 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 310000 -12627.596 -12627.596 -12693.575 -12693.575 255.34574 255.34574 31623.547 31623.547 1580.5967 1580.5967 311000 -12626.852 -12626.852 -12694.31 -12694.31 261.07199 261.07199 31647.625 31647.625 -735.13358 -735.13358 Loop time of 7.43694 on 1 procs for 1000 steps with 2000 atoms Performance: 11.618 ns/day, 2.066 hours/ns, 134.464 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2537 | 7.2537 | 7.2537 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045635 | 0.045635 | 0.045635 | 0.0 | 0.61 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.12239 | 0.12239 | 0.12239 | 0.0 | 1.65 Other | | 0.01514 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335762 ave 335762 max 335762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335762 Ave neighs/atom = 167.881 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.432663586548, Press = -0.190133301270159 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 311000 -12626.852 -12626.852 -12694.31 -12694.31 261.07199 261.07199 31647.625 31647.625 -735.13358 -735.13358 312000 -12629.574 -12629.574 -12695.275 -12695.275 254.26977 254.26977 31648.894 31648.894 -1111.9518 -1111.9518 Loop time of 7.23731 on 1 procs for 1000 steps with 2000 atoms Performance: 11.938 ns/day, 2.010 hours/ns, 138.173 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0539 | 7.0539 | 7.0539 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045018 | 0.045018 | 0.045018 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12352 | 0.12352 | 0.12352 | 0.0 | 1.71 Other | | 0.01486 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335890 ave 335890 max 335890 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335890 Ave neighs/atom = 167.945 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.430978916078, Press = -0.109724066522496 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 312000 -12629.574 -12629.574 -12695.275 -12695.275 254.26977 254.26977 31648.894 31648.894 -1111.9518 -1111.9518 313000 -12626.27 -12626.27 -12693.359 -12693.359 259.64224 259.64224 31634.592 31634.592 442.94321 442.94321 Loop time of 7.40849 on 1 procs for 1000 steps with 2000 atoms Performance: 11.662 ns/day, 2.058 hours/ns, 134.980 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2244 | 7.2244 | 7.2244 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046326 | 0.046326 | 0.046326 | 0.0 | 0.63 Output | 3.2902e-05 | 3.2902e-05 | 3.2902e-05 | 0.0 | 0.00 Modify | 0.12267 | 0.12267 | 0.12267 | 0.0 | 1.66 Other | | 0.01508 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335858 ave 335858 max 335858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335858 Ave neighs/atom = 167.929 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.437106430468, Press = 0.0397597648062328 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 313000 -12626.27 -12626.27 -12693.359 -12693.359 259.64224 259.64224 31634.592 31634.592 442.94321 442.94321 314000 -12629.501 -12629.501 -12695.42 -12695.42 255.11578 255.11578 31595.206 31595.206 3617.2695 3617.2695 Loop time of 7.01942 on 1 procs for 1000 steps with 2000 atoms Performance: 12.309 ns/day, 1.950 hours/ns, 142.462 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.8448 | 6.8448 | 6.8448 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043875 | 0.043875 | 0.043875 | 0.0 | 0.63 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.11652 | 0.11652 | 0.11652 | 0.0 | 1.66 Other | | 0.01423 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335840 ave 335840 max 335840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335840 Ave neighs/atom = 167.92 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.438286547041, Press = -0.063801344292186 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 314000 -12629.501 -12629.501 -12695.42 -12695.42 255.11578 255.11578 31595.206 31595.206 3617.2695 3617.2695 315000 -12626.162 -12626.162 -12694.009 -12694.009 262.57322 262.57322 31633.669 31633.669 569.5274 569.5274 Loop time of 7.37297 on 1 procs for 1000 steps with 2000 atoms Performance: 11.718 ns/day, 2.048 hours/ns, 135.631 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1907 | 7.1907 | 7.1907 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045503 | 0.045503 | 0.045503 | 0.0 | 0.62 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.12165 | 0.12165 | 0.12165 | 0.0 | 1.65 Other | | 0.01507 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335894 ave 335894 max 335894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335894 Ave neighs/atom = 167.947 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.444407479383, Press = -0.240965485901155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 315000 -12626.162 -12626.162 -12694.009 -12694.009 262.57322 262.57322 31633.669 31633.669 569.5274 569.5274 316000 -12629.817 -12629.817 -12694.872 -12694.872 251.7703 251.7703 31657.327 31657.327 -1920.7181 -1920.7181 Loop time of 7.36093 on 1 procs for 1000 steps with 2000 atoms Performance: 11.738 ns/day, 2.045 hours/ns, 135.852 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.179 | 7.179 | 7.179 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04552 | 0.04552 | 0.04552 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12137 | 0.12137 | 0.12137 | 0.0 | 1.65 Other | | 0.01496 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335748 ave 335748 max 335748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335748 Ave neighs/atom = 167.874 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.445685837387, Press = -0.151735029093505 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 316000 -12629.817 -12629.817 -12694.872 -12694.872 251.7703 251.7703 31657.327 31657.327 -1920.7181 -1920.7181 317000 -12627.812 -12627.812 -12693.097 -12693.097 252.65722 252.65722 31645.949 31645.949 -695.62424 -695.62424 Loop time of 7.44706 on 1 procs for 1000 steps with 2000 atoms Performance: 11.602 ns/day, 2.069 hours/ns, 134.281 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2642 | 7.2642 | 7.2642 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045707 | 0.045707 | 0.045707 | 0.0 | 0.61 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12199 | 0.12199 | 0.12199 | 0.0 | 1.64 Other | | 0.01516 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335948 ave 335948 max 335948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335948 Ave neighs/atom = 167.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.45052300513, Press = -0.102986117214397 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 317000 -12627.812 -12627.812 -12693.097 -12693.097 252.65722 252.65722 31645.949 31645.949 -695.62424 -695.62424 318000 -12627.196 -12627.196 -12692.269 -12692.269 251.83938 251.83938 31643.881 31643.881 -146.38946 -146.38946 Loop time of 7.6858 on 1 procs for 1000 steps with 2000 atoms Performance: 11.242 ns/day, 2.135 hours/ns, 130.110 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4979 | 7.4979 | 7.4979 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046707 | 0.046707 | 0.046707 | 0.0 | 0.61 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.12557 | 0.12557 | 0.12557 | 0.0 | 1.63 Other | | 0.01556 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335922 ave 335922 max 335922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335922 Ave neighs/atom = 167.961 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.452088516873, Press = -0.0885632615605143 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 318000 -12627.196 -12627.196 -12692.269 -12692.269 251.83938 251.83938 31643.881 31643.881 -146.38946 -146.38946 319000 -12629.642 -12629.642 -12695.767 -12695.767 255.91354 255.91354 31640.909 31640.909 -539.88348 -539.88348 Loop time of 7.51139 on 1 procs for 1000 steps with 2000 atoms Performance: 11.503 ns/day, 2.086 hours/ns, 133.131 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3263 | 7.3263 | 7.3263 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045999 | 0.045999 | 0.045999 | 0.0 | 0.61 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12362 | 0.12362 | 0.12362 | 0.0 | 1.65 Other | | 0.01539 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335822 ave 335822 max 335822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335822 Ave neighs/atom = 167.911 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.451958076601, Press = -0.0495536481769936 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 319000 -12629.642 -12629.642 -12695.767 -12695.767 255.91354 255.91354 31640.909 31640.909 -539.88348 -539.88348 320000 -12628.058 -12628.058 -12693.413 -12693.413 252.92905 252.92905 31612.761 31612.761 2464.8508 2464.8508 Loop time of 7.56905 on 1 procs for 1000 steps with 2000 atoms Performance: 11.415 ns/day, 2.103 hours/ns, 132.117 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3832 | 7.3832 | 7.3832 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046614 | 0.046614 | 0.046614 | 0.0 | 0.62 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12381 | 0.12381 | 0.12381 | 0.0 | 1.64 Other | | 0.01535 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335902 ave 335902 max 335902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335902 Ave neighs/atom = 167.951 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.446578970055, Press = -0.0740308188804583 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 320000 -12628.058 -12628.058 -12693.413 -12693.413 252.92905 252.92905 31612.761 31612.761 2464.8508 2464.8508 321000 -12632.608 -12632.608 -12697.308 -12697.308 250.39706 250.39706 31610.863 31610.863 1777.4968 1777.4968 Loop time of 7.26896 on 1 procs for 1000 steps with 2000 atoms Performance: 11.886 ns/day, 2.019 hours/ns, 137.571 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0889 | 7.0889 | 7.0889 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044765 | 0.044765 | 0.044765 | 0.0 | 0.62 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.12042 | 0.12042 | 0.12042 | 0.0 | 1.66 Other | | 0.0148 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335790 ave 335790 max 335790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335790 Ave neighs/atom = 167.895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.439914638012, Press = -0.240265844681661 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 321000 -12632.608 -12632.608 -12697.308 -12697.308 250.39706 250.39706 31610.863 31610.863 1777.4968 1777.4968 322000 -12626.625 -12626.625 -12694.302 -12694.302 261.9177 261.9177 31657.432 31657.432 -1816.7327 -1816.7327 Loop time of 7.4488 on 1 procs for 1000 steps with 2000 atoms Performance: 11.599 ns/day, 2.069 hours/ns, 134.250 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2653 | 7.2653 | 7.2653 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046005 | 0.046005 | 0.046005 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12216 | 0.12216 | 0.12216 | 0.0 | 1.64 Other | | 0.01526 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335938 ave 335938 max 335938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335938 Ave neighs/atom = 167.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.435907466965, Press = -0.240466231343172 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 322000 -12626.625 -12626.625 -12694.302 -12694.302 261.9177 261.9177 31657.432 31657.432 -1816.7327 -1816.7327 323000 -12630.341 -12630.341 -12694.305 -12694.305 247.54777 247.54777 31656.292 31656.292 -1800.3227 -1800.3227 Loop time of 7.30842 on 1 procs for 1000 steps with 2000 atoms Performance: 11.822 ns/day, 2.030 hours/ns, 136.828 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1266 | 7.1266 | 7.1266 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045757 | 0.045757 | 0.045757 | 0.0 | 0.63 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12118 | 0.12118 | 0.12118 | 0.0 | 1.66 Other | | 0.01485 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335930 ave 335930 max 335930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335930 Ave neighs/atom = 167.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.435639312972, Press = -0.0420572152809874 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 323000 -12630.341 -12630.341 -12694.305 -12694.305 247.54777 247.54777 31656.292 31656.292 -1800.3227 -1800.3227 324000 -12627.505 -12627.505 -12694.13 -12694.13 257.84601 257.84601 31634.744 31634.744 201.94284 201.94284 Loop time of 7.43671 on 1 procs for 1000 steps with 2000 atoms Performance: 11.618 ns/day, 2.066 hours/ns, 134.468 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2533 | 7.2533 | 7.2533 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046035 | 0.046035 | 0.046035 | 0.0 | 0.62 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.12233 | 0.12233 | 0.12233 | 0.0 | 1.64 Other | | 0.01499 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335884 ave 335884 max 335884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335884 Ave neighs/atom = 167.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 = 253.437534890918, Press = 0.0148561628495154 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 324000 -12627.505 -12627.505 -12694.13 -12694.13 257.84601 257.84601 31634.744 31634.744 201.94284 201.94284 325000 -12628.868 -12628.868 -12694.909 -12694.909 255.58299 255.58299 31623.774 31623.774 1062.0662 1062.0662 Loop time of 7.29518 on 1 procs for 1000 steps with 2000 atoms Performance: 11.843 ns/day, 2.026 hours/ns, 137.077 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.114 | 7.114 | 7.114 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045142 | 0.045142 | 0.045142 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12096 | 0.12096 | 0.12096 | 0.0 | 1.66 Other | | 0.01503 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335932 ave 335932 max 335932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335932 Ave neighs/atom = 167.966 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.43341720999, Press = -0.117397798308879 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 325000 -12628.868 -12628.868 -12694.909 -12694.909 255.58299 255.58299 31623.774 31623.774 1062.0662 1062.0662 326000 -12629.644 -12629.644 -12693.307 -12693.307 246.38249 246.38249 31628.865 31628.865 852.37163 852.37163 Loop time of 7.33681 on 1 procs for 1000 steps with 2000 atoms Performance: 11.776 ns/day, 2.038 hours/ns, 136.299 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1547 | 7.1547 | 7.1547 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045411 | 0.045411 | 0.045411 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12168 | 0.12168 | 0.12168 | 0.0 | 1.66 Other | | 0.01498 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335938 ave 335938 max 335938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335938 Ave neighs/atom = 167.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.431671107044, Press = -0.182011293619671 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 326000 -12629.644 -12629.644 -12693.307 -12693.307 246.38249 246.38249 31628.865 31628.865 852.37163 852.37163 327000 -12627.802 -12627.802 -12692.88 -12692.88 251.85748 251.85748 31664.15 31664.15 -2128.8297 -2128.8297 Loop time of 7.21081 on 1 procs for 1000 steps with 2000 atoms Performance: 11.982 ns/day, 2.003 hours/ns, 138.681 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0302 | 7.0302 | 7.0302 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044586 | 0.044586 | 0.044586 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12143 | 0.12143 | 0.12143 | 0.0 | 1.68 Other | | 0.01461 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335914 ave 335914 max 335914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335914 Ave neighs/atom = 167.957 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.428891882499, Press = -0.171925155776177 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 327000 -12627.802 -12627.802 -12692.88 -12692.88 251.85748 251.85748 31664.15 31664.15 -2128.8297 -2128.8297 328000 -12631.377 -12631.377 -12696.974 -12696.974 253.86543 253.86543 31658.518 31658.518 -2230.0894 -2230.0894 Loop time of 7.35857 on 1 procs for 1000 steps with 2000 atoms Performance: 11.741 ns/day, 2.044 hours/ns, 135.896 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1771 | 7.1771 | 7.1771 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045278 | 0.045278 | 0.045278 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12122 | 0.12122 | 0.12122 | 0.0 | 1.65 Other | | 0.01498 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335884 ave 335884 max 335884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335884 Ave neighs/atom = 167.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 = 253.420860227936, Press = -0.010785348868778 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 328000 -12631.377 -12631.377 -12696.974 -12696.974 253.86543 253.86543 31658.518 31658.518 -2230.0894 -2230.0894 329000 -12627.845 -12627.845 -12693.967 -12693.967 255.89692 255.89692 31627.192 31627.192 914.9333 914.9333 Loop time of 7.38143 on 1 procs for 1000 steps with 2000 atoms Performance: 11.705 ns/day, 2.050 hours/ns, 135.475 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1982 | 7.1982 | 7.1982 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045491 | 0.045491 | 0.045491 | 0.0 | 0.62 Output | 7.4148e-05 | 7.4148e-05 | 7.4148e-05 | 0.0 | 0.00 Modify | 0.12201 | 0.12201 | 0.12201 | 0.0 | 1.65 Other | | 0.01562 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335810 ave 335810 max 335810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335810 Ave neighs/atom = 167.905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.414539445985, Press = 0.0155271012602347 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 329000 -12627.845 -12627.845 -12693.967 -12693.967 255.89692 255.89692 31627.192 31627.192 914.9333 914.9333 330000 -12631.243 -12631.243 -12696.064 -12696.064 250.86615 250.86615 31615.768 31615.768 1862.4384 1862.4384 Loop time of 7.25258 on 1 procs for 1000 steps with 2000 atoms Performance: 11.913 ns/day, 2.015 hours/ns, 137.882 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0724 | 7.0724 | 7.0724 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04494 | 0.04494 | 0.04494 | 0.0 | 0.62 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.12036 | 0.12036 | 0.12036 | 0.0 | 1.66 Other | | 0.01485 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335940 ave 335940 max 335940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335940 Ave neighs/atom = 167.97 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.408379132532, Press = -0.0902744299095817 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 330000 -12631.243 -12631.243 -12696.064 -12696.064 250.86615 250.86615 31615.768 31615.768 1862.4384 1862.4384 331000 -12628.187 -12628.187 -12694.355 -12694.355 256.07853 256.07853 31634.334 31634.334 365.98035 365.98035 Loop time of 7.58744 on 1 procs for 1000 steps with 2000 atoms Performance: 11.387 ns/day, 2.108 hours/ns, 131.797 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4013 | 7.4013 | 7.4013 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046266 | 0.046266 | 0.046266 | 0.0 | 0.61 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.1241 | 0.1241 | 0.1241 | 0.0 | 1.64 Other | | 0.01571 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335728 ave 335728 max 335728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335728 Ave neighs/atom = 167.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 = 253.404843855749, Press = -0.184969201049193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 331000 -12628.187 -12628.187 -12694.355 -12694.355 256.07853 256.07853 31634.334 31634.334 365.98035 365.98035 332000 -12630.458 -12630.458 -12694.653 -12694.653 248.44171 248.44171 31645.279 31645.279 -698.97178 -698.97178 Loop time of 7.60157 on 1 procs for 1000 steps with 2000 atoms Performance: 11.366 ns/day, 2.112 hours/ns, 131.552 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4152 | 7.4152 | 7.4152 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046493 | 0.046493 | 0.046493 | 0.0 | 0.61 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12428 | 0.12428 | 0.12428 | 0.0 | 1.63 Other | | 0.01552 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335888 ave 335888 max 335888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335888 Ave neighs/atom = 167.944 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.40109389675, Press = -0.136715933910885 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 332000 -12630.458 -12630.458 -12694.653 -12694.653 248.44171 248.44171 31645.279 31645.279 -698.97178 -698.97178 333000 -12629.781 -12629.781 -12695.8 -12695.8 255.50101 255.50101 31631.926 31631.926 266.49409 266.49409 Loop time of 7.36264 on 1 procs for 1000 steps with 2000 atoms Performance: 11.735 ns/day, 2.045 hours/ns, 135.821 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1812 | 7.1812 | 7.1812 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04535 | 0.04535 | 0.04535 | 0.0 | 0.62 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.12116 | 0.12116 | 0.12116 | 0.0 | 1.65 Other | | 0.01489 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335866 ave 335866 max 335866 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335866 Ave neighs/atom = 167.933 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.400911744046, Press = -0.0503919376331403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 333000 -12629.781 -12629.781 -12695.8 -12695.8 255.50101 255.50101 31631.926 31631.926 266.49409 266.49409 334000 -12627.617 -12627.617 -12695.03 -12695.03 260.89597 260.89597 31609.643 31609.643 2564.4094 2564.4094 Loop time of 7.23153 on 1 procs for 1000 steps with 2000 atoms Performance: 11.948 ns/day, 2.009 hours/ns, 138.283 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0516 | 7.0516 | 7.0516 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044989 | 0.044989 | 0.044989 | 0.0 | 0.62 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.12023 | 0.12023 | 0.12023 | 0.0 | 1.66 Other | | 0.01471 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335886 ave 335886 max 335886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335886 Ave neighs/atom = 167.943 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.393402618049, Press = -0.0863797209911065 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 334000 -12627.617 -12627.617 -12695.03 -12695.03 260.89597 260.89597 31609.643 31609.643 2564.4094 2564.4094 335000 -12630.349 -12630.349 -12695.561 -12695.561 252.3764 252.3764 31599.379 31599.379 3229.4549 3229.4549 Loop time of 7.41931 on 1 procs for 1000 steps with 2000 atoms Performance: 11.645 ns/day, 2.061 hours/ns, 134.783 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2363 | 7.2363 | 7.2363 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045449 | 0.045449 | 0.045449 | 0.0 | 0.61 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12243 | 0.12243 | 0.12243 | 0.0 | 1.65 Other | | 0.01511 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335782 ave 335782 max 335782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335782 Ave neighs/atom = 167.891 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.388542631698, Press = -0.32599165901804 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 335000 -12630.349 -12630.349 -12695.561 -12695.561 252.3764 252.3764 31599.379 31599.379 3229.4549 3229.4549 336000 -12627.369 -12627.369 -12692.831 -12692.831 253.34759 253.34759 31661.083 31661.083 -1800.8721 -1800.8721 Loop time of 7.21744 on 1 procs for 1000 steps with 2000 atoms Performance: 11.971 ns/day, 2.005 hours/ns, 138.553 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0386 | 7.0386 | 7.0386 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044842 | 0.044842 | 0.044842 | 0.0 | 0.62 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.11939 | 0.11939 | 0.11939 | 0.0 | 1.65 Other | | 0.01462 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335878 ave 335878 max 335878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335878 Ave neighs/atom = 167.939 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.389578009325, Press = -0.236530756653004 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 336000 -12627.369 -12627.369 -12692.831 -12692.831 253.34759 253.34759 31661.083 31661.083 -1800.8721 -1800.8721 337000 -12629.289 -12629.289 -12695.405 -12695.405 255.87253 255.87253 31675.325 31675.325 -3370.3216 -3370.3216 Loop time of 7.43472 on 1 procs for 1000 steps with 2000 atoms Performance: 11.621 ns/day, 2.065 hours/ns, 134.504 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2497 | 7.2497 | 7.2497 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045735 | 0.045735 | 0.045735 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12419 | 0.12419 | 0.12419 | 0.0 | 1.67 Other | | 0.0151 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335770 ave 335770 max 335770 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335770 Ave neighs/atom = 167.885 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.393486389051, Press = -0.0964200347167959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 337000 -12629.289 -12629.289 -12695.405 -12695.405 255.87253 255.87253 31675.325 31675.325 -3370.3216 -3370.3216 338000 -12629.628 -12629.628 -12694.727 -12694.727 251.93933 251.93933 31638.964 31638.964 -52.113271 -52.113271 Loop time of 7.32632 on 1 procs for 1000 steps with 2000 atoms Performance: 11.793 ns/day, 2.035 hours/ns, 136.494 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1447 | 7.1447 | 7.1447 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045328 | 0.045328 | 0.045328 | 0.0 | 0.62 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.12119 | 0.12119 | 0.12119 | 0.0 | 1.65 Other | | 0.01505 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335686 ave 335686 max 335686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335686 Ave neighs/atom = 167.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 = 253.398787041192, Press = -0.00628781810354096 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 338000 -12629.628 -12629.628 -12694.727 -12694.727 251.93933 251.93933 31638.964 31638.964 -52.113271 -52.113271 339000 -12627.92 -12627.92 -12694.115 -12694.115 256.18227 256.18227 31632.968 31632.968 631.28978 631.28978 Loop time of 7.39304 on 1 procs for 1000 steps with 2000 atoms Performance: 11.687 ns/day, 2.054 hours/ns, 135.262 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2105 | 7.2105 | 7.2105 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045657 | 0.045657 | 0.045657 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12183 | 0.12183 | 0.12183 | 0.0 | 1.65 Other | | 0.01503 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335786 ave 335786 max 335786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335786 Ave neighs/atom = 167.893 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.397158115289, Press = -0.0491775646295618 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 339000 -12627.92 -12627.92 -12694.115 -12694.115 256.18227 256.18227 31632.968 31632.968 631.28978 631.28978 340000 -12631.736 -12631.736 -12695.418 -12695.418 246.45779 246.45779 31612.525 31612.525 1914.5877 1914.5877 Loop time of 7.40449 on 1 procs for 1000 steps with 2000 atoms Performance: 11.669 ns/day, 2.057 hours/ns, 135.053 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2219 | 7.2219 | 7.2219 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045263 | 0.045263 | 0.045263 | 0.0 | 0.61 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.1222 | 0.1222 | 0.1222 | 0.0 | 1.65 Other | | 0.01506 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335696 ave 335696 max 335696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335696 Ave neighs/atom = 167.848 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.388942760395, Press = -0.0936699764453 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 340000 -12631.736 -12631.736 -12695.418 -12695.418 246.45779 246.45779 31612.525 31612.525 1914.5877 1914.5877 341000 -12628.614 -12628.614 -12693.911 -12693.911 252.70398 252.70398 31629.405 31629.405 774.56321 774.56321 Loop time of 7.37944 on 1 procs for 1000 steps with 2000 atoms Performance: 11.708 ns/day, 2.050 hours/ns, 135.512 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1975 | 7.1975 | 7.1975 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045492 | 0.045492 | 0.045492 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12125 | 0.12125 | 0.12125 | 0.0 | 1.64 Other | | 0.01515 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335930 ave 335930 max 335930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335930 Ave neighs/atom = 167.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.385113193775, Press = -0.202609459953941 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 341000 -12628.614 -12628.614 -12693.911 -12693.911 252.70398 252.70398 31629.405 31629.405 774.56321 774.56321 342000 -12630.173 -12630.173 -12695.256 -12695.256 251.87592 251.87592 31669.961 31669.961 -3071.8748 -3071.8748 Loop time of 7.31049 on 1 procs for 1000 steps with 2000 atoms Performance: 11.819 ns/day, 2.031 hours/ns, 136.790 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.129 | 7.129 | 7.129 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04536 | 0.04536 | 0.04536 | 0.0 | 0.62 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12129 | 0.12129 | 0.12129 | 0.0 | 1.66 Other | | 0.01481 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335884 ave 335884 max 335884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335884 Ave neighs/atom = 167.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 = 253.384438112306, Press = -0.241254231070269 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 342000 -12630.173 -12630.173 -12695.256 -12695.256 251.87592 251.87592 31669.961 31669.961 -3071.8748 -3071.8748 343000 -12629.387 -12629.387 -12694.101 -12694.101 250.44768 250.44768 31655.244 31655.244 -1564.2259 -1564.2259 Loop time of 7.26704 on 1 procs for 1000 steps with 2000 atoms Performance: 11.889 ns/day, 2.019 hours/ns, 137.608 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0872 | 7.0872 | 7.0872 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045006 | 0.045006 | 0.045006 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12012 | 0.12012 | 0.12012 | 0.0 | 1.65 Other | | 0.01468 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335902 ave 335902 max 335902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335902 Ave neighs/atom = 167.951 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.383675460893, Press = -0.00350868215764265 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 343000 -12629.387 -12629.387 -12694.101 -12694.101 250.44768 250.44768 31655.244 31655.244 -1564.2259 -1564.2259 344000 -12624.988 -12624.988 -12690.818 -12690.818 254.76826 254.76826 31630.998 31630.998 1331.2981 1331.2981 Loop time of 7.29486 on 1 procs for 1000 steps with 2000 atoms Performance: 11.844 ns/day, 2.026 hours/ns, 137.083 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.114 | 7.114 | 7.114 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045137 | 0.045137 | 0.045137 | 0.0 | 0.62 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.121 | 0.121 | 0.121 | 0.0 | 1.66 Other | | 0.01472 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335848 ave 335848 max 335848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335848 Ave neighs/atom = 167.924 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.385769029379, Press = -0.0553372446503305 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 344000 -12624.988 -12624.988 -12690.818 -12690.818 254.76826 254.76826 31630.998 31630.998 1331.2981 1331.2981 345000 -12629.877 -12629.877 -12695.854 -12695.854 255.33603 255.33603 31626.803 31626.803 564.76379 564.76379 Loop time of 7.36998 on 1 procs for 1000 steps with 2000 atoms Performance: 11.723 ns/day, 2.047 hours/ns, 135.686 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.188 | 7.188 | 7.188 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045373 | 0.045373 | 0.045373 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12161 | 0.12161 | 0.12161 | 0.0 | 1.65 Other | | 0.01495 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335730 ave 335730 max 335730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335730 Ave neighs/atom = 167.865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.389177723918, Press = -0.115251646591772 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 345000 -12629.877 -12629.877 -12695.854 -12695.854 255.33603 255.33603 31626.803 31626.803 564.76379 564.76379 346000 -12625.965 -12625.965 -12691.653 -12691.653 254.22094 254.22094 31646.86 31646.86 -295.76936 -295.76936 Loop time of 7.06515 on 1 procs for 1000 steps with 2000 atoms Performance: 12.229 ns/day, 1.963 hours/ns, 141.540 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.8886 | 6.8886 | 6.8886 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044433 | 0.044433 | 0.044433 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11774 | 0.11774 | 0.11774 | 0.0 | 1.67 Other | | 0.01438 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335986 ave 335986 max 335986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335986 Ave neighs/atom = 167.993 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.391910933766, Press = -0.125498256323224 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 346000 -12625.965 -12625.965 -12691.653 -12691.653 254.22094 254.22094 31646.86 31646.86 -295.76936 -295.76936 347000 -12628.349 -12628.349 -12694.239 -12694.239 255.0013 255.0013 31645.775 31645.775 -538.07977 -538.07977 Loop time of 7.55974 on 1 procs for 1000 steps with 2000 atoms Performance: 11.429 ns/day, 2.100 hours/ns, 132.280 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3741 | 7.3741 | 7.3741 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046438 | 0.046438 | 0.046438 | 0.0 | 0.61 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.1237 | 0.1237 | 0.1237 | 0.0 | 1.64 Other | | 0.01551 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335752 ave 335752 max 335752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335752 Ave neighs/atom = 167.876 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.391772122026, Press = -0.0720686168607157 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 347000 -12628.349 -12628.349 -12694.239 -12694.239 255.0013 255.0013 31645.775 31645.775 -538.07977 -538.07977 348000 -12629.747 -12629.747 -12694.381 -12694.381 250.1403 250.1403 31610.989 31610.989 2493.0154 2493.0154 Loop time of 7.1602 on 1 procs for 1000 steps with 2000 atoms Performance: 12.067 ns/day, 1.989 hours/ns, 139.661 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9824 | 6.9824 | 6.9824 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044713 | 0.044713 | 0.044713 | 0.0 | 0.62 Output | 2.6941e-05 | 2.6941e-05 | 2.6941e-05 | 0.0 | 0.00 Modify | 0.11844 | 0.11844 | 0.11844 | 0.0 | 1.65 Other | | 0.01457 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335772 ave 335772 max 335772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335772 Ave neighs/atom = 167.886 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.389870746771, Press = -0.0206609630028403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 348000 -12629.747 -12629.747 -12694.381 -12694.381 250.1403 250.1403 31610.989 31610.989 2493.0154 2493.0154 349000 -12626.473 -12626.473 -12692.625 -12692.625 256.0146 256.0146 31602.407 31602.407 3396.0318 3396.0318 Loop time of 7.6184 on 1 procs for 1000 steps with 2000 atoms Performance: 11.341 ns/day, 2.116 hours/ns, 131.261 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4307 | 7.4307 | 7.4307 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046618 | 0.046618 | 0.046618 | 0.0 | 0.61 Output | 3.4094e-05 | 3.4094e-05 | 3.4094e-05 | 0.0 | 0.00 Modify | 0.12547 | 0.12547 | 0.12547 | 0.0 | 1.65 Other | | 0.0156 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.391367032863, Press = -0.142889889765186 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 349000 -12626.473 -12626.473 -12692.625 -12692.625 256.0146 256.0146 31602.407 31602.407 3396.0318 3396.0318 350000 -12631.012 -12631.012 -12693.643 -12693.643 242.38599 242.38599 31642.65 31642.65 -303.8742 -303.8742 Loop time of 7.13946 on 1 procs for 1000 steps with 2000 atoms Performance: 12.102 ns/day, 1.983 hours/ns, 140.067 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9617 | 6.9617 | 6.9617 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044368 | 0.044368 | 0.044368 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11902 | 0.11902 | 0.11902 | 0.0 | 1.67 Other | | 0.01434 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335920 ave 335920 max 335920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335920 Ave neighs/atom = 167.96 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.390898513052, Press = -0.364441191416928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 350000 -12631.012 -12631.012 -12693.643 -12693.643 242.38599 242.38599 31642.65 31642.65 -303.8742 -303.8742 351000 -12631.903 -12631.903 -12694.406 -12694.406 241.89165 241.89165 31665.81 31665.81 -2474.4513 -2474.4513 Loop time of 7.60688 on 1 procs for 1000 steps with 2000 atoms Performance: 11.358 ns/day, 2.113 hours/ns, 131.460 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4199 | 7.4199 | 7.4199 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046503 | 0.046503 | 0.046503 | 0.0 | 0.61 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12501 | 0.12501 | 0.12501 | 0.0 | 1.64 Other | | 0.01547 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335804 ave 335804 max 335804 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335804 Ave neighs/atom = 167.902 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.388858063556, Press = -0.122050779102571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 351000 -12631.903 -12631.903 -12694.406 -12694.406 241.89165 241.89165 31665.81 31665.81 -2474.4513 -2474.4513 352000 -12629.105 -12629.105 -12693.945 -12693.945 250.93703 250.93703 31634.233 31634.233 347.3615 347.3615 Loop time of 6.93671 on 1 procs for 1000 steps with 2000 atoms Performance: 12.455 ns/day, 1.927 hours/ns, 144.161 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7628 | 6.7628 | 6.7628 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043779 | 0.043779 | 0.043779 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11575 | 0.11575 | 0.11575 | 0.0 | 1.67 Other | | 0.0143 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335748 ave 335748 max 335748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335748 Ave neighs/atom = 167.874 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379461036181, Press = -0.0514736648638836 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 352000 -12629.105 -12629.105 -12693.945 -12693.945 250.93703 250.93703 31634.233 31634.233 347.3615 347.3615 353000 -12630.649 -12630.649 -12695.497 -12695.497 250.9677 250.9677 31624.784 31624.784 914.94797 914.94797 Loop time of 7.38178 on 1 procs for 1000 steps with 2000 atoms Performance: 11.705 ns/day, 2.050 hours/ns, 135.469 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1994 | 7.1994 | 7.1994 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045516 | 0.045516 | 0.045516 | 0.0 | 0.62 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.12169 | 0.12169 | 0.12169 | 0.0 | 1.65 Other | | 0.01514 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335860 ave 335860 max 335860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335860 Ave neighs/atom = 167.93 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378212366588, Press = -0.0712523433078542 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 353000 -12630.649 -12630.649 -12695.497 -12695.497 250.9677 250.9677 31624.784 31624.784 914.94797 914.94797 354000 -12626.776 -12626.776 -12692.286 -12692.286 253.5306 253.5306 31647.545 31647.545 -396.10441 -396.10441 Loop time of 7.30336 on 1 procs for 1000 steps with 2000 atoms Performance: 11.830 ns/day, 2.029 hours/ns, 136.923 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1228 | 7.1228 | 7.1228 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045127 | 0.045127 | 0.045127 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12063 | 0.12063 | 0.12063 | 0.0 | 1.65 Other | | 0.01481 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377476293374, Press = -0.192247759014732 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 354000 -12626.776 -12626.776 -12692.286 -12692.286 253.5306 253.5306 31647.545 31647.545 -396.10441 -396.10441 355000 -12630.397 -12630.397 -12693.365 -12693.365 243.69325 243.69325 31671.922 31671.922 -2785.8711 -2785.8711 Loop time of 7.48711 on 1 procs for 1000 steps with 2000 atoms Performance: 11.540 ns/day, 2.080 hours/ns, 133.563 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3028 | 7.3028 | 7.3028 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046472 | 0.046472 | 0.046472 | 0.0 | 0.62 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.1224 | 0.1224 | 0.1224 | 0.0 | 1.63 Other | | 0.01545 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335654 ave 335654 max 335654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335654 Ave neighs/atom = 167.827 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379928398869, Press = -0.0750591145107854 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 355000 -12630.397 -12630.397 -12693.365 -12693.365 243.69325 243.69325 31671.922 31671.922 -2785.8711 -2785.8711 356000 -12626.611 -12626.611 -12692.225 -12692.225 253.9326 253.9326 31640.133 31640.133 204.74769 204.74769 Loop time of 7.1953 on 1 procs for 1000 steps with 2000 atoms Performance: 12.008 ns/day, 1.999 hours/ns, 138.980 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0157 | 7.0157 | 7.0157 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0446 | 0.0446 | 0.0446 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12032 | 0.12032 | 0.12032 | 0.0 | 1.67 Other | | 0.01467 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335738 ave 335738 max 335738 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335738 Ave neighs/atom = 167.869 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377797242109, Press = 0.0599463012356359 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 356000 -12626.611 -12626.611 -12692.225 -12692.225 253.9326 253.9326 31640.133 31640.133 204.74769 204.74769 357000 -12629.337 -12629.337 -12695.496 -12695.496 256.0431 256.0431 31605.401 31605.401 2862.0873 2862.0873 Loop time of 7.42231 on 1 procs for 1000 steps with 2000 atoms Performance: 11.641 ns/day, 2.062 hours/ns, 134.729 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2395 | 7.2395 | 7.2395 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045581 | 0.045581 | 0.045581 | 0.0 | 0.61 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.12214 | 0.12214 | 0.12214 | 0.0 | 1.65 Other | | 0.01509 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335792 ave 335792 max 335792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335792 Ave neighs/atom = 167.896 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379459496784, Press = -0.0757136872022105 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 357000 -12629.337 -12629.337 -12695.496 -12695.496 256.0431 256.0431 31605.401 31605.401 2862.0873 2862.0873 358000 -12628.442 -12628.442 -12693.489 -12693.489 251.74151 251.74151 31636.919 31636.919 377.97584 377.97584 Loop time of 7.34767 on 1 procs for 1000 steps with 2000 atoms Performance: 11.759 ns/day, 2.041 hours/ns, 136.098 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.165 | 7.165 | 7.165 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045783 | 0.045783 | 0.045783 | 0.0 | 0.62 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12204 | 0.12204 | 0.12204 | 0.0 | 1.66 Other | | 0.01481 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335824 ave 335824 max 335824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335824 Ave neighs/atom = 167.912 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378161902261, Press = -0.133885842788578 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 358000 -12628.442 -12628.442 -12693.489 -12693.489 251.74151 251.74151 31636.919 31636.919 377.97584 377.97584 359000 -12627.702 -12627.702 -12694.906 -12694.906 260.08484 260.08484 31662.96 31662.96 -1885.0527 -1885.0527 Loop time of 7.44922 on 1 procs for 1000 steps with 2000 atoms Performance: 11.599 ns/day, 2.069 hours/ns, 134.242 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2652 | 7.2652 | 7.2652 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045737 | 0.045737 | 0.045737 | 0.0 | 0.61 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.12304 | 0.12304 | 0.12304 | 0.0 | 1.65 Other | | 0.01518 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335592 ave 335592 max 335592 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335592 Ave neighs/atom = 167.796 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378177405475, Press = -0.0980384611127689 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 359000 -12627.702 -12627.702 -12694.906 -12694.906 260.08484 260.08484 31662.96 31662.96 -1885.0527 -1885.0527 360000 -12629.947 -12629.947 -12695.687 -12695.687 254.42228 254.42228 31637.616 31637.616 -35.461235 -35.461235 Loop time of 7.02652 on 1 procs for 1000 steps with 2000 atoms Performance: 12.296 ns/day, 1.952 hours/ns, 142.318 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.8501 | 6.8501 | 6.8501 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044242 | 0.044242 | 0.044242 | 0.0 | 0.63 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.11756 | 0.11756 | 0.11756 | 0.0 | 1.67 Other | | 0.01453 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335390 ave 335390 max 335390 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335390 Ave neighs/atom = 167.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 = 253.378541389334, Press = -0.00367977294697308 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 360000 -12629.947 -12629.947 -12695.687 -12695.687 254.42228 254.42228 31637.616 31637.616 -35.461235 -35.461235 361000 -12628.307 -12628.307 -12695.411 -12695.411 259.70047 259.70047 31601.711 31601.711 3191.7088 3191.7088 Loop time of 7.63121 on 1 procs for 1000 steps with 2000 atoms Performance: 11.322 ns/day, 2.120 hours/ns, 131.041 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4435 | 7.4435 | 7.4435 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04655 | 0.04655 | 0.04655 | 0.0 | 0.61 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.12557 | 0.12557 | 0.12557 | 0.0 | 1.65 Other | | 0.01557 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335788 ave 335788 max 335788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335788 Ave neighs/atom = 167.894 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.375562879992, Press = -0.0843076073286752 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 361000 -12628.307 -12628.307 -12695.411 -12695.411 259.70047 259.70047 31601.711 31601.711 3191.7088 3191.7088 362000 -12630.51 -12630.51 -12695.284 -12695.284 250.68487 250.68487 31636.755 31636.755 151.00373 151.00373 Loop time of 7.50296 on 1 procs for 1000 steps with 2000 atoms Performance: 11.515 ns/day, 2.084 hours/ns, 133.281 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.318 | 7.318 | 7.318 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046278 | 0.046278 | 0.046278 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12324 | 0.12324 | 0.12324 | 0.0 | 1.64 Other | | 0.0154 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335746 ave 335746 max 335746 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335746 Ave neighs/atom = 167.873 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.368694504642, Press = -0.249294673037212 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 362000 -12630.51 -12630.51 -12695.284 -12695.284 250.68487 250.68487 31636.755 31636.755 151.00373 151.00373 363000 -12628.879 -12628.879 -12695.209 -12695.209 256.70263 256.70263 31660.859 31660.859 -1978.3286 -1978.3286 Loop time of 7.07925 on 1 procs for 1000 steps with 2000 atoms Performance: 12.205 ns/day, 1.966 hours/ns, 141.258 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9021 | 6.9021 | 6.9021 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044249 | 0.044249 | 0.044249 | 0.0 | 0.63 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11845 | 0.11845 | 0.11845 | 0.0 | 1.67 Other | | 0.01444 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335662 ave 335662 max 335662 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335662 Ave neighs/atom = 167.831 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.368903830704, Press = -0.0985231013331458 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 363000 -12628.879 -12628.879 -12695.209 -12695.209 256.70263 256.70263 31660.859 31660.859 -1978.3286 -1978.3286 364000 -12628.66 -12628.66 -12692.724 -12692.724 247.93185 247.93185 31646.259 31646.259 -500.35286 -500.35286 Loop time of 7.15027 on 1 procs for 1000 steps with 2000 atoms Performance: 12.083 ns/day, 1.986 hours/ns, 139.855 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9729 | 6.9729 | 6.9729 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04459 | 0.04459 | 0.04459 | 0.0 | 0.62 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.11824 | 0.11824 | 0.11824 | 0.0 | 1.65 Other | | 0.01447 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335718 ave 335718 max 335718 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335718 Ave neighs/atom = 167.859 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.367088531602, Press = 0.00953456355615596 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 364000 -12628.66 -12628.66 -12692.724 -12692.724 247.93185 247.93185 31646.259 31646.259 -500.35286 -500.35286 365000 -12630.192 -12630.192 -12693.742 -12693.742 245.9455 245.9455 31625.666 31625.666 1172.0624 1172.0624 Loop time of 7.17226 on 1 procs for 1000 steps with 2000 atoms Performance: 12.046 ns/day, 1.992 hours/ns, 139.426 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9934 | 6.9934 | 6.9934 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044574 | 0.044574 | 0.044574 | 0.0 | 0.62 Output | 4.077e-05 | 4.077e-05 | 4.077e-05 | 0.0 | 0.00 Modify | 0.11965 | 0.11965 | 0.11965 | 0.0 | 1.67 Other | | 0.01462 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335846 ave 335846 max 335846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335846 Ave neighs/atom = 167.923 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.367753968585, Press = -0.0297373756057923 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 365000 -12630.192 -12630.192 -12693.742 -12693.742 245.9455 245.9455 31625.666 31625.666 1172.0624 1172.0624 366000 -12626.816 -12626.816 -12692.803 -12692.803 255.37474 255.37474 31622.947 31622.947 1640.3766 1640.3766 Loop time of 7.11346 on 1 procs for 1000 steps with 2000 atoms Performance: 12.146 ns/day, 1.976 hours/ns, 140.579 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9361 | 6.9361 | 6.9361 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044422 | 0.044422 | 0.044422 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11848 | 0.11848 | 0.11848 | 0.0 | 1.67 Other | | 0.01445 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335726 ave 335726 max 335726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335726 Ave neighs/atom = 167.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 = 253.36231476426, Press = -0.0750194677960788 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 366000 -12626.816 -12626.816 -12692.803 -12692.803 255.37474 255.37474 31622.947 31622.947 1640.3766 1640.3766 367000 -12629.987 -12629.987 -12694.476 -12694.476 249.58201 249.58201 31626.309 31626.309 1025.6694 1025.6694 Loop time of 7.14193 on 1 procs for 1000 steps with 2000 atoms Performance: 12.098 ns/day, 1.984 hours/ns, 140.018 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9642 | 6.9642 | 6.9642 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044391 | 0.044391 | 0.044391 | 0.0 | 0.62 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.11855 | 0.11855 | 0.11855 | 0.0 | 1.66 Other | | 0.01475 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335840 ave 335840 max 335840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335840 Ave neighs/atom = 167.92 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.368698711793, Press = -0.14480511028635 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 367000 -12629.987 -12629.987 -12694.476 -12694.476 249.58201 249.58201 31626.309 31626.309 1025.6694 1025.6694 368000 -12625.829 -12625.829 -12691.535 -12691.535 254.28905 254.28905 31659.945 31659.945 -1458.8091 -1458.8091 Loop time of 7.19788 on 1 procs for 1000 steps with 2000 atoms Performance: 12.004 ns/day, 1.999 hours/ns, 138.930 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0189 | 7.0189 | 7.0189 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044852 | 0.044852 | 0.044852 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11943 | 0.11943 | 0.11943 | 0.0 | 1.66 Other | | 0.01468 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335822 ave 335822 max 335822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335822 Ave neighs/atom = 167.911 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.370815407176, Press = -0.110022833348766 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 368000 -12625.829 -12625.829 -12691.535 -12691.535 254.28905 254.28905 31659.945 31659.945 -1458.8091 -1458.8091 369000 -12630.541 -12630.541 -12694.895 -12694.895 249.05893 249.05893 31645.597 31645.597 -891.53018 -891.53018 Loop time of 7.14963 on 1 procs for 1000 steps with 2000 atoms Performance: 12.085 ns/day, 1.986 hours/ns, 139.867 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9714 | 6.9714 | 6.9714 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044586 | 0.044586 | 0.044586 | 0.0 | 0.62 Output | 6.0081e-05 | 6.0081e-05 | 6.0081e-05 | 0.0 | 0.00 Modify | 0.11899 | 0.11899 | 0.11899 | 0.0 | 1.66 Other | | 0.01462 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335768 ave 335768 max 335768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335768 Ave neighs/atom = 167.884 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.375458516445, Press = -0.0568973565482502 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 369000 -12630.541 -12630.541 -12694.895 -12694.895 249.05893 249.05893 31645.597 31645.597 -891.53018 -891.53018 370000 -12625.983 -12625.983 -12693.558 -12693.558 261.51984 261.51984 31617.499 31617.499 1994.7093 1994.7093 Loop time of 7.2886 on 1 procs for 1000 steps with 2000 atoms Performance: 11.854 ns/day, 2.025 hours/ns, 137.201 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1085 | 7.1085 | 7.1085 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044926 | 0.044926 | 0.044926 | 0.0 | 0.62 Output | 8.297e-05 | 8.297e-05 | 8.297e-05 | 0.0 | 0.00 Modify | 0.12028 | 0.12028 | 0.12028 | 0.0 | 1.65 Other | | 0.01478 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335910 ave 335910 max 335910 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335910 Ave neighs/atom = 167.955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379258125367, Press = 0.0209938579525979 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 370000 -12625.983 -12625.983 -12693.558 -12693.558 261.51984 261.51984 31617.499 31617.499 1994.7093 1994.7093 371000 -12629.919 -12629.919 -12694.425 -12694.425 249.64417 249.64417 31591.904 31591.904 4023.2126 4023.2126 Loop time of 7.28315 on 1 procs for 1000 steps with 2000 atoms Performance: 11.863 ns/day, 2.023 hours/ns, 137.303 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1022 | 7.1022 | 7.1022 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045204 | 0.045204 | 0.045204 | 0.0 | 0.62 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.12061 | 0.12061 | 0.12061 | 0.0 | 1.66 Other | | 0.01513 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335856 ave 335856 max 335856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335856 Ave neighs/atom = 167.928 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.383060689194, Press = -0.142187675808038 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 371000 -12629.919 -12629.919 -12694.425 -12694.425 249.64417 249.64417 31591.904 31591.904 4023.2126 4023.2126 372000 -12627.693 -12627.693 -12693.989 -12693.989 256.57052 256.57052 31637.945 31637.945 195.78488 195.78488 Loop time of 7.59349 on 1 procs for 1000 steps with 2000 atoms Performance: 11.378 ns/day, 2.109 hours/ns, 131.692 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4085 | 7.4085 | 7.4085 | 0.0 | 97.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046046 | 0.046046 | 0.046046 | 0.0 | 0.61 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12347 | 0.12347 | 0.12347 | 0.0 | 1.63 Other | | 0.0154 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335940 ave 335940 max 335940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335940 Ave neighs/atom = 167.97 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.387881779163, Press = -0.191759218350797 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 372000 -12627.693 -12627.693 -12693.989 -12693.989 256.57052 256.57052 31637.945 31637.945 195.78488 195.78488 373000 -12630.08 -12630.08 -12695.21 -12695.21 252.05833 252.05833 31647.281 31647.281 -1047.6756 -1047.6756 Loop time of 7.26663 on 1 procs for 1000 steps with 2000 atoms Performance: 11.890 ns/day, 2.019 hours/ns, 137.615 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0862 | 7.0862 | 7.0862 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045268 | 0.045268 | 0.045268 | 0.0 | 0.62 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12038 | 0.12038 | 0.12038 | 0.0 | 1.66 Other | | 0.01475 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335792 ave 335792 max 335792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335792 Ave neighs/atom = 167.896 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.381424893732, Press = -0.109578439138653 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 373000 -12630.08 -12630.08 -12695.21 -12695.21 252.05833 252.05833 31647.281 31647.281 -1047.6756 -1047.6756 374000 -12629.913 -12629.913 -12695.542 -12695.542 253.99106 253.99106 31650.249 31650.249 -1232.67 -1232.67 Loop time of 7.35381 on 1 procs for 1000 steps with 2000 atoms Performance: 11.749 ns/day, 2.043 hours/ns, 135.984 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1715 | 7.1715 | 7.1715 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045473 | 0.045473 | 0.045473 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 1.65 Other | | 0.01522 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335916 ave 335916 max 335916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335916 Ave neighs/atom = 167.958 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379259114571, Press = -0.0789990243390341 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 374000 -12629.913 -12629.913 -12695.542 -12695.542 253.99106 253.99106 31650.249 31650.249 -1232.67 -1232.67 375000 -12627.264 -12627.264 -12693.371 -12693.371 255.84181 255.84181 31645.206 31645.206 -546.54222 -546.54222 Loop time of 7.22209 on 1 procs for 1000 steps with 2000 atoms Performance: 11.963 ns/day, 2.006 hours/ns, 138.464 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0431 | 7.0431 | 7.0431 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044785 | 0.044785 | 0.044785 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11966 | 0.11966 | 0.11966 | 0.0 | 1.66 Other | | 0.0145 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335880 ave 335880 max 335880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335880 Ave neighs/atom = 167.94 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379455738759, Press = -0.0607588281487371 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 375000 -12627.264 -12627.264 -12693.371 -12693.371 255.84181 255.84181 31645.206 31645.206 -546.54222 -546.54222 376000 -12629.184 -12629.184 -12694.337 -12694.337 252.14798 252.14798 31622.853 31622.853 1287.5107 1287.5107 Loop time of 7.28347 on 1 procs for 1000 steps with 2000 atoms Performance: 11.862 ns/day, 2.023 hours/ns, 137.297 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1042 | 7.1042 | 7.1042 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044665 | 0.044665 | 0.044665 | 0.0 | 0.61 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.11984 | 0.11984 | 0.11984 | 0.0 | 1.65 Other | | 0.01476 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335904 ave 335904 max 335904 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335904 Ave neighs/atom = 167.952 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378810458442, Press = 0.0203726675884788 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 376000 -12629.184 -12629.184 -12694.337 -12694.337 252.14798 252.14798 31622.853 31622.853 1287.5107 1287.5107 377000 -12626.656 -12626.656 -12693.708 -12693.708 259.49648 259.49648 31608.858 31608.858 2633.1903 2633.1903 Loop time of 7.29507 on 1 procs for 1000 steps with 2000 atoms Performance: 11.844 ns/day, 2.026 hours/ns, 137.079 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1138 | 7.1138 | 7.1138 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045329 | 0.045329 | 0.045329 | 0.0 | 0.62 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 1.66 Other | | 0.015 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335876 ave 335876 max 335876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335876 Ave neighs/atom = 167.938 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378399402472, Press = -0.0977023932056805 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 377000 -12626.656 -12626.656 -12693.708 -12693.708 259.49648 259.49648 31608.858 31608.858 2633.1903 2633.1903 378000 -12629.619 -12629.619 -12695.782 -12695.782 256.05771 256.05771 31624.813 31624.813 907.0155 907.0155 Loop time of 7.1046 on 1 procs for 1000 steps with 2000 atoms Performance: 12.161 ns/day, 1.973 hours/ns, 140.754 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9275 | 6.9275 | 6.9275 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044192 | 0.044192 | 0.044192 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11828 | 0.11828 | 0.11828 | 0.0 | 1.66 Other | | 0.01459 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335928 ave 335928 max 335928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335928 Ave neighs/atom = 167.964 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.384065080608, Press = -0.13161554135554 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 378000 -12629.619 -12629.619 -12695.782 -12695.782 256.05771 256.05771 31624.813 31624.813 907.0155 907.0155 379000 -12626.963 -12626.963 -12693.255 -12693.255 256.55673 256.55673 31642.475 31642.475 -438.97531 -438.97531 Loop time of 7.28755 on 1 procs for 1000 steps with 2000 atoms Performance: 11.856 ns/day, 2.024 hours/ns, 137.220 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1069 | 7.1069 | 7.1069 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045046 | 0.045046 | 0.045046 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12066 | 0.12066 | 0.12066 | 0.0 | 1.66 Other | | 0.01487 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335862 ave 335862 max 335862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335862 Ave neighs/atom = 167.931 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.386606655528, Press = -0.179829443394001 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 379000 -12626.963 -12626.963 -12693.255 -12693.255 256.55673 256.55673 31642.475 31642.475 -438.97531 -438.97531 380000 -12628.976 -12628.976 -12694.821 -12694.821 254.827 254.827 31679.637 31679.637 -3774.0227 -3774.0227 Loop time of 7.42189 on 1 procs for 1000 steps with 2000 atoms Performance: 11.641 ns/day, 2.062 hours/ns, 134.737 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.239 | 7.239 | 7.239 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046048 | 0.046048 | 0.046048 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12173 | 0.12173 | 0.12173 | 0.0 | 1.64 Other | | 0.0151 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335952 ave 335952 max 335952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335952 Ave neighs/atom = 167.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.385852005066, Press = -0.128032168580938 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 380000 -12628.976 -12628.976 -12694.821 -12694.821 254.827 254.827 31679.637 31679.637 -3774.0227 -3774.0227 381000 -12628.106 -12628.106 -12693.49 -12693.49 253.0403 253.0403 31650.833 31650.833 -949.04466 -949.04466 Loop time of 7.35213 on 1 procs for 1000 steps with 2000 atoms Performance: 11.752 ns/day, 2.042 hours/ns, 136.015 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.17 | 7.17 | 7.17 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045533 | 0.045533 | 0.045533 | 0.0 | 0.62 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 1.65 Other | | 0.01505 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335856 ave 335856 max 335856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335856 Ave neighs/atom = 167.928 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.391077219428, Press = 0.0588307392428124 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 381000 -12628.106 -12628.106 -12693.49 -12693.49 253.0403 253.0403 31650.833 31650.833 -949.04466 -949.04466 382000 -12627.624 -12627.624 -12693.084 -12693.084 253.33712 253.33712 31619.68 31619.68 1706.8633 1706.8633 Loop time of 7.52586 on 1 procs for 1000 steps with 2000 atoms Performance: 11.480 ns/day, 2.091 hours/ns, 132.875 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.341 | 7.341 | 7.341 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046314 | 0.046314 | 0.046314 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12318 | 0.12318 | 0.12318 | 0.0 | 1.64 Other | | 0.01532 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335822 ave 335822 max 335822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335822 Ave neighs/atom = 167.911 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.392573815912, Press = -0.0633499258083945 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 382000 -12627.624 -12627.624 -12693.084 -12693.084 253.33712 253.33712 31619.68 31619.68 1706.8633 1706.8633 383000 -12629.393 -12629.393 -12695.002 -12695.002 253.91305 253.91305 31641.173 31641.173 -405.27685 -405.27685 Loop time of 7.49917 on 1 procs for 1000 steps with 2000 atoms Performance: 11.521 ns/day, 2.083 hours/ns, 133.348 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3145 | 7.3145 | 7.3145 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04595 | 0.04595 | 0.04595 | 0.0 | 0.61 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.12342 | 0.12342 | 0.12342 | 0.0 | 1.65 Other | | 0.01524 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335914 ave 335914 max 335914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335914 Ave neighs/atom = 167.957 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.393954964207, Press = -0.105355255002895 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 383000 -12629.393 -12629.393 -12695.002 -12695.002 253.91305 253.91305 31641.173 31641.173 -405.27685 -405.27685 384000 -12626.556 -12626.556 -12694.136 -12694.136 261.54239 261.54239 31647.738 31647.738 -668.43675 -668.43675 Loop time of 7.27243 on 1 procs for 1000 steps with 2000 atoms Performance: 11.880 ns/day, 2.020 hours/ns, 137.506 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0905 | 7.0905 | 7.0905 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045063 | 0.045063 | 0.045063 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12225 | 0.12225 | 0.12225 | 0.0 | 1.68 Other | | 0.01462 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335856 ave 335856 max 335856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335856 Ave neighs/atom = 167.928 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.39718862074, Press = -0.0962286885407523 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 384000 -12626.556 -12626.556 -12694.136 -12694.136 261.54239 261.54239 31647.738 31647.738 -668.43675 -668.43675 385000 -12631.974 -12631.974 -12694.76 -12694.76 242.98751 242.98751 31624.185 31624.185 1058.2412 1058.2412 Loop time of 7.27171 on 1 procs for 1000 steps with 2000 atoms Performance: 11.882 ns/day, 2.020 hours/ns, 137.519 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0927 | 7.0927 | 7.0927 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04479 | 0.04479 | 0.04479 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11944 | 0.11944 | 0.11944 | 0.0 | 1.64 Other | | 0.01472 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335854 ave 335854 max 335854 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335854 Ave neighs/atom = 167.927 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.395495115847, Press = -0.039401210951997 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 385000 -12631.974 -12631.974 -12694.76 -12694.76 242.98751 242.98751 31624.185 31624.185 1058.2412 1058.2412 386000 -12628.249 -12628.249 -12695.068 -12695.068 258.59418 258.59418 31622.827 31622.827 1177.6666 1177.6666 Loop time of 7.37931 on 1 procs for 1000 steps with 2000 atoms Performance: 11.708 ns/day, 2.050 hours/ns, 135.514 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1968 | 7.1968 | 7.1968 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045564 | 0.045564 | 0.045564 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12182 | 0.12182 | 0.12182 | 0.0 | 1.65 Other | | 0.01507 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335864 ave 335864 max 335864 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335864 Ave neighs/atom = 167.932 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.391509699894, Press = -0.112427874774847 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 386000 -12628.249 -12628.249 -12695.068 -12695.068 258.59418 258.59418 31622.827 31622.827 1177.6666 1177.6666 387000 -12631.473 -12631.473 -12694.562 -12694.562 244.15943 244.15943 31647.954 31647.954 -962.5824 -962.5824 Loop time of 7.23734 on 1 procs for 1000 steps with 2000 atoms Performance: 11.938 ns/day, 2.010 hours/ns, 138.172 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0578 | 7.0578 | 7.0578 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044864 | 0.044864 | 0.044864 | 0.0 | 0.62 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.11991 | 0.11991 | 0.11991 | 0.0 | 1.66 Other | | 0.01477 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.385223833856, Press = -0.230893696515975 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 387000 -12631.473 -12631.473 -12694.562 -12694.562 244.15943 244.15943 31647.954 31647.954 -962.5824 -962.5824 388000 -12629.232 -12629.232 -12694.29 -12694.29 251.77989 251.77989 31677.133 31677.133 -3489.1013 -3489.1013 Loop time of 7.25822 on 1 procs for 1000 steps with 2000 atoms Performance: 11.904 ns/day, 2.016 hours/ns, 137.775 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0778 | 7.0778 | 7.0778 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045164 | 0.045164 | 0.045164 | 0.0 | 0.62 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.1206 | 0.1206 | 0.1206 | 0.0 | 1.66 Other | | 0.01464 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335816 ave 335816 max 335816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335816 Ave neighs/atom = 167.908 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.385990564456, Press = -0.135041918857322 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 388000 -12629.232 -12629.232 -12694.29 -12694.29 251.77989 251.77989 31677.133 31677.133 -3489.1013 -3489.1013 389000 -12627.055 -12627.055 -12692.781 -12692.781 254.36813 254.36813 31645.701 31645.701 -381.76676 -381.76676 Loop time of 7.35068 on 1 procs for 1000 steps with 2000 atoms Performance: 11.754 ns/day, 2.042 hours/ns, 136.042 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1694 | 7.1694 | 7.1694 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045113 | 0.045113 | 0.045113 | 0.0 | 0.61 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12135 | 0.12135 | 0.12135 | 0.0 | 1.65 Other | | 0.0148 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335872 ave 335872 max 335872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335872 Ave neighs/atom = 167.936 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.382276264321, Press = -0.0101839646597707 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 389000 -12627.055 -12627.055 -12692.781 -12692.781 254.36813 254.36813 31645.701 31645.701 -381.76676 -381.76676 390000 -12630.526 -12630.526 -12694.761 -12694.761 248.59639 248.59639 31619.098 31619.098 1557.6451 1557.6451 Loop time of 6.94954 on 1 procs for 1000 steps with 2000 atoms Performance: 12.432 ns/day, 1.930 hours/ns, 143.894 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7745 | 6.7745 | 6.7745 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04395 | 0.04395 | 0.04395 | 0.0 | 0.63 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11701 | 0.11701 | 0.11701 | 0.0 | 1.68 Other | | 0.01408 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335732 ave 335732 max 335732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335732 Ave neighs/atom = 167.866 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.381123421011, Press = -0.0450102462399056 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 390000 -12630.526 -12630.526 -12694.761 -12694.761 248.59639 248.59639 31619.098 31619.098 1557.6451 1557.6451 391000 -12627.081 -12627.081 -12694.441 -12694.441 260.68835 260.68835 31632.595 31632.595 1025.6196 1025.6196 Loop time of 7.35959 on 1 procs for 1000 steps with 2000 atoms Performance: 11.740 ns/day, 2.044 hours/ns, 135.877 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1778 | 7.1778 | 7.1778 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045445 | 0.045445 | 0.045445 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.1213 | 0.1213 | 0.1213 | 0.0 | 1.65 Other | | 0.01496 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335930 ave 335930 max 335930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335930 Ave neighs/atom = 167.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.381083483343, Press = -0.128622243465723 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 391000 -12627.081 -12627.081 -12694.441 -12694.441 260.68835 260.68835 31632.595 31632.595 1025.6196 1025.6196 392000 -12628.807 -12628.807 -12695.401 -12695.401 257.72537 257.72537 31651.683 31651.683 -1380.7936 -1380.7936 Loop time of 7.2367 on 1 procs for 1000 steps with 2000 atoms Performance: 11.939 ns/day, 2.010 hours/ns, 138.185 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0565 | 7.0565 | 7.0565 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044965 | 0.044965 | 0.044965 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12066 | 0.12066 | 0.12066 | 0.0 | 1.67 Other | | 0.01457 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335124 ave 335124 max 335124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335124 Ave neighs/atom = 167.562 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.386755015534, Press = -0.184287646959425 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 392000 -12628.807 -12628.807 -12695.401 -12695.401 257.72537 257.72537 31651.683 31651.683 -1380.7936 -1380.7936 393000 -12627.189 -12627.189 -12692.709 -12692.709 253.56814 253.56814 31675.781 31675.781 -2906.5873 -2906.5873 Loop time of 7.30644 on 1 procs for 1000 steps with 2000 atoms Performance: 11.825 ns/day, 2.030 hours/ns, 136.866 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1254 | 7.1254 | 7.1254 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045197 | 0.045197 | 0.045197 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12101 | 0.12101 | 0.12101 | 0.0 | 1.66 Other | | 0.01476 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335886 ave 335886 max 335886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335886 Ave neighs/atom = 167.943 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.3866908543, Press = -0.0238733646575004 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 393000 -12627.189 -12627.189 -12692.709 -12692.709 253.56814 253.56814 31675.781 31675.781 -2906.5873 -2906.5873 394000 -12630.415 -12630.415 -12694.938 -12694.938 249.71069 249.71069 31630.323 31630.323 337.72339 337.72339 Loop time of 7.19124 on 1 procs for 1000 steps with 2000 atoms Performance: 12.015 ns/day, 1.998 hours/ns, 139.058 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0122 | 7.0122 | 7.0122 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04474 | 0.04474 | 0.04474 | 0.0 | 0.62 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.11974 | 0.11974 | 0.11974 | 0.0 | 1.67 Other | | 0.01456 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335396 ave 335396 max 335396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335396 Ave neighs/atom = 167.698 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.381454068664, Press = -0.0204492416408584 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 394000 -12630.415 -12630.415 -12694.938 -12694.938 249.71069 249.71069 31630.323 31630.323 337.72339 337.72339 395000 -12628.539 -12628.539 -12693.823 -12693.823 252.65511 252.65511 31632.623 31632.623 766.79799 766.79799 Loop time of 7.21636 on 1 procs for 1000 steps with 2000 atoms Performance: 11.973 ns/day, 2.005 hours/ns, 138.574 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0374 | 7.0374 | 7.0374 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044776 | 0.044776 | 0.044776 | 0.0 | 0.62 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.11946 | 0.11946 | 0.11946 | 0.0 | 1.66 Other | | 0.01466 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335948 ave 335948 max 335948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335948 Ave neighs/atom = 167.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377285528526, Press = -0.0896619608004908 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 395000 -12628.539 -12628.539 -12693.823 -12693.823 252.65511 252.65511 31632.623 31632.623 766.79799 766.79799 396000 -12626.251 -12626.251 -12691.955 -12691.955 254.27923 254.27923 31638.982 31638.982 367.23239 367.23239 Loop time of 6.97204 on 1 procs for 1000 steps with 2000 atoms Performance: 12.392 ns/day, 1.937 hours/ns, 143.430 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7932 | 6.7932 | 6.7932 | 0.0 | 97.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044029 | 0.044029 | 0.044029 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12047 | 0.12047 | 0.12047 | 0.0 | 1.73 Other | | 0.01425 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335504 ave 335504 max 335504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335504 Ave neighs/atom = 167.752 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.374524418935, Press = -0.099131664428426 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 396000 -12626.251 -12626.251 -12691.955 -12691.955 254.27923 254.27923 31638.982 31638.982 367.23239 367.23239 397000 -12629.34 -12629.34 -12693.483 -12693.483 248.23771 248.23771 31644.504 31644.504 -401.85068 -401.85068 Loop time of 7.26134 on 1 procs for 1000 steps with 2000 atoms Performance: 11.899 ns/day, 2.017 hours/ns, 137.716 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0805 | 7.0805 | 7.0805 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045363 | 0.045363 | 0.045363 | 0.0 | 0.62 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12045 | 0.12045 | 0.12045 | 0.0 | 1.66 Other | | 0.01497 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335748 ave 335748 max 335748 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335748 Ave neighs/atom = 167.874 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.37895223706, Press = -0.112158046598786 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 397000 -12629.34 -12629.34 -12693.483 -12693.483 248.23771 248.23771 31644.504 31644.504 -401.85068 -401.85068 398000 -12627.15 -12627.15 -12692.371 -12692.371 252.40934 252.40934 31644.752 31644.752 -265.84985 -265.84985 Loop time of 7.50131 on 1 procs for 1000 steps with 2000 atoms Performance: 11.518 ns/day, 2.084 hours/ns, 133.310 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3163 | 7.3163 | 7.3163 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046294 | 0.046294 | 0.046294 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12337 | 0.12337 | 0.12337 | 0.0 | 1.64 Other | | 0.01533 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335678 ave 335678 max 335678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335678 Ave neighs/atom = 167.839 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.379329985465, Press = -0.0650888605237556 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 398000 -12627.15 -12627.15 -12692.371 -12692.371 252.40934 252.40934 31644.752 31644.752 -265.84985 -265.84985 399000 -12629.789 -12629.789 -12694.978 -12694.978 252.29099 252.29099 31618.87 31618.87 1601.9508 1601.9508 Loop time of 7.43712 on 1 procs for 1000 steps with 2000 atoms Performance: 11.617 ns/day, 2.066 hours/ns, 134.461 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2542 | 7.2542 | 7.2542 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045711 | 0.045711 | 0.045711 | 0.0 | 0.61 Output | 8.1062e-05 | 8.1062e-05 | 8.1062e-05 | 0.0 | 0.00 Modify | 0.12197 | 0.12197 | 0.12197 | 0.0 | 1.64 Other | | 0.01516 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335798 ave 335798 max 335798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335798 Ave neighs/atom = 167.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 = 253.382069909803, Press = -0.0115363065243283 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 399000 -12629.789 -12629.789 -12694.978 -12694.978 252.29099 252.29099 31618.87 31618.87 1601.9508 1601.9508 400000 -12628.414 -12628.414 -12692.566 -12692.566 248.27394 248.27394 31606.239 31606.239 3278.9137 3278.9137 Loop time of 7.24953 on 1 procs for 1000 steps with 2000 atoms Performance: 11.918 ns/day, 2.014 hours/ns, 137.940 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0701 | 7.0701 | 7.0701 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044744 | 0.044744 | 0.044744 | 0.0 | 0.62 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.12 | 0.12 | 0.12 | 0.0 | 1.66 Other | | 0.01465 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335872 ave 335872 max 335872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335872 Ave neighs/atom = 167.936 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.383125562199, Press = -0.0951451856517301 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 400000 -12628.414 -12628.414 -12692.566 -12692.566 248.27394 248.27394 31606.239 31606.239 3278.9137 3278.9137 401000 -12628.446 -12628.446 -12693.593 -12693.593 252.12617 252.12617 31637.68 31637.68 77.638254 77.638254 Loop time of 7.32454 on 1 procs for 1000 steps with 2000 atoms Performance: 11.796 ns/day, 2.035 hours/ns, 136.527 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.142 | 7.142 | 7.142 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045216 | 0.045216 | 0.045216 | 0.0 | 0.62 Output | 7.1049e-05 | 7.1049e-05 | 7.1049e-05 | 0.0 | 0.00 Modify | 0.12237 | 0.12237 | 0.12237 | 0.0 | 1.67 Other | | 0.01486 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335556 ave 335556 max 335556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335556 Ave neighs/atom = 167.778 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.382434015247, Press = -0.187981118809597 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 401000 -12628.446 -12628.446 -12693.593 -12693.593 252.12617 252.12617 31637.68 31637.68 77.638254 77.638254 402000 -12631.657 -12631.657 -12695.035 -12695.035 245.28063 245.28063 31675.875 31675.875 -3192.884 -3192.884 Loop time of 7.41712 on 1 procs for 1000 steps with 2000 atoms Performance: 11.649 ns/day, 2.060 hours/ns, 134.823 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2346 | 7.2346 | 7.2346 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045628 | 0.045628 | 0.045628 | 0.0 | 0.62 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.12183 | 0.12183 | 0.12183 | 0.0 | 1.64 Other | | 0.01499 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335878 ave 335878 max 335878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335878 Ave neighs/atom = 167.939 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.381297250959, Press = -0.186318687333791 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 402000 -12631.657 -12631.657 -12695.035 -12695.035 245.28063 245.28063 31675.875 31675.875 -3192.884 -3192.884 403000 -12628.127 -12628.127 -12693.92 -12693.92 254.62592 254.62592 31670.918 31670.918 -2694.8999 -2694.8999 Loop time of 7.2867 on 1 procs for 1000 steps with 2000 atoms Performance: 11.857 ns/day, 2.024 hours/ns, 137.236 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.106 | 7.106 | 7.106 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045517 | 0.045517 | 0.045517 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12015 | 0.12015 | 0.12015 | 0.0 | 1.65 Other | | 0.01501 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335356 ave 335356 max 335356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335356 Ave neighs/atom = 167.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 = 253.378195668978, Press = -0.00465293308179582 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 403000 -12628.127 -12628.127 -12693.92 -12693.92 254.62592 254.62592 31670.918 31670.918 -2694.8999 -2694.8999 404000 -12626.698 -12626.698 -12694.534 -12694.534 262.53062 262.53062 31626.276 31626.276 1194.0889 1194.0889 Loop time of 7.40295 on 1 procs for 1000 steps with 2000 atoms Performance: 11.671 ns/day, 2.056 hours/ns, 135.081 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2183 | 7.2183 | 7.2183 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045646 | 0.045646 | 0.045646 | 0.0 | 0.62 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12376 | 0.12376 | 0.12376 | 0.0 | 1.67 Other | | 0.01521 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335672 ave 335672 max 335672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335672 Ave neighs/atom = 167.836 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377205604521, Press = -0.0198969042918154 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 404000 -12626.698 -12626.698 -12694.534 -12694.534 262.53062 262.53062 31626.276 31626.276 1194.0889 1194.0889 405000 -12628.128 -12628.128 -12695.347 -12695.347 260.14354 260.14354 31630.16 31630.16 1180.7635 1180.7635 Loop time of 7.26172 on 1 procs for 1000 steps with 2000 atoms Performance: 11.898 ns/day, 2.017 hours/ns, 137.708 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0808 | 7.0808 | 7.0808 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045439 | 0.045439 | 0.045439 | 0.0 | 0.63 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12046 | 0.12046 | 0.12046 | 0.0 | 1.66 Other | | 0.01496 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335740 ave 335740 max 335740 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335740 Ave neighs/atom = 167.87 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.381250916194, Press = -0.123656295250834 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 405000 -12628.128 -12628.128 -12695.347 -12695.347 260.14354 260.14354 31630.16 31630.16 1180.7635 1180.7635 406000 -12628.147 -12628.147 -12694.663 -12694.663 257.42325 257.42325 31635.59 31635.59 85.605854 85.605854 Loop time of 7.31232 on 1 procs for 1000 steps with 2000 atoms Performance: 11.816 ns/day, 2.031 hours/ns, 136.756 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1314 | 7.1314 | 7.1314 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045096 | 0.045096 | 0.045096 | 0.0 | 0.62 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12087 | 0.12087 | 0.12087 | 0.0 | 1.65 Other | | 0.0149 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334820 ave 334820 max 334820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334820 Ave neighs/atom = 167.41 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.38304758988, Press = -0.107251642308603 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 406000 -12628.147 -12628.147 -12694.663 -12694.663 257.42325 257.42325 31635.59 31635.59 85.605854 85.605854 407000 -12630.822 -12630.822 -12694.788 -12694.788 247.55714 247.55714 31645.762 31645.762 -449.94543 -449.94543 Loop time of 7.23602 on 1 procs for 1000 steps with 2000 atoms Performance: 11.940 ns/day, 2.010 hours/ns, 138.197 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0544 | 7.0544 | 7.0544 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045276 | 0.045276 | 0.045276 | 0.0 | 0.63 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12164 | 0.12164 | 0.12164 | 0.0 | 1.68 Other | | 0.01469 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335892 ave 335892 max 335892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335892 Ave neighs/atom = 167.946 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.384395731329, Press = -0.109752894952208 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 407000 -12630.822 -12630.822 -12694.788 -12694.788 247.55714 247.55714 31645.762 31645.762 -449.94543 -449.94543 408000 -12626.735 -12626.735 -12692.42 -12692.42 254.20846 254.20846 31655.101 31655.101 -953.26559 -953.26559 Loop time of 7.28234 on 1 procs for 1000 steps with 2000 atoms Performance: 11.864 ns/day, 2.023 hours/ns, 137.318 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1005 | 7.1005 | 7.1005 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045629 | 0.045629 | 0.045629 | 0.0 | 0.63 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.12123 | 0.12123 | 0.12123 | 0.0 | 1.66 Other | | 0.01499 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335276 ave 335276 max 335276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335276 Ave neighs/atom = 167.638 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.37731815113, Press = -0.060864902406869 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 408000 -12626.735 -12626.735 -12692.42 -12692.42 254.20846 254.20846 31655.101 31655.101 -953.26559 -953.26559 409000 -12630.369 -12630.369 -12695.954 -12695.954 253.81997 253.81997 31634.898 31634.898 180.25821 180.25821 Loop time of 7.53783 on 1 procs for 1000 steps with 2000 atoms Performance: 11.462 ns/day, 2.094 hours/ns, 132.664 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.352 | 7.352 | 7.352 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046206 | 0.046206 | 0.046206 | 0.0 | 0.61 Output | 7.0095e-05 | 7.0095e-05 | 7.0095e-05 | 0.0 | 0.00 Modify | 0.1241 | 0.1241 | 0.1241 | 0.0 | 1.65 Other | | 0.01545 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335470 ave 335470 max 335470 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335470 Ave neighs/atom = 167.735 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378935420693, Press = -0.00382402800059689 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 409000 -12630.369 -12630.369 -12695.954 -12695.954 253.81997 253.81997 31634.898 31634.898 180.25821 180.25821 410000 -12628.413 -12628.413 -12694.407 -12694.407 255.40288 255.40288 31602.498 31602.498 3718.4463 3718.4463 Loop time of 7.00934 on 1 procs for 1000 steps with 2000 atoms Performance: 12.326 ns/day, 1.947 hours/ns, 142.667 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.8327 | 6.8327 | 6.8327 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044436 | 0.044436 | 0.044436 | 0.0 | 0.63 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.11781 | 0.11781 | 0.11781 | 0.0 | 1.68 Other | | 0.01433 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335786 ave 335786 max 335786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335786 Ave neighs/atom = 167.893 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.37994190266, Press = -0.0477496265921145 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 410000 -12628.413 -12628.413 -12694.407 -12694.407 255.40288 255.40288 31602.498 31602.498 3718.4463 3718.4463 411000 -12629.258 -12629.258 -12693.635 -12693.635 249.14622 249.14622 31630.573 31630.573 935.42488 935.42488 Loop time of 7.23897 on 1 procs for 1000 steps with 2000 atoms Performance: 11.935 ns/day, 2.011 hours/ns, 138.141 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0591 | 7.0591 | 7.0591 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045043 | 0.045043 | 0.045043 | 0.0 | 0.62 Output | 7.391e-05 | 7.391e-05 | 7.391e-05 | 0.0 | 0.00 Modify | 0.12005 | 0.12005 | 0.12005 | 0.0 | 1.66 Other | | 0.01465 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334982 ave 334982 max 334982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334982 Ave neighs/atom = 167.491 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.373229094379, Press = -0.189789504747019 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 411000 -12629.258 -12629.258 -12693.635 -12693.635 249.14622 249.14622 31630.573 31630.573 935.42488 935.42488 412000 -12630.477 -12630.477 -12696.139 -12696.139 254.12043 254.12043 31661.259 31661.259 -2377.6698 -2377.6698 Loop time of 7.2942 on 1 procs for 1000 steps with 2000 atoms Performance: 11.845 ns/day, 2.026 hours/ns, 137.095 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1131 | 7.1131 | 7.1131 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045272 | 0.045272 | 0.045272 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12081 | 0.12081 | 0.12081 | 0.0 | 1.66 Other | | 0.01492 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335616 ave 335616 max 335616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335616 Ave neighs/atom = 167.808 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.371693342334, Press = -0.1429492261292 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 412000 -12630.477 -12630.477 -12696.139 -12696.139 254.12043 254.12043 31661.259 31661.259 -2377.6698 -2377.6698 413000 -12627.31 -12627.31 -12693.48 -12693.48 256.08492 256.08492 31657.092 31657.092 -1202.3995 -1202.3995 Loop time of 7.53903 on 1 procs for 1000 steps with 2000 atoms Performance: 11.460 ns/day, 2.094 hours/ns, 132.643 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.354 | 7.354 | 7.354 | 0.0 | 97.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046232 | 0.046232 | 0.046232 | 0.0 | 0.61 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.12356 | 0.12356 | 0.12356 | 0.0 | 1.64 Other | | 0.01522 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335830 ave 335830 max 335830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335830 Ave neighs/atom = 167.915 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.375011860804, Press = -0.0284659972288031 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 413000 -12627.31 -12627.31 -12693.48 -12693.48 256.08492 256.08492 31657.092 31657.092 -1202.3995 -1202.3995 414000 -12629.391 -12629.391 -12695.445 -12695.445 255.63696 255.63696 31627.902 31627.902 840.99453 840.99453 Loop time of 7.34788 on 1 procs for 1000 steps with 2000 atoms Performance: 11.758 ns/day, 2.041 hours/ns, 136.094 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1657 | 7.1657 | 7.1657 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045471 | 0.045471 | 0.045471 | 0.0 | 0.62 Output | 7.0095e-05 | 7.0095e-05 | 7.0095e-05 | 0.0 | 0.00 Modify | 0.12175 | 0.12175 | 0.12175 | 0.0 | 1.66 Other | | 0.0149 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335500 ave 335500 max 335500 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335500 Ave neighs/atom = 167.75 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378730506851, Press = -0.0552093701611584 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 414000 -12629.391 -12629.391 -12695.445 -12695.445 255.63696 255.63696 31627.902 31627.902 840.99453 840.99453 415000 -12628.545 -12628.545 -12693.848 -12693.848 252.72906 252.72906 31645.416 31645.416 -351.64805 -351.64805 Loop time of 7.33001 on 1 procs for 1000 steps with 2000 atoms Performance: 11.787 ns/day, 2.036 hours/ns, 136.426 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1471 | 7.1471 | 7.1471 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046713 | 0.046713 | 0.046713 | 0.0 | 0.64 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12126 | 0.12126 | 0.12126 | 0.0 | 1.65 Other | | 0.01494 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335784 ave 335784 max 335784 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335784 Ave neighs/atom = 167.892 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.378664305101, Press = -0.111099211353155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 415000 -12628.545 -12628.545 -12693.848 -12693.848 252.72906 252.72906 31645.416 31645.416 -351.64805 -351.64805 416000 -12628.053 -12628.053 -12693.732 -12693.732 254.18497 254.18497 31655.588 31655.588 -1275.5601 -1275.5601 Loop time of 7.42639 on 1 procs for 1000 steps with 2000 atoms Performance: 11.634 ns/day, 2.063 hours/ns, 134.655 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2419 | 7.2419 | 7.2419 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046123 | 0.046123 | 0.046123 | 0.0 | 0.62 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.12307 | 0.12307 | 0.12307 | 0.0 | 1.66 Other | | 0.01522 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335634 ave 335634 max 335634 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335634 Ave neighs/atom = 167.817 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377651005609, Press = -0.0904077663060798 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 416000 -12628.053 -12628.053 -12693.732 -12693.732 254.18497 254.18497 31655.588 31655.588 -1275.5601 -1275.5601 417000 -12629.077 -12629.077 -12694.042 -12694.042 251.42162 251.42162 31639.975 31639.975 198.96377 198.96377 Loop time of 7.1085 on 1 procs for 1000 steps with 2000 atoms Performance: 12.154 ns/day, 1.975 hours/ns, 140.677 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9316 | 6.9316 | 6.9316 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044239 | 0.044239 | 0.044239 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.11816 | 0.11816 | 0.11816 | 0.0 | 1.66 Other | | 0.01446 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335686 ave 335686 max 335686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335686 Ave neighs/atom = 167.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 = 253.37832148755, Press = -0.0387933332673836 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 417000 -12629.077 -12629.077 -12694.042 -12694.042 251.42162 251.42162 31639.975 31639.975 198.96377 198.96377 418000 -12627.798 -12627.798 -12692.298 -12692.298 249.62099 249.62099 31629.661 31629.661 1166.1558 1166.1558 Loop time of 7.28843 on 1 procs for 1000 steps with 2000 atoms Performance: 11.854 ns/day, 2.025 hours/ns, 137.204 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1052 | 7.1052 | 7.1052 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045312 | 0.045312 | 0.045312 | 0.0 | 0.62 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.12291 | 0.12291 | 0.12291 | 0.0 | 1.69 Other | | 0.01498 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335412 ave 335412 max 335412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335412 Ave neighs/atom = 167.706 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.376540933658, Press = -0.0624125342160465 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 418000 -12627.798 -12627.798 -12692.298 -12692.298 249.62099 249.62099 31629.661 31629.661 1166.1558 1166.1558 419000 -12631.038 -12631.038 -12695.476 -12695.476 249.3823 249.3823 31628.814 31628.814 1006.418 1006.418 Loop time of 7.36485 on 1 procs for 1000 steps with 2000 atoms Performance: 11.731 ns/day, 2.046 hours/ns, 135.780 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1819 | 7.1819 | 7.1819 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04601 | 0.04601 | 0.04601 | 0.0 | 0.62 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.1217 | 0.1217 | 0.1217 | 0.0 | 1.65 Other | | 0.0152 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335722 ave 335722 max 335722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335722 Ave neighs/atom = 167.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 = 253.374520552921, Press = -0.145677114580344 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 419000 -12631.038 -12631.038 -12695.476 -12695.476 249.3823 249.3823 31628.814 31628.814 1006.418 1006.418 420000 -12628.536 -12628.536 -12693.449 -12693.449 251.21932 251.21932 31666.561 31666.561 -2236.6531 -2236.6531 Loop time of 7.34205 on 1 procs for 1000 steps with 2000 atoms Performance: 11.768 ns/day, 2.039 hours/ns, 136.202 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1593 | 7.1593 | 7.1593 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045654 | 0.045654 | 0.045654 | 0.0 | 0.62 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.12212 | 0.12212 | 0.12212 | 0.0 | 1.66 Other | | 0.01499 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335284 ave 335284 max 335284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335284 Ave neighs/atom = 167.642 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.371737657298, Press = -0.160075995723404 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 420000 -12628.536 -12628.536 -12693.449 -12693.449 251.21932 251.21932 31666.561 31666.561 -2236.6531 -2236.6531 421000 -12631.769 -12631.769 -12694.803 -12694.803 243.95141 243.95141 31657.895 31657.895 -1732.2397 -1732.2397 Loop time of 7.25639 on 1 procs for 1000 steps with 2000 atoms Performance: 11.907 ns/day, 2.016 hours/ns, 137.810 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0755 | 7.0755 | 7.0755 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044551 | 0.044551 | 0.044551 | 0.0 | 0.61 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 1.67 Other | | 0.0148 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335638 ave 335638 max 335638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335638 Ave neighs/atom = 167.819 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.366742489178, Press = -0.0492120422193814 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 421000 -12631.769 -12631.769 -12694.803 -12694.803 243.95141 243.95141 31657.895 31657.895 -1732.2397 -1732.2397 422000 -12628.524 -12628.524 -12693.928 -12693.928 253.11741 253.11741 31628.04 31628.04 1434.2903 1434.2903 Loop time of 6.87897 on 1 procs for 1000 steps with 2000 atoms Performance: 12.560 ns/day, 1.911 hours/ns, 145.371 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7056 | 6.7056 | 6.7056 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043564 | 0.043564 | 0.043564 | 0.0 | 0.63 Output | 3.4094e-05 | 3.4094e-05 | 3.4094e-05 | 0.0 | 0.00 Modify | 0.11564 | 0.11564 | 0.11564 | 0.0 | 1.68 Other | | 0.01417 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335704 ave 335704 max 335704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335704 Ave neighs/atom = 167.852 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.365474425817, Press = 0.0210620202788247 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 422000 -12628.524 -12628.524 -12693.928 -12693.928 253.11741 253.11741 31628.04 31628.04 1434.2903 1434.2903 423000 -12626.936 -12626.936 -12693.709 -12693.709 258.42031 258.42031 31590.692 31590.692 4621.0619 4621.0619 Loop time of 7.05429 on 1 procs for 1000 steps with 2000 atoms Performance: 12.248 ns/day, 1.960 hours/ns, 141.758 timesteps/s 98.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 | 6.8787 | 6.8787 | 6.8787 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04412 | 0.04412 | 0.04412 | 0.0 | 0.63 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.11715 | 0.11715 | 0.11715 | 0.0 | 1.66 Other | | 0.01424 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335182 ave 335182 max 335182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335182 Ave neighs/atom = 167.591 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.36323628368, Press = -0.0443435302816564 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 423000 -12626.936 -12626.936 -12693.709 -12693.709 258.42031 258.42031 31590.692 31590.692 4621.0619 4621.0619 424000 -12630.907 -12630.907 -12695.177 -12695.177 248.73044 248.73044 31629.526 31629.526 873.2965 873.2965 Loop time of 7.57585 on 1 procs for 1000 steps with 2000 atoms Performance: 11.405 ns/day, 2.104 hours/ns, 131.998 timesteps/s 96.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 | 7.3799 | 7.3799 | 7.3799 | 0.0 | 97.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057022 | 0.057022 | 0.057022 | 0.0 | 0.75 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12348 | 0.12348 | 0.12348 | 0.0 | 1.63 Other | | 0.0154 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335656 ave 335656 max 335656 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335656 Ave neighs/atom = 167.828 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.362797319479, Press = -0.206016951038946 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 424000 -12630.907 -12630.907 -12695.177 -12695.177 248.73044 248.73044 31629.526 31629.526 873.2965 873.2965 425000 -12628.71 -12628.71 -12693.597 -12693.597 251.11694 251.11694 31659.631 31659.631 -1454.9134 -1454.9134 Loop time of 6.70682 on 1 procs for 1000 steps with 2000 atoms Performance: 12.882 ns/day, 1.863 hours/ns, 149.102 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.5345 | 6.5345 | 6.5345 | 0.0 | 97.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04514 | 0.04514 | 0.04514 | 0.0 | 0.67 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.11345 | 0.11345 | 0.11345 | 0.0 | 1.69 Other | | 0.01369 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335556 ave 335556 max 335556 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335556 Ave neighs/atom = 167.778 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.36079213568, Press = -0.104493489086394 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 425000 -12628.71 -12628.71 -12693.597 -12693.597 251.11694 251.11694 31659.631 31659.631 -1454.9134 -1454.9134 426000 -12628.462 -12628.462 -12694.375 -12694.375 255.08893 255.08893 31645.237 31645.237 -191.60879 -191.60879 Loop time of 7.12454 on 1 procs for 1000 steps with 2000 atoms Performance: 12.127 ns/day, 1.979 hours/ns, 140.360 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9448 | 6.9448 | 6.9448 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045251 | 0.045251 | 0.045251 | 0.0 | 0.64 Output | 5.579e-05 | 5.579e-05 | 5.579e-05 | 0.0 | 0.00 Modify | 0.11975 | 0.11975 | 0.11975 | 0.0 | 1.68 Other | | 0.0147 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335496 ave 335496 max 335496 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335496 Ave neighs/atom = 167.748 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.359826618847, Press = -0.0425020287177694 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 426000 -12628.462 -12628.462 -12694.375 -12694.375 255.08893 255.08893 31645.237 31645.237 -191.60879 -191.60879 427000 -12629.626 -12629.626 -12696.084 -12696.084 257.19911 257.19911 31612.415 31612.415 2427.3617 2427.3617 Loop time of 7.28221 on 1 procs for 1000 steps with 2000 atoms Performance: 11.865 ns/day, 2.023 hours/ns, 137.321 timesteps/s 98.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 | 7.1029 | 7.1029 | 7.1029 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044763 | 0.044763 | 0.044763 | 0.0 | 0.61 Output | 4.4107e-05 | 4.4107e-05 | 4.4107e-05 | 0.0 | 0.00 Modify | 0.11976 | 0.11976 | 0.11976 | 0.0 | 1.64 Other | | 0.01476 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335198 ave 335198 max 335198 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335198 Ave neighs/atom = 167.599 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.35814334656, Press = -0.0900797562883343 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 427000 -12629.626 -12629.626 -12696.084 -12696.084 257.19911 257.19911 31612.415 31612.415 2427.3617 2427.3617 428000 -12628.871 -12628.871 -12693.672 -12693.672 250.78592 250.78592 31637.635 31637.635 333.1445 333.1445 Loop time of 6.97624 on 1 procs for 1000 steps with 2000 atoms Performance: 12.385 ns/day, 1.938 hours/ns, 143.344 timesteps/s 99.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 | 6.8014 | 6.8014 | 6.8014 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043593 | 0.043593 | 0.043593 | 0.0 | 0.62 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.11683 | 0.11683 | 0.11683 | 0.0 | 1.67 Other | | 0.0144 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335480 ave 335480 max 335480 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335480 Ave neighs/atom = 167.74 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.358172063714, Press = -0.277322683351404 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 428000 -12628.871 -12628.871 -12693.672 -12693.672 250.78592 250.78592 31637.635 31637.635 333.1445 333.1445 429000 -12626.984 -12626.984 -12692.98 -12692.98 255.41331 255.41331 31666.84 31666.84 -2060.2057 -2060.2057 Loop time of 7.38759 on 1 procs for 1000 steps with 2000 atoms Performance: 11.695 ns/day, 2.052 hours/ns, 135.362 timesteps/s 94.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 | 7.2116 | 7.2116 | 7.2116 | 0.0 | 97.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044058 | 0.044058 | 0.044058 | 0.0 | 0.60 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.11753 | 0.11753 | 0.11753 | 0.0 | 1.59 Other | | 0.01437 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335614 ave 335614 max 335614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335614 Ave neighs/atom = 167.807 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.358957802023, Press = -0.107819547499038 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 429000 -12626.984 -12626.984 -12692.98 -12692.98 255.41331 255.41331 31666.84 31666.84 -2060.2057 -2060.2057 430000 -12629.127 -12629.127 -12695.208 -12695.208 255.74248 255.74248 31624.042 31624.042 1187.6242 1187.6242 Loop time of 6.7426 on 1 procs for 1000 steps with 2000 atoms Performance: 12.814 ns/day, 1.873 hours/ns, 148.311 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.5713 | 6.5713 | 6.5713 | 0.0 | 97.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043073 | 0.043073 | 0.043073 | 0.0 | 0.64 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.11423 | 0.11423 | 0.11423 | 0.0 | 1.69 Other | | 0.01398 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335408 ave 335408 max 335408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335408 Ave neighs/atom = 167.704 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.364272033884, Press = -0.0607271731079091 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 430000 -12629.127 -12629.127 -12695.208 -12695.208 255.74248 255.74248 31624.042 31624.042 1187.6242 1187.6242 431000 -12627.486 -12627.486 -12694.79 -12694.79 260.47176 260.47176 31624.223 31624.223 1361.0719 1361.0719 Loop time of 6.78303 on 1 procs for 1000 steps with 2000 atoms Performance: 12.738 ns/day, 1.884 hours/ns, 147.427 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.6121 | 6.6121 | 6.6121 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043017 | 0.043017 | 0.043017 | 0.0 | 0.63 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.11392 | 0.11392 | 0.11392 | 0.0 | 1.68 Other | | 0.014 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335860 ave 335860 max 335860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335860 Ave neighs/atom = 167.93 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.363076420863, Press = -0.179086955673844 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 431000 -12627.486 -12627.486 -12694.79 -12694.79 260.47176 260.47176 31624.223 31624.223 1361.0719 1361.0719 432000 -12629.752 -12629.752 -12695.07 -12695.07 252.78596 252.78596 31668.339 31668.339 -2705.1444 -2705.1444 Loop time of 7.06317 on 1 procs for 1000 steps with 2000 atoms Performance: 12.232 ns/day, 1.962 hours/ns, 141.580 timesteps/s 99.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 | 6.888 | 6.888 | 6.888 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.043797 | 0.043797 | 0.043797 | 0.0 | 0.62 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 0.11697 | 0.11697 | 0.11697 | 0.0 | 1.66 Other | | 0.01435 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335720 ave 335720 max 335720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335720 Ave neighs/atom = 167.86 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.359279037036, Press = -0.182530047043928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 432000 -12629.752 -12629.752 -12695.07 -12695.07 252.78596 252.78596 31668.339 31668.339 -2705.1444 -2705.1444 433000 -12627.71 -12627.71 -12692.773 -12692.773 251.80257 251.80257 31661.277 31661.277 -1680.9419 -1680.9419 Loop time of 7.12695 on 1 procs for 1000 steps with 2000 atoms Performance: 12.123 ns/day, 1.980 hours/ns, 140.313 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 | 6.9432 | 6.9432 | 6.9432 | 0.0 | 97.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044064 | 0.044064 | 0.044064 | 0.0 | 0.62 Output | 3.1233e-05 | 3.1233e-05 | 3.1233e-05 | 0.0 | 0.00 Modify | 0.12534 | 0.12534 | 0.12534 | 0.0 | 1.76 Other | | 0.0143 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335738 ave 335738 max 335738 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335738 Ave neighs/atom = 167.869 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.355377967684, Press = -0.0768593878927966 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 433000 -12627.71 -12627.71 -12692.773 -12692.773 251.80257 251.80257 31661.277 31661.277 -1680.9419 -1680.9419 434000 -12627.638 -12627.638 -12694.233 -12694.233 257.73027 257.73027 31640.207 31640.207 -96.156531 -96.156531 Loop time of 6.84942 on 1 procs for 1000 steps with 2000 atoms Performance: 12.614 ns/day, 1.903 hours/ns, 145.998 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.678 | 6.678 | 6.678 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04287 | 0.04287 | 0.04287 | 0.0 | 0.63 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.1146 | 0.1146 | 0.1146 | 0.0 | 1.67 Other | | 0.01392 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335616 ave 335616 max 335616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335616 Ave neighs/atom = 167.808 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.352638397251, Press = -0.0586031134577901 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 434000 -12627.638 -12627.638 -12694.233 -12694.233 257.73027 257.73027 31640.207 31640.207 -96.156531 -96.156531 435000 -12627.311 -12627.311 -12693.493 -12693.493 256.13202 256.13202 31644.015 31644.015 -313.61901 -313.61901 Loop time of 6.73959 on 1 procs for 1000 steps with 2000 atoms Performance: 12.820 ns/day, 1.872 hours/ns, 148.377 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.5688 | 6.5688 | 6.5688 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042897 | 0.042897 | 0.042897 | 0.0 | 0.64 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.11395 | 0.11395 | 0.11395 | 0.0 | 1.69 Other | | 0.01388 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335802 ave 335802 max 335802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335802 Ave neighs/atom = 167.901 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.356714937702, Press = -0.0715371135576796 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 435000 -12627.311 -12627.311 -12693.493 -12693.493 256.13202 256.13202 31644.015 31644.015 -313.61901 -313.61901 436000 -12629.256 -12629.256 -12694.09 -12694.09 250.91353 250.91353 31644.165 31644.165 -473.24198 -473.24198 Loop time of 7.71833 on 1 procs for 1000 steps with 2000 atoms Performance: 11.194 ns/day, 2.144 hours/ns, 129.562 timesteps/s 92.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.5091 | 7.5091 | 7.5091 | 0.0 | 97.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062927 | 0.062927 | 0.062927 | 0.0 | 0.82 Output | 2.5988e-05 | 2.5988e-05 | 2.5988e-05 | 0.0 | 0.00 Modify | 0.13149 | 0.13149 | 0.13149 | 0.0 | 1.70 Other | | 0.01475 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335802 ave 335802 max 335802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335802 Ave neighs/atom = 167.901 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.359205736465, Press = 0.0480032119275238 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 436000 -12629.256 -12629.256 -12694.09 -12694.09 250.91353 250.91353 31644.165 31644.165 -473.24198 -473.24198 437000 -12627.954 -12627.954 -12693.677 -12693.677 254.35567 254.35567 31602.501 31602.501 3455.8753 3455.8753 Loop time of 7.32304 on 1 procs for 1000 steps with 2000 atoms Performance: 11.798 ns/day, 2.034 hours/ns, 136.555 timesteps/s 98.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1422 | 7.1422 | 7.1422 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045279 | 0.045279 | 0.045279 | 0.0 | 0.62 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.12037 | 0.12037 | 0.12037 | 0.0 | 1.64 Other | | 0.01515 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335810 ave 335810 max 335810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335810 Ave neighs/atom = 167.905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.358973517875, Press = -0.00759366934692053 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 437000 -12627.954 -12627.954 -12693.677 -12693.677 254.35567 254.35567 31602.501 31602.501 3455.8753 3455.8753 438000 -12629.103 -12629.103 -12695.188 -12695.188 255.75564 255.75564 31619.599 31619.599 1771.8013 1771.8013 Loop time of 7.44801 on 1 procs for 1000 steps with 2000 atoms Performance: 11.600 ns/day, 2.069 hours/ns, 134.264 timesteps/s 98.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 | 7.2386 | 7.2386 | 7.2386 | 0.0 | 97.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054494 | 0.054494 | 0.054494 | 0.0 | 0.73 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.13968 | 0.13968 | 0.13968 | 0.0 | 1.88 Other | | 0.01522 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335732 ave 335732 max 335732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335732 Ave neighs/atom = 167.866 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.357041323872, Press = -0.119446060343901 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 438000 -12629.103 -12629.103 -12695.188 -12695.188 255.75564 255.75564 31619.599 31619.599 1771.8013 1771.8013 439000 -12628.856 -12628.856 -12694.102 -12694.102 252.51047 252.51047 31651.051 31651.051 -1024.7436 -1024.7436 Loop time of 7.40719 on 1 procs for 1000 steps with 2000 atoms Performance: 11.664 ns/day, 2.058 hours/ns, 135.004 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 | 7.2238 | 7.2238 | 7.2238 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045647 | 0.045647 | 0.045647 | 0.0 | 0.62 Output | 6.1035e-05 | 6.1035e-05 | 6.1035e-05 | 0.0 | 0.00 Modify | 0.12259 | 0.12259 | 0.12259 | 0.0 | 1.65 Other | | 0.01514 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335620 ave 335620 max 335620 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335620 Ave neighs/atom = 167.81 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.358677029618, Press = -0.110460711754643 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 439000 -12628.856 -12628.856 -12694.102 -12694.102 252.51047 252.51047 31651.051 31651.051 -1024.7436 -1024.7436 440000 -12626.186 -12626.186 -12692.822 -12692.822 257.88766 257.88766 31639.739 31639.739 344.33952 344.33952 Loop time of 7.28062 on 1 procs for 1000 steps with 2000 atoms Performance: 11.867 ns/day, 2.022 hours/ns, 137.351 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 | 7.099 | 7.099 | 7.099 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04537 | 0.04537 | 0.04537 | 0.0 | 0.62 Output | 8.7976e-05 | 8.7976e-05 | 8.7976e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 1.67 Other | | 0.0149 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335642 ave 335642 max 335642 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335642 Ave neighs/atom = 167.821 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.359517573093, Press = -0.0173855953530741 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 440000 -12626.186 -12626.186 -12692.822 -12692.822 257.88766 257.88766 31639.739 31639.739 344.33952 344.33952 441000 -12629.597 -12629.597 -12695.054 -12695.054 253.32496 253.32496 31610.273 31610.273 2628.3848 2628.3848 Loop time of 7.06743 on 1 procs for 1000 steps with 2000 atoms Performance: 12.225 ns/day, 1.963 hours/ns, 141.494 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.8904 | 6.8904 | 6.8904 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044624 | 0.044624 | 0.044624 | 0.0 | 0.63 Output | 4.8876e-05 | 4.8876e-05 | 4.8876e-05 | 0.0 | 0.00 Modify | 0.11803 | 0.11803 | 0.11803 | 0.0 | 1.67 Other | | 0.01428 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335534 ave 335534 max 335534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335534 Ave neighs/atom = 167.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 = 253.364887556024, Press = -0.0458612196227835 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 441000 -12629.597 -12629.597 -12695.054 -12695.054 253.32496 253.32496 31610.273 31610.273 2628.3848 2628.3848 442000 -12625.37 -12625.37 -12691.901 -12691.901 257.47977 257.47977 31628.704 31628.704 1746.0459 1746.0459 Loop time of 7.19645 on 1 procs for 1000 steps with 2000 atoms Performance: 12.006 ns/day, 1.999 hours/ns, 138.957 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.0158 | 7.0158 | 7.0158 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045269 | 0.045269 | 0.045269 | 0.0 | 0.63 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12041 | 0.12041 | 0.12041 | 0.0 | 1.67 Other | | 0.01491 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335588 ave 335588 max 335588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335588 Ave neighs/atom = 167.794 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.366747231508, Press = -0.232538486670711 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 442000 -12625.37 -12625.37 -12691.901 -12691.901 257.47977 257.47977 31628.704 31628.704 1746.0459 1746.0459 443000 -12630.911 -12630.911 -12694.993 -12694.993 248.00456 248.00456 31660.492 31660.492 -1888.6551 -1888.6551 Loop time of 7.3401 on 1 procs for 1000 steps with 2000 atoms Performance: 11.771 ns/day, 2.039 hours/ns, 136.238 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1565 | 7.1565 | 7.1565 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045977 | 0.045977 | 0.045977 | 0.0 | 0.63 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12246 | 0.12246 | 0.12246 | 0.0 | 1.67 Other | | 0.01511 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 334976 ave 334976 max 334976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 334976 Ave neighs/atom = 167.488 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.369968099535, Press = -0.13976762646269 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 443000 -12630.911 -12630.911 -12694.993 -12694.993 248.00456 248.00456 31660.492 31660.492 -1888.6551 -1888.6551 444000 -12627.701 -12627.701 -12694.156 -12694.156 257.18545 257.18545 31653.391 31653.391 -1043.805 -1043.805 Loop time of 7.40025 on 1 procs for 1000 steps with 2000 atoms Performance: 11.675 ns/day, 2.056 hours/ns, 135.131 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2163 | 7.2163 | 7.2163 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045969 | 0.045969 | 0.045969 | 0.0 | 0.62 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12277 | 0.12277 | 0.12277 | 0.0 | 1.66 Other | | 0.01517 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335706 ave 335706 max 335706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335706 Ave neighs/atom = 167.853 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.374749965361, Press = -0.0567846942848903 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 444000 -12627.701 -12627.701 -12694.156 -12694.156 257.18545 257.18545 31653.391 31653.391 -1043.805 -1043.805 445000 -12631.219 -12631.219 -12696.703 -12696.703 253.43126 253.43126 31640.432 31640.432 -115.1487 -115.1487 Loop time of 7.09555 on 1 procs for 1000 steps with 2000 atoms Performance: 12.177 ns/day, 1.971 hours/ns, 140.933 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.9157 | 6.9157 | 6.9157 | 0.0 | 97.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045545 | 0.045545 | 0.045545 | 0.0 | 0.64 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.11953 | 0.11953 | 0.11953 | 0.0 | 1.68 Other | | 0.0147 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335592 ave 335592 max 335592 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335592 Ave neighs/atom = 167.796 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.377027852318, Press = -0.0588295552428393 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 445000 -12631.219 -12631.219 -12696.703 -12696.703 253.43126 253.43126 31640.432 31640.432 -115.1487 -115.1487 446000 -12628.092 -12628.092 -12694.434 -12694.434 256.74847 256.74847 31641.629 31641.629 192.06349 192.06349 Loop time of 7.42745 on 1 procs for 1000 steps with 2000 atoms Performance: 11.633 ns/day, 2.063 hours/ns, 134.636 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.243 | 7.243 | 7.243 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046083 | 0.046083 | 0.046083 | 0.0 | 0.62 Output | 2.718e-05 | 2.718e-05 | 2.718e-05 | 0.0 | 0.00 Modify | 0.12305 | 0.12305 | 0.12305 | 0.0 | 1.66 Other | | 0.01528 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335306 ave 335306 max 335306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335306 Ave neighs/atom = 167.653 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.372837625584, Press = -0.0730304248364911 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 446000 -12628.092 -12628.092 -12694.434 -12694.434 256.74847 256.74847 31641.629 31641.629 192.06349 192.06349 447000 -12630.953 -12630.953 -12696.013 -12696.013 251.78992 251.78992 31627.524 31627.524 1099.2857 1099.2857 Loop time of 7.62807 on 1 procs for 1000 steps with 2000 atoms Performance: 11.327 ns/day, 2.119 hours/ns, 131.095 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.4401 | 7.4401 | 7.4401 | 0.0 | 97.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046918 | 0.046918 | 0.046918 | 0.0 | 0.62 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.12529 | 0.12529 | 0.12529 | 0.0 | 1.64 Other | | 0.01576 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335306 ave 335306 max 335306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335306 Ave neighs/atom = 167.653 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.369018487129, Press = -0.102657865371388 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 447000 -12630.953 -12630.953 -12696.013 -12696.013 251.78992 251.78992 31627.524 31627.524 1099.2857 1099.2857 448000 -12630.331 -12630.331 -12694.987 -12694.987 250.22523 250.22523 31645.277 31645.277 -506.7749 -506.7749 Loop time of 6.97505 on 1 procs for 1000 steps with 2000 atoms Performance: 12.387 ns/day, 1.938 hours/ns, 143.368 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 6.7994 | 6.7994 | 6.7994 | 0.0 | 97.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044087 | 0.044087 | 0.044087 | 0.0 | 0.63 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11722 | 0.11722 | 0.11722 | 0.0 | 1.68 Other | | 0.01426 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335334 ave 335334 max 335334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335334 Ave neighs/atom = 167.667 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.367357479472, Press = -0.139570862948531 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 448000 -12630.331 -12630.331 -12694.987 -12694.987 250.22523 250.22523 31645.277 31645.277 -506.7749 -506.7749 449000 -12628.106 -12628.106 -12692.974 -12692.974 251.04708 251.04708 31659.852 31659.852 -1227.3806 -1227.3806 Loop time of 7.3645 on 1 procs for 1000 steps with 2000 atoms Performance: 11.732 ns/day, 2.046 hours/ns, 135.787 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1815 | 7.1815 | 7.1815 | 0.0 | 97.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045822 | 0.045822 | 0.045822 | 0.0 | 0.62 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12202 | 0.12202 | 0.12202 | 0.0 | 1.66 Other | | 0.01511 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335468 ave 335468 max 335468 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335468 Ave neighs/atom = 167.734 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.361903398652, Press = -0.0897178725016768 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 449000 -12628.106 -12628.106 -12692.974 -12692.974 251.04708 251.04708 31659.852 31659.852 -1227.3806 -1227.3806 450000 -12630.453 -12630.453 -12695.123 -12695.123 250.2778 250.2778 31640.824 31640.824 -233.34586 -233.34586 Loop time of 7.29789 on 1 procs for 1000 steps with 2000 atoms Performance: 11.839 ns/day, 2.027 hours/ns, 137.026 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1155 | 7.1155 | 7.1155 | 0.0 | 97.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045549 | 0.045549 | 0.045549 | 0.0 | 0.62 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12194 | 0.12194 | 0.12194 | 0.0 | 1.67 Other | | 0.01488 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335114 ave 335114 max 335114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335114 Ave neighs/atom = 167.557 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.359460918339, Press = -0.0113971140172364 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 450000 -12630.453 -12630.453 -12695.123 -12695.123 250.2778 250.2778 31640.824 31640.824 -233.34586 -233.34586 451000 -12628.814 -12628.814 -12693.493 -12693.493 250.31533 250.31533 31610.26 31610.26 2470.0032 2470.0032 Loop time of 7.32079 on 1 procs for 1000 steps with 2000 atoms Performance: 11.802 ns/day, 2.034 hours/ns, 136.597 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.1373 | 7.1373 | 7.1373 | 0.0 | 97.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045631 | 0.045631 | 0.045631 | 0.0 | 0.62 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.12276 | 0.12276 | 0.12276 | 0.0 | 1.68 Other | | 0.01505 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335658 ave 335658 max 335658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335658 Ave neighs/atom = 167.829 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.353035436535, Press = -0.0468510447652641 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 451000 -12628.814 -12628.814 -12693.493 -12693.493 250.31533 250.31533 31610.26 31610.26 2470.0032 2470.0032 452000 -12632.096 -12632.096 -12695.545 -12695.545 245.55315 245.55315 31619.839 31619.839 1415.4799 1415.4799 Loop time of 7.4405 on 1 procs for 1000 steps with 2000 atoms Performance: 11.612 ns/day, 2.067 hours/ns, 134.400 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.2549 | 7.2549 | 7.2549 | 0.0 | 97.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046334 | 0.046334 | 0.046334 | 0.0 | 0.62 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.12383 | 0.12383 | 0.12383 | 0.0 | 1.66 Other | | 0.01541 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335906 ave 335906 max 335906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335906 Ave neighs/atom = 167.953 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.350234189236, Press = -0.171088642079762 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 452000 -12632.096 -12632.096 -12695.545 -12695.545 245.55315 245.55315 31619.839 31619.839 1415.4799 1415.4799 453000 -12626.862 -12626.862 -12692.904 -12692.904 255.58849 255.58849 31648.155 31648.155 -784.58798 -784.58798 Loop time of 7.56953 on 1 procs for 1000 steps with 2000 atoms Performance: 11.414 ns/day, 2.103 hours/ns, 132.109 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 7.3828 | 7.3828 | 7.3828 | 0.0 | 97.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046807 | 0.046807 | 0.046807 | 0.0 | 0.62 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.1244 | 0.1244 | 0.1244 | 0.0 | 1.64 Other | | 0.01548 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 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: 335784 ave 335784 max 335784 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 335784 Ave neighs/atom = 167.892 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 31639.2634301783 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0