# 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.031088910996914*${_u_distance} variable latticeconst_converted equal 3.031088910996914*1 lattice bcc ${latticeconst_converted} lattice bcc 3.03108891099691 Lattice spacing in x,y,z = 3.0310889 3.0310889 3.0310889 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 (30.310889 30.310889 30.310889) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000 seconds variable mass_converted equal 50.9415*${_u_mass} variable mass_converted equal 50.9415*1 kim_interactions V #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_ShimKoKim_2013_NiVH__MO_612225165948_000 pair_coeff * * V #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 50.9415 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 27848.1293284656 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*1*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 27848.1293284656*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 27848.1293284656 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -10513.917 -10513.917 -10600 -10600 333.15 333.15 27848.129 27848.129 3301.7196 3301.7196 1000 -10419.039 -10419.039 -10513.294 -10513.294 364.7765 364.7765 28027.658 28027.658 2348.3927 2348.3927 Loop time of 62.445 on 1 procs for 1000 steps with 2000 atoms Performance: 1.384 ns/day, 17.346 hours/ns, 16.014 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 | 62.321 | 62.321 | 62.321 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026634 | 0.026634 | 0.026634 | 0.0 | 0.04 Output | 4.69e-05 | 4.69e-05 | 4.69e-05 | 0.0 | 0.00 Modify | 0.086167 | 0.086167 | 0.086167 | 0.0 | 0.14 Other | | 0.0112 | | | 0.02 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: 224000.0 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 112.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -10419.039 -10419.039 -10513.294 -10513.294 364.7765 364.7765 28027.658 28027.658 2348.3927 2348.3927 2000 -10424.62 -10424.62 -10506.748 -10506.748 317.84249 317.84249 28034.466 28034.466 2071.0465 2071.0465 Loop time of 66.8167 on 1 procs for 1000 steps with 2000 atoms Performance: 1.293 ns/day, 18.560 hours/ns, 14.966 timesteps/s 77.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 66.666 | 66.666 | 66.666 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026691 | 0.026691 | 0.026691 | 0.0 | 0.04 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.11237 | 0.11237 | 0.11237 | 0.0 | 0.17 Other | | 0.01124 | | | 0.02 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: 222088.0 ave 222088 max 222088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222088 Ave neighs/atom = 111.04400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -10424.62 -10424.62 -10506.748 -10506.748 317.84249 317.84249 28034.466 28034.466 2071.0465 2071.0465 3000 -10422.723 -10422.723 -10508.993 -10508.993 333.87304 333.87304 28057.55 28057.55 510.32504 510.32504 Loop time of 65.5596 on 1 procs for 1000 steps with 2000 atoms Performance: 1.318 ns/day, 18.211 hours/ns, 15.253 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 | 65.415 | 65.415 | 65.415 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027127 | 0.027127 | 0.027127 | 0.0 | 0.04 Output | 4.36e-05 | 4.36e-05 | 4.36e-05 | 0.0 | 0.00 Modify | 0.10582 | 0.10582 | 0.10582 | 0.0 | 0.16 Other | | 0.01126 | | | 0.02 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: 221492.0 ave 221492 max 221492 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221492 Ave neighs/atom = 110.74600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -10422.723 -10422.723 -10508.993 -10508.993 333.87304 333.87304 28057.55 28057.55 510.32504 510.32504 4000 -10422.385 -10422.385 -10511.355 -10511.355 344.32423 344.32423 28061.18 28061.18 850.00069 850.00069 Loop time of 66.5928 on 1 procs for 1000 steps with 2000 atoms Performance: 1.297 ns/day, 18.498 hours/ns, 15.017 timesteps/s 77.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 66.449 | 66.449 | 66.449 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026798 | 0.026798 | 0.026798 | 0.0 | 0.04 Output | 4.4e-05 | 4.4e-05 | 4.4e-05 | 0.0 | 0.00 Modify | 0.10581 | 0.10581 | 0.10581 | 0.0 | 0.16 Other | | 0.01121 | | | 0.02 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: 221310.0 ave 221310 max 221310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221310 Ave neighs/atom = 110.65500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -10422.385 -10422.385 -10511.355 -10511.355 344.32423 344.32423 28061.18 28061.18 850.00069 850.00069 5000 -10421.429 -10421.429 -10509.801 -10509.801 342.01002 342.01002 28089.009 28089.009 -1149.3634 -1149.3634 Loop time of 65.3783 on 1 procs for 1000 steps with 2000 atoms Performance: 1.322 ns/day, 18.161 hours/ns, 15.296 timesteps/s 79.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 | 65.212 | 65.212 | 65.212 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026668 | 0.026668 | 0.026668 | 0.0 | 0.04 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.12787 | 0.12787 | 0.12787 | 0.0 | 0.20 Other | | 0.01138 | | | 0.02 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: 221940.0 ave 221940 max 221940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221940 Ave neighs/atom = 110.97000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.896995779368, Press = -1278.18867647742 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -10421.429 -10421.429 -10509.801 -10509.801 342.01002 342.01002 28089.009 28089.009 -1149.3634 -1149.3634 6000 -10422.951 -10422.951 -10507.778 -10507.778 328.2908 328.2908 28126.211 28126.211 -3099.8572 -3099.8572 Loop time of 65.8885 on 1 procs for 1000 steps with 2000 atoms Performance: 1.311 ns/day, 18.302 hours/ns, 15.177 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 | 65.72 | 65.72 | 65.72 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046686 | 0.046686 | 0.046686 | 0.0 | 0.07 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.090657 | 0.090657 | 0.090657 | 0.0 | 0.14 Other | | 0.03128 | | | 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: 221492.0 ave 221492 max 221492 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221492 Ave neighs/atom = 110.74600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.199187305159, Press = -113.645006030183 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -10422.951 -10422.951 -10507.778 -10507.778 328.2908 328.2908 28126.211 28126.211 -3099.8572 -3099.8572 7000 -10422.239 -10422.239 -10506.024 -10506.024 324.25462 324.25462 28112.668 28112.668 -2003.3868 -2003.3868 Loop time of 63.8941 on 1 procs for 1000 steps with 2000 atoms Performance: 1.352 ns/day, 17.748 hours/ns, 15.651 timesteps/s 80.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.76 | 63.76 | 63.76 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026865 | 0.026865 | 0.026865 | 0.0 | 0.04 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.095526 | 0.095526 | 0.095526 | 0.0 | 0.15 Other | | 0.01123 | | | 0.02 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: 221036.0 ave 221036 max 221036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221036 Ave neighs/atom = 110.51800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 331.650246851588, Press = -28.6098654437549 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -10422.239 -10422.239 -10506.024 -10506.024 324.25462 324.25462 28112.668 28112.668 -2003.3868 -2003.3868 8000 -10424.795 -10424.795 -10511.918 -10511.918 337.17507 337.17507 28096.038 28096.038 -1554.1139 -1554.1139 Loop time of 68.2187 on 1 procs for 1000 steps with 2000 atoms Performance: 1.267 ns/day, 18.950 hours/ns, 14.659 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 | 68.057 | 68.057 | 68.057 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026651 | 0.026651 | 0.026651 | 0.0 | 0.04 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.12386 | 0.12386 | 0.12386 | 0.0 | 0.18 Other | | 0.01129 | | | 0.02 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: 221010.0 ave 221010 max 221010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221010 Ave neighs/atom = 110.50500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.024631521193, Press = -6.32458893087101 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -10424.795 -10424.795 -10511.918 -10511.918 337.17507 337.17507 28096.038 28096.038 -1554.1139 -1554.1139 9000 -10422.396 -10422.396 -10508.623 -10508.623 333.70827 333.70827 28089.308 28089.308 -956.07254 -956.07254 Loop time of 65.6038 on 1 procs for 1000 steps with 2000 atoms Performance: 1.317 ns/day, 18.223 hours/ns, 15.243 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 | 65.455 | 65.455 | 65.455 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026909 | 0.026909 | 0.026909 | 0.0 | 0.04 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.1104 | 0.1104 | 0.1104 | 0.0 | 0.17 Other | | 0.01131 | | | 0.02 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: 221600.0 ave 221600 max 221600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221600 Ave neighs/atom = 110.80000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.21847738055, Press = -2.70823143952468 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -10422.396 -10422.396 -10508.623 -10508.623 333.70827 333.70827 28089.308 28089.308 -956.07254 -956.07254 10000 -10422.833 -10422.833 -10508.948 -10508.948 333.27352 333.27352 28074.407 28074.407 -13.386572 -13.386572 Loop time of 63.3078 on 1 procs for 1000 steps with 2000 atoms Performance: 1.365 ns/day, 17.585 hours/ns, 15.796 timesteps/s 81.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.12 | 63.12 | 63.12 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04656 | 0.04656 | 0.04656 | 0.0 | 0.07 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.11006 | 0.11006 | 0.11006 | 0.0 | 0.17 Other | | 0.03122 | | | 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: 221472.0 ave 221472 max 221472 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221472 Ave neighs/atom = 110.73600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.938853316619, Press = -0.997170891905692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -10422.833 -10422.833 -10508.948 -10508.948 333.27352 333.27352 28074.407 28074.407 -13.386572 -13.386572 11000 -10421 -10421 -10507.162 -10507.162 333.45782 333.45782 28057.016 28057.016 929.95885 929.95885 Loop time of 65.349 on 1 procs for 1000 steps with 2000 atoms Performance: 1.322 ns/day, 18.152 hours/ns, 15.302 timesteps/s 79.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 65.217 | 65.217 | 65.217 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027645 | 0.027645 | 0.027645 | 0.0 | 0.04 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.093024 | 0.093024 | 0.093024 | 0.0 | 0.14 Other | | 0.01134 | | | 0.02 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: 221480.0 ave 221480 max 221480 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221480 Ave neighs/atom = 110.74000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.818144954556, Press = 6.94725392761213 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -10421 -10421 -10507.162 -10507.162 333.45782 333.45782 28057.016 28057.016 929.95885 929.95885 12000 -10425.621 -10425.621 -10510.41 -10510.41 328.14121 328.14121 28027.594 28027.594 2122.9233 2122.9233 Loop time of 66.951 on 1 procs for 1000 steps with 2000 atoms Performance: 1.290 ns/day, 18.598 hours/ns, 14.936 timesteps/s 76.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 66.802 | 66.802 | 66.802 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027378 | 0.027378 | 0.027378 | 0.0 | 0.04 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.11066 | 0.11066 | 0.11066 | 0.0 | 0.17 Other | | 0.01111 | | | 0.02 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: 221432.0 ave 221432 max 221432 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221432 Ave neighs/atom = 110.71600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.915543431011, Press = 4.25829950240959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -10425.621 -10425.621 -10510.41 -10510.41 328.14121 328.14121 28027.594 28027.594 2122.9233 2122.9233 13000 -10422.218 -10422.218 -10505.535 -10505.535 322.44518 322.44518 28028.226 28028.226 2542.4173 2542.4173 Loop time of 63.7869 on 1 procs for 1000 steps with 2000 atoms Performance: 1.355 ns/day, 17.719 hours/ns, 15.677 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 | 63.618 | 63.618 | 63.618 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026624 | 0.026624 | 0.026624 | 0.0 | 0.04 Output | 3.26e-05 | 3.26e-05 | 3.26e-05 | 0.0 | 0.00 Modify | 0.13074 | 0.13074 | 0.13074 | 0.0 | 0.20 Other | | 0.01118 | | | 0.02 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: 221726.0 ave 221726 max 221726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221726 Ave neighs/atom = 110.86300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.836336836132, Press = 0.224590313476427 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -10422.218 -10422.218 -10505.535 -10505.535 322.44518 322.44518 28028.226 28028.226 2542.4173 2542.4173 14000 -10420.921 -10420.921 -10510.145 -10510.145 345.30558 345.30558 28038.19 28038.19 1646.7597 1646.7597 Loop time of 66.6472 on 1 procs for 1000 steps with 2000 atoms Performance: 1.296 ns/day, 18.513 hours/ns, 15.004 timesteps/s 77.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 66.418 | 66.418 | 66.418 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036549 | 0.036549 | 0.036549 | 0.0 | 0.05 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.16171 | 0.16171 | 0.16171 | 0.0 | 0.24 Other | | 0.0312 | | | 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: 221510.0 ave 221510 max 221510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221510 Ave neighs/atom = 110.75500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.640748062667, Press = -2.40187594737811 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -10420.921 -10420.921 -10510.145 -10510.145 345.30558 345.30558 28038.19 28038.19 1646.7597 1646.7597 15000 -10419.724 -10419.724 -10507.119 -10507.119 338.22749 338.22749 28041.066 28041.066 1869.9879 1869.9879 Loop time of 63.2272 on 1 procs for 1000 steps with 2000 atoms Performance: 1.367 ns/day, 17.563 hours/ns, 15.816 timesteps/s 81.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.08 | 63.08 | 63.08 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046694 | 0.046694 | 0.046694 | 0.0 | 0.07 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.08975 | 0.08975 | 0.08975 | 0.0 | 0.14 Other | | 0.0111 | | | 0.02 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: 221698.0 ave 221698 max 221698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221698 Ave neighs/atom = 110.84900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.650342514067, Press = -4.74374652611613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -10419.724 -10419.724 -10507.119 -10507.119 338.22749 338.22749 28041.066 28041.066 1869.9879 1869.9879 16000 -10425.704 -10425.704 -10508.81 -10508.81 321.62714 321.62714 28036.936 28036.936 1606.7509 1606.7509 Loop time of 67.2605 on 1 procs for 1000 steps with 2000 atoms Performance: 1.285 ns/day, 18.683 hours/ns, 14.868 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 | 67.08 | 67.08 | 67.08 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046858 | 0.046858 | 0.046858 | 0.0 | 0.07 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.092306 | 0.092306 | 0.092306 | 0.0 | 0.14 Other | | 0.04127 | | | 0.06 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: 221608.0 ave 221608 max 221608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221608 Ave neighs/atom = 110.80400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.682522048225, Press = -6.2170089745767 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -10425.704 -10425.704 -10508.81 -10508.81 321.62714 321.62714 28036.936 28036.936 1606.7509 1606.7509 17000 -10422.452 -10422.452 -10507.117 -10507.117 327.66562 327.66562 28054.149 28054.149 866.42104 866.42104 Loop time of 66.3421 on 1 procs for 1000 steps with 2000 atoms Performance: 1.302 ns/day, 18.428 hours/ns, 15.073 timesteps/s 77.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 66.167 | 66.167 | 66.167 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026835 | 0.026835 | 0.026835 | 0.0 | 0.04 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.13658 | 0.13658 | 0.13658 | 0.0 | 0.21 Other | | 0.01128 | | | 0.02 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: 221698.0 ave 221698 max 221698 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221698 Ave neighs/atom = 110.84900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.637260194416, Press = -8.04720418639691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -10422.452 -10422.452 -10507.117 -10507.117 327.66562 327.66562 28054.149 28054.149 866.42104 866.42104 18000 -10422.732 -10422.732 -10508.428 -10508.428 331.64882 331.64882 28071.838 28071.838 -52.822796 -52.822796 Loop time of 62.5797 on 1 procs for 1000 steps with 2000 atoms Performance: 1.381 ns/day, 17.383 hours/ns, 15.980 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 | 62.429 | 62.429 | 62.429 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027124 | 0.027124 | 0.027124 | 0.0 | 0.04 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.11182 | 0.11182 | 0.11182 | 0.0 | 0.18 Other | | 0.01135 | | | 0.02 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: 221366.0 ave 221366 max 221366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221366 Ave neighs/atom = 110.68300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.433618914205, Press = -8.51205751257195 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -10422.732 -10422.732 -10508.428 -10508.428 331.64882 331.64882 28071.838 28071.838 -52.822796 -52.822796 19000 -10423.094 -10423.094 -10509.31 -10509.31 333.66313 333.66313 28090.609 28090.609 -1193.3606 -1193.3606 Loop time of 60.0015 on 1 procs for 1000 steps with 2000 atoms Performance: 1.440 ns/day, 16.667 hours/ns, 16.666 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 | 59.853 | 59.853 | 59.853 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046612 | 0.046612 | 0.046612 | 0.0 | 0.08 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.090374 | 0.090374 | 0.090374 | 0.0 | 0.15 Other | | 0.01129 | | | 0.02 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: 221462.0 ave 221462 max 221462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221462 Ave neighs/atom = 110.73100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.500569001716, Press = -7.49947135723025 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -10423.094 -10423.094 -10509.31 -10509.31 333.66313 333.66313 28090.609 28090.609 -1193.3606 -1193.3606 20000 -10423.326 -10423.326 -10507.29 -10507.29 324.94889 324.94889 28091.335 28091.335 -1140.7687 -1140.7687 Loop time of 60.2192 on 1 procs for 1000 steps with 2000 atoms Performance: 1.435 ns/day, 16.728 hours/ns, 16.606 timesteps/s 85.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 60.071 | 60.071 | 60.071 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026768 | 0.026768 | 0.026768 | 0.0 | 0.04 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.11047 | 0.11047 | 0.11047 | 0.0 | 0.18 Other | | 0.01129 | | | 0.02 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: 221450.0 ave 221450 max 221450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221450 Ave neighs/atom = 110.72500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.53058461057, Press = -4.39434109860311 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -10423.326 -10423.326 -10507.29 -10507.29 324.94889 324.94889 28091.335 28091.335 -1140.7687 -1140.7687 21000 -10421.67 -10421.67 -10507.084 -10507.084 330.56119 330.56119 28085.791 28085.791 -772.14336 -772.14336 Loop time of 55.4459 on 1 procs for 1000 steps with 2000 atoms Performance: 1.558 ns/day, 15.402 hours/ns, 18.036 timesteps/s 93.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.298 | 55.298 | 55.298 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026729 | 0.026729 | 0.026729 | 0.0 | 0.05 Output | 4.43e-05 | 4.43e-05 | 4.43e-05 | 0.0 | 0.00 Modify | 0.090255 | 0.090255 | 0.090255 | 0.0 | 0.16 Other | | 0.03133 | | | 0.06 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: 221256.0 ave 221256 max 221256 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221256 Ave neighs/atom = 110.62800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.770445061046, Press = -2.87980706016007 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -10421.67 -10421.67 -10507.084 -10507.084 330.56119 330.56119 28085.791 28085.791 -772.14336 -772.14336 22000 -10424.3 -10424.3 -10510.423 -10510.423 333.30309 333.30309 28074.233 28074.233 -462.243 -462.243 Loop time of 55.522 on 1 procs for 1000 steps with 2000 atoms Performance: 1.556 ns/day, 15.423 hours/ns, 18.011 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 | 55.373 | 55.373 | 55.373 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026728 | 0.026728 | 0.026728 | 0.0 | 0.05 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.11065 | 0.11065 | 0.11065 | 0.0 | 0.20 Other | | 0.01121 | | | 0.02 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: 221292.0 ave 221292 max 221292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221292 Ave neighs/atom = 110.64600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.659271135779, Press = -2.39445234496253 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -10424.3 -10424.3 -10510.423 -10510.423 333.30309 333.30309 28074.233 28074.233 -462.243 -462.243 23000 -10422.142 -10422.142 -10508.401 -10508.401 333.82764 333.82764 28072.118 28072.118 -208.59722 -208.59722 Loop time of 54.0696 on 1 procs for 1000 steps with 2000 atoms Performance: 1.598 ns/day, 15.019 hours/ns, 18.495 timesteps/s 95.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.941 | 53.941 | 53.941 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026535 | 0.026535 | 0.026535 | 0.0 | 0.05 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090621 | 0.090621 | 0.090621 | 0.0 | 0.17 Other | | 0.0112 | | | 0.02 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: 221612.0 ave 221612 max 221612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221612 Ave neighs/atom = 110.80600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.629534036837, Press = -2.65185574481954 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -10422.142 -10422.142 -10508.401 -10508.401 333.82764 333.82764 28072.118 28072.118 -208.59722 -208.59722 24000 -10423.242 -10423.242 -10508.484 -10508.484 329.89248 329.89248 28074.302 28074.302 -172.48682 -172.48682 Loop time of 54.9136 on 1 procs for 1000 steps with 2000 atoms Performance: 1.573 ns/day, 15.254 hours/ns, 18.210 timesteps/s 93.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.781 | 54.781 | 54.781 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026455 | 0.026455 | 0.026455 | 0.0 | 0.05 Output | 2.97e-05 | 2.97e-05 | 2.97e-05 | 0.0 | 0.00 Modify | 0.094828 | 0.094828 | 0.094828 | 0.0 | 0.17 Other | | 0.01121 | | | 0.02 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: 221368.0 ave 221368 max 221368 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221368 Ave neighs/atom = 110.68400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.748616944943, Press = -2.61335962868839 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -10423.242 -10423.242 -10508.484 -10508.484 329.89248 329.89248 28074.302 28074.302 -172.48682 -172.48682 25000 -10421.916 -10421.916 -10506.842 -10506.842 328.67308 328.67308 28086.374 28086.374 -715.64514 -715.64514 Loop time of 54.9056 on 1 procs for 1000 steps with 2000 atoms Performance: 1.574 ns/day, 15.252 hours/ns, 18.213 timesteps/s 93.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.777 | 54.777 | 54.777 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026845 | 0.026845 | 0.026845 | 0.0 | 0.05 Output | 2.54e-05 | 2.54e-05 | 2.54e-05 | 0.0 | 0.00 Modify | 0.090479 | 0.090479 | 0.090479 | 0.0 | 0.16 Other | | 0.01123 | | | 0.02 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: 221544.0 ave 221544 max 221544 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221544 Ave neighs/atom = 110.77200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.725619654284, Press = -1.6977633021002 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -10421.916 -10421.916 -10506.842 -10506.842 328.67308 328.67308 28086.374 28086.374 -715.64514 -715.64514 26000 -10426.01 -10426.01 -10509.278 -10509.278 322.25674 322.25674 28079.403 28079.403 -674.87385 -674.87385 Loop time of 55.53 on 1 procs for 1000 steps with 2000 atoms Performance: 1.556 ns/day, 15.425 hours/ns, 18.008 timesteps/s 92.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.401 | 55.401 | 55.401 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026485 | 0.026485 | 0.026485 | 0.0 | 0.05 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.090805 | 0.090805 | 0.090805 | 0.0 | 0.16 Other | | 0.0113 | | | 0.02 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: 221388.0 ave 221388 max 221388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221388 Ave neighs/atom = 110.69400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.761538997126, Press = -0.464867649131714 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -10426.01 -10426.01 -10509.278 -10509.278 322.25674 322.25674 28079.403 28079.403 -674.87385 -674.87385 27000 -10421.022 -10421.022 -10508.1 -10508.1 337.00166 337.00166 28073.002 28073.002 107.53964 107.53964 Loop time of 55.8815 on 1 procs for 1000 steps with 2000 atoms Performance: 1.546 ns/day, 15.523 hours/ns, 17.895 timesteps/s 91.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.752 | 55.752 | 55.752 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026585 | 0.026585 | 0.026585 | 0.0 | 0.05 Output | 2.48e-05 | 2.48e-05 | 2.48e-05 | 0.0 | 0.00 Modify | 0.091798 | 0.091798 | 0.091798 | 0.0 | 0.16 Other | | 0.01132 | | | 0.02 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: 221606.0 ave 221606 max 221606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221606 Ave neighs/atom = 110.80300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.824167971436, Press = 0.875346997824651 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -10421.022 -10421.022 -10508.1 -10508.1 337.00166 337.00166 28073.002 28073.002 107.53964 107.53964 28000 -10425.864 -10425.864 -10509.749 -10509.749 324.64284 324.64284 28039.425 28039.425 1522.8949 1522.8949 Loop time of 54.3709 on 1 procs for 1000 steps with 2000 atoms Performance: 1.589 ns/day, 15.103 hours/ns, 18.392 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 | 54.217 | 54.217 | 54.217 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02672 | 0.02672 | 0.02672 | 0.0 | 0.05 Output | 3.23e-05 | 3.23e-05 | 3.23e-05 | 0.0 | 0.00 Modify | 0.11591 | 0.11591 | 0.11591 | 0.0 | 0.21 Other | | 0.01142 | | | 0.02 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: 221458.0 ave 221458 max 221458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221458 Ave neighs/atom = 110.72900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.778141890449, Press = 1.57866285805325 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -10425.864 -10425.864 -10509.749 -10509.749 324.64284 324.64284 28039.425 28039.425 1522.8949 1522.8949 29000 -10421.531 -10421.531 -10509.643 -10509.643 341.0023 341.0023 28041.254 28041.254 1665.239 1665.239 Loop time of 54.3173 on 1 procs for 1000 steps with 2000 atoms Performance: 1.591 ns/day, 15.088 hours/ns, 18.410 timesteps/s 95.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.181 | 54.181 | 54.181 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026744 | 0.026744 | 0.026744 | 0.0 | 0.05 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.098147 | 0.098147 | 0.098147 | 0.0 | 0.18 Other | | 0.01113 | | | 0.02 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: 221550.0 ave 221550 max 221550 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221550 Ave neighs/atom = 110.77500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.698828580898, Press = -0.152665546441959 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -10421.531 -10421.531 -10509.643 -10509.643 341.0023 341.0023 28041.254 28041.254 1665.239 1665.239 30000 -10423.449 -10423.449 -10510.27 -10510.27 336.00546 336.00546 28055.641 28055.641 736.82579 736.82579 Loop time of 54.4314 on 1 procs for 1000 steps with 2000 atoms Performance: 1.587 ns/day, 15.120 hours/ns, 18.372 timesteps/s 94.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.303 | 54.303 | 54.303 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026387 | 0.026387 | 0.026387 | 0.0 | 0.05 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.090582 | 0.090582 | 0.090582 | 0.0 | 0.17 Other | | 0.01119 | | | 0.02 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: 221530.0 ave 221530 max 221530 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221530 Ave neighs/atom = 110.76500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.745663103385, Press = -1.5300712467312 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -10423.449 -10423.449 -10510.27 -10510.27 336.00546 336.00546 28055.641 28055.641 736.82579 736.82579 31000 -10418.486 -10418.486 -10504.132 -10504.132 331.45747 331.45747 28064.314 28064.314 963.74503 963.74503 Loop time of 54.2423 on 1 procs for 1000 steps with 2000 atoms Performance: 1.593 ns/day, 15.067 hours/ns, 18.436 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 | 54.107 | 54.107 | 54.107 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027027 | 0.027027 | 0.027027 | 0.0 | 0.05 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.097403 | 0.097403 | 0.097403 | 0.0 | 0.18 Other | | 0.01113 | | | 0.02 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: 221606.0 ave 221606 max 221606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221606 Ave neighs/atom = 110.80300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.831482275062, Press = -2.02561958234409 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -10418.486 -10418.486 -10504.132 -10504.132 331.45747 331.45747 28064.314 28064.314 963.74503 963.74503 32000 -10426.352 -10426.352 -10511.043 -10511.043 327.76444 327.76444 28050.906 28050.906 708.84333 708.84333 Loop time of 55.3989 on 1 procs for 1000 steps with 2000 atoms Performance: 1.560 ns/day, 15.389 hours/ns, 18.051 timesteps/s 92.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 | 55.23 | 55.23 | 55.23 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026681 | 0.026681 | 0.026681 | 0.0 | 0.05 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.11042 | 0.11042 | 0.11042 | 0.0 | 0.20 Other | | 0.03133 | | | 0.06 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: 221298.0 ave 221298 max 221298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221298 Ave neighs/atom = 110.64900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.867285489826, Press = -2.95494438970899 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -10426.352 -10426.352 -10511.043 -10511.043 327.76444 327.76444 28050.906 28050.906 708.84333 708.84333 33000 -10423.465 -10423.465 -10508.17 -10508.17 327.81715 327.81715 28063.565 28063.565 419.42832 419.42832 Loop time of 53.3997 on 1 procs for 1000 steps with 2000 atoms Performance: 1.618 ns/day, 14.833 hours/ns, 18.727 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 | 53.271 | 53.271 | 53.271 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027052 | 0.027052 | 0.027052 | 0.0 | 0.05 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.090713 | 0.090713 | 0.090713 | 0.0 | 0.17 Other | | 0.01125 | | | 0.02 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: 221590.0 ave 221590 max 221590 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221590 Ave neighs/atom = 110.79500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.919811096588, Press = -4.67766004515629 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -10423.465 -10423.465 -10508.17 -10508.17 327.81715 327.81715 28063.565 28063.565 419.42832 419.42832 34000 -10419.583 -10419.583 -10506.743 -10506.743 337.31828 337.31828 28098.822 28098.822 -1259.8047 -1259.8047 Loop time of 51.5489 on 1 procs for 1000 steps with 2000 atoms Performance: 1.676 ns/day, 14.319 hours/ns, 19.399 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 | 51.421 | 51.421 | 51.421 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026602 | 0.026602 | 0.026602 | 0.0 | 0.05 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.090309 | 0.090309 | 0.090309 | 0.0 | 0.18 Other | | 0.01126 | | | 0.02 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: 221536.0 ave 221536 max 221536 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221536 Ave neighs/atom = 110.76800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.978281364764, Press = -4.55737865766034 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -10419.583 -10419.583 -10506.743 -10506.743 337.31828 337.31828 28098.822 28098.822 -1259.8047 -1259.8047 35000 -10424.732 -10424.732 -10510.097 -10510.097 330.36964 330.36964 28105.254 28105.254 -1889.3382 -1889.3382 Loop time of 51.1193 on 1 procs for 1000 steps with 2000 atoms Performance: 1.690 ns/day, 14.200 hours/ns, 19.562 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 | 50.989 | 50.989 | 50.989 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026513 | 0.026513 | 0.026513 | 0.0 | 0.05 Output | 2.73e-05 | 2.73e-05 | 2.73e-05 | 0.0 | 0.00 Modify | 0.09288 | 0.09288 | 0.09288 | 0.0 | 0.18 Other | | 0.01115 | | | 0.02 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: 221360.0 ave 221360 max 221360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221360 Ave neighs/atom = 110.68000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.048808374471, Press = -3.04384812271359 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -10424.732 -10424.732 -10510.097 -10510.097 330.36964 330.36964 28105.254 28105.254 -1889.3382 -1889.3382 36000 -10422.231 -10422.231 -10508.173 -10508.173 332.602 332.602 28109.906 28109.906 -1998.1113 -1998.1113 Loop time of 51.4213 on 1 procs for 1000 steps with 2000 atoms Performance: 1.680 ns/day, 14.284 hours/ns, 19.447 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 | 51.293 | 51.293 | 51.293 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026709 | 0.026709 | 0.026709 | 0.0 | 0.05 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.090182 | 0.090182 | 0.090182 | 0.0 | 0.18 Other | | 0.01119 | | | 0.02 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: 221470.0 ave 221470 max 221470 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221470 Ave neighs/atom = 110.73500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.050267887406, Press = -1.75772572525843 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -10422.231 -10422.231 -10508.173 -10508.173 332.602 332.602 28109.906 28109.906 -1998.1113 -1998.1113 37000 -10422.067 -10422.067 -10509.824 -10509.824 339.62764 339.62764 28103.084 28103.084 -1785.5637 -1785.5637 Loop time of 51.2071 on 1 procs for 1000 steps with 2000 atoms Performance: 1.687 ns/day, 14.224 hours/ns, 19.529 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 | 51.079 | 51.079 | 51.079 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026454 | 0.026454 | 0.026454 | 0.0 | 0.05 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.090069 | 0.090069 | 0.090069 | 0.0 | 0.18 Other | | 0.01121 | | | 0.02 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: 221396.0 ave 221396 max 221396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221396 Ave neighs/atom = 110.69800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.04699387706, Press = -1.01235334749947 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -10422.067 -10422.067 -10509.824 -10509.824 339.62764 339.62764 28103.084 28103.084 -1785.5637 -1785.5637 38000 -10420.145 -10420.145 -10508.094 -10508.094 340.37349 340.37349 28095.326 28095.326 -1092.7303 -1092.7303 Loop time of 50.8425 on 1 procs for 1000 steps with 2000 atoms Performance: 1.699 ns/day, 14.123 hours/ns, 19.669 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.715 | 50.715 | 50.715 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02643 | 0.02643 | 0.02643 | 0.0 | 0.05 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.089682 | 0.089682 | 0.089682 | 0.0 | 0.18 Other | | 0.01123 | | | 0.02 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: 221334.0 ave 221334 max 221334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221334 Ave neighs/atom = 110.66700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.125307102066, Press = -0.811641718546335 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -10420.145 -10420.145 -10508.094 -10508.094 340.37349 340.37349 28095.326 28095.326 -1092.7303 -1092.7303 39000 -10426.12 -10426.12 -10510.403 -10510.403 326.18367 326.18367 28078.126 28078.126 -559.84104 -559.84104 Loop time of 50.8409 on 1 procs for 1000 steps with 2000 atoms Performance: 1.699 ns/day, 14.122 hours/ns, 19.669 timesteps/s 98.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.715 | 50.715 | 50.715 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02614 | 0.02614 | 0.02614 | 0.0 | 0.05 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.088599 | 0.088599 | 0.088599 | 0.0 | 0.17 Other | | 0.011 | | | 0.02 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: 221400.0 ave 221400 max 221400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221400 Ave neighs/atom = 110.70000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.097988929087, Press = -0.793533820270798 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -10426.12 -10426.12 -10510.403 -10510.403 326.18367 326.18367 28078.126 28078.126 -559.84104 -559.84104 40000 -10421.103 -10421.103 -10507.622 -10507.622 334.83803 334.83803 28074.923 28074.923 -103.48481 -103.48481 Loop time of 51.8012 on 1 procs for 1000 steps with 2000 atoms Performance: 1.668 ns/day, 14.389 hours/ns, 19.305 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.672 | 51.672 | 51.672 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026535 | 0.026535 | 0.026535 | 0.0 | 0.05 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.091435 | 0.091435 | 0.091435 | 0.0 | 0.18 Other | | 0.01131 | | | 0.02 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: 221680.0 ave 221680 max 221680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221680 Ave neighs/atom = 110.84000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.071378580946, Press = -0.888236158688356 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -10421.103 -10421.103 -10507.622 -10507.622 334.83803 334.83803 28074.923 28074.923 -103.48481 -103.48481 41000 -10422.888 -10422.888 -10509.523 -10509.523 335.28787 335.28787 28064.038 28064.038 228.8877 228.8877 Loop time of 51.0901 on 1 procs for 1000 steps with 2000 atoms Performance: 1.691 ns/day, 14.192 hours/ns, 19.573 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 | 50.962 | 50.962 | 50.962 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026445 | 0.026445 | 0.026445 | 0.0 | 0.05 Output | 4.71e-05 | 4.71e-05 | 4.71e-05 | 0.0 | 0.00 Modify | 0.090087 | 0.090087 | 0.090087 | 0.0 | 0.18 Other | | 0.01112 | | | 0.02 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: 221540.0 ave 221540 max 221540 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221540 Ave neighs/atom = 110.77000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.988048660942, Press = -0.75000656002991 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -10422.888 -10422.888 -10509.523 -10509.523 335.28787 335.28787 28064.038 28064.038 228.8877 228.8877 42000 -10424.021 -10424.021 -10512.066 -10512.066 340.74481 340.74481 28053.386 28053.386 631.04294 631.04294 Loop time of 51.2764 on 1 procs for 1000 steps with 2000 atoms Performance: 1.685 ns/day, 14.243 hours/ns, 19.502 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.149 | 51.149 | 51.149 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026493 | 0.026493 | 0.026493 | 0.0 | 0.05 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.089946 | 0.089946 | 0.089946 | 0.0 | 0.18 Other | | 0.01123 | | | 0.02 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: 221544.0 ave 221544 max 221544 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221544 Ave neighs/atom = 110.77200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.005891966919, Press = -0.935045625129652 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -10424.021 -10424.021 -10512.066 -10512.066 340.74481 340.74481 28053.386 28053.386 631.04294 631.04294 43000 -10422.008 -10422.008 -10507.818 -10507.818 332.094 332.094 28027.167 28027.167 2286.3467 2286.3467 Loop time of 51.0302 on 1 procs for 1000 steps with 2000 atoms Performance: 1.693 ns/day, 14.175 hours/ns, 19.596 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.903 | 50.903 | 50.903 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026262 | 0.026262 | 0.026262 | 0.0 | 0.05 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.089648 | 0.089648 | 0.089648 | 0.0 | 0.18 Other | | 0.01109 | | | 0.02 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: 221704.0 ave 221704 max 221704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221704 Ave neighs/atom = 110.85200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.045486426229, Press = -1.09216306991037 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -10422.008 -10422.008 -10507.818 -10507.818 332.094 332.094 28027.167 28027.167 2286.3467 2286.3467 44000 -10421.818 -10421.818 -10510.66 -10510.66 343.82582 343.82582 28022.911 28022.911 2360.1781 2360.1781 Loop time of 51.3481 on 1 procs for 1000 steps with 2000 atoms Performance: 1.683 ns/day, 14.263 hours/ns, 19.475 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 | 51.22 | 51.22 | 51.22 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026534 | 0.026534 | 0.026534 | 0.0 | 0.05 Output | 4.78e-05 | 4.78e-05 | 4.78e-05 | 0.0 | 0.00 Modify | 0.090336 | 0.090336 | 0.090336 | 0.0 | 0.18 Other | | 0.01117 | | | 0.02 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: 221564.0 ave 221564 max 221564 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221564 Ave neighs/atom = 110.78200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.133240203343, Press = -2.32529694236238 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -10421.818 -10421.818 -10510.66 -10510.66 343.82582 343.82582 28022.911 28022.911 2360.1781 2360.1781 45000 -10421.621 -10421.621 -10507.871 -10507.871 333.79495 333.79495 28040.727 28040.727 1753.3216 1753.3216 Loop time of 51.2874 on 1 procs for 1000 steps with 2000 atoms Performance: 1.685 ns/day, 14.247 hours/ns, 19.498 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 | 51.159 | 51.159 | 51.159 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026986 | 0.026986 | 0.026986 | 0.0 | 0.05 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.09062 | 0.09062 | 0.09062 | 0.0 | 0.18 Other | | 0.01117 | | | 0.02 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: 221726.0 ave 221726 max 221726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221726 Ave neighs/atom = 110.86300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.166238041317, Press = -2.67848953195523 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -10421.621 -10421.621 -10507.871 -10507.871 333.79495 333.79495 28040.727 28040.727 1753.3216 1753.3216 46000 -10423.133 -10423.133 -10510.035 -10510.035 336.31991 336.31991 28067.987 28067.987 157.04232 157.04232 Loop time of 51.0345 on 1 procs for 1000 steps with 2000 atoms Performance: 1.693 ns/day, 14.176 hours/ns, 19.595 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 | 50.907 | 50.907 | 50.907 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026405 | 0.026405 | 0.026405 | 0.0 | 0.05 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.090326 | 0.090326 | 0.090326 | 0.0 | 0.18 Other | | 0.01115 | | | 0.02 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: 221626.0 ave 221626 max 221626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221626 Ave neighs/atom = 110.81300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.2422206286, Press = -2.16369699432876 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -10423.133 -10423.133 -10510.035 -10510.035 336.31991 336.31991 28067.987 28067.987 157.04232 157.04232 47000 -10426.988 -10426.988 -10509.812 -10509.812 320.5382 320.5382 28071.455 28071.455 -394.10447 -394.10447 Loop time of 51.4474 on 1 procs for 1000 steps with 2000 atoms Performance: 1.679 ns/day, 14.291 hours/ns, 19.437 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 | 51.319 | 51.319 | 51.319 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026321 | 0.026321 | 0.026321 | 0.0 | 0.05 Output | 4e-05 | 4e-05 | 4e-05 | 0.0 | 0.00 Modify | 0.090937 | 0.090937 | 0.090937 | 0.0 | 0.18 Other | | 0.01113 | | | 0.02 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: 221668.0 ave 221668 max 221668 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221668 Ave neighs/atom = 110.83400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.249018636632, Press = -1.91317450140074 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -10426.988 -10426.988 -10509.812 -10509.812 320.5382 320.5382 28071.455 28071.455 -394.10447 -394.10447 48000 -10422.863 -10422.863 -10507.73 -10507.73 328.44276 328.44276 28085.333 28085.333 -818.26016 -818.26016 Loop time of 51.2669 on 1 procs for 1000 steps with 2000 atoms Performance: 1.685 ns/day, 14.241 hours/ns, 19.506 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 51.136 | 51.136 | 51.136 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026614 | 0.026614 | 0.026614 | 0.0 | 0.05 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.092618 | 0.092618 | 0.092618 | 0.0 | 0.18 Other | | 0.01147 | | | 0.02 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: 221514.0 ave 221514 max 221514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221514 Ave neighs/atom = 110.75700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.187542370676, Press = -1.93722162948369 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -10422.863 -10422.863 -10507.73 -10507.73 328.44276 328.44276 28085.333 28085.333 -818.26016 -818.26016 49000 -10423.925 -10423.925 -10509.811 -10509.811 332.38771 332.38771 28092.703 28092.703 -1431.9281 -1431.9281 Loop time of 50.9077 on 1 procs for 1000 steps with 2000 atoms Performance: 1.697 ns/day, 14.141 hours/ns, 19.643 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 50.779 | 50.779 | 50.779 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026641 | 0.026641 | 0.026641 | 0.0 | 0.05 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090419 | 0.090419 | 0.090419 | 0.0 | 0.18 Other | | 0.01166 | | | 0.02 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: 221414.0 ave 221414 max 221414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221414 Ave neighs/atom = 110.70700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.183905758886, Press = -1.65330088115621 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -10423.925 -10423.925 -10509.811 -10509.811 332.38771 332.38771 28092.703 28092.703 -1431.9281 -1431.9281 50000 -10417.572 -10417.572 -10505.813 -10505.813 341.49804 341.49804 28126.823 28126.823 -2663.093 -2663.093 Loop time of 50.9975 on 1 procs for 1000 steps with 2000 atoms Performance: 1.694 ns/day, 14.166 hours/ns, 19.609 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 | 50.87 | 50.87 | 50.87 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026366 | 0.026366 | 0.026366 | 0.0 | 0.05 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.090189 | 0.090189 | 0.090189 | 0.0 | 0.18 Other | | 0.01106 | | | 0.02 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: 221592.0 ave 221592 max 221592 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221592 Ave neighs/atom = 110.79600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.216071531256, Press = -1.41173765174833 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -10417.572 -10417.572 -10505.813 -10505.813 341.49804 341.49804 28126.823 28126.823 -2663.093 -2663.093 51000 -10424.635 -10424.635 -10509.29 -10509.29 327.627 327.627 28114.615 28114.615 -2407.4059 -2407.4059 Loop time of 51.2376 on 1 procs for 1000 steps with 2000 atoms Performance: 1.686 ns/day, 14.233 hours/ns, 19.517 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 | 51.108 | 51.108 | 51.108 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027659 | 0.027659 | 0.027659 | 0.0 | 0.05 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.090626 | 0.090626 | 0.090626 | 0.0 | 0.18 Other | | 0.01132 | | | 0.02 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: 221172.0 ave 221172 max 221172 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221172 Ave neighs/atom = 110.58600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.258999286943, Press = -0.657926543927052 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -10424.635 -10424.635 -10509.29 -10509.29 327.627 327.627 28114.615 28114.615 -2407.4059 -2407.4059 52000 -10422.015 -10422.015 -10509.233 -10509.233 337.54307 337.54307 28102.892 28102.892 -1795.2523 -1795.2523 Loop time of 51.5041 on 1 procs for 1000 steps with 2000 atoms Performance: 1.678 ns/day, 14.307 hours/ns, 19.416 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 | 51.376 | 51.376 | 51.376 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026619 | 0.026619 | 0.026619 | 0.0 | 0.05 Output | 3.19e-05 | 3.19e-05 | 3.19e-05 | 0.0 | 0.00 Modify | 0.090307 | 0.090307 | 0.090307 | 0.0 | 0.18 Other | | 0.01115 | | | 0.02 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: 221330.0 ave 221330 max 221330 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221330 Ave neighs/atom = 110.66500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.285548062757, Press = -0.266353989307463 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -10422.015 -10422.015 -10509.233 -10509.233 337.54307 337.54307 28102.892 28102.892 -1795.2523 -1795.2523 53000 -10422.543 -10422.543 -10507.454 -10507.454 328.61298 328.61298 28080.285 28080.285 -440.79466 -440.79466 Loop time of 51.2544 on 1 procs for 1000 steps with 2000 atoms Performance: 1.686 ns/day, 14.237 hours/ns, 19.511 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 | 51.127 | 51.127 | 51.127 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026638 | 0.026638 | 0.026638 | 0.0 | 0.05 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.089882 | 0.089882 | 0.089882 | 0.0 | 0.18 Other | | 0.01118 | | | 0.02 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: 221420.0 ave 221420 max 221420 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221420 Ave neighs/atom = 110.71000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 28070.5526376363 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0