# 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.56700000166893*${_u_distance} variable latticeconst_converted equal 3.56700000166893*1 lattice diamond ${latticeconst_converted} lattice diamond 3.56700000166893 Lattice spacing in x,y,z = 3.5670000 3.5670000 3.5670000 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.670000 35.670000 35.670000) 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_Wagner_2007_SiC__MO_430846853065_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 45384.6853267038 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45384.6853267038/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45384.6853267038/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 45384.6853267038/(1*1*${_u_distance}) variable V0_metal equal 45384.6853267038/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 45384.6853267038*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 45384.6853267038 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58636.218 -58636.218 -58960 -58960 313.15 313.15 45384.685 45384.685 7620.1188 7620.1188 1000 -58271.559 -58271.559 -58606.455 -58606.455 323.89917 323.89917 45844.683 45844.683 -2731.9284 -2731.9284 Loop time of 93.4936 on 1 procs for 1000 steps with 8000 atoms Performance: 0.924 ns/day, 25.970 hours/ns, 10.696 timesteps/s 97.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 93.079 | 93.079 | 93.079 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074563 | 0.074563 | 0.074563 | 0.0 | 0.08 Output | 6.41e-05 | 6.41e-05 | 6.41e-05 | 0.0 | 0.00 Modify | 0.30495 | 0.30495 | 0.30495 | 0.0 | 0.33 Other | | 0.03528 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58271.559 -58271.559 -58606.455 -58606.455 323.89917 323.89917 45844.683 45844.683 -2731.9284 -2731.9284 2000 -58306.163 -58306.163 -58611.006 -58611.006 294.83204 294.83204 45794.206 45794.206 669.48922 669.48922 Loop time of 93.1795 on 1 procs for 1000 steps with 8000 atoms Performance: 0.927 ns/day, 25.883 hours/ns, 10.732 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 | 92.762 | 92.762 | 92.762 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074725 | 0.074725 | 0.074725 | 0.0 | 0.08 Output | 5.99e-05 | 5.99e-05 | 5.99e-05 | 0.0 | 0.00 Modify | 0.30715 | 0.30715 | 0.30715 | 0.0 | 0.33 Other | | 0.03541 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263990 Ave neighs/atom = 157.99875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58306.163 -58306.163 -58611.006 -58611.006 294.83204 294.83204 45794.206 45794.206 669.48922 669.48922 3000 -58290.95 -58290.95 -58619.426 -58619.426 317.68987 317.68987 45796.225 45796.225 581.68425 581.68425 Loop time of 93.8619 on 1 procs for 1000 steps with 8000 atoms Performance: 0.921 ns/day, 26.073 hours/ns, 10.654 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 93.444 | 93.444 | 93.444 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075105 | 0.075105 | 0.075105 | 0.0 | 0.08 Output | 6.13e-05 | 6.13e-05 | 6.13e-05 | 0.0 | 0.00 Modify | 0.30701 | 0.30701 | 0.30701 | 0.0 | 0.33 Other | | 0.0357 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263992 Ave neighs/atom = 157.99900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58290.95 -58290.95 -58619.426 -58619.426 317.68987 317.68987 45796.225 45796.225 581.68425 581.68425 4000 -58294.965 -58294.965 -58617.518 -58617.518 311.96143 311.96143 45811.44 45811.44 -850.69387 -850.69387 Loop time of 91.8343 on 1 procs for 1000 steps with 8000 atoms Performance: 0.941 ns/day, 25.510 hours/ns, 10.889 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 91.422 | 91.422 | 91.422 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073308 | 0.073308 | 0.073308 | 0.0 | 0.08 Output | 4.96e-05 | 4.96e-05 | 4.96e-05 | 0.0 | 0.00 Modify | 0.30407 | 0.30407 | 0.30407 | 0.0 | 0.33 Other | | 0.03517 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58294.965 -58294.965 -58617.518 -58617.518 311.96143 311.96143 45811.44 45811.44 -850.69387 -850.69387 5000 -58299.083 -58299.083 -58621.482 -58621.482 311.81255 311.81255 45786.623 45786.623 1088.8733 1088.8733 Loop time of 87.2877 on 1 procs for 1000 steps with 8000 atoms Performance: 0.990 ns/day, 24.247 hours/ns, 11.456 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 | 86.888 | 86.888 | 86.888 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07165 | 0.07165 | 0.07165 | 0.0 | 0.08 Output | 3.8e-05 | 3.8e-05 | 3.8e-05 | 0.0 | 0.00 Modify | 0.29404 | 0.29404 | 0.29404 | 0.0 | 0.34 Other | | 0.03394 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.847001873382, Press = 253.175889163225 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58299.083 -58299.083 -58621.482 -58621.482 311.81255 311.81255 45786.623 45786.623 1088.8733 1088.8733 6000 -58289.653 -58289.653 -58611.48 -58611.48 311.25915 311.25915 45803.866 45803.866 328.10056 328.10056 Loop time of 77.0641 on 1 procs for 1000 steps with 8000 atoms Performance: 1.121 ns/day, 21.407 hours/ns, 12.976 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 | 76.691 | 76.691 | 76.691 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065018 | 0.065018 | 0.065018 | 0.0 | 0.08 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.27806 | 0.27806 | 0.27806 | 0.0 | 0.36 Other | | 0.03036 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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 = 312.739944746925, Press = -71.8849163468036 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58289.653 -58289.653 -58611.48 -58611.48 311.25915 311.25915 45803.866 45803.866 328.10056 328.10056 7000 -58301.709 -58301.709 -58629.393 -58629.393 316.92319 316.92319 45831.679 45831.679 -3846.0587 -3846.0587 Loop time of 76.3257 on 1 procs for 1000 steps with 8000 atoms Performance: 1.132 ns/day, 21.202 hours/ns, 13.102 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 75.956 | 75.956 | 75.956 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064225 | 0.064225 | 0.064225 | 0.0 | 0.08 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.27594 | 0.27594 | 0.27594 | 0.0 | 0.36 Other | | 0.02995 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.021943482137, Press = 32.0070301217355 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58301.709 -58301.709 -58629.393 -58629.393 316.92319 316.92319 45831.679 45831.679 -3846.0587 -3846.0587 8000 -58290.378 -58290.378 -58622.788 -58622.788 321.49504 321.49504 45767.796 45767.796 3138.608 3138.608 Loop time of 75.4747 on 1 procs for 1000 steps with 8000 atoms Performance: 1.145 ns/day, 20.965 hours/ns, 13.249 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 | 75.107 | 75.107 | 75.107 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063432 | 0.063432 | 0.063432 | 0.0 | 0.08 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.27475 | 0.27475 | 0.27475 | 0.0 | 0.36 Other | | 0.02967 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.093251099365, Press = 2.52872248197512 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58290.378 -58290.378 -58622.788 -58622.788 321.49504 321.49504 45767.796 45767.796 3138.608 3138.608 9000 -58298.276 -58298.276 -58620.366 -58620.366 311.51351 311.51351 45811.69 45811.69 -1241.3875 -1241.3875 Loop time of 74.848 on 1 procs for 1000 steps with 8000 atoms Performance: 1.154 ns/day, 20.791 hours/ns, 13.360 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 74.482 | 74.482 | 74.482 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063129 | 0.063129 | 0.063129 | 0.0 | 0.08 Output | 3.77e-05 | 3.77e-05 | 3.77e-05 | 0.0 | 0.00 Modify | 0.27322 | 0.27322 | 0.27322 | 0.0 | 0.37 Other | | 0.02959 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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 = 313.017412958279, Press = -7.61303278211193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58298.276 -58298.276 -58620.366 -58620.366 311.51351 311.51351 45811.69 45811.69 -1241.3875 -1241.3875 10000 -58297.211 -58297.211 -58623.168 -58623.168 315.25381 315.25381 45798.935 45798.935 -127.49124 -127.49124 Loop time of 74.6886 on 1 procs for 1000 steps with 8000 atoms Performance: 1.157 ns/day, 20.747 hours/ns, 13.389 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 | 74.323 | 74.323 | 74.323 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063523 | 0.063523 | 0.063523 | 0.0 | 0.09 Output | 3.69e-05 | 3.69e-05 | 3.69e-05 | 0.0 | 0.00 Modify | 0.27279 | 0.27279 | 0.27279 | 0.0 | 0.37 Other | | 0.02965 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.130174359805, Press = 6.02980210725728 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58297.211 -58297.211 -58623.168 -58623.168 315.25381 315.25381 45798.935 45798.935 -127.49124 -127.49124 11000 -58288.339 -58288.339 -58612.399 -58612.399 313.41933 313.41933 45791.913 45791.913 1401.7999 1401.7999 Loop time of 78.3936 on 1 procs for 1000 steps with 8000 atoms Performance: 1.102 ns/day, 21.776 hours/ns, 12.756 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 78.018 | 78.018 | 78.018 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064263 | 0.064263 | 0.064263 | 0.0 | 0.08 Output | 4.88e-05 | 4.88e-05 | 4.88e-05 | 0.0 | 0.00 Modify | 0.2805 | 0.2805 | 0.2805 | 0.0 | 0.36 Other | | 0.03052 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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 = 313.187560993839, Press = -5.14112012500875 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58288.339 -58288.339 -58612.399 -58612.399 313.41933 313.41933 45791.913 45791.913 1401.7999 1401.7999 12000 -58297.147 -58297.147 -58622.847 -58622.847 315.00539 315.00539 45846.509 45846.509 -4707.3132 -4707.3132 Loop time of 75.7523 on 1 procs for 1000 steps with 8000 atoms Performance: 1.141 ns/day, 21.042 hours/ns, 13.201 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 75.383 | 75.383 | 75.383 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063464 | 0.063464 | 0.063464 | 0.0 | 0.08 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.27549 | 0.27549 | 0.27549 | 0.0 | 0.36 Other | | 0.03006 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263994 Ave neighs/atom = 157.99925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.332292624161, Press = -0.36058355686126 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58297.147 -58297.147 -58622.847 -58622.847 315.00539 315.00539 45846.509 45846.509 -4707.3132 -4707.3132 13000 -58287.066 -58287.066 -58611.245 -58611.245 313.53327 313.53327 45771.257 45771.257 3623.4143 3623.4143 Loop time of 75.5175 on 1 procs for 1000 steps with 8000 atoms Performance: 1.144 ns/day, 20.977 hours/ns, 13.242 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 75.149 | 75.149 | 75.149 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063852 | 0.063852 | 0.063852 | 0.0 | 0.08 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.27457 | 0.27457 | 0.27457 | 0.0 | 0.36 Other | | 0.02989 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263992 Ave neighs/atom = 157.99900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.469121963329, Press = 10.8812593613433 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58287.066 -58287.066 -58611.245 -58611.245 313.53327 313.53327 45771.257 45771.257 3623.4143 3623.4143 14000 -58292.429 -58292.429 -58619.938 -58619.938 316.75528 316.75528 45802.746 45802.746 -131.99226 -131.99226 Loop time of 75.3997 on 1 procs for 1000 steps with 8000 atoms Performance: 1.146 ns/day, 20.944 hours/ns, 13.263 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 | 75.033 | 75.033 | 75.033 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06336 | 0.06336 | 0.06336 | 0.0 | 0.08 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.2739 | 0.2739 | 0.2739 | 0.0 | 0.36 Other | | 0.02968 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.45531331865, Press = -6.73102727988077 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58292.429 -58292.429 -58619.938 -58619.938 316.75528 316.75528 45802.746 45802.746 -131.99226 -131.99226 15000 -58301.934 -58301.934 -58625.308 -58625.308 312.75585 312.75585 45814.469 45814.469 -1891.7138 -1891.7138 Loop time of 74.7564 on 1 procs for 1000 steps with 8000 atoms Performance: 1.156 ns/day, 20.766 hours/ns, 13.377 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 74.39 | 74.39 | 74.39 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063535 | 0.063535 | 0.063535 | 0.0 | 0.08 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.27355 | 0.27355 | 0.27355 | 0.0 | 0.37 Other | | 0.02942 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.407742101304, Press = 3.2681562512432 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58301.934 -58301.934 -58625.308 -58625.308 312.75585 312.75585 45814.469 45814.469 -1891.7138 -1891.7138 16000 -58292.03 -58292.03 -58616.183 -58616.183 313.50877 313.50877 45779.506 45779.506 2347.8255 2347.8255 Loop time of 75.3927 on 1 procs for 1000 steps with 8000 atoms Performance: 1.146 ns/day, 20.942 hours/ns, 13.264 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 | 75.024 | 75.024 | 75.024 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064078 | 0.064078 | 0.064078 | 0.0 | 0.08 Output | 3.85e-05 | 3.85e-05 | 3.85e-05 | 0.0 | 0.00 Modify | 0.27463 | 0.27463 | 0.27463 | 0.0 | 0.36 Other | | 0.02973 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263994 Ave neighs/atom = 157.99925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.267944853717, Press = 1.55988243086227 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58292.03 -58292.03 -58616.183 -58616.183 313.50877 313.50877 45779.506 45779.506 2347.8255 2347.8255 17000 -58299.196 -58299.196 -58626.089 -58626.089 316.15876 316.15876 45816.418 45816.418 -2066.0783 -2066.0783 Loop time of 76.4361 on 1 procs for 1000 steps with 8000 atoms Performance: 1.130 ns/day, 21.232 hours/ns, 13.083 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 76.066 | 76.066 | 76.066 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06361 | 0.06361 | 0.06361 | 0.0 | 0.08 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.27617 | 0.27617 | 0.27617 | 0.0 | 0.36 Other | | 0.02993 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.194413151827, Press = -4.74690571541063 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58299.196 -58299.196 -58626.089 -58626.089 316.15876 316.15876 45816.418 45816.418 -2066.0783 -2066.0783 18000 -58289.69 -58289.69 -58610.658 -58610.658 310.4283 310.4283 45814.385 45814.385 -674.59841 -674.59841 Loop time of 75.735 on 1 procs for 1000 steps with 8000 atoms Performance: 1.141 ns/day, 21.038 hours/ns, 13.204 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 75.366 | 75.366 | 75.366 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063919 | 0.063919 | 0.063919 | 0.0 | 0.08 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.27534 | 0.27534 | 0.27534 | 0.0 | 0.36 Other | | 0.03002 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263994 Ave neighs/atom = 157.99925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.186705476309, Press = 7.51229385934745 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58289.69 -58289.69 -58610.658 -58610.658 310.4283 310.4283 45814.385 45814.385 -674.59841 -674.59841 19000 -58297.92 -58297.92 -58621.637 -58621.637 313.0874 313.0874 45735.303 45735.303 6011.0293 6011.0293 Loop time of 76.6651 on 1 procs for 1000 steps with 8000 atoms Performance: 1.127 ns/day, 21.296 hours/ns, 13.044 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 | 76.295 | 76.295 | 76.295 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063839 | 0.063839 | 0.063839 | 0.0 | 0.08 Output | 4.63e-05 | 4.63e-05 | 4.63e-05 | 0.0 | 0.00 Modify | 0.27648 | 0.27648 | 0.27648 | 0.0 | 0.36 Other | | 0.02999 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.181797510703, Press = -5.04884260884199 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58297.92 -58297.92 -58621.637 -58621.637 313.0874 313.0874 45735.303 45735.303 6011.0293 6011.0293 20000 -58302.435 -58302.435 -58616.836 -58616.836 304.07703 304.07703 45823.831 45823.831 -2254.2766 -2254.2766 Loop time of 75.5623 on 1 procs for 1000 steps with 8000 atoms Performance: 1.143 ns/day, 20.990 hours/ns, 13.234 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 | 75.195 | 75.195 | 75.195 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062955 | 0.062955 | 0.062955 | 0.0 | 0.08 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.27438 | 0.27438 | 0.27438 | 0.0 | 0.36 Other | | 0.02962 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.204296090033, Press = -0.804727180961792 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58302.435 -58302.435 -58616.836 -58616.836 304.07703 304.07703 45823.831 45823.831 -2254.2766 -2254.2766 21000 -58292.94 -58292.94 -58619.639 -58619.639 315.97057 315.97057 45792.954 45792.954 792.4982 792.4982 Loop time of 73.4658 on 1 procs for 1000 steps with 8000 atoms Performance: 1.176 ns/day, 20.407 hours/ns, 13.612 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 | 73.102 | 73.102 | 73.102 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063398 | 0.063398 | 0.063398 | 0.0 | 0.09 Output | 7.69e-05 | 7.69e-05 | 7.69e-05 | 0.0 | 0.00 Modify | 0.27122 | 0.27122 | 0.27122 | 0.0 | 0.37 Other | | 0.02916 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.138095308883, Press = 2.89673069387372 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58292.94 -58292.94 -58619.639 -58619.639 315.97057 315.97057 45792.954 45792.954 792.4982 792.4982 22000 -58301.513 -58301.513 -58625.625 -58625.625 313.469 313.469 45790.844 45790.844 381.40895 381.40895 Loop time of 75.6752 on 1 procs for 1000 steps with 8000 atoms Performance: 1.142 ns/day, 21.021 hours/ns, 13.214 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 | 75.307 | 75.307 | 75.307 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063619 | 0.063619 | 0.063619 | 0.0 | 0.08 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.27502 | 0.27502 | 0.27502 | 0.0 | 0.36 Other | | 0.02975 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263986 Ave neighs/atom = 157.99825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.055219159556, Press = -1.60505721882387 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58301.513 -58301.513 -58625.625 -58625.625 313.469 313.469 45790.844 45790.844 381.40895 381.40895 23000 -58293.833 -58293.833 -58615.671 -58615.671 311.26995 311.26995 45829.098 45829.098 -2376.9224 -2376.9224 Loop time of 75.7074 on 1 procs for 1000 steps with 8000 atoms Performance: 1.141 ns/day, 21.030 hours/ns, 13.209 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 | 75.339 | 75.339 | 75.339 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06386 | 0.06386 | 0.06386 | 0.0 | 0.08 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.27511 | 0.27511 | 0.27511 | 0.0 | 0.36 Other | | 0.02967 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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 = 313.04862360377, Press = 1.0100232771298 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58293.833 -58293.833 -58615.671 -58615.671 311.26995 311.26995 45829.098 45829.098 -2376.9224 -2376.9224 24000 -58286.129 -58286.129 -58611.474 -58611.474 314.6617 314.6617 45757.898 45757.898 4894.2618 4894.2618 Loop time of 75.8241 on 1 procs for 1000 steps with 8000 atoms Performance: 1.139 ns/day, 21.062 hours/ns, 13.188 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 | 75.454 | 75.454 | 75.454 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063239 | 0.063239 | 0.063239 | 0.0 | 0.08 Output | 4.62e-05 | 4.62e-05 | 4.62e-05 | 0.0 | 0.00 Modify | 0.27521 | 0.27521 | 0.27521 | 0.0 | 0.36 Other | | 0.03176 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.054978409216, Press = 3.93341093144108 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58286.129 -58286.129 -58611.474 -58611.474 314.6617 314.6617 45757.898 45757.898 4894.2618 4894.2618 25000 -58296.594 -58296.594 -58621.741 -58621.741 314.47008 314.47008 45814.022 45814.022 -1457.7001 -1457.7001 Loop time of 75.1064 on 1 procs for 1000 steps with 8000 atoms Performance: 1.150 ns/day, 20.863 hours/ns, 13.314 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 | 74.74 | 74.74 | 74.74 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063118 | 0.063118 | 0.063118 | 0.0 | 0.08 Output | 4.65e-05 | 4.65e-05 | 4.65e-05 | 0.0 | 0.00 Modify | 0.27389 | 0.27389 | 0.27389 | 0.0 | 0.36 Other | | 0.02951 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.110274300957, Press = -3.84570423463126 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58296.594 -58296.594 -58621.741 -58621.741 314.47008 314.47008 45814.022 45814.022 -1457.7001 -1457.7001 26000 -58292.842 -58292.842 -58619.625 -58619.625 316.05183 316.05183 45812.173 45812.173 -1091.2111 -1091.2111 Loop time of 74.6855 on 1 procs for 1000 steps with 8000 atoms Performance: 1.157 ns/day, 20.746 hours/ns, 13.389 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 | 74.32 | 74.32 | 74.32 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062515 | 0.062515 | 0.062515 | 0.0 | 0.08 Output | 4.66e-05 | 4.66e-05 | 4.66e-05 | 0.0 | 0.00 Modify | 0.27399 | 0.27399 | 0.27399 | 0.0 | 0.37 Other | | 0.0294 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263992 Ave neighs/atom = 157.99900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.184600771644, Press = 2.27294984849702 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -58292.842 -58292.842 -58619.625 -58619.625 316.05183 316.05183 45812.173 45812.173 -1091.2111 -1091.2111 27000 -58290.534 -58290.534 -58615.667 -58615.667 314.45665 314.45665 45783.269 45783.269 2046.9121 2046.9121 Loop time of 75.8764 on 1 procs for 1000 steps with 8000 atoms Performance: 1.139 ns/day, 21.077 hours/ns, 13.179 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 | 75.508 | 75.508 | 75.508 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063009 | 0.063009 | 0.063009 | 0.0 | 0.08 Output | 4.57e-05 | 4.57e-05 | 4.57e-05 | 0.0 | 0.00 Modify | 0.27594 | 0.27594 | 0.27594 | 0.0 | 0.36 Other | | 0.02982 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263998 Ave neighs/atom = 157.99975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.188295749446, Press = 0.50421535056981 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -58290.534 -58290.534 -58615.667 -58615.667 314.45665 314.45665 45783.269 45783.269 2046.9121 2046.9121 28000 -58300.527 -58300.527 -58620.09 -58620.09 309.06946 309.06946 45818.42 45818.42 -1843.5474 -1843.5474 Loop time of 75.9582 on 1 procs for 1000 steps with 8000 atoms Performance: 1.137 ns/day, 21.100 hours/ns, 13.165 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 | 75.589 | 75.589 | 75.589 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063707 | 0.063707 | 0.063707 | 0.0 | 0.08 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.2754 | 0.2754 | 0.2754 | 0.0 | 0.36 Other | | 0.03 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.144418811438, Press = -0.887241890792425 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -58300.527 -58300.527 -58620.09 -58620.09 309.06946 309.06946 45818.42 45818.42 -1843.5474 -1843.5474 29000 -58289.378 -58289.378 -58619.184 -58619.184 318.97629 318.97629 45798.405 45798.405 395.78314 395.78314 Loop time of 76.5436 on 1 procs for 1000 steps with 8000 atoms Performance: 1.129 ns/day, 21.262 hours/ns, 13.064 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 | 76.173 | 76.173 | 76.173 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064107 | 0.064107 | 0.064107 | 0.0 | 0.08 Output | 4.57e-05 | 4.57e-05 | 4.57e-05 | 0.0 | 0.00 Modify | 0.27629 | 0.27629 | 0.27629 | 0.0 | 0.36 Other | | 0.02994 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263992 Ave neighs/atom = 157.99900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.137070163299, Press = 4.04476760393246 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -58289.378 -58289.378 -58619.184 -58619.184 318.97629 318.97629 45798.405 45798.405 395.78314 395.78314 30000 -58297.142 -58297.142 -58623.211 -58623.211 315.36114 315.36114 45768.569 45768.569 2728.7882 2728.7882 Loop time of 76.3175 on 1 procs for 1000 steps with 8000 atoms Performance: 1.132 ns/day, 21.199 hours/ns, 13.103 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 | 75.947 | 75.947 | 75.947 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064022 | 0.064022 | 0.064022 | 0.0 | 0.08 Output | 4.67e-05 | 4.67e-05 | 4.67e-05 | 0.0 | 0.00 Modify | 0.27638 | 0.27638 | 0.27638 | 0.0 | 0.36 Other | | 0.02999 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.132602522597, Press = -2.70929862836674 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -58297.142 -58297.142 -58623.211 -58623.211 315.36114 315.36114 45768.569 45768.569 2728.7882 2728.7882 31000 -58296.219 -58296.219 -58618.404 -58618.404 311.60495 311.60495 45831.054 45831.054 -2855.151 -2855.151 Loop time of 78.3108 on 1 procs for 1000 steps with 8000 atoms Performance: 1.103 ns/day, 21.753 hours/ns, 12.770 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 | 77.935 | 77.935 | 77.935 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065024 | 0.065024 | 0.065024 | 0.0 | 0.08 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.28062 | 0.28062 | 0.28062 | 0.0 | 0.36 Other | | 0.03038 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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 = 313.155637182418, Press = 0.915753082791691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -58296.219 -58296.219 -58618.404 -58618.404 311.60495 311.60495 45831.054 45831.054 -2855.151 -2855.151 32000 -58289.419 -58289.419 -58614.133 -58614.133 314.05126 314.05126 45791.922 45791.922 1298.5103 1298.5103 Loop time of 75.733 on 1 procs for 1000 steps with 8000 atoms Performance: 1.141 ns/day, 21.037 hours/ns, 13.204 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 75.364 | 75.364 | 75.364 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063773 | 0.063773 | 0.063773 | 0.0 | 0.08 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.27491 | 0.27491 | 0.27491 | 0.0 | 0.36 Other | | 0.02987 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263996 Ave neighs/atom = 157.99950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.166270677752, Press = 1.5304376341862 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -58289.419 -58289.419 -58614.133 -58614.133 314.05126 314.05126 45791.922 45791.922 1298.5103 1298.5103 33000 -58297.968 -58297.968 -58628.905 -58628.905 320.07019 320.07019 45803.131 45803.131 -903.58473 -903.58473 Loop time of 73.8161 on 1 procs for 1000 steps with 8000 atoms Performance: 1.170 ns/day, 20.504 hours/ns, 13.547 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 | 73.453 | 73.453 | 73.453 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062263 | 0.062263 | 0.062263 | 0.0 | 0.08 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.27103 | 0.27103 | 0.27103 | 0.0 | 0.37 Other | | 0.02933 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263990 Ave neighs/atom = 157.99875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.2017601432, Press = -0.581221839146079 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -58297.968 -58297.968 -58628.905 -58628.905 320.07019 320.07019 45803.131 45803.131 -903.58473 -903.58473 34000 -58288.02 -58288.02 -58611.1 -58611.1 312.47145 312.47145 45818.719 45818.719 -963.04082 -963.04082 Loop time of 76.1517 on 1 procs for 1000 steps with 8000 atoms Performance: 1.135 ns/day, 21.153 hours/ns, 13.132 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 | 75.782 | 75.782 | 75.782 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063525 | 0.063525 | 0.063525 | 0.0 | 0.08 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.27591 | 0.27591 | 0.27591 | 0.0 | 0.36 Other | | 0.02999 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.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 = 313.21926208219, Press = 2.13713973187659 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 10.65 | 10.65 | 10.65 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -58288.02 -58288.02 -58611.1 -58611.1 312.47145 312.47145 45818.719 45818.719 -963.04082 -963.04082 35000 -58297.725 -58297.725 -58617.428 -58617.428 309.20519 309.20519 45748.102 45748.102 5132.4933 5132.4933 Loop time of 76.5105 on 1 procs for 1000 steps with 8000 atoms Performance: 1.129 ns/day, 21.253 hours/ns, 13.070 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 | 76.14 | 76.14 | 76.14 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064039 | 0.064039 | 0.064039 | 0.0 | 0.08 Output | 4.72e-05 | 4.72e-05 | 4.72e-05 | 0.0 | 0.00 Modify | 0.27624 | 0.27624 | 0.27624 | 0.0 | 0.36 Other | | 0.02992 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 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.26399e+06 ave 1.26399e+06 max 1.26399e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1263994 Ave neighs/atom = 157.99925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 45800.9213827915 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0