# 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.556477703154087*${_u_distance} variable latticeconst_converted equal 3.556477703154087*1 lattice diamond ${latticeconst_converted} lattice diamond 3.55647770315409 Lattice spacing in x,y,z = 3.5564777 3.5564777 3.5564777 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 (35.564777 35.564777 35.564777) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_KimJungLee_2010_FeNbC__MO_072689718616_000 pair_coeff * * C #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 44984.2279146031 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2279146031/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2279146031/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2279146031/(1*1*${_u_distance}) variable V0_metal equal 44984.2279146031/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 44984.2279146031*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 44984.2279146031 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58615.539 -58615.539 -58960 -58960 333.15 333.15 44984.228 44984.228 8178.9815 8178.9815 1000 -58240.634 -58240.634 -58588.032 -58588.032 335.98986 335.98986 45367.729 45367.729 -2906.6461 -2906.6461 Loop time of 210.487 on 1 procs for 1000 steps with 8000 atoms Performance: 0.410 ns/day, 58.468 hours/ns, 4.751 timesteps/s 70.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 209.83 | 209.83 | 209.83 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1243 | 0.1243 | 0.1243 | 0.0 | 0.06 Output | 6.43e-05 | 6.43e-05 | 6.43e-05 | 0.0 | 0.00 Modify | 0.4981 | 0.4981 | 0.4981 | 0.0 | 0.24 Other | | 0.03805 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.52000e+06 ave 1.52e+06 max 1.52e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1520000 Ave neighs/atom = 190.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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58240.634 -58240.634 -58588.032 -58588.032 335.98986 335.98986 45367.729 45367.729 -2906.6461 -2906.6461 2000 -58276.244 -58276.244 -58612.185 -58612.185 324.91027 324.91027 45311.937 45311.937 534.92034 534.92034 Loop time of 221.534 on 1 procs for 1000 steps with 8000 atoms Performance: 0.390 ns/day, 61.537 hours/ns, 4.514 timesteps/s 70.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 | 220.95 | 220.95 | 220.95 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11621 | 0.11621 | 0.11621 | 0.0 | 0.05 Output | 6.23e-05 | 6.23e-05 | 6.23e-05 | 0.0 | 0.00 Modify | 0.40719 | 0.40719 | 0.40719 | 0.0 | 0.18 Other | | 0.05674 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54276e+06 ave 1.54276e+06 max 1.54276e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542764 Ave neighs/atom = 192.84550 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58276.244 -58276.244 -58612.185 -58612.185 324.91027 324.91027 45311.937 45311.937 534.92034 534.92034 3000 -58261.263 -58261.263 -58607.001 -58607.001 334.38458 334.38458 45318.348 45318.348 541.60584 541.60584 Loop time of 224.883 on 1 procs for 1000 steps with 8000 atoms Performance: 0.384 ns/day, 62.468 hours/ns, 4.447 timesteps/s 69.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 | 224.27 | 224.27 | 224.27 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10455 | 0.10455 | 0.10455 | 0.0 | 0.05 Output | 6.03e-05 | 6.03e-05 | 6.03e-05 | 0.0 | 0.00 Modify | 0.47509 | 0.47509 | 0.47509 | 0.0 | 0.21 Other | | 0.03656 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54287e+06 ave 1.54287e+06 max 1.54287e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542868 Ave neighs/atom = 192.85850 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58261.263 -58261.263 -58607.001 -58607.001 334.38458 334.38458 45318.348 45318.348 541.60584 541.60584 4000 -58264.441 -58264.441 -58609.873 -58609.873 334.08987 334.08987 45332.215 45332.215 -888.73633 -888.73633 Loop time of 223.245 on 1 procs for 1000 steps with 8000 atoms Performance: 0.387 ns/day, 62.013 hours/ns, 4.479 timesteps/s 69.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 | 222.59 | 222.59 | 222.59 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14434 | 0.14434 | 0.14434 | 0.0 | 0.06 Output | 5.88e-05 | 5.88e-05 | 5.88e-05 | 0.0 | 0.00 Modify | 0.47822 | 0.47822 | 0.47822 | 0.0 | 0.21 Other | | 0.03656 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54295e+06 ave 1.54295e+06 max 1.54295e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542950 Ave neighs/atom = 192.86875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58264.441 -58264.441 -58609.873 -58609.873 334.08987 334.08987 45332.215 45332.215 -888.73633 -888.73633 5000 -58269.842 -58269.842 -58606.455 -58606.455 325.55961 325.55961 45299.415 45299.415 2190.7249 2190.7249 Loop time of 226.704 on 1 procs for 1000 steps with 8000 atoms Performance: 0.381 ns/day, 62.973 hours/ns, 4.411 timesteps/s 68.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 | 226.04 | 226.04 | 226.04 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12406 | 0.12406 | 0.12406 | 0.0 | 0.05 Output | 4.52e-05 | 4.52e-05 | 4.52e-05 | 0.0 | 0.00 Modify | 0.48547 | 0.48547 | 0.48547 | 0.0 | 0.21 Other | | 0.05697 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54181e+06 ave 1.54181e+06 max 1.54181e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541806 Ave neighs/atom = 192.72575 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.32705722411, Press = -479.945800339427 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58269.842 -58269.842 -58606.455 -58606.455 325.55961 325.55961 45299.415 45299.415 2190.7249 2190.7249 6000 -58259.022 -58259.022 -58605.632 -58605.632 335.22858 335.22858 45349.425 45349.425 -2325.0758 -2325.0758 Loop time of 232.423 on 1 procs for 1000 steps with 8000 atoms Performance: 0.372 ns/day, 64.562 hours/ns, 4.302 timesteps/s 67.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 | 231.72 | 231.72 | 231.72 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16541 | 0.16541 | 0.16541 | 0.0 | 0.07 Output | 4.21e-05 | 4.21e-05 | 4.21e-05 | 0.0 | 0.00 Modify | 0.50402 | 0.50402 | 0.50402 | 0.0 | 0.22 Other | | 0.03665 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54400e+06 ave 1.544e+06 max 1.544e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1544004 Ave neighs/atom = 193.00050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.727260692453, Press = 38.6713366311295 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58259.022 -58259.022 -58605.632 -58605.632 335.22858 335.22858 45349.425 45349.425 -2325.0758 -2325.0758 7000 -58271.616 -58271.616 -58615.125 -58615.125 332.22883 332.22883 45325.297 45325.297 -755.15889 -755.15889 Loop time of 220.353 on 1 procs for 1000 steps with 8000 atoms Performance: 0.392 ns/day, 61.209 hours/ns, 4.538 timesteps/s 71.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.69 | 219.69 | 219.69 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12377 | 0.12377 | 0.12377 | 0.0 | 0.06 Output | 4.58e-05 | 4.58e-05 | 4.58e-05 | 0.0 | 0.00 Modify | 0.50327 | 0.50327 | 0.50327 | 0.0 | 0.23 Other | | 0.03926 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54147e+06 ave 1.54147e+06 max 1.54147e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541470 Ave neighs/atom = 192.68375 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.958605640158, Press = -70.2984121138041 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58271.616 -58271.616 -58615.125 -58615.125 332.22883 332.22883 45325.297 45325.297 -755.15889 -755.15889 8000 -58260.677 -58260.677 -58608.289 -58608.289 336.1973 336.1973 45304.331 45304.331 1835.3639 1835.3639 Loop time of 204.61 on 1 procs for 1000 steps with 8000 atoms Performance: 0.422 ns/day, 56.836 hours/ns, 4.887 timesteps/s 76.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 203.96 | 203.96 | 203.96 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10804 | 0.10804 | 0.10804 | 0.0 | 0.05 Output | 4.58e-05 | 4.58e-05 | 4.58e-05 | 0.0 | 0.00 Modify | 0.50386 | 0.50386 | 0.50386 | 0.0 | 0.25 Other | | 0.03692 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54215e+06 ave 1.54215e+06 max 1.54215e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542152 Ave neighs/atom = 192.76900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.100580105833, Press = 2.94370673807384 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58260.677 -58260.677 -58608.289 -58608.289 336.1973 336.1973 45304.331 45304.331 1835.3639 1835.3639 9000 -58267.311 -58267.311 -58613.35 -58613.35 334.67614 334.67614 45335.777 45335.777 -1649.3947 -1649.3947 Loop time of 195.88 on 1 procs for 1000 steps with 8000 atoms Performance: 0.441 ns/day, 54.411 hours/ns, 5.105 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 | 195.35 | 195.35 | 195.35 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.088063 | 0.088063 | 0.088063 | 0.0 | 0.04 Output | 4.66e-05 | 4.66e-05 | 4.66e-05 | 0.0 | 0.00 Modify | 0.40911 | 0.40911 | 0.40911 | 0.0 | 0.21 Other | | 0.03607 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54324e+06 ave 1.54324e+06 max 1.54324e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1543236 Ave neighs/atom = 192.90450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.004541285498, Press = -9.33279722531617 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58267.311 -58267.311 -58613.35 -58613.35 334.67614 334.67614 45335.777 45335.777 -1649.3947 -1649.3947 10000 -58268.189 -58268.189 -58609.091 -58609.091 329.70726 329.70726 45313.439 45313.439 772.34101 772.34101 Loop time of 196.858 on 1 procs for 1000 steps with 8000 atoms Performance: 0.439 ns/day, 54.683 hours/ns, 5.080 timesteps/s 79.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 196.36 | 196.36 | 196.36 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10418 | 0.10418 | 0.10418 | 0.0 | 0.05 Output | 4.23e-05 | 4.23e-05 | 4.23e-05 | 0.0 | 0.00 Modify | 0.35464 | 0.35464 | 0.35464 | 0.0 | 0.18 Other | | 0.0369 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54219e+06 ave 1.54219e+06 max 1.54219e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542190 Ave neighs/atom = 192.77375 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.114247130324, Press = -11.0890590855521 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58268.189 -58268.189 -58609.091 -58609.091 329.70726 329.70726 45313.439 45313.439 772.34101 772.34101 11000 -58258.609 -58258.609 -58606.76 -58606.76 336.71918 336.71918 45324.824 45324.824 -107.29863 -107.29863 Loop time of 190.214 on 1 procs for 1000 steps with 8000 atoms Performance: 0.454 ns/day, 52.837 hours/ns, 5.257 timesteps/s 81.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 189.72 | 189.72 | 189.72 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10353 | 0.10353 | 0.10353 | 0.0 | 0.05 Output | 3.35e-05 | 3.35e-05 | 3.35e-05 | 0.0 | 0.00 Modify | 0.33374 | 0.33374 | 0.33374 | 0.0 | 0.18 Other | | 0.05622 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54308e+06 ave 1.54308e+06 max 1.54308e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1543084 Ave neighs/atom = 192.88550 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.13835567445, Press = -0.373194232218592 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58258.609 -58258.609 -58606.76 -58606.76 336.71918 336.71918 45324.824 45324.824 -107.29863 -107.29863 12000 -58267.492 -58267.492 -58609.965 -58609.965 331.2273 331.2273 45353.588 45353.588 -3130.4805 -3130.4805 Loop time of 194.627 on 1 procs for 1000 steps with 8000 atoms Performance: 0.444 ns/day, 54.063 hours/ns, 5.138 timesteps/s 80.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.11 | 194.11 | 194.11 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09656 | 0.09656 | 0.09656 | 0.0 | 0.05 Output | 4.61e-05 | 4.61e-05 | 4.61e-05 | 0.0 | 0.00 Modify | 0.37917 | 0.37917 | 0.37917 | 0.0 | 0.19 Other | | 0.03657 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54222e+06 ave 1.54222e+06 max 1.54222e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542222 Ave neighs/atom = 192.77775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.29835066837, Press = -16.3335052209403 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58267.492 -58267.492 -58609.965 -58609.965 331.2273 331.2273 45353.588 45353.588 -3130.4805 -3130.4805 13000 -58258.071 -58258.071 -58606.548 -58606.548 337.03416 337.03416 45282.413 45282.413 4137.8294 4137.8294 Loop time of 197.037 on 1 procs for 1000 steps with 8000 atoms Performance: 0.438 ns/day, 54.733 hours/ns, 5.075 timesteps/s 79.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 196.52 | 196.52 | 196.52 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084171 | 0.084171 | 0.084171 | 0.0 | 0.04 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.40084 | 0.40084 | 0.40084 | 0.0 | 0.20 Other | | 0.03699 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54071e+06 ave 1.54071e+06 max 1.54071e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1540708 Ave neighs/atom = 192.58850 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.437452222207, Press = -3.20870807888731 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58258.071 -58258.071 -58606.548 -58606.548 337.03416 337.03416 45282.413 45282.413 4137.8294 4137.8294 14000 -58260.823 -58260.823 -58608.578 -58608.578 336.33537 336.33537 45341.784 45341.784 -1800.235 -1800.235 Loop time of 197.625 on 1 procs for 1000 steps with 8000 atoms Performance: 0.437 ns/day, 54.896 hours/ns, 5.060 timesteps/s 79.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 196.95 | 196.95 | 196.95 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10391 | 0.10391 | 0.10391 | 0.0 | 0.05 Output | 5.95e-05 | 5.95e-05 | 5.95e-05 | 0.0 | 0.00 Modify | 0.53275 | 0.53275 | 0.53275 | 0.0 | 0.27 Other | | 0.03639 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54484e+06 ave 1.54484e+06 max 1.54484e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1544838 Ave neighs/atom = 193.10475 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.416881341673, Press = -0.126351235370355 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58260.823 -58260.823 -58608.578 -58608.578 336.33537 336.33537 45341.784 45341.784 -1800.235 -1800.235 15000 -58273.969 -58273.969 -58613.469 -58613.469 328.35199 328.35199 45314.976 45314.976 227.52504 227.52504 Loop time of 194.266 on 1 procs for 1000 steps with 8000 atoms Performance: 0.445 ns/day, 53.963 hours/ns, 5.148 timesteps/s 80.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.77 | 193.77 | 193.77 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10413 | 0.10413 | 0.10413 | 0.0 | 0.05 Output | 4.65e-05 | 4.65e-05 | 4.65e-05 | 0.0 | 0.00 Modify | 0.33592 | 0.33592 | 0.33592 | 0.0 | 0.17 Other | | 0.05655 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54149e+06 ave 1.54149e+06 max 1.54149e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541492 Ave neighs/atom = 192.68650 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.272283583124, Press = -7.60194809598414 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58273.969 -58273.969 -58613.469 -58613.469 328.35199 328.35199 45314.976 45314.976 227.52504 227.52504 16000 -58265.747 -58265.747 -58611.792 -58611.792 334.68161 334.68161 45310.793 45310.793 992.74289 992.74289 Loop time of 190.494 on 1 procs for 1000 steps with 8000 atoms Performance: 0.454 ns/day, 52.915 hours/ns, 5.250 timesteps/s 82.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 | 189.86 | 189.86 | 189.86 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10368 | 0.10368 | 0.10368 | 0.0 | 0.05 Output | 4.63e-05 | 4.63e-05 | 4.63e-05 | 0.0 | 0.00 Modify | 0.47757 | 0.47757 | 0.47757 | 0.0 | 0.25 Other | | 0.05642 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54233e+06 ave 1.54233e+06 max 1.54233e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542326 Ave neighs/atom = 192.79075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.206058332101, Press = -0.489728344688676 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58265.747 -58265.747 -58611.792 -58611.792 334.68161 334.68161 45310.793 45310.793 992.74289 992.74289 17000 -58261.091 -58261.091 -58609.638 -58609.638 337.10166 337.10166 45349.312 45349.312 -2640.8955 -2640.8955 Loop time of 197.193 on 1 procs for 1000 steps with 8000 atoms Performance: 0.438 ns/day, 54.776 hours/ns, 5.071 timesteps/s 79.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 196.58 | 196.58 | 196.58 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11623 | 0.11623 | 0.11623 | 0.0 | 0.06 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.44017 | 0.44017 | 0.44017 | 0.0 | 0.22 Other | | 0.05844 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54305e+06 ave 1.54305e+06 max 1.54305e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1543052 Ave neighs/atom = 192.88150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.081973729149, Press = -4.37656995515141 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58261.091 -58261.091 -58609.638 -58609.638 337.10166 337.10166 45349.312 45349.312 -2640.8955 -2640.8955 18000 -58265.52 -58265.52 -58607.015 -58607.015 330.28136 330.28136 45278.621 45278.621 4209.2954 4209.2954 Loop time of 194.509 on 1 procs for 1000 steps with 8000 atoms Performance: 0.444 ns/day, 54.030 hours/ns, 5.141 timesteps/s 80.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.92 | 193.92 | 193.92 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12683 | 0.12683 | 0.12683 | 0.0 | 0.07 Output | 5.9e-05 | 5.9e-05 | 5.9e-05 | 0.0 | 0.00 Modify | 0.42877 | 0.42877 | 0.42877 | 0.0 | 0.22 Other | | 0.03673 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54123e+06 ave 1.54123e+06 max 1.54123e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541232 Ave neighs/atom = 192.65400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.105494924515, Press = -8.17872501439481 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58265.52 -58265.52 -58607.015 -58607.015 330.28136 330.28136 45278.621 45278.621 4209.2954 4209.2954 19000 -58266.476 -58266.476 -58607.568 -58607.568 329.89177 329.89177 45326.229 45326.229 -448.64516 -448.64516 Loop time of 191.419 on 1 procs for 1000 steps with 8000 atoms Performance: 0.451 ns/day, 53.172 hours/ns, 5.224 timesteps/s 81.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 190.94 | 190.94 | 190.94 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083075 | 0.083075 | 0.083075 | 0.0 | 0.04 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.36184 | 0.36184 | 0.36184 | 0.0 | 0.19 Other | | 0.03655 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54463e+06 ave 1.54463e+06 max 1.54463e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1544634 Ave neighs/atom = 193.07925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.222429282142, Press = 4.94036122074777 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58266.476 -58266.476 -58607.568 -58607.568 329.89177 329.89177 45326.229 45326.229 -448.64516 -448.64516 20000 -58262.308 -58262.308 -58609.97 -58609.97 336.24568 336.24568 45338.678 45338.678 -1638.221 -1638.221 Loop time of 186.975 on 1 procs for 1000 steps with 8000 atoms Performance: 0.462 ns/day, 51.938 hours/ns, 5.348 timesteps/s 83.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 186.49 | 186.49 | 186.49 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10848 | 0.10848 | 0.10848 | 0.0 | 0.06 Output | 6.08e-05 | 6.08e-05 | 6.08e-05 | 0.0 | 0.00 Modify | 0.33521 | 0.33521 | 0.33521 | 0.0 | 0.18 Other | | 0.03698 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54196e+06 ave 1.54196e+06 max 1.54196e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541956 Ave neighs/atom = 192.74450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.276398070505, Press = -5.87992829596638 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58262.308 -58262.308 -58609.97 -58609.97 336.24568 336.24568 45338.678 45338.678 -1638.221 -1638.221 21000 -58270.763 -58270.763 -58610.17 -58610.17 328.26117 328.26117 45297.759 45297.759 2218.3497 2218.3497 Loop time of 186.761 on 1 procs for 1000 steps with 8000 atoms Performance: 0.463 ns/day, 51.878 hours/ns, 5.354 timesteps/s 83.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 186.23 | 186.23 | 186.23 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.088902 | 0.088902 | 0.088902 | 0.0 | 0.05 Output | 7.29e-05 | 7.29e-05 | 7.29e-05 | 0.0 | 0.00 Modify | 0.35632 | 0.35632 | 0.35632 | 0.0 | 0.19 Other | | 0.08675 | | | 0.05 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54166e+06 ave 1.54166e+06 max 1.54166e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541658 Ave neighs/atom = 192.70725 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.303225828015, Press = -0.740724499465434 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58270.763 -58270.763 -58610.17 -58610.17 328.26117 328.26117 45297.759 45297.759 2218.3497 2218.3497 22000 -58265.062 -58265.062 -58609.403 -58609.403 333.03446 333.03446 45345.561 45345.561 -2255.1169 -2255.1169 Loop time of 176.777 on 1 procs for 1000 steps with 8000 atoms Performance: 0.489 ns/day, 49.105 hours/ns, 5.657 timesteps/s 88.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 176.34 | 176.34 | 176.34 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083246 | 0.083246 | 0.083246 | 0.0 | 0.05 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.31763 | 0.31763 | 0.31763 | 0.0 | 0.18 Other | | 0.03612 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54335e+06 ave 1.54335e+06 max 1.54335e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1543352 Ave neighs/atom = 192.91900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.276512316374, Press = -1.33382735689353 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58265.062 -58265.062 -58609.403 -58609.403 333.03446 333.03446 45345.561 45345.561 -2255.1169 -2255.1169 23000 -58264.339 -58264.339 -58611.049 -58611.049 335.32581 335.32581 45308.076 45308.076 1207.8463 1207.8463 Loop time of 179.153 on 1 procs for 1000 steps with 8000 atoms Performance: 0.482 ns/day, 49.765 hours/ns, 5.582 timesteps/s 87.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 | 178.71 | 178.71 | 178.71 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083865 | 0.083865 | 0.083865 | 0.0 | 0.05 Output | 4.58e-05 | 4.58e-05 | 4.58e-05 | 0.0 | 0.00 Modify | 0.3187 | 0.3187 | 0.3187 | 0.0 | 0.18 Other | | 0.03646 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54113e+06 ave 1.54113e+06 max 1.54113e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1541132 Ave neighs/atom = 192.64150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.182185002106, Press = -6.00512374241596 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58264.339 -58264.339 -58611.049 -58611.049 335.32581 335.32581 45308.076 45308.076 1207.8463 1207.8463 24000 -58269.964 -58269.964 -58614.324 -58614.324 333.05147 333.05147 45297.824 45297.824 2009.0416 2009.0416 Loop time of 173.83 on 1 procs for 1000 steps with 8000 atoms Performance: 0.497 ns/day, 48.286 hours/ns, 5.753 timesteps/s 90.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 | 173.36 | 173.36 | 173.36 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11059 | 0.11059 | 0.11059 | 0.0 | 0.06 Output | 4.69e-05 | 4.69e-05 | 4.69e-05 | 0.0 | 0.00 Modify | 0.32497 | 0.32497 | 0.32497 | 0.0 | 0.19 Other | | 0.03658 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54233e+06 ave 1.54233e+06 max 1.54233e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1542326 Ave neighs/atom = 192.79075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.136473722087, Press = 6.81771480534966 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58269.964 -58269.964 -58614.324 -58614.324 333.05147 333.05147 45297.824 45297.824 2009.0416 2009.0416 25000 -58264.726 -58264.726 -58608.515 -58608.515 332.49941 332.49941 45355.243 45355.243 -3138.2178 -3138.2178 Loop time of 170.354 on 1 procs for 1000 steps with 8000 atoms Performance: 0.507 ns/day, 47.321 hours/ns, 5.870 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 | 169.9 | 169.9 | 169.9 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10434 | 0.10434 | 0.10434 | 0.0 | 0.06 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.31329 | 0.31329 | 0.31329 | 0.0 | 0.18 Other | | 0.03648 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54350e+06 ave 1.5435e+06 max 1.5435e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1543500 Ave neighs/atom = 192.93750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.136084008064, Press = -4.41619617552102 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58264.726 -58264.726 -58608.515 -58608.515 332.49941 332.49941 45355.243 45355.243 -3138.2178 -3138.2178 26000 -58257.548 -58257.548 -58605.142 -58605.142 336.18022 336.18022 45305.606 45305.606 1925.3003 1925.3003 Loop time of 170.38 on 1 procs for 1000 steps with 8000 atoms Performance: 0.507 ns/day, 47.328 hours/ns, 5.869 timesteps/s 91.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 | 169.94 | 169.94 | 169.94 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084379 | 0.084379 | 0.084379 | 0.0 | 0.05 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.3167 | 0.3167 | 0.3167 | 0.0 | 0.19 Other | | 0.03646 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54073e+06 ave 1.54073e+06 max 1.54073e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1540730 Ave neighs/atom = 192.59125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.157966605257, Press = -1.25566573663692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -58257.548 -58257.548 -58605.142 -58605.142 336.18022 336.18022 45305.606 45305.606 1925.3003 1925.3003 27000 -58266.298 -58266.298 -58613.845 -58613.845 336.13454 336.13454 45333.737 45333.737 -1308.1676 -1308.1676 Loop time of 172.163 on 1 procs for 1000 steps with 8000 atoms Performance: 0.502 ns/day, 47.823 hours/ns, 5.808 timesteps/s 90.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 171.69 | 171.69 | 171.69 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083738 | 0.083738 | 0.083738 | 0.0 | 0.05 Output | 4.5e-05 | 4.5e-05 | 4.5e-05 | 0.0 | 0.00 Modify | 0.35358 | 0.35358 | 0.35358 | 0.0 | 0.21 Other | | 0.03645 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.54368e+06 ave 1.54368e+06 max 1.54368e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1543676 Ave neighs/atom = 192.95950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 45321.7494163827 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0