# 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.556477725505829*${_u_distance} variable latticeconst_converted equal 3.556477725505829*1 lattice diamond ${latticeconst_converted} lattice diamond 3.55647772550583 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_JeongLee_2020_PtC__MO_716623333967_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.2287627534 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2287627534/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2287627534/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2287627534/(1*1*${_u_distance}) variable V0_metal equal 44984.2287627534/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 44984.2287627534*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 44984.2287627534 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 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 -58636.218 -58636.218 -58960 -58960 313.15 313.15 44984.229 44984.229 7687.8785 7687.8785 1000 -58284.033 -58284.033 -58608.894 -58608.894 314.1935 314.1935 45347.549 45347.549 -2971.4648 -2971.4648 Loop time of 254.862 on 1 procs for 1000 steps with 8000 atoms Performance: 0.339 ns/day, 70.795 hours/ns, 3.924 timesteps/s 52.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 | 253.98 | 253.98 | 253.98 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17326 | 0.17326 | 0.17326 | 0.0 | 0.07 Output | 6.09e-05 | 6.09e-05 | 6.09e-05 | 0.0 | 0.00 Modify | 0.62825 | 0.62825 | 0.62825 | 0.0 | 0.25 Other | | 0.0805 | | | 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.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 -58284.033 -58284.033 -58608.894 -58608.894 314.1935 314.1935 45347.549 45347.549 -2971.4648 -2971.4648 2000 -58317.375 -58317.375 -58632.554 -58632.554 304.82921 304.82921 45287.317 45287.317 987.14288 987.14288 Loop time of 267.027 on 1 procs for 1000 steps with 8000 atoms Performance: 0.324 ns/day, 74.174 hours/ns, 3.745 timesteps/s 52.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 | 266.28 | 266.28 | 266.28 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16613 | 0.16613 | 0.16613 | 0.0 | 0.06 Output | 4.97e-05 | 4.97e-05 | 4.97e-05 | 0.0 | 0.00 Modify | 0.49351 | 0.49351 | 0.49351 | 0.0 | 0.18 Other | | 0.0863 | | | 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.51973e+06 ave 1.51973e+06 max 1.51973e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519726 Ave neighs/atom = 189.96575 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 -58317.375 -58317.375 -58632.554 -58632.554 304.82921 304.82921 45287.317 45287.317 987.14288 987.14288 3000 -58303.458 -58303.458 -58628.488 -58628.488 314.35639 314.35639 45301.466 45301.466 194.53279 194.53279 Loop time of 264.598 on 1 procs for 1000 steps with 8000 atoms Performance: 0.327 ns/day, 73.499 hours/ns, 3.779 timesteps/s 52.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 | 263.82 | 263.82 | 263.82 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13045 | 0.13045 | 0.13045 | 0.0 | 0.05 Output | 6.03e-05 | 6.03e-05 | 6.03e-05 | 0.0 | 0.00 Modify | 0.5507 | 0.5507 | 0.5507 | 0.0 | 0.21 Other | | 0.09936 | | | 0.04 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.51984e+06 ave 1.51984e+06 max 1.51984e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519840 Ave neighs/atom = 189.98000 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 -58303.458 -58303.458 -58628.488 -58628.488 314.35639 314.35639 45301.466 45301.466 194.53279 194.53279 4000 -58306.354 -58306.354 -58630.635 -58630.635 313.63174 313.63174 45309.06 45309.06 -622.84614 -622.84614 Loop time of 262.254 on 1 procs for 1000 steps with 8000 atoms Performance: 0.329 ns/day, 72.848 hours/ns, 3.813 timesteps/s 53.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 | 261.35 | 261.35 | 261.35 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16447 | 0.16447 | 0.16447 | 0.0 | 0.06 Output | 5.9e-05 | 5.9e-05 | 5.9e-05 | 0.0 | 0.00 Modify | 0.63563 | 0.63563 | 0.63563 | 0.0 | 0.24 Other | | 0.1066 | | | 0.04 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.51987e+06 ave 1.51987e+06 max 1.51987e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519870 Ave neighs/atom = 189.98375 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 -58306.354 -58306.354 -58630.635 -58630.635 313.63174 313.63174 45309.06 45309.06 -622.84614 -622.84614 5000 -58311.454 -58311.454 -58633.621 -58633.621 311.58869 311.58869 45277.835 45277.835 2064.4761 2064.4761 Loop time of 268.409 on 1 procs for 1000 steps with 8000 atoms Performance: 0.322 ns/day, 74.558 hours/ns, 3.726 timesteps/s 52.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 | 267.36 | 267.36 | 267.36 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16372 | 0.16372 | 0.16372 | 0.0 | 0.06 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.82403 | 0.82403 | 0.82403 | 0.0 | 0.31 Other | | 0.05592 | | | 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.51984e+06 ave 1.51984e+06 max 1.51984e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519836 Ave neighs/atom = 189.97950 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.453328037368, Press = -588.385195785834 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 -58311.454 -58311.454 -58633.621 -58633.621 311.58869 311.58869 45277.835 45277.835 2064.4761 2064.4761 6000 -58301.159 -58301.159 -58625.589 -58625.589 313.77607 313.77607 45344.056 45344.056 -3761.3195 -3761.3195 Loop time of 258.452 on 1 procs for 1000 steps with 8000 atoms Performance: 0.334 ns/day, 71.792 hours/ns, 3.869 timesteps/s 54.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 | 257.71 | 257.71 | 257.71 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1556 | 0.1556 | 0.1556 | 0.0 | 0.06 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.50768 | 0.50768 | 0.50768 | 0.0 | 0.20 Other | | 0.08004 | | | 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.51983e+06 ave 1.51983e+06 max 1.51983e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519830 Ave neighs/atom = 189.97875 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.734725931766, Press = -65.2101376369111 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 -58301.159 -58301.159 -58625.589 -58625.589 313.77607 313.77607 45344.056 45344.056 -3761.3195 -3761.3195 7000 -58312.995 -58312.995 -58633.981 -58633.981 310.44584 310.44584 45264.009 45264.009 3245.0755 3245.0755 Loop time of 270.911 on 1 procs for 1000 steps with 8000 atoms Performance: 0.319 ns/day, 75.253 hours/ns, 3.691 timesteps/s 51.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 | 270.16 | 270.16 | 270.16 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10528 | 0.10528 | 0.10528 | 0.0 | 0.04 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.59281 | 0.59281 | 0.59281 | 0.0 | 0.22 Other | | 0.0557 | | | 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.51978e+06 ave 1.51978e+06 max 1.51978e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519784 Ave neighs/atom = 189.97300 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.970958155331, Press = 18.0747634366598 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 -58312.995 -58312.995 -58633.981 -58633.981 310.44584 310.44584 45264.009 45264.009 3245.0755 3245.0755 8000 -58303.081 -58303.081 -58633.849 -58633.849 319.90636 319.90636 45311.131 45311.131 -999.75241 -999.75241 Loop time of 259.608 on 1 procs for 1000 steps with 8000 atoms Performance: 0.333 ns/day, 72.113 hours/ns, 3.852 timesteps/s 54.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 | 258.73 | 258.73 | 258.73 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14515 | 0.14515 | 0.14515 | 0.0 | 0.06 Output | 4.71e-05 | 4.71e-05 | 4.71e-05 | 0.0 | 0.00 Modify | 0.6755 | 0.6755 | 0.6755 | 0.0 | 0.26 Other | | 0.05739 | | | 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.51987e+06 ave 1.51987e+06 max 1.51987e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519866 Ave neighs/atom = 189.98325 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.099220426407, Press = -35.1944458811173 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 -58303.081 -58303.081 -58633.849 -58633.849 319.90636 319.90636 45311.131 45311.131 -999.75241 -999.75241 9000 -58309.023 -58309.023 -58630.831 -58630.831 311.24067 311.24067 45306.459 45306.459 -553.87805 -553.87805 Loop time of 239.924 on 1 procs for 1000 steps with 8000 atoms Performance: 0.360 ns/day, 66.646 hours/ns, 4.168 timesteps/s 58.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 | 239.23 | 239.23 | 239.23 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14459 | 0.14459 | 0.14459 | 0.0 | 0.06 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.47175 | 0.47175 | 0.47175 | 0.0 | 0.20 Other | | 0.07594 | | | 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.51984e+06 ave 1.51984e+06 max 1.51984e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519842 Ave neighs/atom = 189.98025 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.012004121546, Press = -3.34322736117005 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 -58309.023 -58309.023 -58630.831 -58630.831 311.24067 311.24067 45306.459 45306.459 -553.87805 -553.87805 10000 -58310.03 -58310.03 -58636.807 -58636.807 316.04636 316.04636 45287.642 45287.642 919.9858 919.9858 Loop time of 260.105 on 1 procs for 1000 steps with 8000 atoms Performance: 0.332 ns/day, 72.251 hours/ns, 3.845 timesteps/s 53.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 | 259.32 | 259.32 | 259.32 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15356 | 0.15356 | 0.15356 | 0.0 | 0.06 Output | 5.08e-05 | 5.08e-05 | 5.08e-05 | 0.0 | 0.00 Modify | 0.57643 | 0.57643 | 0.57643 | 0.0 | 0.22 Other | | 0.05597 | | | 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.51982e+06 ave 1.51982e+06 max 1.51982e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519818 Ave neighs/atom = 189.97725 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.120869212206, Press = -12.1453105575104 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 -58310.03 -58310.03 -58636.807 -58636.807 316.04636 316.04636 45287.642 45287.642 919.9858 919.9858 11000 -58301.105 -58301.105 -58625.277 -58625.277 313.52747 313.52747 45324.45 45324.45 -1847.8984 -1847.8984 Loop time of 247.953 on 1 procs for 1000 steps with 8000 atoms Performance: 0.348 ns/day, 68.876 hours/ns, 4.033 timesteps/s 56.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 | 247.18 | 247.18 | 247.18 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099363 | 0.099363 | 0.099363 | 0.0 | 0.04 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.59469 | 0.59469 | 0.59469 | 0.0 | 0.24 Other | | 0.07902 | | | 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.51983e+06 ave 1.51983e+06 max 1.51983e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519834 Ave neighs/atom = 189.97925 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.12011042139, Press = -7.52738602531558 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 -58301.105 -58301.105 -58625.277 -58625.277 313.52747 313.52747 45324.45 45324.45 -1847.8984 -1847.8984 12000 -58309.289 -58309.289 -58632.429 -58632.429 312.52868 312.52868 45279.224 45279.224 1949.4422 1949.4422 Loop time of 249.239 on 1 procs for 1000 steps with 8000 atoms Performance: 0.347 ns/day, 69.233 hours/ns, 4.012 timesteps/s 56.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 | 248.48 | 248.48 | 248.48 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10378 | 0.10378 | 0.10378 | 0.0 | 0.04 Output | 4.58e-05 | 4.58e-05 | 4.58e-05 | 0.0 | 0.00 Modify | 0.57677 | 0.57677 | 0.57677 | 0.0 | 0.23 Other | | 0.07677 | | | 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.51978e+06 ave 1.51978e+06 max 1.51978e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519780 Ave neighs/atom = 189.97250 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.271735319005, Press = -2.87937052236946 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 -58309.289 -58309.289 -58632.429 -58632.429 312.52868 312.52868 45279.224 45279.224 1949.4422 1949.4422 13000 -58302.265 -58302.265 -58627.434 -58627.434 314.49124 314.49124 45321.169 45321.169 -1611.4667 -1611.4667 Loop time of 243.355 on 1 procs for 1000 steps with 8000 atoms Performance: 0.355 ns/day, 67.599 hours/ns, 4.109 timesteps/s 57.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 | 242.6 | 242.6 | 242.6 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15687 | 0.15687 | 0.15687 | 0.0 | 0.06 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.5662 | 0.5662 | 0.5662 | 0.0 | 0.23 Other | | 0.03578 | | | 0.01 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.51985e+06 ave 1.51985e+06 max 1.51985e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519854 Ave neighs/atom = 189.98175 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.395695126965, Press = -12.1618108734876 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 -58302.265 -58302.265 -58627.434 -58627.434 314.49124 314.49124 45321.169 45321.169 -1611.4667 -1611.4667 14000 -58311.62 -58311.62 -58635.109 -58635.109 312.86639 312.86639 45294.863 45294.863 312.13492 312.13492 Loop time of 239.209 on 1 procs for 1000 steps with 8000 atoms Performance: 0.361 ns/day, 66.447 hours/ns, 4.180 timesteps/s 58.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 | 238.63 | 238.63 | 238.63 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1154 | 0.1154 | 0.1154 | 0.0 | 0.05 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.38052 | 0.38052 | 0.38052 | 0.0 | 0.16 Other | | 0.08676 | | | 0.04 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.51983e+06 ave 1.51983e+06 max 1.51983e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519832 Ave neighs/atom = 189.97900 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.343499875921, Press = 2.84364734265734 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 -58311.62 -58311.62 -58635.109 -58635.109 312.86639 312.86639 45294.863 45294.863 312.13492 312.13492 15000 -58310.473 -58310.473 -58632.716 -58632.716 311.6607 311.6607 45288.008 45288.008 1067.0239 1067.0239 Loop time of 212.415 on 1 procs for 1000 steps with 8000 atoms Performance: 0.407 ns/day, 59.004 hours/ns, 4.708 timesteps/s 65.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 | 211.73 | 211.73 | 211.73 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17276 | 0.17276 | 0.17276 | 0.0 | 0.08 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.45525 | 0.45525 | 0.45525 | 0.0 | 0.21 Other | | 0.05598 | | | 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.51980e+06 ave 1.5198e+06 max 1.5198e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519802 Ave neighs/atom = 189.97525 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.31273670078, Press = -10.8101132579205 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 -58310.473 -58310.473 -58632.716 -58632.716 311.6607 311.6607 45288.008 45288.008 1067.0239 1067.0239 16000 -58307.51 -58307.51 -58628.687 -58628.687 310.6305 310.6305 45325.077 45325.077 -2206.972 -2206.972 Loop time of 219.201 on 1 procs for 1000 steps with 8000 atoms Performance: 0.394 ns/day, 60.889 hours/ns, 4.562 timesteps/s 63.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 218.52 | 218.52 | 218.52 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13767 | 0.13767 | 0.13767 | 0.0 | 0.06 Output | 4.64e-05 | 4.64e-05 | 4.64e-05 | 0.0 | 0.00 Modify | 0.48947 | 0.48947 | 0.48947 | 0.0 | 0.22 Other | | 0.0558 | | | 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.51982e+06 ave 1.51982e+06 max 1.51982e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519824 Ave neighs/atom = 189.97800 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.146060744413, Press = -0.379359034180353 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 -58307.51 -58307.51 -58628.687 -58628.687 310.6305 310.6305 45325.077 45325.077 -2206.972 -2206.972 17000 -58311.39 -58311.39 -58633.849 -58633.849 311.87031 311.87031 45265.187 45265.187 3293.0217 3293.0217 Loop time of 209.4 on 1 procs for 1000 steps with 8000 atoms Performance: 0.413 ns/day, 58.167 hours/ns, 4.776 timesteps/s 66.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 | 208.85 | 208.85 | 208.85 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10392 | 0.10392 | 0.10392 | 0.0 | 0.05 Output | 4.76e-05 | 4.76e-05 | 4.76e-05 | 0.0 | 0.00 Modify | 0.41098 | 0.41098 | 0.41098 | 0.0 | 0.20 Other | | 0.0358 | | | 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.51977e+06 ave 1.51977e+06 max 1.51977e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519772 Ave neighs/atom = 189.97150 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.136258560433, Press = -4.2704898596821 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 -58311.39 -58311.39 -58633.849 -58633.849 311.87031 311.87031 45265.187 45265.187 3293.0217 3293.0217 18000 -58303.811 -58303.811 -58630.826 -58630.826 316.2766 316.2766 45329.455 45329.455 -2717.1406 -2717.1406 Loop time of 203.386 on 1 procs for 1000 steps with 8000 atoms Performance: 0.425 ns/day, 56.496 hours/ns, 4.917 timesteps/s 69.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 | 202.7 | 202.7 | 202.7 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16688 | 0.16688 | 0.16688 | 0.0 | 0.08 Output | 4.64e-05 | 4.64e-05 | 4.64e-05 | 0.0 | 0.00 Modify | 0.42801 | 0.42801 | 0.42801 | 0.0 | 0.21 Other | | 0.08621 | | | 0.04 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.51988e+06 ave 1.51988e+06 max 1.51988e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519876 Ave neighs/atom = 189.98450 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.021794189392, Press = -5.76680907702686 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 -58303.811 -58303.811 -58630.826 -58630.826 316.2766 316.2766 45329.455 45329.455 -2717.1406 -2717.1406 19000 -58310.237 -58310.237 -58637.248 -58637.248 316.27207 316.27207 45291.918 45291.918 432.27655 432.27655 Loop time of 226.325 on 1 procs for 1000 steps with 8000 atoms Performance: 0.382 ns/day, 62.868 hours/ns, 4.418 timesteps/s 62.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 | 225.7 | 225.7 | 225.7 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.19477 | 0.19477 | 0.19477 | 0.0 | 0.09 Output | 4.69e-05 | 4.69e-05 | 4.69e-05 | 0.0 | 0.00 Modify | 0.37713 | 0.37713 | 0.37713 | 0.0 | 0.17 Other | | 0.05129 | | | 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.51978e+06 ave 1.51978e+06 max 1.51978e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519782 Ave neighs/atom = 189.97275 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.021350205097, Press = -1.63378266376323 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 -58310.237 -58310.237 -58637.248 -58637.248 316.27207 316.27207 45291.918 45291.918 432.27655 432.27655 20000 -58303.561 -58303.561 -58628.718 -58628.718 314.47995 314.47995 45304.124 45304.124 -109.75016 -109.75016 Loop time of 269.962 on 1 procs for 1000 steps with 8000 atoms Performance: 0.320 ns/day, 74.990 hours/ns, 3.704 timesteps/s 51.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 269.05 | 269.05 | 269.05 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14549 | 0.14549 | 0.14549 | 0.0 | 0.05 Output | 4.64e-05 | 4.64e-05 | 4.64e-05 | 0.0 | 0.00 Modify | 0.69338 | 0.69338 | 0.69338 | 0.0 | 0.26 Other | | 0.07643 | | | 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.51985e+06 ave 1.51985e+06 max 1.51985e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519848 Ave neighs/atom = 189.98100 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.019595957056, Press = -4.50003919063424 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 -58303.561 -58303.561 -58628.718 -58628.718 314.47995 314.47995 45304.124 45304.124 -109.75016 -109.75016 21000 -58306.258 -58306.258 -58629.776 -58629.776 312.89385 312.89385 45310.719 45310.719 -803.66621 -803.66621 Loop time of 264.364 on 1 procs for 1000 steps with 8000 atoms Performance: 0.327 ns/day, 73.434 hours/ns, 3.783 timesteps/s 53.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 | 263.61 | 263.61 | 263.61 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11769 | 0.11769 | 0.11769 | 0.0 | 0.04 Output | 7.26e-05 | 7.26e-05 | 7.26e-05 | 0.0 | 0.00 Modify | 0.60469 | 0.60469 | 0.60469 | 0.0 | 0.23 Other | | 0.03602 | | | 0.01 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.51982e+06 ave 1.51982e+06 max 1.51982e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519816 Ave neighs/atom = 189.97700 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.990183022385, Press = -2.02986831988745 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 -58306.258 -58306.258 -58629.776 -58629.776 312.89385 312.89385 45310.719 45310.719 -803.66621 -803.66621 22000 -58306.305 -58306.305 -58631.85 -58631.85 314.85527 314.85527 45280.678 45280.678 1971.6073 1971.6073 Loop time of 259.319 on 1 procs for 1000 steps with 8000 atoms Performance: 0.333 ns/day, 72.033 hours/ns, 3.856 timesteps/s 54.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 | 258.6 | 258.6 | 258.6 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15125 | 0.15125 | 0.15125 | 0.0 | 0.06 Output | 3.85e-05 | 3.85e-05 | 3.85e-05 | 0.0 | 0.00 Modify | 0.51604 | 0.51604 | 0.51604 | 0.0 | 0.20 Other | | 0.05583 | | | 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.51981e+06 ave 1.51981e+06 max 1.51981e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519810 Ave neighs/atom = 189.97625 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.95528067814, Press = -2.91299716944992 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 -58306.305 -58306.305 -58631.85 -58631.85 314.85527 314.85527 45280.678 45280.678 1971.6073 1971.6073 23000 -58306.292 -58306.292 -58629.276 -58629.276 312.37748 312.37748 45339.354 45339.354 -3610.5863 -3610.5863 Loop time of 232.254 on 1 procs for 1000 steps with 8000 atoms Performance: 0.372 ns/day, 64.515 hours/ns, 4.306 timesteps/s 60.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 | 231.59 | 231.59 | 231.59 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10418 | 0.10418 | 0.10418 | 0.0 | 0.04 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.52159 | 0.52159 | 0.52159 | 0.0 | 0.22 Other | | 0.03605 | | | 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.51981e+06 ave 1.51981e+06 max 1.51981e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519812 Ave neighs/atom = 189.97650 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.89231593269, Press = -5.05390631614832 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 -58306.292 -58306.292 -58629.276 -58629.276 312.37748 312.37748 45339.354 45339.354 -3610.5863 -3610.5863 24000 -58305.066 -58305.066 -58627.686 -58627.686 312.02592 312.02592 45279.019 45279.019 2311.8085 2311.8085 Loop time of 230.422 on 1 procs for 1000 steps with 8000 atoms Performance: 0.375 ns/day, 64.006 hours/ns, 4.340 timesteps/s 60.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 | 229.74 | 229.74 | 229.74 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18442 | 0.18442 | 0.18442 | 0.0 | 0.08 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.45717 | 0.45717 | 0.45717 | 0.0 | 0.20 Other | | 0.03599 | | | 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.51977e+06 ave 1.51977e+06 max 1.51977e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519768 Ave neighs/atom = 189.97100 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.900440600036, Press = 1.6669057965415 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 -58305.066 -58305.066 -58627.686 -58627.686 312.02592 312.02592 45279.019 45279.019 2311.8085 2311.8085 25000 -58308.395 -58308.395 -58632.103 -58632.103 313.07843 313.07843 45302.021 45302.021 -138.23977 -138.23977 Loop time of 213.086 on 1 procs for 1000 steps with 8000 atoms Performance: 0.405 ns/day, 59.191 hours/ns, 4.693 timesteps/s 65.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 | 212.38 | 212.38 | 212.38 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084146 | 0.084146 | 0.084146 | 0.0 | 0.04 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.5641 | 0.5641 | 0.5641 | 0.0 | 0.26 Other | | 0.0566 | | | 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.51987e+06 ave 1.51987e+06 max 1.51987e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519870 Ave neighs/atom = 189.98375 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.892479025885, Press = -5.37195504333975 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 -58308.395 -58308.395 -58632.103 -58632.103 313.07843 313.07843 45302.021 45302.021 -138.23977 -138.23977 26000 -58304.749 -58304.749 -58629.697 -58629.697 314.27801 314.27801 45309.958 45309.958 -658.0496 -658.0496 Loop time of 208.086 on 1 procs for 1000 steps with 8000 atoms Performance: 0.415 ns/day, 57.802 hours/ns, 4.806 timesteps/s 67.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 | 207.33 | 207.33 | 207.33 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12452 | 0.12452 | 0.12452 | 0.0 | 0.06 Output | 4.63e-05 | 4.63e-05 | 4.63e-05 | 0.0 | 0.00 Modify | 0.51488 | 0.51488 | 0.51488 | 0.0 | 0.25 Other | | 0.116 | | | 0.06 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.51982e+06 ave 1.51982e+06 max 1.51982e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519816 Ave neighs/atom = 189.97700 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.928150150428, Press = -0.811477046264762 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 -58304.749 -58304.749 -58629.697 -58629.697 314.27801 314.27801 45309.958 45309.958 -658.0496 -658.0496 27000 -58297.772 -58297.772 -58625.44 -58625.44 316.90856 316.90856 45300.823 45300.823 505.86693 505.86693 Loop time of 201.524 on 1 procs for 1000 steps with 8000 atoms Performance: 0.429 ns/day, 55.979 hours/ns, 4.962 timesteps/s 69.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 200.87 | 200.87 | 200.87 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10403 | 0.10403 | 0.10403 | 0.0 | 0.05 Output | 4.69e-05 | 4.69e-05 | 4.69e-05 | 0.0 | 0.00 Modify | 0.49073 | 0.49073 | 0.49073 | 0.0 | 0.24 Other | | 0.05636 | | | 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.51980e+06 ave 1.5198e+06 max 1.5198e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519800 Ave neighs/atom = 189.97500 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.962575755257, Press = -2.31587695476176 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 27000 -58297.772 -58297.772 -58625.44 -58625.44 316.90856 316.90856 45300.823 45300.823 505.86693 505.86693 28000 -58311.081 -58311.081 -58629.852 -58629.852 308.30285 308.30285 45302.81 45302.81 -179.76275 -179.76275 Loop time of 163.532 on 1 procs for 1000 steps with 8000 atoms Performance: 0.528 ns/day, 45.426 hours/ns, 6.115 timesteps/s 85.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 163.07 | 163.07 | 163.07 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085119 | 0.085119 | 0.085119 | 0.0 | 0.05 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.31178 | 0.31178 | 0.31178 | 0.0 | 0.19 Other | | 0.06648 | | | 0.04 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.51980e+06 ave 1.5198e+06 max 1.5198e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519800 Ave neighs/atom = 189.97500 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.016303723758, Press = -2.21089721389617 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 28000 -58311.081 -58311.081 -58629.852 -58629.852 308.30285 308.30285 45302.81 45302.81 -179.76275 -179.76275 29000 -58304.532 -58304.532 -58632.811 -58632.811 317.49929 317.49929 45298.382 45298.382 258.35309 258.35309 Loop time of 164.684 on 1 procs for 1000 steps with 8000 atoms Performance: 0.525 ns/day, 45.746 hours/ns, 6.072 timesteps/s 84.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 164.18 | 164.18 | 164.18 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10378 | 0.10378 | 0.10378 | 0.0 | 0.06 Output | 4.24e-05 | 4.24e-05 | 4.24e-05 | 0.0 | 0.00 Modify | 0.36287 | 0.36287 | 0.36287 | 0.0 | 0.22 Other | | 0.03578 | | | 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.51985e+06 ave 1.51985e+06 max 1.51985e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519854 Ave neighs/atom = 189.98175 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.049014530814, Press = -2.07355989048452 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 29000 -58304.532 -58304.532 -58632.811 -58632.811 317.49929 317.49929 45298.382 45298.382 258.35309 258.35309 30000 -58309.607 -58309.607 -58628.846 -58628.846 308.75568 308.75568 45312.003 45312.003 -921.69883 -921.69883 Loop time of 153.416 on 1 procs for 1000 steps with 8000 atoms Performance: 0.563 ns/day, 42.615 hours/ns, 6.518 timesteps/s 90.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 | 152.95 | 152.95 | 152.95 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10334 | 0.10334 | 0.10334 | 0.0 | 0.07 Output | 4.72e-05 | 4.72e-05 | 4.72e-05 | 0.0 | 0.00 Modify | 0.31002 | 0.31002 | 0.31002 | 0.0 | 0.20 Other | | 0.05173 | | | 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.51987e+06 ave 1.51987e+06 max 1.51987e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519866 Ave neighs/atom = 189.98325 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.101084230609, Press = -2.60672039095517 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 30000 -58309.607 -58309.607 -58628.846 -58628.846 308.75568 308.75568 45312.003 45312.003 -921.69883 -921.69883 31000 -58301.898 -58301.898 -58629.743 -58629.743 317.07956 317.07956 45285.643 45285.643 1626.4972 1626.4972 Loop time of 148.713 on 1 procs for 1000 steps with 8000 atoms Performance: 0.581 ns/day, 41.309 hours/ns, 6.724 timesteps/s 94.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 | 148.27 | 148.27 | 148.27 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084294 | 0.084294 | 0.084294 | 0.0 | 0.06 Output | 4.67e-05 | 4.67e-05 | 4.67e-05 | 0.0 | 0.00 Modify | 0.32533 | 0.32533 | 0.32533 | 0.0 | 0.22 Other | | 0.0358 | | | 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.51980e+06 ave 1.5198e+06 max 1.5198e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519796 Ave neighs/atom = 189.97450 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.094944200551, Press = -0.40490831395298 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 31000 -58301.898 -58301.898 -58629.743 -58629.743 317.07956 317.07956 45285.643 45285.643 1626.4972 1626.4972 32000 -58307.61 -58307.61 -58631.922 -58631.922 313.66169 313.66169 45312.313 45312.313 -1059.2641 -1059.2641 Loop time of 138.368 on 1 procs for 1000 steps with 8000 atoms Performance: 0.624 ns/day, 38.435 hours/ns, 7.227 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 | 137.94 | 137.94 | 137.94 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083242 | 0.083242 | 0.083242 | 0.0 | 0.06 Output | 8.22e-05 | 8.22e-05 | 8.22e-05 | 0.0 | 0.00 Modify | 0.31208 | 0.31208 | 0.31208 | 0.0 | 0.23 Other | | 0.03548 | | | 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.51984e+06 ave 1.51984e+06 max 1.51984e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519842 Ave neighs/atom = 189.98025 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.145059421506, Press = -4.32378578130652 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 32000 -58307.61 -58307.61 -58631.922 -58631.922 313.66169 313.66169 45312.313 45312.313 -1059.2641 -1059.2641 33000 -58300.838 -58300.838 -58629.218 -58629.218 317.5971 317.5971 45313.147 45313.147 -901.01994 -901.01994 Loop time of 138.969 on 1 procs for 1000 steps with 8000 atoms Performance: 0.622 ns/day, 38.603 hours/ns, 7.196 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 138.54 | 138.54 | 138.54 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083371 | 0.083371 | 0.083371 | 0.0 | 0.06 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.313 | 0.313 | 0.313 | 0.0 | 0.23 Other | | 0.03577 | | | 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.51980e+06 ave 1.5198e+06 max 1.5198e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519802 Ave neighs/atom = 189.97525 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.164728724525, Press = 1.08583428266873 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 33000 -58300.838 -58300.838 -58629.218 -58629.218 317.5971 317.5971 45313.147 45313.147 -901.01994 -901.01994 34000 -58307.839 -58307.839 -58629.859 -58629.859 311.44599 311.44599 45268.438 45268.438 3180.5191 3180.5191 Loop time of 189.901 on 1 procs for 1000 steps with 8000 atoms Performance: 0.455 ns/day, 52.750 hours/ns, 5.266 timesteps/s 73.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 189.31 | 189.31 | 189.31 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12426 | 0.12426 | 0.12426 | 0.0 | 0.07 Output | 3.73e-05 | 3.73e-05 | 3.73e-05 | 0.0 | 0.00 Modify | 0.43215 | 0.43215 | 0.43215 | 0.0 | 0.23 Other | | 0.03554 | | | 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.51986e+06 ave 1.51986e+06 max 1.51986e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519856 Ave neighs/atom = 189.98200 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.175737591329, Press = -3.66312940162488 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 34000 -58307.839 -58307.839 -58629.859 -58629.859 311.44599 311.44599 45268.438 45268.438 3180.5191 3180.5191 35000 -58303.195 -58303.195 -58632.59 -58632.59 318.57849 318.57849 45332.801 45332.801 -2983.1799 -2983.1799 Loop time of 187.741 on 1 procs for 1000 steps with 8000 atoms Performance: 0.460 ns/day, 52.150 hours/ns, 5.326 timesteps/s 74.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 | 187 | 187 | 187 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083822 | 0.083822 | 0.083822 | 0.0 | 0.04 Output | 4.7e-05 | 4.7e-05 | 4.7e-05 | 0.0 | 0.00 Modify | 0.58095 | 0.58095 | 0.58095 | 0.0 | 0.31 Other | | 0.07566 | | | 0.04 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.51984e+06 ave 1.51984e+06 max 1.51984e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519844 Ave neighs/atom = 189.98050 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.174552440016, Press = -1.51034704886707 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 35000 -58303.195 -58303.195 -58632.59 -58632.59 318.57849 318.57849 45332.801 45332.801 -2983.1799 -2983.1799 36000 -58308.663 -58308.663 -58635.655 -58635.655 316.25459 316.25459 45287.723 45287.723 1045.5382 1045.5382 Loop time of 193.951 on 1 procs for 1000 steps with 8000 atoms Performance: 0.445 ns/day, 53.875 hours/ns, 5.156 timesteps/s 72.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.41 | 193.41 | 193.41 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08401 | 0.08401 | 0.08401 | 0.0 | 0.04 Output | 4.63e-05 | 4.63e-05 | 4.63e-05 | 0.0 | 0.00 Modify | 0.40369 | 0.40369 | 0.40369 | 0.0 | 0.21 Other | | 0.05571 | | | 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.51979e+06 ave 1.51979e+06 max 1.51979e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519790 Ave neighs/atom = 189.97375 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.168458635733, Press = -1.08327332625815 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 36000 -58308.663 -58308.663 -58635.655 -58635.655 316.25459 316.25459 45287.723 45287.723 1045.5382 1045.5382 37000 -58314.559 -58314.559 -58630.545 -58630.545 305.61 305.61 45305.498 45305.498 -561.19183 -561.19183 Loop time of 194.773 on 1 procs for 1000 steps with 8000 atoms Performance: 0.444 ns/day, 54.104 hours/ns, 5.134 timesteps/s 71.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 | 194.18 | 194.18 | 194.18 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12436 | 0.12436 | 0.12436 | 0.0 | 0.06 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.41603 | 0.41603 | 0.41603 | 0.0 | 0.21 Other | | 0.05559 | | | 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.51988e+06 ave 1.51988e+06 max 1.51988e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519876 Ave neighs/atom = 189.98450 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.159609893313, Press = -2.32007658366717 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 37000 -58314.559 -58314.559 -58630.545 -58630.545 305.61 305.61 45305.498 45305.498 -561.19183 -561.19183 38000 -58306.1 -58306.1 -58625.855 -58625.855 309.25512 309.25512 45298.074 45298.074 569.02024 569.02024 Loop time of 195.393 on 1 procs for 1000 steps with 8000 atoms Performance: 0.442 ns/day, 54.276 hours/ns, 5.118 timesteps/s 73.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.84 | 194.84 | 194.84 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084327 | 0.084327 | 0.084327 | 0.0 | 0.04 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.43183 | 0.43183 | 0.43183 | 0.0 | 0.22 Other | | 0.03609 | | | 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.51986e+06 ave 1.51986e+06 max 1.51986e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519860 Ave neighs/atom = 189.98250 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.123482084419, Press = -0.347263956470545 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 38000 -58306.1 -58306.1 -58625.855 -58625.855 309.25512 309.25512 45298.074 45298.074 569.02024 569.02024 39000 -58316.064 -58316.064 -58637.424 -58637.424 310.80776 310.80776 45282.224 45282.224 1332.5388 1332.5388 Loop time of 184.488 on 1 procs for 1000 steps with 8000 atoms Performance: 0.468 ns/day, 51.247 hours/ns, 5.420 timesteps/s 75.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 | 183.84 | 183.84 | 183.84 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1437 | 0.1437 | 0.1437 | 0.0 | 0.08 Output | 4.79e-05 | 4.79e-05 | 4.79e-05 | 0.0 | 0.00 Modify | 0.45181 | 0.45181 | 0.45181 | 0.0 | 0.24 Other | | 0.04995 | | | 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.51982e+06 ave 1.51982e+06 max 1.51982e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519822 Ave neighs/atom = 189.97775 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.088647384726, Press = -4.4459983072276 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 39000 -58316.064 -58316.064 -58637.424 -58637.424 310.80776 310.80776 45282.224 45282.224 1332.5388 1332.5388 40000 -58306.882 -58306.882 -58633.385 -58633.385 315.78086 315.78086 45332.595 45332.595 -3151.8908 -3151.8908 Loop time of 180.396 on 1 procs for 1000 steps with 8000 atoms Performance: 0.479 ns/day, 50.110 hours/ns, 5.543 timesteps/s 77.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 179.77 | 179.77 | 179.77 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12318 | 0.12318 | 0.12318 | 0.0 | 0.07 Output | 6.26e-05 | 6.26e-05 | 6.26e-05 | 0.0 | 0.00 Modify | 0.46316 | 0.46316 | 0.46316 | 0.0 | 0.26 Other | | 0.03608 | | | 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.51985e+06 ave 1.51985e+06 max 1.51985e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519854 Ave neighs/atom = 189.98175 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 45301.0659524139 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0