# 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.8890872895717616*${_u_distance} variable latticeconst_converted equal 3.8890872895717616*1 lattice fcc ${latticeconst_converted} lattice fcc 3.88908728957176 Lattice spacing in x,y,z = 3.8890873 3.8890873 3.8890873 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (38.890873 38.890873 38.890873) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.003 seconds variable mass_converted equal 106.42*${_u_mass} variable mass_converted equal 106.42*1 kim_interactions Pd #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_JeongParkDo_2018_PdCo__MO_101997554790_000 pair_coeff * * Pd #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 106.42 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 58822.4450444068 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 58822.4450444068*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 58822.4450444068 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -15478.129 -15478.129 -15640 -15640 313.15 313.15 58822.445 58822.445 2939.3072 2939.3072 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13182 244.13182 Loop time of 54.6311 on 1 procs for 1000 steps with 4000 atoms Performance: 1.582 ns/day, 15.175 hours/ns, 18.305 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 | 54.298 | 54.298 | 54.298 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037448 | 0.037448 | 0.037448 | 0.0 | 0.07 Output | 5.25e-05 | 5.25e-05 | 5.25e-05 | 0.0 | 0.00 Modify | 0.23665 | 0.23665 | 0.23665 | 0.0 | 0.43 Other | | 0.05873 | | | 0.11 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13182 244.13182 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0082 3015.0082 Loop time of 57.8133 on 1 procs for 1000 steps with 4000 atoms Performance: 1.494 ns/day, 16.059 hours/ns, 17.297 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 | 57.528 | 57.528 | 57.528 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041055 | 0.041055 | 0.041055 | 0.0 | 0.07 Output | 4.91e-05 | 4.91e-05 | 4.91e-05 | 0.0 | 0.00 Modify | 0.22532 | 0.22532 | 0.22532 | 0.0 | 0.39 Other | | 0.01884 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0082 3015.0082 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83403 -559.83403 Loop time of 61.1092 on 1 procs for 1000 steps with 4000 atoms Performance: 1.414 ns/day, 16.975 hours/ns, 16.364 timesteps/s 70.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.797 | 60.797 | 60.797 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038567 | 0.038567 | 0.038567 | 0.0 | 0.06 Output | 4.97e-05 | 4.97e-05 | 4.97e-05 | 0.0 | 0.00 Modify | 0.25444 | 0.25444 | 0.25444 | 0.0 | 0.42 Other | | 0.0189 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83403 -559.83403 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90523 -970.90523 Loop time of 59.4688 on 1 procs for 1000 steps with 4000 atoms Performance: 1.453 ns/day, 16.519 hours/ns, 16.816 timesteps/s 72.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 | 59.147 | 59.147 | 59.147 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064353 | 0.064353 | 0.064353 | 0.0 | 0.11 Output | 4.86e-05 | 4.86e-05 | 4.86e-05 | 0.0 | 0.00 Modify | 0.23859 | 0.23859 | 0.23859 | 0.0 | 0.40 Other | | 0.01906 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90523 -970.90523 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2251 2181.2251 Loop time of 55.8822 on 1 procs for 1000 steps with 4000 atoms Performance: 1.546 ns/day, 15.523 hours/ns, 17.895 timesteps/s 76.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.585 | 55.585 | 55.585 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038785 | 0.038785 | 0.038785 | 0.0 | 0.07 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.23887 | 0.23887 | 0.23887 | 0.0 | 0.43 Other | | 0.01914 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 310.78207719341, Press = -655.603555893024 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2251 2181.2251 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90828 -134.90828 Loop time of 52.2012 on 1 procs for 1000 steps with 4000 atoms Performance: 1.655 ns/day, 14.500 hours/ns, 19.157 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 | 51.939 | 51.939 | 51.939 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.079074 | 0.079074 | 0.079074 | 0.0 | 0.15 Output | 4.08e-05 | 4.08e-05 | 4.08e-05 | 0.0 | 0.00 Modify | 0.16443 | 0.16443 | 0.16443 | 0.0 | 0.32 Other | | 0.01884 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312060.0 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.467367431049, Press = -46.4924102961938 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90828 -134.90828 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34736 315.34736 59573.383 59573.383 64.564416 64.564416 Loop time of 54.2598 on 1 procs for 1000 steps with 4000 atoms Performance: 1.592 ns/day, 15.072 hours/ns, 18.430 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 | 53.99 | 53.99 | 53.99 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059221 | 0.059221 | 0.059221 | 0.0 | 0.11 Output | 2.89e-05 | 2.89e-05 | 2.89e-05 | 0.0 | 0.00 Modify | 0.19168 | 0.19168 | 0.19168 | 0.0 | 0.35 Other | | 0.01896 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.013037218627, Press = -17.4015192143488 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34736 315.34736 59573.383 59573.383 64.564416 64.564416 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84364 -411.84364 Loop time of 55.0778 on 1 procs for 1000 steps with 4000 atoms Performance: 1.569 ns/day, 15.299 hours/ns, 18.156 timesteps/s 78.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.823 | 54.823 | 54.823 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040085 | 0.040085 | 0.040085 | 0.0 | 0.07 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.17577 | 0.17577 | 0.17577 | 0.0 | 0.32 Other | | 0.03933 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.307001412695, Press = -14.6889679627799 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84364 -411.84364 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11904 124.11904 Loop time of 60.6122 on 1 procs for 1000 steps with 4000 atoms Performance: 1.425 ns/day, 16.837 hours/ns, 16.498 timesteps/s 70.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 | 60.329 | 60.329 | 60.329 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080227 | 0.080227 | 0.080227 | 0.0 | 0.13 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.16359 | 0.16359 | 0.16359 | 0.0 | 0.27 Other | | 0.039 | | | 0.06 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.520869464793, Press = -14.8744495471664 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11904 124.11904 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3277 1105.3277 Loop time of 54.3928 on 1 procs for 1000 steps with 4000 atoms Performance: 1.588 ns/day, 15.109 hours/ns, 18.385 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 | 54.11 | 54.11 | 54.11 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057974 | 0.057974 | 0.057974 | 0.0 | 0.11 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.20587 | 0.20587 | 0.20587 | 0.0 | 0.38 Other | | 0.01941 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.553147985593, Press = -9.33462371070219 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3277 1105.3277 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.7793 313.7793 59606.705 59606.705 -643.25808 -643.25808 Loop time of 60.0098 on 1 procs for 1000 steps with 4000 atoms Performance: 1.440 ns/day, 16.669 hours/ns, 16.664 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 | 59.702 | 59.702 | 59.702 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03881 | 0.03881 | 0.03881 | 0.0 | 0.06 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.24989 | 0.24989 | 0.24989 | 0.0 | 0.42 Other | | 0.01934 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312066.0 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.016500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.990033821695, Press = -14.0936090813114 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.7793 313.7793 59606.705 59606.705 -643.25808 -643.25808 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10454 307.10454 59635.39 59635.39 -1836.4066 -1836.4066 Loop time of 57.4036 on 1 procs for 1000 steps with 4000 atoms Performance: 1.505 ns/day, 15.945 hours/ns, 17.421 timesteps/s 74.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 57.143 | 57.143 | 57.143 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038158 | 0.038158 | 0.038158 | 0.0 | 0.07 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.20319 | 0.20319 | 0.20319 | 0.0 | 0.35 Other | | 0.01909 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 311998.0 ave 311998 max 311998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311998 Ave neighs/atom = 77.999500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.970809851824, Press = -10.6760496141502 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10454 307.10454 59635.39 59635.39 -1836.4066 -1836.4066 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66243 306.66243 59610.699 59610.699 -767.55242 -767.55242 Loop time of 53.5857 on 1 procs for 1000 steps with 4000 atoms Performance: 1.612 ns/day, 14.885 hours/ns, 18.662 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 | 53.337 | 53.337 | 53.337 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058853 | 0.058853 | 0.058853 | 0.0 | 0.11 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.17028 | 0.17028 | 0.17028 | 0.0 | 0.32 Other | | 0.01974 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.010160988793, Press = -5.87436686629477 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66243 306.66243 59610.699 59610.699 -767.55242 -767.55242 14000 -15315.834 -15315.834 -15480.249 -15480.249 318.07089 318.07089 59656.604 59656.604 -2039.6649 -2039.6649 Loop time of 52.3211 on 1 procs for 1000 steps with 4000 atoms Performance: 1.651 ns/day, 14.534 hours/ns, 19.113 timesteps/s 81.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 52.013 | 52.013 | 52.013 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038589 | 0.038589 | 0.038589 | 0.0 | 0.07 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.24752 | 0.24752 | 0.24752 | 0.0 | 0.47 Other | | 0.0219 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312004.0 ave 312004 max 312004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312004 Ave neighs/atom = 78.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.027134280815, Press = -3.23604693454489 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -15315.834 -15315.834 -15480.249 -15480.249 318.07089 318.07089 59656.604 59656.604 -2039.6649 -2039.6649 15000 -15325.481 -15325.481 -15486.499 -15486.499 311.49964 311.49964 59593.741 59593.741 -659.51615 -659.51615 Loop time of 49.2859 on 1 procs for 1000 steps with 4000 atoms Performance: 1.753 ns/day, 13.691 hours/ns, 20.290 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 | 49.045 | 49.045 | 49.045 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058285 | 0.058285 | 0.058285 | 0.0 | 0.12 Output | 3.67e-05 | 3.67e-05 | 3.67e-05 | 0.0 | 0.00 Modify | 0.16415 | 0.16415 | 0.16415 | 0.0 | 0.33 Other | | 0.01878 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 314.119437053861, Press = -0.466470858054919 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -15325.481 -15325.481 -15486.499 -15486.499 311.49964 311.49964 59593.741 59593.741 -659.51615 -659.51615 16000 -15326.444 -15326.444 -15485.158 -15485.158 307.04418 307.04418 59578.497 59578.497 -160.00222 -160.00222 Loop time of 49.2392 on 1 procs for 1000 steps with 4000 atoms Performance: 1.755 ns/day, 13.678 hours/ns, 20.309 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 | 48.917 | 48.917 | 48.917 | 0.0 | 99.34 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03831 | 0.03831 | 0.03831 | 0.0 | 0.08 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.26532 | 0.26532 | 0.26532 | 0.0 | 0.54 Other | | 0.01898 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.980495918884, Press = -0.866305214924075 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -15326.444 -15326.444 -15485.158 -15485.158 307.04418 307.04418 59578.497 59578.497 -160.00222 -160.00222 17000 -15321.124 -15321.124 -15486.95 -15486.95 320.80149 320.80149 59555.943 59555.943 377.85604 377.85604 Loop time of 52.0999 on 1 procs for 1000 steps with 4000 atoms Performance: 1.658 ns/day, 14.472 hours/ns, 19.194 timesteps/s 81.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.81 | 51.81 | 51.81 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038079 | 0.038079 | 0.038079 | 0.0 | 0.07 Output | 3.83e-05 | 3.83e-05 | 3.83e-05 | 0.0 | 0.00 Modify | 0.21258 | 0.21258 | 0.21258 | 0.0 | 0.41 Other | | 0.03887 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016.0 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.802523418984, Press = -1.71279125254881 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -15321.124 -15321.124 -15486.95 -15486.95 320.80149 320.80149 59555.943 59555.943 377.85604 377.85604 18000 -15318.308 -15318.308 -15480.755 -15480.755 314.26541 314.26541 59568.232 59568.232 642.50484 642.50484 Loop time of 53.131 on 1 procs for 1000 steps with 4000 atoms Performance: 1.626 ns/day, 14.759 hours/ns, 18.821 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 | 52.868 | 52.868 | 52.868 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039098 | 0.039098 | 0.039098 | 0.0 | 0.07 Output | 3.44e-05 | 3.44e-05 | 3.44e-05 | 0.0 | 0.00 Modify | 0.20472 | 0.20472 | 0.20472 | 0.0 | 0.39 Other | | 0.01906 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056.0 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.759098265561, Press = -3.64753506696156 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -15318.308 -15318.308 -15480.755 -15480.755 314.26541 314.26541 59568.232 59568.232 642.50484 642.50484 19000 -15324.418 -15324.418 -15487.759 -15487.759 315.99519 315.99519 59559.654 59559.654 267.0675 267.0675 Loop time of 48.2313 on 1 procs for 1000 steps with 4000 atoms Performance: 1.791 ns/day, 13.398 hours/ns, 20.733 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 | 48.01 | 48.01 | 48.01 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038127 | 0.038127 | 0.038127 | 0.0 | 0.08 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.16394 | 0.16394 | 0.16394 | 0.0 | 0.34 Other | | 0.01891 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.845198705374, Press = -5.05713511336189 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -15324.418 -15324.418 -15487.759 -15487.759 315.99519 315.99519 59559.654 59559.654 267.0675 267.0675 20000 -15319.136 -15319.136 -15483.713 -15483.713 318.38692 318.38692 59596.499 59596.499 -293.51297 -293.51297 Loop time of 50.53 on 1 procs for 1000 steps with 4000 atoms Performance: 1.710 ns/day, 14.036 hours/ns, 19.790 timesteps/s 85.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.271 | 50.271 | 50.271 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038591 | 0.038591 | 0.038591 | 0.0 | 0.08 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.19175 | 0.19175 | 0.19175 | 0.0 | 0.38 Other | | 0.02911 | | | 0.06 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.896626917739, Press = -4.64402744700103 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -15319.136 -15319.136 -15483.713 -15483.713 318.38692 318.38692 59596.499 59596.499 -293.51297 -293.51297 21000 -15326.045 -15326.045 -15486.549 -15486.549 310.50489 310.50489 59567.602 59567.602 105.04121 105.04121 Loop time of 47.8151 on 1 procs for 1000 steps with 4000 atoms Performance: 1.807 ns/day, 13.282 hours/ns, 20.914 timesteps/s 89.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 | 47.552 | 47.552 | 47.552 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058234 | 0.058234 | 0.058234 | 0.0 | 0.12 Output | 5.96e-05 | 5.96e-05 | 5.96e-05 | 0.0 | 0.00 Modify | 0.18602 | 0.18602 | 0.18602 | 0.0 | 0.39 Other | | 0.01895 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.899603477471, Press = -4.98302389274983 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -15326.045 -15326.045 -15486.549 -15486.549 310.50489 310.50489 59567.602 59567.602 105.04121 105.04121 22000 -15319.53 -15319.53 -15482.462 -15482.462 315.20434 315.20434 59608.861 59608.861 -603.92952 -603.92952 Loop time of 44.2622 on 1 procs for 1000 steps with 4000 atoms Performance: 1.952 ns/day, 12.295 hours/ns, 22.593 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 | 44.044 | 44.044 | 44.044 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037691 | 0.037691 | 0.037691 | 0.0 | 0.09 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.16205 | 0.16205 | 0.16205 | 0.0 | 0.37 Other | | 0.01876 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.887770824832, Press = -4.74988235354137 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -15319.53 -15319.53 -15482.462 -15482.462 315.20434 315.20434 59608.861 59608.861 -603.92952 -603.92952 23000 -15322.784 -15322.784 -15486.752 -15486.752 317.20722 317.20722 59617.975 59617.975 -1475.0642 -1475.0642 Loop time of 43.7425 on 1 procs for 1000 steps with 4000 atoms Performance: 1.975 ns/day, 12.151 hours/ns, 22.861 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 | 43.523 | 43.523 | 43.523 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037729 | 0.037729 | 0.037729 | 0.0 | 0.09 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.16285 | 0.16285 | 0.16285 | 0.0 | 0.37 Other | | 0.01877 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022.0 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.005500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.897653993923, Press = -3.80324888218471 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -15322.784 -15322.784 -15486.752 -15486.752 317.20722 317.20722 59617.975 59617.975 -1475.0642 -1475.0642 24000 -15327.583 -15327.583 -15486.229 -15486.229 306.91254 306.91254 59621.477 59621.477 -1531.3311 -1531.3311 Loop time of 44.3216 on 1 procs for 1000 steps with 4000 atoms Performance: 1.949 ns/day, 12.312 hours/ns, 22.562 timesteps/s 96.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.101 | 44.101 | 44.101 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038057 | 0.038057 | 0.038057 | 0.0 | 0.09 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.16327 | 0.16327 | 0.16327 | 0.0 | 0.37 Other | | 0.01895 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030.0 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.007500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.854210998511, Press = -2.95243147498671 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -15327.583 -15327.583 -15486.229 -15486.229 306.91254 306.91254 59621.477 59621.477 -1531.3311 -1531.3311 25000 -15322.992 -15322.992 -15485.208 -15485.208 313.8189 313.8189 59662.473 59662.473 -2670.5162 -2670.5162 Loop time of 43.9304 on 1 procs for 1000 steps with 4000 atoms Performance: 1.967 ns/day, 12.203 hours/ns, 22.763 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 | 43.689 | 43.689 | 43.689 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058241 | 0.058241 | 0.058241 | 0.0 | 0.13 Output | 3.82e-05 | 3.82e-05 | 3.82e-05 | 0.0 | 0.00 Modify | 0.16429 | 0.16429 | 0.16429 | 0.0 | 0.37 Other | | 0.01898 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.816339653454, Press = -2.31797304994817 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -15322.992 -15322.992 -15485.208 -15485.208 313.8189 313.8189 59662.473 59662.473 -2670.5162 -2670.5162 26000 -15328.015 -15328.015 -15486.037 -15486.037 305.70396 305.70396 59647.935 59647.935 -2436.6256 -2436.6256 Loop time of 43.7801 on 1 procs for 1000 steps with 4000 atoms Performance: 1.973 ns/day, 12.161 hours/ns, 22.841 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 | 43.558 | 43.558 | 43.558 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039939 | 0.039939 | 0.039939 | 0.0 | 0.09 Output | 3.29e-05 | 3.29e-05 | 3.29e-05 | 0.0 | 0.00 Modify | 0.1628 | 0.1628 | 0.1628 | 0.0 | 0.37 Other | | 0.01891 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016.0 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.677526097917, Press = -1.67505130052315 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -15328.015 -15328.015 -15486.037 -15486.037 305.70396 305.70396 59647.935 59647.935 -2436.6256 -2436.6256 27000 -15323.542 -15323.542 -15484.215 -15484.215 310.83205 310.83205 59607.232 59607.232 -795.31042 -795.31042 Loop time of 44.4101 on 1 procs for 1000 steps with 4000 atoms Performance: 1.946 ns/day, 12.336 hours/ns, 22.517 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 | 44.19 | 44.19 | 44.19 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037809 | 0.037809 | 0.037809 | 0.0 | 0.09 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.16332 | 0.16332 | 0.16332 | 0.0 | 0.37 Other | | 0.01885 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.639859261006, Press = -1.31794592125987 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -15323.542 -15323.542 -15484.215 -15484.215 310.83205 310.83205 59607.232 59607.232 -795.31042 -795.31042 28000 -15321.179 -15321.179 -15483.771 -15483.771 314.54456 314.54456 59599.77 59599.77 -624.90602 -624.90602 Loop time of 44.513 on 1 procs for 1000 steps with 4000 atoms Performance: 1.941 ns/day, 12.365 hours/ns, 22.465 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 | 44.289 | 44.289 | 44.289 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038518 | 0.038518 | 0.038518 | 0.0 | 0.09 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.16651 | 0.16651 | 0.16651 | 0.0 | 0.37 Other | | 0.01912 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.595280957294, Press = -0.225440810273775 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -15321.179 -15321.179 -15483.771 -15483.771 314.54456 314.54456 59599.77 59599.77 -624.90602 -624.90602 29000 -15323.856 -15323.856 -15485.327 -15485.327 312.37495 312.37495 59550.984 59550.984 800.30265 800.30265 Loop time of 44.3742 on 1 procs for 1000 steps with 4000 atoms Performance: 1.947 ns/day, 12.326 hours/ns, 22.536 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 | 44.133 | 44.133 | 44.133 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038298 | 0.038298 | 0.038298 | 0.0 | 0.09 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.1836 | 0.1836 | 0.1836 | 0.0 | 0.41 Other | | 0.01905 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.630588612812, Press = -0.556602662848631 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -15323.856 -15323.856 -15485.327 -15485.327 312.37495 312.37495 59550.984 59550.984 800.30265 800.30265 30000 -15318.632 -15318.632 -15482.452 -15482.452 316.92131 316.92131 59587.078 59587.078 -72.706687 -72.706687 Loop time of 44.6652 on 1 procs for 1000 steps with 4000 atoms Performance: 1.934 ns/day, 12.407 hours/ns, 22.389 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 | 44.446 | 44.446 | 44.446 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038078 | 0.038078 | 0.038078 | 0.0 | 0.09 Output | 3.43e-05 | 3.43e-05 | 3.43e-05 | 0.0 | 0.00 Modify | 0.16257 | 0.16257 | 0.16257 | 0.0 | 0.36 Other | | 0.0189 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.639394684634, Press = -1.54472598984037 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -15318.632 -15318.632 -15482.452 -15482.452 316.92131 316.92131 59587.078 59587.078 -72.706687 -72.706687 31000 -15326.979 -15326.979 -15484.93 -15484.93 305.56802 305.56802 59543.902 59543.902 1053.9326 1053.9326 Loop time of 43.7216 on 1 procs for 1000 steps with 4000 atoms Performance: 1.976 ns/day, 12.145 hours/ns, 22.872 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 | 43.502 | 43.502 | 43.502 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038053 | 0.038053 | 0.038053 | 0.0 | 0.09 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.16265 | 0.16265 | 0.16265 | 0.0 | 0.37 Other | | 0.01894 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312098.0 ave 312098 max 312098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312098 Ave neighs/atom = 78.024500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.572145012811, Press = -0.968108067311648 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -15326.979 -15326.979 -15484.93 -15484.93 305.56802 305.56802 59543.902 59543.902 1053.9326 1053.9326 32000 -15322.021 -15322.021 -15485.395 -15485.395 316.05972 316.05972 59588.996 59588.996 -465.52697 -465.52697 Loop time of 45.3137 on 1 procs for 1000 steps with 4000 atoms Performance: 1.907 ns/day, 12.587 hours/ns, 22.068 timesteps/s 93.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 45.091 | 45.091 | 45.091 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038397 | 0.038397 | 0.038397 | 0.0 | 0.08 Output | 2.88e-05 | 2.88e-05 | 2.88e-05 | 0.0 | 0.00 Modify | 0.16487 | 0.16487 | 0.16487 | 0.0 | 0.36 Other | | 0.01911 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.516110219789, Press = -0.811700299690797 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -15322.021 -15322.021 -15485.395 -15485.395 316.05972 316.05972 59588.996 59588.996 -465.52697 -465.52697 33000 -15325.279 -15325.279 -15485.09 -15485.09 309.16533 309.16533 59548.909 59548.909 799.48976 799.48976 Loop time of 44.4963 on 1 procs for 1000 steps with 4000 atoms Performance: 1.942 ns/day, 12.360 hours/ns, 22.474 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 | 44.262 | 44.262 | 44.262 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045105 | 0.045105 | 0.045105 | 0.0 | 0.10 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.17054 | 0.17054 | 0.17054 | 0.0 | 0.38 Other | | 0.01905 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.510979264186, Press = -1.14459512340357 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -15325.279 -15325.279 -15485.09 -15485.09 309.16533 309.16533 59548.909 59548.909 799.48976 799.48976 34000 -15321.398 -15321.398 -15487.847 -15487.847 322.00567 322.00567 59495.895 59495.895 2418.5465 2418.5465 Loop time of 43.4459 on 1 procs for 1000 steps with 4000 atoms Performance: 1.989 ns/day, 12.068 hours/ns, 23.017 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 | 43.226 | 43.226 | 43.226 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037885 | 0.037885 | 0.037885 | 0.0 | 0.09 Output | 2.84e-05 | 2.84e-05 | 2.84e-05 | 0.0 | 0.00 Modify | 0.1628 | 0.1628 | 0.1628 | 0.0 | 0.37 Other | | 0.01898 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.451121546905, Press = -1.15939665337228 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -15321.398 -15321.398 -15487.847 -15487.847 322.00567 322.00567 59495.895 59495.895 2418.5465 2418.5465 35000 -15322.938 -15322.938 -15485.616 -15485.616 314.71201 314.71201 59506.376 59506.376 2294.0355 2294.0355 Loop time of 43.6788 on 1 procs for 1000 steps with 4000 atoms Performance: 1.978 ns/day, 12.133 hours/ns, 22.894 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 | 43.459 | 43.459 | 43.459 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037979 | 0.037979 | 0.037979 | 0.0 | 0.09 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.1631 | 0.1631 | 0.1631 | 0.0 | 0.37 Other | | 0.01874 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.450462367693, Press = -1.85105910012006 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -15322.938 -15322.938 -15485.616 -15485.616 314.71201 314.71201 59506.376 59506.376 2294.0355 2294.0355 36000 -15318.645 -15318.645 -15482.749 -15482.749 317.46883 317.46883 59540.234 59540.234 1402.5955 1402.5955 Loop time of 44.1069 on 1 procs for 1000 steps with 4000 atoms Performance: 1.959 ns/day, 12.252 hours/ns, 22.672 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 | 43.865 | 43.865 | 43.865 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038678 | 0.038678 | 0.038678 | 0.0 | 0.09 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.18466 | 0.18466 | 0.18466 | 0.0 | 0.42 Other | | 0.01902 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.471696060431, Press = -3.39635784583384 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -15318.645 -15318.645 -15482.749 -15482.749 317.46883 317.46883 59540.234 59540.234 1402.5955 1402.5955 37000 -15325.385 -15325.385 -15486.366 -15486.366 311.42909 311.42909 59552.377 59552.377 711.55697 711.55697 Loop time of 43.9622 on 1 procs for 1000 steps with 4000 atoms Performance: 1.965 ns/day, 12.212 hours/ns, 22.747 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 | 43.742 | 43.742 | 43.742 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037781 | 0.037781 | 0.037781 | 0.0 | 0.09 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.16323 | 0.16323 | 0.16323 | 0.0 | 0.37 Other | | 0.01896 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312090.0 ave 312090 max 312090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312090 Ave neighs/atom = 78.022500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.545568708329, Press = -1.88481273510171 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -15325.385 -15325.385 -15486.366 -15486.366 311.42909 311.42909 59552.377 59552.377 711.55697 711.55697 38000 -15324.928 -15324.928 -15486.539 -15486.539 312.64662 312.64662 59554.672 59554.672 602.47567 602.47567 Loop time of 43.8464 on 1 procs for 1000 steps with 4000 atoms Performance: 1.971 ns/day, 12.180 hours/ns, 22.807 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 | 43.626 | 43.626 | 43.626 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037481 | 0.037481 | 0.037481 | 0.0 | 0.09 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.16417 | 0.16417 | 0.16417 | 0.0 | 0.37 Other | | 0.01869 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312068.0 ave 312068 max 312068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312068 Ave neighs/atom = 78.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.544903879545, Press = -1.24122242884316 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -15324.928 -15324.928 -15486.539 -15486.539 312.64662 312.64662 59554.672 59554.672 602.47567 602.47567 39000 -15322.299 -15322.299 -15485.356 -15485.356 315.44409 315.44409 59537.682 59537.682 1215.3314 1215.3314 Loop time of 44.0019 on 1 procs for 1000 steps with 4000 atoms Performance: 1.964 ns/day, 12.223 hours/ns, 22.726 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 | 43.78 | 43.78 | 43.78 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037715 | 0.037715 | 0.037715 | 0.0 | 0.09 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.16514 | 0.16514 | 0.16514 | 0.0 | 0.38 Other | | 0.01888 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.503420649919, Press = -1.88840737701792 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -15322.299 -15322.299 -15485.356 -15485.356 315.44409 315.44409 59537.682 59537.682 1215.3314 1215.3314 40000 -15325.362 -15325.362 -15485.09 -15485.09 309.00566 309.00566 59585.07 59585.07 -231.33942 -231.33942 Loop time of 44.4213 on 1 procs for 1000 steps with 4000 atoms Performance: 1.945 ns/day, 12.339 hours/ns, 22.512 timesteps/s 95.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.201 | 44.201 | 44.201 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037836 | 0.037836 | 0.037836 | 0.0 | 0.09 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.16426 | 0.16426 | 0.16426 | 0.0 | 0.37 Other | | 0.01867 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.491238548574, Press = -2.16298549834456 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -15325.362 -15325.362 -15485.09 -15485.09 309.00566 309.00566 59585.07 59585.07 -231.33942 -231.33942 41000 -15321.353 -15321.353 -15482.549 -15482.549 311.84478 311.84478 59614.644 59614.644 -1037.7681 -1037.7681 Loop time of 44.4288 on 1 procs for 1000 steps with 4000 atoms Performance: 1.945 ns/day, 12.341 hours/ns, 22.508 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 | 44.209 | 44.209 | 44.209 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038013 | 0.038013 | 0.038013 | 0.0 | 0.09 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.16291 | 0.16291 | 0.16291 | 0.0 | 0.37 Other | | 0.0189 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.477496118362, Press = -1.94239512881587 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -15321.353 -15321.353 -15482.549 -15482.549 311.84478 311.84478 59614.644 59614.644 -1037.7681 -1037.7681 42000 -15323.139 -15323.139 -15485.786 -15485.786 314.65211 314.65211 59607.572 59607.572 -1056.8593 -1056.8593 Loop time of 43.8734 on 1 procs for 1000 steps with 4000 atoms Performance: 1.969 ns/day, 12.187 hours/ns, 22.793 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 | 43.634 | 43.634 | 43.634 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037895 | 0.037895 | 0.037895 | 0.0 | 0.09 Output | 3.36e-05 | 3.36e-05 | 3.36e-05 | 0.0 | 0.00 Modify | 0.18285 | 0.18285 | 0.18285 | 0.0 | 0.42 Other | | 0.01877 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028.0 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.467274350271, Press = -1.82261025379881 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -15323.139 -15323.139 -15485.786 -15485.786 314.65211 314.65211 59607.572 59607.572 -1056.8593 -1056.8593 43000 -15325.958 -15325.958 -15484.145 -15484.145 306.0238 306.0238 59606.523 59606.523 -931.48652 -931.48652 Loop time of 44.9638 on 1 procs for 1000 steps with 4000 atoms Performance: 1.922 ns/day, 12.490 hours/ns, 22.240 timesteps/s 94.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.724 | 44.724 | 44.724 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037987 | 0.037987 | 0.037987 | 0.0 | 0.08 Output | 3.8e-05 | 3.8e-05 | 3.8e-05 | 0.0 | 0.00 Modify | 0.1829 | 0.1829 | 0.1829 | 0.0 | 0.41 Other | | 0.01897 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312006.0 ave 312006 max 312006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312006 Ave neighs/atom = 78.001500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.479368246667, Press = -1.43526967876042 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -15325.958 -15325.958 -15484.145 -15484.145 306.0238 306.0238 59606.523 59606.523 -931.48652 -931.48652 44000 -15321.635 -15321.635 -15484.796 -15484.796 315.64631 315.64631 59625.682 59625.682 -1491.7208 -1491.7208 Loop time of 43.2654 on 1 procs for 1000 steps with 4000 atoms Performance: 1.997 ns/day, 12.018 hours/ns, 23.113 timesteps/s 96.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 43.048 | 43.048 | 43.048 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037427 | 0.037427 | 0.037427 | 0.0 | 0.09 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.16129 | 0.16129 | 0.16129 | 0.0 | 0.37 Other | | 0.01874 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312026.0 ave 312026 max 312026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312026 Ave neighs/atom = 78.006500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.447146634476, Press = 0.519673212076134 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -15321.635 -15321.635 -15484.796 -15484.796 315.64631 315.64631 59625.682 59625.682 -1491.7208 -1491.7208 45000 -15325.989 -15325.989 -15486.55 -15486.55 310.61741 310.61741 59603.138 59603.138 -1184.9547 -1184.9547 Loop time of 42.1414 on 1 procs for 1000 steps with 4000 atoms Performance: 2.050 ns/day, 11.706 hours/ns, 23.730 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 | 41.923 | 41.923 | 41.923 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037707 | 0.037707 | 0.037707 | 0.0 | 0.09 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.16169 | 0.16169 | 0.16169 | 0.0 | 0.38 Other | | 0.01877 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.385737644963, Press = 0.0828020419893678 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -15325.989 -15325.989 -15486.55 -15486.55 310.61741 310.61741 59603.138 59603.138 -1184.9547 -1184.9547 46000 -15321.576 -15321.576 -15486.106 -15486.106 318.29377 318.29377 59594.651 59594.651 -725.52326 -725.52326 Loop time of 41.9372 on 1 procs for 1000 steps with 4000 atoms Performance: 2.060 ns/day, 11.649 hours/ns, 23.845 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 | 41.718 | 41.718 | 41.718 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037631 | 0.037631 | 0.037631 | 0.0 | 0.09 Output | 3.64e-05 | 3.64e-05 | 3.64e-05 | 0.0 | 0.00 Modify | 0.16305 | 0.16305 | 0.16305 | 0.0 | 0.39 Other | | 0.0188 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312026.0 ave 312026 max 312026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312026 Ave neighs/atom = 78.006500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.361793363857, Press = -0.419253106952213 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -15321.576 -15321.576 -15486.106 -15486.106 318.29377 318.29377 59594.651 59594.651 -725.52326 -725.52326 47000 -15326.138 -15326.138 -15486.438 -15486.438 310.11082 310.11082 59617.446 59617.446 -1594.0231 -1594.0231 Loop time of 42.2754 on 1 procs for 1000 steps with 4000 atoms Performance: 2.044 ns/day, 11.743 hours/ns, 23.654 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 | 42.057 | 42.057 | 42.057 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037527 | 0.037527 | 0.037527 | 0.0 | 0.09 Output | 3.71e-05 | 3.71e-05 | 3.71e-05 | 0.0 | 0.00 Modify | 0.16193 | 0.16193 | 0.16193 | 0.0 | 0.38 Other | | 0.01864 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.32689892964, Press = -0.808331026980595 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -15326.138 -15326.138 -15486.438 -15486.438 310.11082 310.11082 59617.446 59617.446 -1594.0231 -1594.0231 48000 -15322.696 -15322.696 -15482.612 -15482.612 309.36812 309.36812 59612.922 59612.922 -860.8702 -860.8702 Loop time of 41.8686 on 1 procs for 1000 steps with 4000 atoms Performance: 2.064 ns/day, 11.630 hours/ns, 23.884 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 | 41.653 | 41.653 | 41.653 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037351 | 0.037351 | 0.037351 | 0.0 | 0.09 Output | 2.89e-05 | 2.89e-05 | 2.89e-05 | 0.0 | 0.00 Modify | 0.16017 | 0.16017 | 0.16017 | 0.0 | 0.38 Other | | 0.01842 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.369359655411, Press = -0.10600466873974 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -15322.696 -15322.696 -15482.612 -15482.612 309.36812 309.36812 59612.922 59612.922 -860.8702 -860.8702 49000 -15319.618 -15319.618 -15481.265 -15481.265 312.71734 312.71734 59587.927 59587.927 77.360479 77.360479 Loop time of 42.0269 on 1 procs for 1000 steps with 4000 atoms Performance: 2.056 ns/day, 11.674 hours/ns, 23.794 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 | 41.81 | 41.81 | 41.81 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037577 | 0.037577 | 0.037577 | 0.0 | 0.09 Output | 3.47e-05 | 3.47e-05 | 3.47e-05 | 0.0 | 0.00 Modify | 0.1611 | 0.1611 | 0.1611 | 0.0 | 0.38 Other | | 0.01867 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.380360180535, Press = -0.707170496341872 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -15319.618 -15319.618 -15481.265 -15481.265 312.71734 312.71734 59587.927 59587.927 77.360479 77.360479 50000 -15324.25 -15324.25 -15486.657 -15486.657 314.18746 314.18746 59557.406 59557.406 394.67359 394.67359 Loop time of 42.1509 on 1 procs for 1000 steps with 4000 atoms Performance: 2.050 ns/day, 11.709 hours/ns, 23.724 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 | 41.927 | 41.927 | 41.927 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03788 | 0.03788 | 0.03788 | 0.0 | 0.09 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.16762 | 0.16762 | 0.16762 | 0.0 | 0.40 Other | | 0.01863 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312058.0 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.014500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.42342892199, Press = -0.817724264963035 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -15324.25 -15324.25 -15486.657 -15486.657 314.18746 314.18746 59557.406 59557.406 394.67359 394.67359 51000 -15317.761 -15317.761 -15482.438 -15482.438 318.58016 318.58016 59580.764 59580.764 227.56526 227.56526 Loop time of 51.0341 on 1 procs for 1000 steps with 4000 atoms Performance: 1.693 ns/day, 14.176 hours/ns, 19.595 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 | 50.796 | 50.796 | 50.796 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037802 | 0.037802 | 0.037802 | 0.0 | 0.07 Output | 3.67e-05 | 3.67e-05 | 3.67e-05 | 0.0 | 0.00 Modify | 0.18161 | 0.18161 | 0.18161 | 0.0 | 0.36 Other | | 0.01883 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312066.0 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.016500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.443672593345, Press = -1.27438753256561 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -15317.761 -15317.761 -15482.438 -15482.438 318.58016 318.58016 59580.764 59580.764 227.56526 227.56526 52000 -15325.762 -15325.762 -15485.576 -15485.576 309.17164 309.17164 59595.686 59595.686 -661.13359 -661.13359 Loop time of 58.5798 on 1 procs for 1000 steps with 4000 atoms Performance: 1.475 ns/day, 16.272 hours/ns, 17.071 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 | 58.279 | 58.279 | 58.279 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038057 | 0.038057 | 0.038057 | 0.0 | 0.06 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.24362 | 0.24362 | 0.24362 | 0.0 | 0.42 Other | | 0.01905 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.467713573821, Press = -1.84660292883762 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -15325.762 -15325.762 -15485.576 -15485.576 309.17164 309.17164 59595.686 59595.686 -661.13359 -661.13359 53000 -15321.611 -15321.611 -15482.647 -15482.647 311.53539 311.53539 59611.306 59611.306 -924.23322 -924.23322 Loop time of 57.5677 on 1 procs for 1000 steps with 4000 atoms Performance: 1.501 ns/day, 15.991 hours/ns, 17.371 timesteps/s 74.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 | 57.237 | 57.237 | 57.237 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057856 | 0.057856 | 0.057856 | 0.0 | 0.10 Output | 3.4e-05 | 3.4e-05 | 3.4e-05 | 0.0 | 0.00 Modify | 0.25333 | 0.25333 | 0.25333 | 0.0 | 0.44 Other | | 0.01897 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028.0 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.464074773544, Press = -0.89305641283295 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -15321.611 -15321.611 -15482.647 -15482.647 311.53539 311.53539 59611.306 59611.306 -924.23322 -924.23322 54000 -15323.746 -15323.746 -15483.964 -15483.964 309.95365 309.95365 59589.604 59589.604 -419.94643 -419.94643 Loop time of 58.2545 on 1 procs for 1000 steps with 4000 atoms Performance: 1.483 ns/day, 16.182 hours/ns, 17.166 timesteps/s 73.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 57.975 | 57.975 | 57.975 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057905 | 0.057905 | 0.057905 | 0.0 | 0.10 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.20299 | 0.20299 | 0.20299 | 0.0 | 0.35 Other | | 0.01879 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.492209250545, Press = -0.818610361530688 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -15323.746 -15323.746 -15483.964 -15483.964 309.95365 309.95365 59589.604 59589.604 -419.94643 -419.94643 55000 -15319.599 -15319.599 -15481.376 -15481.376 312.96897 312.96897 59591.615 59591.615 -73.049397 -73.049397 Loop time of 55.9239 on 1 procs for 1000 steps with 4000 atoms Performance: 1.545 ns/day, 15.534 hours/ns, 17.881 timesteps/s 76.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.642 | 55.642 | 55.642 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038011 | 0.038011 | 0.038011 | 0.0 | 0.07 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.22459 | 0.22459 | 0.22459 | 0.0 | 0.40 Other | | 0.01894 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.500633062732, Press = 0.0433962578381679 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -15319.599 -15319.599 -15481.376 -15481.376 312.96897 312.96897 59591.615 59591.615 -73.049397 -73.049397 56000 -15327.709 -15327.709 -15489.767 -15489.767 313.51353 313.51353 59535.59 59535.59 647.53417 647.53417 Loop time of 56.9738 on 1 procs for 1000 steps with 4000 atoms Performance: 1.516 ns/day, 15.826 hours/ns, 17.552 timesteps/s 74.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 | 56.651 | 56.651 | 56.651 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1178 | 0.1178 | 0.1178 | 0.0 | 0.21 Output | 4.05e-05 | 4.05e-05 | 4.05e-05 | 0.0 | 0.00 Modify | 0.18594 | 0.18594 | 0.18594 | 0.0 | 0.33 Other | | 0.01885 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.463741636448, Press = 0.155075040145512 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -15327.709 -15327.709 -15489.767 -15489.767 313.51353 313.51353 59535.59 59535.59 647.53417 647.53417 57000 -15320.594 -15320.594 -15486.127 -15486.127 320.23497 320.23497 59523.938 59523.938 1608.5345 1608.5345 Loop time of 54.97 on 1 procs for 1000 steps with 4000 atoms Performance: 1.572 ns/day, 15.269 hours/ns, 18.192 timesteps/s 78.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.729 | 54.729 | 54.729 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037986 | 0.037986 | 0.037986 | 0.0 | 0.07 Output | 3.77e-05 | 3.77e-05 | 3.77e-05 | 0.0 | 0.00 Modify | 0.18333 | 0.18333 | 0.18333 | 0.0 | 0.33 Other | | 0.01911 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312062.0 ave 312062 max 312062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312062 Ave neighs/atom = 78.015500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.434825558803, Press = -0.191169130305292 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -15320.594 -15320.594 -15486.127 -15486.127 320.23497 320.23497 59523.938 59523.938 1608.5345 1608.5345 58000 -15324.279 -15324.279 -15486.916 -15486.916 314.63351 314.63351 59541.992 59541.992 813.48511 813.48511 Loop time of 58.2264 on 1 procs for 1000 steps with 4000 atoms Performance: 1.484 ns/day, 16.174 hours/ns, 17.174 timesteps/s 73.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 57.935 | 57.935 | 57.935 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037894 | 0.037894 | 0.037894 | 0.0 | 0.07 Output | 2.62e-05 | 2.62e-05 | 2.62e-05 | 0.0 | 0.00 Modify | 0.23478 | 0.23478 | 0.23478 | 0.0 | 0.40 Other | | 0.01902 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312084.0 ave 312084 max 312084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312084 Ave neighs/atom = 78.021000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.408241864031, Press = -1.07766863760022 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -15324.279 -15324.279 -15486.916 -15486.916 314.63351 314.63351 59541.992 59541.992 813.48511 813.48511 59000 -15320.906 -15320.906 -15480.671 -15480.671 309.07512 309.07512 59540.179 59540.179 1461.5837 1461.5837 Loop time of 56.7785 on 1 procs for 1000 steps with 4000 atoms Performance: 1.522 ns/day, 15.772 hours/ns, 17.612 timesteps/s 75.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.498 | 56.498 | 56.498 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077994 | 0.077994 | 0.077994 | 0.0 | 0.14 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.1831 | 0.1831 | 0.1831 | 0.0 | 0.32 Other | | 0.01894 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.396677660706, Press = -0.679928157734598 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -15320.906 -15320.906 -15480.671 -15480.671 309.07512 309.07512 59540.179 59540.179 1461.5837 1461.5837 60000 -15327.655 -15327.655 -15488.302 -15488.302 310.78351 310.78351 59520.957 59520.957 1309.8562 1309.8562 Loop time of 59.601 on 1 procs for 1000 steps with 4000 atoms Performance: 1.450 ns/day, 16.556 hours/ns, 16.778 timesteps/s 72.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 | 59.28 | 59.28 | 59.28 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058359 | 0.058359 | 0.058359 | 0.0 | 0.10 Output | 7.6e-05 | 7.6e-05 | 7.6e-05 | 0.0 | 0.00 Modify | 0.24369 | 0.24369 | 0.24369 | 0.0 | 0.41 Other | | 0.01904 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312058.0 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.014500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.356172141927, Press = -1.09517179907869 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -15327.655 -15327.655 -15488.302 -15488.302 310.78351 310.78351 59520.957 59520.957 1309.8562 1309.8562 61000 -15324.257 -15324.257 -15484.324 -15484.324 309.66051 309.66051 59546.694 59546.694 919.16216 919.16216 Loop time of 57.6484 on 1 procs for 1000 steps with 4000 atoms Performance: 1.499 ns/day, 16.013 hours/ns, 17.347 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 | 57.39 | 57.39 | 57.39 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037739 | 0.037739 | 0.037739 | 0.0 | 0.07 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.202 | 0.202 | 0.202 | 0.0 | 0.35 Other | | 0.01869 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056.0 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.345799600414, Press = -1.25246801316306 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -15324.257 -15324.257 -15484.324 -15484.324 309.66051 309.66051 59546.694 59546.694 919.16216 919.16216 62000 -15322.968 -15322.968 -15483.046 -15483.046 309.68101 309.68101 59559.384 59559.384 768.62142 768.62142 Loop time of 59.3236 on 1 procs for 1000 steps with 4000 atoms Performance: 1.456 ns/day, 16.479 hours/ns, 16.857 timesteps/s 72.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 | 58.994 | 58.994 | 58.994 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077138 | 0.077138 | 0.077138 | 0.0 | 0.13 Output | 3.64e-05 | 3.64e-05 | 3.64e-05 | 0.0 | 0.00 Modify | 0.21379 | 0.21379 | 0.21379 | 0.0 | 0.36 Other | | 0.03913 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312020.0 ave 312020 max 312020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312020 Ave neighs/atom = 78.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.328802417557, Press = -1.64006141060664 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -15322.968 -15322.968 -15483.046 -15483.046 309.68101 309.68101 59559.384 59559.384 768.62142 768.62142 63000 -15325.769 -15325.769 -15485.629 -15485.629 309.26017 309.26017 59584.79 59584.79 -483.60674 -483.60674 Loop time of 56.8467 on 1 procs for 1000 steps with 4000 atoms Performance: 1.520 ns/day, 15.791 hours/ns, 17.591 timesteps/s 74.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.543 | 56.543 | 56.543 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057902 | 0.057902 | 0.057902 | 0.0 | 0.10 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.22658 | 0.22658 | 0.22658 | 0.0 | 0.40 Other | | 0.01902 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.288025303164, Press = -1.31762548839327 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -15325.769 -15325.769 -15485.629 -15485.629 309.26017 309.26017 59584.79 59584.79 -483.60674 -483.60674 64000 -15322.701 -15322.701 -15485.037 -15485.037 314.05045 314.05045 59616.878 59616.878 -1302.9845 -1302.9845 Loop time of 57.403 on 1 procs for 1000 steps with 4000 atoms Performance: 1.505 ns/day, 15.945 hours/ns, 17.421 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 | 57.146 | 57.146 | 57.146 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037886 | 0.037886 | 0.037886 | 0.0 | 0.07 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.20005 | 0.20005 | 0.20005 | 0.0 | 0.35 Other | | 0.01887 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.284619891943, Press = -1.12141906905137 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -15322.701 -15322.701 -15485.037 -15485.037 314.05045 314.05045 59616.878 59616.878 -1302.9845 -1302.9845 65000 -15329.775 -15329.775 -15488.588 -15488.588 307.23602 307.23602 59640.889 59640.889 -2542.8795 -2542.8795 Loop time of 58.2583 on 1 procs for 1000 steps with 4000 atoms Performance: 1.483 ns/day, 16.183 hours/ns, 17.165 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 | 58.02 | 58.02 | 58.02 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037671 | 0.037671 | 0.037671 | 0.0 | 0.06 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.18197 | 0.18197 | 0.18197 | 0.0 | 0.31 Other | | 0.01892 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312012.0 ave 312012 max 312012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312012 Ave neighs/atom = 78.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.248016358449, Press = -1.17135813748731 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -15329.775 -15329.775 -15488.588 -15488.588 307.23602 307.23602 59640.889 59640.889 -2542.8795 -2542.8795 66000 -15323.086 -15323.086 -15483.493 -15483.493 310.3171 310.3171 59662.798 59662.798 -2571.6879 -2571.6879 Loop time of 58.9658 on 1 procs for 1000 steps with 4000 atoms Performance: 1.465 ns/day, 16.379 hours/ns, 16.959 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 | 58.706 | 58.706 | 58.706 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058221 | 0.058221 | 0.058221 | 0.0 | 0.10 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.16268 | 0.16268 | 0.16268 | 0.0 | 0.28 Other | | 0.0389 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312012.0 ave 312012 max 312012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312012 Ave neighs/atom = 78.003000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.236336214858, Press = -1.08752946658532 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -15323.086 -15323.086 -15483.493 -15483.493 310.3171 310.3171 59662.798 59662.798 -2571.6879 -2571.6879 67000 -15322.299 -15322.299 -15482.193 -15482.193 309.32641 309.32641 59627.15 59627.15 -1264.8997 -1264.8997 Loop time of 57.7005 on 1 procs for 1000 steps with 4000 atoms Performance: 1.497 ns/day, 16.028 hours/ns, 17.331 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 | 57.453 | 57.453 | 57.453 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057717 | 0.057717 | 0.057717 | 0.0 | 0.10 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.16821 | 0.16821 | 0.16821 | 0.0 | 0.29 Other | | 0.02136 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312008.0 ave 312008 max 312008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312008 Ave neighs/atom = 78.002000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.221788527872, Press = -0.377898438719148 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -15322.299 -15322.299 -15482.193 -15482.193 309.32641 309.32641 59627.15 59627.15 -1264.8997 -1264.8997 68000 -15327.052 -15327.052 -15485.466 -15485.466 306.4638 306.4638 59594.88 59594.88 -631.24646 -631.24646 Loop time of 58.4921 on 1 procs for 1000 steps with 4000 atoms Performance: 1.477 ns/day, 16.248 hours/ns, 17.096 timesteps/s 72.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 58.202 | 58.202 | 58.202 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099929 | 0.099929 | 0.099929 | 0.0 | 0.17 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.16574 | 0.16574 | 0.16574 | 0.0 | 0.28 Other | | 0.02397 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.210580291697, Press = -0.605812057055203 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -15327.052 -15327.052 -15485.466 -15485.466 306.4638 306.4638 59594.88 59594.88 -631.24646 -631.24646 69000 -15318.956 -15318.956 -15484.208 -15484.208 319.69217 319.69217 59624.276 59624.276 -1436.6169 -1436.6169 Loop time of 59.0706 on 1 procs for 1000 steps with 4000 atoms Performance: 1.463 ns/day, 16.409 hours/ns, 16.929 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 | 58.789 | 58.789 | 58.789 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038153 | 0.038153 | 0.038153 | 0.0 | 0.06 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.18413 | 0.18413 | 0.18413 | 0.0 | 0.31 Other | | 0.05914 | | | 0.10 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312066.0 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.016500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.201932898535, Press = -0.484350478373251 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -15318.956 -15318.956 -15484.208 -15484.208 319.69217 319.69217 59624.276 59624.276 -1436.6169 -1436.6169 70000 -15325.275 -15325.275 -15487.943 -15487.943 314.69158 314.69158 59580.065 59580.065 -548.18118 -548.18118 Loop time of 56.4881 on 1 procs for 1000 steps with 4000 atoms Performance: 1.530 ns/day, 15.691 hours/ns, 17.703 timesteps/s 75.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.238 | 56.238 | 56.238 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03787 | 0.03787 | 0.03787 | 0.0 | 0.07 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.19305 | 0.19305 | 0.19305 | 0.0 | 0.34 Other | | 0.01899 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050.0 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.012500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.201283100131, Press = 0.205297209305152 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -15325.275 -15325.275 -15487.943 -15487.943 314.69158 314.69158 59580.065 59580.065 -548.18118 -548.18118 71000 -15321.033 -15321.033 -15484.515 -15484.515 316.26699 316.26699 59563.42 59563.42 465.30767 465.30767 Loop time of 54.8123 on 1 procs for 1000 steps with 4000 atoms Performance: 1.576 ns/day, 15.226 hours/ns, 18.244 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 | 54.564 | 54.564 | 54.564 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037788 | 0.037788 | 0.037788 | 0.0 | 0.07 Output | 3.77e-05 | 3.77e-05 | 3.77e-05 | 0.0 | 0.00 Modify | 0.18151 | 0.18151 | 0.18151 | 0.0 | 0.33 Other | | 0.02869 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.228895540432, Press = 0.486973393728861 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -15321.033 -15321.033 -15484.515 -15484.515 316.26699 316.26699 59563.42 59563.42 465.30767 465.30767 72000 -15323.365 -15323.365 -15484.177 -15484.177 311.10197 311.10197 59503.659 59503.659 2377.8821 2377.8821 Loop time of 57.5942 on 1 procs for 1000 steps with 4000 atoms Performance: 1.500 ns/day, 15.998 hours/ns, 17.363 timesteps/s 73.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 57.305 | 57.305 | 57.305 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067269 | 0.067269 | 0.067269 | 0.0 | 0.12 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.20304 | 0.20304 | 0.20304 | 0.0 | 0.35 Other | | 0.01884 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028.0 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 59576.1447922889 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0