# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 2.8809780031442638*${_u_distance} variable latticeconst_converted equal 2.8809780031442638*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097800314426 Lattice spacing in x,y,z = 2.8809780 2.8809780 2.8809780 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 (28.809780 28.809780 28.809780) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_WuLeeSu_2017_NiCrFe__MO_912636107108_000 pair_coeff * * Cr #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23912.2161128496 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2161128496/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2161128496/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2161128496/(1*1*${_u_distance}) variable V0_metal equal 23912.2161128496/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2161128496*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2161128496 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.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 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8113.917 -8113.917 -8200 -8200 333.15 333.15 23912.216 23912.216 3845.1974 3845.1974 1000 -8023.5714 -8023.5714 -8112.0891 -8112.0891 342.57266 342.57266 24162.447 24162.447 2790.3893 2790.3893 Loop time of 28.223 on 1 procs for 1000 steps with 2000 atoms Performance: 3.061 ns/day, 7.840 hours/ns, 35.432 timesteps/s 74.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 | 28.05 | 28.05 | 28.05 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045802 | 0.045802 | 0.045802 | 0.0 | 0.16 Output | 4.78e-05 | 4.78e-05 | 4.78e-05 | 0.0 | 0.00 Modify | 0.11568 | 0.11568 | 0.11568 | 0.0 | 0.41 Other | | 0.01103 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8023.5714 -8023.5714 -8112.0891 -8112.0891 342.57266 342.57266 24162.447 24162.447 2790.3893 2790.3893 2000 -8023.8531 -8023.8531 -8113.0504 -8113.0504 345.20271 345.20271 24192.445 24192.445 155.06838 155.06838 Loop time of 27.9862 on 1 procs for 1000 steps with 2000 atoms Performance: 3.087 ns/day, 7.774 hours/ns, 35.732 timesteps/s 79.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.784 | 27.784 | 27.784 | 0.0 | 99.28 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06601 | 0.06601 | 0.06601 | 0.0 | 0.24 Output | 4.17e-05 | 4.17e-05 | 4.17e-05 | 0.0 | 0.00 Modify | 0.12521 | 0.12521 | 0.12521 | 0.0 | 0.45 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127936.0 ave 127936 max 127936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127936 Ave neighs/atom = 63.968000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8023.8531 -8023.8531 -8113.0504 -8113.0504 345.20271 345.20271 24192.445 24192.445 155.06838 155.06838 3000 -8025.8952 -8025.8952 -8111.9021 -8111.9021 332.85533 332.85533 24212.878 24212.878 -1420.6485 -1420.6485 Loop time of 28.6722 on 1 procs for 1000 steps with 2000 atoms Performance: 3.013 ns/day, 7.964 hours/ns, 34.877 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 | 28.498 | 28.498 | 28.498 | 0.0 | 99.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026579 | 0.026579 | 0.026579 | 0.0 | 0.09 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.13686 | 0.13686 | 0.13686 | 0.0 | 0.48 Other | | 0.01118 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127940.0 ave 127940 max 127940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127940 Ave neighs/atom = 63.970000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8025.8952 -8025.8952 -8111.9021 -8111.9021 332.85533 332.85533 24212.878 24212.878 -1420.6485 -1420.6485 4000 -8022.7041 -8022.7041 -8112.6078 -8112.6078 347.9366 347.9366 24226.14 24226.14 -2685.5718 -2685.5718 Loop time of 29.4765 on 1 procs for 1000 steps with 2000 atoms Performance: 2.931 ns/day, 8.188 hours/ns, 33.925 timesteps/s 75.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 | 29.333 | 29.333 | 29.333 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026575 | 0.026575 | 0.026575 | 0.0 | 0.09 Output | 4.31e-05 | 4.31e-05 | 4.31e-05 | 0.0 | 0.00 Modify | 0.10546 | 0.10546 | 0.10546 | 0.0 | 0.36 Other | | 0.01119 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127916.0 ave 127916 max 127916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127916 Ave neighs/atom = 63.958000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8022.7041 -8022.7041 -8112.6078 -8112.6078 347.9366 347.9366 24226.14 24226.14 -2685.5718 -2685.5718 5000 -8027.2273 -8027.2273 -8110.5049 -8110.5049 322.29281 322.29281 24208.564 24208.564 -861.00408 -861.00408 Loop time of 30.7966 on 1 procs for 1000 steps with 2000 atoms Performance: 2.806 ns/day, 8.555 hours/ns, 32.471 timesteps/s 71.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 | 30.628 | 30.628 | 30.628 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050678 | 0.050678 | 0.050678 | 0.0 | 0.16 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.10672 | 0.10672 | 0.10672 | 0.0 | 0.35 Other | | 0.01108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127906.0 ave 127906 max 127906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127906 Ave neighs/atom = 63.953000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 330.859381788119, Press = -333.406350918827 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8027.2273 -8027.2273 -8110.5049 -8110.5049 322.29281 322.29281 24208.564 24208.564 -861.00408 -861.00408 6000 -8023.515 -8023.515 -8109.6508 -8109.6508 333.35444 333.35444 24204.848 24204.848 -547.0322 -547.0322 Loop time of 29.516 on 1 procs for 1000 steps with 2000 atoms Performance: 2.927 ns/day, 8.199 hours/ns, 33.880 timesteps/s 75.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.382 | 29.382 | 29.382 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026233 | 0.026233 | 0.026233 | 0.0 | 0.09 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.094998 | 0.094998 | 0.094998 | 0.0 | 0.32 Other | | 0.01235 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127916.0 ave 127916 max 127916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127916 Ave neighs/atom = 63.958000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.577522529189, Press = -50.1641428882614 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8023.515 -8023.515 -8109.6508 -8109.6508 333.35444 333.35444 24204.848 24204.848 -547.0322 -547.0322 7000 -8026.0012 -8026.0012 -8109.2693 -8109.2693 322.25629 322.25629 24168.219 24168.219 2302.8022 2302.8022 Loop time of 29.3745 on 1 procs for 1000 steps with 2000 atoms Performance: 2.941 ns/day, 8.160 hours/ns, 34.043 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 | 29.238 | 29.238 | 29.238 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026517 | 0.026517 | 0.026517 | 0.0 | 0.09 Output | 5.45e-05 | 5.45e-05 | 5.45e-05 | 0.0 | 0.00 Modify | 0.089378 | 0.089378 | 0.089378 | 0.0 | 0.30 Other | | 0.02026 | | | 0.07 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127896.0 ave 127896 max 127896 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127896 Ave neighs/atom = 63.948000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.191054032861, Press = -30.3389961378793 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8026.0012 -8026.0012 -8109.2693 -8109.2693 322.25629 322.25629 24168.219 24168.219 2302.8022 2302.8022 8000 -8017.5728 -8017.5728 -8109.5234 -8109.5234 355.85836 355.85836 24153.251 24153.251 3914.2509 3914.2509 Loop time of 31.0546 on 1 procs for 1000 steps with 2000 atoms Performance: 2.782 ns/day, 8.626 hours/ns, 32.201 timesteps/s 71.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 | 30.905 | 30.905 | 30.905 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045882 | 0.045882 | 0.045882 | 0.0 | 0.15 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.090156 | 0.090156 | 0.090156 | 0.0 | 0.29 Other | | 0.01371 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127928.0 ave 127928 max 127928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127928 Ave neighs/atom = 63.964000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.23730575685, Press = -2.80534746748772 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8017.5728 -8017.5728 -8109.5234 -8109.5234 355.85836 355.85836 24153.251 24153.251 3914.2509 3914.2509 9000 -8026.1744 -8026.1744 -8112.2072 -8112.2072 332.95586 332.95586 24153.571 24153.571 3112.2316 3112.2316 Loop time of 30.3066 on 1 procs for 1000 steps with 2000 atoms Performance: 2.851 ns/day, 8.418 hours/ns, 32.996 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 | 30.16 | 30.16 | 30.16 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046102 | 0.046102 | 0.046102 | 0.0 | 0.15 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.08949 | 0.08949 | 0.08949 | 0.0 | 0.30 Other | | 0.01103 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127912.0 ave 127912 max 127912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127912 Ave neighs/atom = 63.956000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.900548506891, Press = 11.6080198200454 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8026.1744 -8026.1744 -8112.2072 -8112.2072 332.95586 332.95586 24153.571 24153.571 3112.2316 3112.2316 10000 -8021.8909 -8021.8909 -8112.1382 -8112.1382 349.26643 349.26643 24198.793 24198.793 -317.25222 -317.25222 Loop time of 29.9518 on 1 procs for 1000 steps with 2000 atoms Performance: 2.885 ns/day, 8.320 hours/ns, 33.387 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 | 29.767 | 29.767 | 29.767 | 0.0 | 99.38 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064109 | 0.064109 | 0.064109 | 0.0 | 0.21 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.10904 | 0.10904 | 0.10904 | 0.0 | 0.36 Other | | 0.01109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127932.0 ave 127932 max 127932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127932 Ave neighs/atom = 63.966000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.145390697299, Press = 7.50449098285644 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8021.8909 -8021.8909 -8112.1382 -8112.1382 349.26643 349.26643 24198.793 24198.793 -317.25222 -317.25222 11000 -8026.4516 -8026.4516 -8111.424 -8111.424 328.85202 328.85202 24195.65 24195.65 -110.82667 -110.82667 Loop time of 28.7477 on 1 procs for 1000 steps with 2000 atoms Performance: 3.005 ns/day, 7.985 hours/ns, 34.785 timesteps/s 76.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.567 | 28.567 | 28.567 | 0.0 | 99.37 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028689 | 0.028689 | 0.028689 | 0.0 | 0.10 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.14082 | 0.14082 | 0.14082 | 0.0 | 0.49 Other | | 0.01108 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127914.0 ave 127914 max 127914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127914 Ave neighs/atom = 63.957000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.122704104266, Press = 2.96852169435916 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8026.4516 -8026.4516 -8111.424 -8111.424 328.85202 328.85202 24195.65 24195.65 -110.82667 -110.82667 12000 -8024.5163 -8024.5163 -8113.208 -8113.208 343.24615 343.24615 24221.313 24221.313 -2499.5471 -2499.5471 Loop time of 31.3524 on 1 procs for 1000 steps with 2000 atoms Performance: 2.756 ns/day, 8.709 hours/ns, 31.895 timesteps/s 71.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 | 31.119 | 31.119 | 31.119 | 0.0 | 99.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062643 | 0.062643 | 0.062643 | 0.0 | 0.20 Output | 2.64e-05 | 2.64e-05 | 2.64e-05 | 0.0 | 0.00 Modify | 0.15997 | 0.15997 | 0.15997 | 0.0 | 0.51 Other | | 0.01106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127894.0 ave 127894 max 127894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127894 Ave neighs/atom = 63.947000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.209338706589, Press = 0.241065294866196 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8024.5163 -8024.5163 -8113.208 -8113.208 343.24615 343.24615 24221.313 24221.313 -2499.5471 -2499.5471 13000 -8022.9404 -8022.9404 -8107.0277 -8107.0277 325.42647 325.42647 24232.17 24232.17 -2222.1696 -2222.1696 Loop time of 30.0048 on 1 procs for 1000 steps with 2000 atoms Performance: 2.880 ns/day, 8.335 hours/ns, 33.328 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 | 29.838 | 29.838 | 29.838 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025857 | 0.025857 | 0.025857 | 0.0 | 0.09 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.1098 | 0.1098 | 0.1098 | 0.0 | 0.37 Other | | 0.03115 | | | 0.10 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127888.0 ave 127888 max 127888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127888 Ave neighs/atom = 63.944000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.190976538679, Press = -4.96636666578643 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8022.9404 -8022.9404 -8107.0277 -8107.0277 325.42647 325.42647 24232.17 24232.17 -2222.1696 -2222.1696 14000 -8025.0507 -8025.0507 -8112.6901 -8112.6901 339.17371 339.17371 24217.379 24217.379 -1940.4537 -1940.4537 Loop time of 31.927 on 1 procs for 1000 steps with 2000 atoms Performance: 2.706 ns/day, 8.869 hours/ns, 31.321 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 | 31.756 | 31.756 | 31.756 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046232 | 0.046232 | 0.046232 | 0.0 | 0.14 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.11284 | 0.11284 | 0.11284 | 0.0 | 0.35 Other | | 0.01156 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127886.0 ave 127886 max 127886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127886 Ave neighs/atom = 63.943000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.417436546118, Press = -11.4081467498504 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8025.0507 -8025.0507 -8112.6901 -8112.6901 339.17371 339.17371 24217.379 24217.379 -1940.4537 -1940.4537 15000 -8023.7312 -8023.7312 -8109.1603 -8109.1603 330.61941 330.61941 24189.064 24189.064 871.34496 871.34496 Loop time of 30.7975 on 1 procs for 1000 steps with 2000 atoms Performance: 2.805 ns/day, 8.555 hours/ns, 32.470 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 | 30.59 | 30.59 | 30.59 | 0.0 | 99.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026132 | 0.026132 | 0.026132 | 0.0 | 0.08 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.14998 | 0.14998 | 0.14998 | 0.0 | 0.49 Other | | 0.03112 | | | 0.10 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127952.0 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.451552575844, Press = -7.27128141996695 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8023.7312 -8023.7312 -8109.1603 -8109.1603 330.61941 330.61941 24189.064 24189.064 871.34496 871.34496 16000 -8023.5542 -8023.5542 -8111.6246 -8111.6246 340.84151 340.84151 24186.259 24186.259 788.02802 788.02802 Loop time of 29.4982 on 1 procs for 1000 steps with 2000 atoms Performance: 2.929 ns/day, 8.194 hours/ns, 33.900 timesteps/s 74.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 | 29.328 | 29.328 | 29.328 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068289 | 0.068289 | 0.068289 | 0.0 | 0.23 Output | 4.47e-05 | 4.47e-05 | 4.47e-05 | 0.0 | 0.00 Modify | 0.091212 | 0.091212 | 0.091212 | 0.0 | 0.31 Other | | 0.01116 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127894.0 ave 127894 max 127894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127894 Ave neighs/atom = 63.947000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.584566345622, Press = -0.781755455650512 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8023.5542 -8023.5542 -8111.6246 -8111.6246 340.84151 340.84151 24186.259 24186.259 788.02802 788.02802 17000 -8024.992 -8024.992 -8109.5877 -8109.5877 327.39393 327.39393 24188.158 24188.158 968.16847 968.16847 Loop time of 30.4931 on 1 procs for 1000 steps with 2000 atoms Performance: 2.833 ns/day, 8.470 hours/ns, 32.794 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 | 30.338 | 30.338 | 30.338 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026277 | 0.026277 | 0.026277 | 0.0 | 0.09 Output | 2.33e-05 | 2.33e-05 | 2.33e-05 | 0.0 | 0.00 Modify | 0.1174 | 0.1174 | 0.1174 | 0.0 | 0.39 Other | | 0.01114 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127898.0 ave 127898 max 127898 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127898 Ave neighs/atom = 63.949000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.577204349291, Press = -0.762586546706848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8024.992 -8024.992 -8109.5877 -8109.5877 327.39393 327.39393 24188.158 24188.158 968.16847 968.16847 18000 -8025.3251 -8025.3251 -8111.2573 -8111.2573 332.56645 332.56645 24187.855 24187.855 641.86314 641.86314 Loop time of 29.1548 on 1 procs for 1000 steps with 2000 atoms Performance: 2.963 ns/day, 8.099 hours/ns, 34.300 timesteps/s 75.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.988 | 28.988 | 28.988 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026134 | 0.026134 | 0.026134 | 0.0 | 0.09 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.1299 | 0.1299 | 0.1299 | 0.0 | 0.45 Other | | 0.01118 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127892.0 ave 127892 max 127892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127892 Ave neighs/atom = 63.946000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.450942977528, Press = 0.207935303373462 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8025.3251 -8025.3251 -8111.2573 -8111.2573 332.56645 332.56645 24187.855 24187.855 641.86314 641.86314 19000 -8023.7891 -8023.7891 -8109.549 -8109.549 331.89986 331.89986 24193.935 24193.935 776.38919 776.38919 Loop time of 29.2932 on 1 procs for 1000 steps with 2000 atoms Performance: 2.949 ns/day, 8.137 hours/ns, 34.138 timesteps/s 76.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 | 29.145 | 29.145 | 29.145 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026042 | 0.026042 | 0.026042 | 0.0 | 0.09 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.11085 | 0.11085 | 0.11085 | 0.0 | 0.38 Other | | 0.01115 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127920.0 ave 127920 max 127920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127920 Ave neighs/atom = 63.960000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.203455813508, Press = 2.33022688015639 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8023.7891 -8023.7891 -8109.549 -8109.549 331.89986 331.89986 24193.935 24193.935 776.38919 776.38919 20000 -8025.401 -8025.401 -8109.1181 -8109.1181 323.99364 323.99364 24224.84 24224.84 -2079.2316 -2079.2316 Loop time of 27.4504 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.625 hours/ns, 36.429 timesteps/s 81.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.261 | 27.261 | 27.261 | 0.0 | 99.31 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025818 | 0.025818 | 0.025818 | 0.0 | 0.09 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.11251 | 0.11251 | 0.11251 | 0.0 | 0.41 Other | | 0.05121 | | | 0.19 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127906.0 ave 127906 max 127906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127906 Ave neighs/atom = 63.953000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.166095917582, Press = 3.14221068650918 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8025.401 -8025.401 -8109.1181 -8109.1181 323.99364 323.99364 24224.84 24224.84 -2079.2316 -2079.2316 21000 -8021.3241 -8021.3241 -8107.5513 -8107.5513 333.70812 333.70812 24249.677 24249.677 -3268.1282 -3268.1282 Loop time of 27.4824 on 1 procs for 1000 steps with 2000 atoms Performance: 3.144 ns/day, 7.634 hours/ns, 36.387 timesteps/s 80.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.336 | 27.336 | 27.336 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025824 | 0.025824 | 0.025824 | 0.0 | 0.09 Output | 5.58e-05 | 5.58e-05 | 5.58e-05 | 0.0 | 0.00 Modify | 0.10991 | 0.10991 | 0.10991 | 0.0 | 0.40 Other | | 0.01109 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127898.0 ave 127898 max 127898 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127898 Ave neighs/atom = 63.949000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.236472177934, Press = -1.61926235508359 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8021.3241 -8021.3241 -8107.5513 -8107.5513 333.70812 333.70812 24249.677 24249.677 -3268.1282 -3268.1282 22000 -8026.0897 -8026.0897 -8110.8256 -8110.8256 327.93664 327.93664 24209.422 24209.422 -780.88008 -780.88008 Loop time of 25.6128 on 1 procs for 1000 steps with 2000 atoms Performance: 3.373 ns/day, 7.115 hours/ns, 39.043 timesteps/s 87.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 25.448 | 25.448 | 25.448 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041785 | 0.041785 | 0.041785 | 0.0 | 0.16 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.11001 | 0.11001 | 0.11001 | 0.0 | 0.43 Other | | 0.01305 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127900.0 ave 127900 max 127900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127900 Ave neighs/atom = 63.950000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.198867331158, Press = -3.25343652981691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8026.0897 -8026.0897 -8110.8256 -8110.8256 327.93664 327.93664 24209.422 24209.422 -780.88008 -780.88008 23000 -8023.5582 -8023.5582 -8110.8954 -8110.8954 338.004 338.004 24190.526 24190.526 450.5861 450.5861 Loop time of 24.2025 on 1 procs for 1000 steps with 2000 atoms Performance: 3.570 ns/day, 6.723 hours/ns, 41.318 timesteps/s 92.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 24.073 | 24.073 | 24.073 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026256 | 0.026256 | 0.026256 | 0.0 | 0.11 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.092486 | 0.092486 | 0.092486 | 0.0 | 0.38 Other | | 0.01124 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127886.0 ave 127886 max 127886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127886 Ave neighs/atom = 63.943000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.267932575455, Press = -2.12527621642581 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8023.5582 -8023.5582 -8110.8954 -8110.8954 338.004 338.004 24190.526 24190.526 450.5861 450.5861 24000 -8029.6547 -8029.6547 -8112.9056 -8112.9056 322.18962 322.18962 24176.962 24176.962 1085.1427 1085.1427 Loop time of 25.0518 on 1 procs for 1000 steps with 2000 atoms Performance: 3.449 ns/day, 6.959 hours/ns, 39.917 timesteps/s 89.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 | 24.924 | 24.924 | 24.924 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026487 | 0.026487 | 0.026487 | 0.0 | 0.11 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.090049 | 0.090049 | 0.090049 | 0.0 | 0.36 Other | | 0.01106 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127944.0 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.153970868976, Press = 0.31157153710104 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8029.6547 -8029.6547 -8112.9056 -8112.9056 322.18962 322.18962 24176.962 24176.962 1085.1427 1085.1427 25000 -8024.1187 -8024.1187 -8110.2584 -8110.2584 333.36937 333.36937 24202.361 24202.361 -196.32908 -196.32908 Loop time of 24.2403 on 1 procs for 1000 steps with 2000 atoms Performance: 3.564 ns/day, 6.733 hours/ns, 41.254 timesteps/s 91.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 24.094 | 24.094 | 24.094 | 0.0 | 99.40 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026047 | 0.026047 | 0.026047 | 0.0 | 0.11 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.10945 | 0.10945 | 0.10945 | 0.0 | 0.45 Other | | 0.01102 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127912.0 ave 127912 max 127912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127912 Ave neighs/atom = 63.956000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 334.010190509022, Press = -0.959244197058824 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8024.1187 -8024.1187 -8110.2584 -8110.2584 333.36937 333.36937 24202.361 24202.361 -196.32908 -196.32908 26000 -8030.2344 -8030.2344 -8114.5781 -8114.5781 326.41886 326.41886 24191.55 24191.55 -470.22425 -470.22425 Loop time of 24.4276 on 1 procs for 1000 steps with 2000 atoms Performance: 3.537 ns/day, 6.785 hours/ns, 40.937 timesteps/s 91.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 | 24.3 | 24.3 | 24.3 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027245 | 0.027245 | 0.027245 | 0.0 | 0.11 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.089607 | 0.089607 | 0.089607 | 0.0 | 0.37 Other | | 0.01109 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127890.0 ave 127890 max 127890 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127890 Ave neighs/atom = 63.945000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.908018574223, Press = -1.34613529740959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8030.2344 -8030.2344 -8114.5781 -8114.5781 326.41886 326.41886 24191.55 24191.55 -470.22425 -470.22425 27000 -8024.8764 -8024.8764 -8109.7148 -8109.7148 328.33337 328.33337 24186.802 24186.802 765.83216 765.83216 Loop time of 24.9827 on 1 procs for 1000 steps with 2000 atoms Performance: 3.458 ns/day, 6.940 hours/ns, 40.028 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 | 24.849 | 24.849 | 24.849 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026174 | 0.026174 | 0.026174 | 0.0 | 0.10 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.096767 | 0.096767 | 0.096767 | 0.0 | 0.39 Other | | 0.0111 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127922.0 ave 127922 max 127922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127922 Ave neighs/atom = 63.961000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.738944183991, Press = -1.29194716266519 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8024.8764 -8024.8764 -8109.7148 -8109.7148 328.33337 328.33337 24186.802 24186.802 765.83216 765.83216 28000 -8025.0249 -8025.0249 -8109.2813 -8109.2813 326.08109 326.08109 24157.067 24157.067 3268.3933 3268.3933 Loop time of 23.6404 on 1 procs for 1000 steps with 2000 atoms Performance: 3.655 ns/day, 6.567 hours/ns, 42.300 timesteps/s 93.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 23.513 | 23.513 | 23.513 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026144 | 0.026144 | 0.026144 | 0.0 | 0.11 Output | 4.97e-05 | 4.97e-05 | 4.97e-05 | 0.0 | 0.00 Modify | 0.090114 | 0.090114 | 0.090114 | 0.0 | 0.38 Other | | 0.01109 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127922.0 ave 127922 max 127922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127922 Ave neighs/atom = 63.961000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.71760818981, Press = 0.884045464590828 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8025.0249 -8025.0249 -8109.2813 -8109.2813 326.08109 326.08109 24157.067 24157.067 3268.3933 3268.3933 29000 -8023.831 -8023.831 -8108.6209 -8108.6209 328.14587 328.14587 24180.099 24180.099 1778.2706 1778.2706 Loop time of 23.0129 on 1 procs for 1000 steps with 2000 atoms Performance: 3.754 ns/day, 6.392 hours/ns, 43.454 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 | 22.883 | 22.883 | 22.883 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026202 | 0.026202 | 0.026202 | 0.0 | 0.11 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.091501 | 0.091501 | 0.091501 | 0.0 | 0.40 Other | | 0.01197 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127918.0 ave 127918 max 127918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127918 Ave neighs/atom = 63.959000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.740132901203, Press = 2.41196908601691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8023.831 -8023.831 -8108.6209 -8108.6209 328.14587 328.14587 24180.099 24180.099 1778.2706 1778.2706 30000 -8024.2802 -8024.2802 -8111.3409 -8111.3409 336.93398 336.93398 24204.943 24204.943 -721.15521 -721.15521 Loop time of 23.9393 on 1 procs for 1000 steps with 2000 atoms Performance: 3.609 ns/day, 6.650 hours/ns, 41.772 timesteps/s 93.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 | 23.811 | 23.811 | 23.811 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026413 | 0.026413 | 0.026413 | 0.0 | 0.11 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.090356 | 0.090356 | 0.090356 | 0.0 | 0.38 Other | | 0.01128 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127916.0 ave 127916 max 127916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127916 Ave neighs/atom = 63.958000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.854021512639, Press = 1.70593578512027 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8024.2802 -8024.2802 -8111.3409 -8111.3409 336.93398 336.93398 24204.943 24204.943 -721.15521 -721.15521 31000 -8022.0305 -8022.0305 -8108.9184 -8108.9184 336.26516 336.26516 24226.992 24226.992 -2032.3443 -2032.3443 Loop time of 23.174 on 1 procs for 1000 steps with 2000 atoms Performance: 3.728 ns/day, 6.437 hours/ns, 43.152 timesteps/s 95.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 | 23.027 | 23.027 | 23.027 | 0.0 | 99.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026069 | 0.026069 | 0.026069 | 0.0 | 0.11 Output | 3.42e-05 | 3.42e-05 | 3.42e-05 | 0.0 | 0.00 Modify | 0.089899 | 0.089899 | 0.089899 | 0.0 | 0.39 Other | | 0.03115 | | | 0.13 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127908.0 ave 127908 max 127908 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127908 Ave neighs/atom = 63.954000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.82831075843, Press = 0.530301685695874 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8022.0305 -8022.0305 -8108.9184 -8108.9184 336.26516 336.26516 24226.992 24226.992 -2032.3443 -2032.3443 32000 -8028.6968 -8028.6968 -8112.4117 -8112.4117 323.98508 323.98508 24204.637 24204.637 -1008.3368 -1008.3368 Loop time of 22.8048 on 1 procs for 1000 steps with 2000 atoms Performance: 3.789 ns/day, 6.335 hours/ns, 43.850 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 | 22.678 | 22.678 | 22.678 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026003 | 0.026003 | 0.026003 | 0.0 | 0.11 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.089705 | 0.089705 | 0.089705 | 0.0 | 0.39 Other | | 0.01106 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127876.0 ave 127876 max 127876 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127876 Ave neighs/atom = 63.938000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.727201047944, Press = -1.15916682159218 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8028.6968 -8028.6968 -8112.4117 -8112.4117 323.98508 323.98508 24204.637 24204.637 -1008.3368 -1008.3368 33000 -8024.5394 -8024.5394 -8111.017 -8111.017 334.67712 334.67712 24195.898 24195.898 -24.637668 -24.637668 Loop time of 22.019 on 1 procs for 1000 steps with 2000 atoms Performance: 3.924 ns/day, 6.116 hours/ns, 45.415 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 | 21.893 | 21.893 | 21.893 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025789 | 0.025789 | 0.025789 | 0.0 | 0.12 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.089228 | 0.089228 | 0.089228 | 0.0 | 0.41 Other | | 0.011 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127892.0 ave 127892 max 127892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127892 Ave neighs/atom = 63.946000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.683828846712, Press = -2.05741369530478 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8024.5394 -8024.5394 -8111.017 -8111.017 334.67712 334.67712 24195.898 24195.898 -24.637668 -24.637668 34000 -8028.7227 -8028.7227 -8110.9987 -8110.9987 318.41661 318.41661 24182.912 24182.912 941.12764 941.12764 Loop time of 22.052 on 1 procs for 1000 steps with 2000 atoms Performance: 3.918 ns/day, 6.126 hours/ns, 45.347 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 | 21.926 | 21.926 | 21.926 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026108 | 0.026108 | 0.026108 | 0.0 | 0.12 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.089277 | 0.089277 | 0.089277 | 0.0 | 0.40 Other | | 0.011 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127928.0 ave 127928 max 127928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127928 Ave neighs/atom = 63.964000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.550238521296, Press = -1.34497916274651 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8028.7227 -8028.7227 -8110.9987 -8110.9987 318.41661 318.41661 24182.912 24182.912 941.12764 941.12764 35000 -8023.3215 -8023.3215 -8109.7617 -8109.7617 334.53252 334.53252 24191.008 24191.008 806.18759 806.18759 Loop time of 21.9845 on 1 procs for 1000 steps with 2000 atoms Performance: 3.930 ns/day, 6.107 hours/ns, 45.487 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 | 21.858 | 21.858 | 21.858 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026358 | 0.026358 | 0.026358 | 0.0 | 0.12 Output | 2.68e-05 | 2.68e-05 | 2.68e-05 | 0.0 | 0.00 Modify | 0.089349 | 0.089349 | 0.089349 | 0.0 | 0.41 Other | | 0.01107 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127932.0 ave 127932 max 127932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127932 Ave neighs/atom = 63.966000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.516381825806, Press = -1.43660034936753 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8023.3215 -8023.3215 -8109.7617 -8109.7617 334.53252 334.53252 24191.008 24191.008 806.18759 806.18759 36000 -8021.6718 -8021.6718 -8109.1586 -8109.1586 338.5829 338.5829 24168.557 24168.557 2593.5953 2593.5953 Loop time of 22.2295 on 1 procs for 1000 steps with 2000 atoms Performance: 3.887 ns/day, 6.175 hours/ns, 44.985 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 | 22.103 | 22.103 | 22.103 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025944 | 0.025944 | 0.025944 | 0.0 | 0.12 Output | 2.81e-05 | 2.81e-05 | 2.81e-05 | 0.0 | 0.00 Modify | 0.089612 | 0.089612 | 0.089612 | 0.0 | 0.40 Other | | 0.01113 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118.00 ave 4118 max 4118 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: 127918.0 ave 127918 max 127918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127918 Ave neighs/atom = 63.959000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.52785380212, Press = -1.80706653966245 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8021.6718 -8021.6718 -8109.1586 -8109.1586 338.5829 338.5829 24168.557 24168.557 2593.5953 2593.5953 37000 -8025.8095 -8025.8095 -8111.8939 -8111.8939 333.15562 333.15562 24145.034 24145.034 3934.6347 3934.6347 Loop time of 21.7918 on 1 procs for 1000 steps with 2000 atoms Performance: 3.965 ns/day, 6.053 hours/ns, 45.889 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 | 21.667 | 21.667 | 21.667 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025631 | 0.025631 | 0.025631 | 0.0 | 0.12 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088681 | 0.088681 | 0.088681 | 0.0 | 0.41 Other | | 0.01091 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117.00 ave 4117 max 4117 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: 127906.0 ave 127906 max 127906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127906 Ave neighs/atom = 63.953000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.524288852332, Press = 0.717181373423741 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8025.8095 -8025.8095 -8111.8939 -8111.8939 333.15562 333.15562 24145.034 24145.034 3934.6347 3934.6347 38000 -8030.3029 -8030.3029 -8113.9298 -8113.9298 323.64499 323.64499 24161.037 24161.037 2091.8564 2091.8564 Loop time of 21.9129 on 1 procs for 1000 steps with 2000 atoms Performance: 3.943 ns/day, 6.087 hours/ns, 45.635 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 | 21.786 | 21.786 | 21.786 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025749 | 0.025749 | 0.025749 | 0.0 | 0.12 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.089671 | 0.089671 | 0.089671 | 0.0 | 0.41 Other | | 0.01099 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4115.00 ave 4115 max 4115 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: 127920.0 ave 127920 max 127920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127920 Ave neighs/atom = 63.960000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.517013501722, Press = 1.79240285130253 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8030.3029 -8030.3029 -8113.9298 -8113.9298 323.64499 323.64499 24161.037 24161.037 2091.8564 2091.8564 39000 -8024.4202 -8024.4202 -8109.9228 -8109.9228 330.90389 330.90389 24199.5 24199.5 146.03929 146.03929 Loop time of 21.7617 on 1 procs for 1000 steps with 2000 atoms Performance: 3.970 ns/day, 6.045 hours/ns, 45.952 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 | 21.635 | 21.635 | 21.635 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02665 | 0.02665 | 0.02665 | 0.0 | 0.12 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.089588 | 0.089588 | 0.089588 | 0.0 | 0.41 Other | | 0.01096 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127954.0 ave 127954 max 127954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127954 Ave neighs/atom = 63.977000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.436638278622, Press = 0.697520984563212 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8024.4202 -8024.4202 -8109.9228 -8109.9228 330.90389 330.90389 24199.5 24199.5 146.03929 146.03929 40000 -8027.3263 -8027.3263 -8110.6565 -8110.6565 322.49671 322.49671 24205.099 24205.099 -661.1784 -661.1784 Loop time of 21.7359 on 1 procs for 1000 steps with 2000 atoms Performance: 3.975 ns/day, 6.038 hours/ns, 46.007 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 | 21.609 | 21.609 | 21.609 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025626 | 0.025626 | 0.025626 | 0.0 | 0.12 Output | 3.01e-05 | 3.01e-05 | 3.01e-05 | 0.0 | 0.00 Modify | 0.090466 | 0.090466 | 0.090466 | 0.0 | 0.42 Other | | 0.01101 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127922.0 ave 127922 max 127922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127922 Ave neighs/atom = 63.961000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.369204783286, Press = -0.198126340355874 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8027.3263 -8027.3263 -8110.6565 -8110.6565 322.49671 322.49671 24205.099 24205.099 -661.1784 -661.1784 41000 -8024.6693 -8024.6693 -8108.9652 -8108.9652 326.23382 326.23382 24212.54 24212.54 -1001.3297 -1001.3297 Loop time of 21.8172 on 1 procs for 1000 steps with 2000 atoms Performance: 3.960 ns/day, 6.060 hours/ns, 45.835 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 | 21.691 | 21.691 | 21.691 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025947 | 0.025947 | 0.025947 | 0.0 | 0.12 Output | 2.63e-05 | 2.63e-05 | 2.63e-05 | 0.0 | 0.00 Modify | 0.088983 | 0.088983 | 0.088983 | 0.0 | 0.41 Other | | 0.01085 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127914.0 ave 127914 max 127914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127914 Ave neighs/atom = 63.957000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.380873650384, Press = -0.921361825083138 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8024.6693 -8024.6693 -8108.9652 -8108.9652 326.23382 326.23382 24212.54 24212.54 -1001.3297 -1001.3297 42000 -8023.0408 -8023.0408 -8107.4751 -8107.4751 326.7693 326.7693 24206.745 24206.745 -232.97 -232.97 Loop time of 21.7602 on 1 procs for 1000 steps with 2000 atoms Performance: 3.971 ns/day, 6.044 hours/ns, 45.956 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 21.634 | 21.634 | 21.634 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025829 | 0.025829 | 0.025829 | 0.0 | 0.12 Output | 2.44e-05 | 2.44e-05 | 2.44e-05 | 0.0 | 0.00 Modify | 0.089325 | 0.089325 | 0.089325 | 0.0 | 0.41 Other | | 0.01091 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127900.0 ave 127900 max 127900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127900 Ave neighs/atom = 63.950000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.336003042541, Press = -1.44327551095255 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8023.0408 -8023.0408 -8107.4751 -8107.4751 326.7693 326.7693 24206.745 24206.745 -232.97 -232.97 43000 -8028.6978 -8028.6978 -8113.7774 -8113.7774 329.26663 329.26663 24188.249 24188.249 89.259654 89.259654 Loop time of 21.7986 on 1 procs for 1000 steps with 2000 atoms Performance: 3.964 ns/day, 6.055 hours/ns, 45.874 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 | 21.673 | 21.673 | 21.673 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025777 | 0.025777 | 0.025777 | 0.0 | 0.12 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.088768 | 0.088768 | 0.088768 | 0.0 | 0.41 Other | | 0.01099 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127908.0 ave 127908 max 127908 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127908 Ave neighs/atom = 63.954000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.279142871635, Press = -2.01646593761884 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8028.6978 -8028.6978 -8113.7774 -8113.7774 329.26663 329.26663 24188.249 24188.249 89.259654 89.259654 44000 -8025.8564 -8025.8564 -8110.1936 -8110.1936 326.39377 326.39377 24165.818 24165.818 2474.0169 2474.0169 Loop time of 21.8193 on 1 procs for 1000 steps with 2000 atoms Performance: 3.960 ns/day, 6.061 hours/ns, 45.831 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 | 21.694 | 21.694 | 21.694 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025878 | 0.025878 | 0.025878 | 0.0 | 0.12 Output | 4.94e-05 | 4.94e-05 | 4.94e-05 | 0.0 | 0.00 Modify | 0.08898 | 0.08898 | 0.08898 | 0.0 | 0.41 Other | | 0.0109 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127948.0 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.257444117275, Press = -1.91776158271783 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8025.8564 -8025.8564 -8110.1936 -8110.1936 326.39377 326.39377 24165.818 24165.818 2474.0169 2474.0169 45000 -8024.443 -8024.443 -8110.9747 -8110.9747 334.88671 334.88671 24149.155 24149.155 3662.6075 3662.6075 Loop time of 21.0879 on 1 procs for 1000 steps with 2000 atoms Performance: 4.097 ns/day, 5.858 hours/ns, 47.421 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 | 20.964 | 20.964 | 20.964 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025116 | 0.025116 | 0.025116 | 0.0 | 0.12 Output | 4.96e-05 | 4.96e-05 | 4.96e-05 | 0.0 | 0.00 Modify | 0.087581 | 0.087581 | 0.087581 | 0.0 | 0.42 Other | | 0.01075 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127942.0 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.249069217099, Press = -0.539001219929317 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8024.443 -8024.443 -8110.9747 -8110.9747 334.88671 334.88671 24149.155 24149.155 3662.6075 3662.6075 46000 -8026.4137 -8026.4137 -8113.456 -8113.456 336.86282 336.86282 24163.09 24163.09 2457.3751 2457.3751 Loop time of 21.1343 on 1 procs for 1000 steps with 2000 atoms Performance: 4.088 ns/day, 5.871 hours/ns, 47.316 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 | 21.01 | 21.01 | 21.01 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025312 | 0.025312 | 0.025312 | 0.0 | 0.12 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.087931 | 0.087931 | 0.087931 | 0.0 | 0.42 Other | | 0.01083 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127934.0 ave 127934 max 127934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127934 Ave neighs/atom = 63.967000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.232877433115, Press = 0.46694364161269 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8026.4137 -8026.4137 -8113.456 -8113.456 336.86282 336.86282 24163.09 24163.09 2457.3751 2457.3751 47000 -8022.1794 -8022.1794 -8109.2824 -8109.2824 337.09732 337.09732 24192.191 24192.191 764.63992 764.63992 Loop time of 21.2533 on 1 procs for 1000 steps with 2000 atoms Performance: 4.065 ns/day, 5.904 hours/ns, 47.051 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 21.13 | 21.13 | 21.13 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025182 | 0.025182 | 0.025182 | 0.0 | 0.12 Output | 2.51e-05 | 2.51e-05 | 2.51e-05 | 0.0 | 0.00 Modify | 0.087732 | 0.087732 | 0.087732 | 0.0 | 0.41 Other | | 0.0108 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 127924.0 ave 127924 max 127924 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127924 Ave neighs/atom = 63.962000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 24197.1125213714 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0