# 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 6.070152866840363*${_u_distance} variable latticeconst_converted equal 6.070152866840363*1 lattice fcc ${latticeconst_converted} lattice fcc 6.07015286684036 Lattice spacing in x,y,z = 6.07015 6.07015 6.07015 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (60.7015 60.7015 60.7015) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.000790119 secs variable mass_converted equal 87.62*${_u_mass} variable mass_converted equal 87.62*1 kim_interactions Sr #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959HighCutoff_Sr__MO_497591319122_004 pair_coeff * * Sr #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 87.62 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 223665.440515879 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 223665.440515879/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 223665.440515879/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 223665.440515879/(1*1*${_u_distance}) variable V0_metal equal 223665.440515879/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 223665.440515879*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 223665.440515879 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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 = 20.5961 ghost atom cutoff = 20.5961 binsize = 10.298, bins = 6 6 6 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 20.5961 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 16.55 | 16.55 | 16.55 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -6791.5606 -6791.5606 -6922.4167 -6922.4167 253.15 253.15 223665.44 223665.44 624.90615 624.90615 1000 -6646.134 -6646.134 -6777.3265 -6777.3265 253.80076 253.80076 228197.05 228197.05 -85.719468 -85.719468 Loop time of 120 on 1 procs for 1000 steps with 4000 atoms Performance: 0.720 ns/day, 33.333 hours/ns, 8.333 timesteps/s 71.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 | 119.1 | 119.1 | 119.1 | 0.0 | 99.25 Neigh | 0.39861 | 0.39861 | 0.39861 | 0.0 | 0.33 Comm | 0.18287 | 0.18287 | 0.18287 | 0.0 | 0.15 Output | 6.6996e-05 | 6.6996e-05 | 6.6996e-05 | 0.0 | 0.00 Modify | 0.27101 | 0.27101 | 0.27101 | 0.0 | 0.23 Other | | 0.04412 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.5607e+06 ave 2.5607e+06 max 2.5607e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2560704 Ave neighs/atom = 640.176 Neighbor list builds = 4 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) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -6646.134 -6646.134 -6777.3265 -6777.3265 253.80076 253.80076 228197.05 228197.05 -85.719468 -85.719468 2000 -6653.3244 -6653.3244 -6785.8123 -6785.8123 256.30684 256.30684 228093.99 228093.99 -125.12957 -125.12957 Loop time of 118.192 on 1 procs for 1000 steps with 4000 atoms Performance: 0.731 ns/day, 32.831 hours/ns, 8.461 timesteps/s 72.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 | 117.03 | 117.03 | 117.03 | 0.0 | 99.01 Neigh | 0.59202 | 0.59202 | 0.59202 | 0.0 | 0.50 Comm | 0.14822 | 0.14822 | 0.14822 | 0.0 | 0.13 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.39519 | 0.39519 | 0.39519 | 0.0 | 0.33 Other | | 0.03069 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55362e+06 ave 2.55362e+06 max 2.55362e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2553622 Ave neighs/atom = 638.405 Neighbor list builds = 5 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) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -6653.3244 -6653.3244 -6785.8123 -6785.8123 256.30684 256.30684 228093.99 228093.99 -125.12957 -125.12957 3000 -6659.6848 -6659.6848 -6794.9525 -6794.9525 261.68442 261.68442 227833.53 227833.53 -74.902449 -74.902449 Loop time of 129.932 on 1 procs for 1000 steps with 4000 atoms Performance: 0.665 ns/day, 36.092 hours/ns, 7.696 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 | 128.46 | 128.46 | 128.46 | 0.0 | 98.87 Neigh | 0.97796 | 0.97796 | 0.97796 | 0.0 | 0.75 Comm | 0.16364 | 0.16364 | 0.16364 | 0.0 | 0.13 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.28853 | 0.28853 | 0.28853 | 0.0 | 0.22 Other | | 0.04393 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55617e+06 ave 2.55617e+06 max 2.55617e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2556174 Ave neighs/atom = 639.043 Neighbor list builds = 5 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) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -6659.6848 -6659.6848 -6794.9525 -6794.9525 261.68442 261.68442 227833.53 227833.53 -74.902449 -74.902449 4000 -6662.4617 -6662.4617 -6789.5395 -6789.5395 245.84052 245.84052 227760.32 227760.32 -20.358866 -20.358866 Loop time of 113.171 on 1 procs for 1000 steps with 4000 atoms Performance: 0.763 ns/day, 31.436 hours/ns, 8.836 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 | 112.08 | 112.08 | 112.08 | 0.0 | 99.04 Neigh | 0.55874 | 0.55874 | 0.55874 | 0.0 | 0.49 Comm | 0.19488 | 0.19488 | 0.19488 | 0.0 | 0.17 Output | 5.8174e-05 | 5.8174e-05 | 5.8174e-05 | 0.0 | 0.00 Modify | 0.30652 | 0.30652 | 0.30652 | 0.0 | 0.27 Other | | 0.03076 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55539e+06 ave 2.55539e+06 max 2.55539e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2555390 Ave neighs/atom = 638.847 Neighbor list builds = 4 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) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -6662.4617 -6662.4617 -6789.5395 -6789.5395 245.84052 245.84052 227760.32 227760.32 -20.358866 -20.358866 5000 -6655.4306 -6655.4306 -6786.6326 -6786.6326 253.81928 253.81928 227549.07 227549.07 143.37976 143.37976 Loop time of 110.103 on 1 procs for 1000 steps with 4000 atoms Performance: 0.785 ns/day, 30.584 hours/ns, 9.082 timesteps/s 78.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 | 108.95 | 108.95 | 108.95 | 0.0 | 98.96 Neigh | 0.63253 | 0.63253 | 0.63253 | 0.0 | 0.57 Comm | 0.16071 | 0.16071 | 0.16071 | 0.0 | 0.15 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.31261 | 0.31261 | 0.31261 | 0.0 | 0.28 Other | | 0.0444 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55134e+06 ave 2.55134e+06 max 2.55134e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2551344 Ave neighs/atom = 637.836 Neighbor list builds = 4 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 = 257.333621487766, Press = 116.830988507231 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -6655.4306 -6655.4306 -6786.6326 -6786.6326 253.81928 253.81928 227549.07 227549.07 143.37976 143.37976 6000 -6657.8887 -6657.8887 -6787.8548 -6787.8548 251.42825 251.42825 227374.89 227374.89 207.31879 207.31879 Loop time of 117.237 on 1 procs for 1000 steps with 4000 atoms Performance: 0.737 ns/day, 32.566 hours/ns, 8.530 timesteps/s 73.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 | 115.82 | 115.82 | 115.82 | 0.0 | 98.79 Neigh | 0.94767 | 0.94767 | 0.94767 | 0.0 | 0.81 Comm | 0.15436 | 0.15436 | 0.15436 | 0.0 | 0.13 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.28401 | 0.28401 | 0.28401 | 0.0 | 0.24 Other | | 0.03114 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55262e+06 ave 2.55262e+06 max 2.55262e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2552618 Ave neighs/atom = 638.154 Neighbor list builds = 5 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 = 252.248303745002, Press = 3.99785608493196 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -6657.8887 -6657.8887 -6787.8548 -6787.8548 251.42825 251.42825 227374.89 227374.89 207.31879 207.31879 7000 -6653.8395 -6653.8395 -6787.55 -6787.55 258.67213 258.67213 227933.8 227933.8 -52.142961 -52.142961 Loop time of 129.047 on 1 procs for 1000 steps with 4000 atoms Performance: 0.670 ns/day, 35.846 hours/ns, 7.749 timesteps/s 66.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 | 127.44 | 127.44 | 127.44 | 0.0 | 98.76 Neigh | 0.9822 | 0.9822 | 0.9822 | 0.0 | 0.76 Comm | 0.20767 | 0.20767 | 0.20767 | 0.0 | 0.16 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.34757 | 0.34757 | 0.34757 | 0.0 | 0.27 Other | | 0.06771 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55244e+06 ave 2.55244e+06 max 2.55244e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2552438 Ave neighs/atom = 638.11 Neighbor list builds = 5 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 = 253.267171022688, Press = -1.06646632539889 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -6653.8395 -6653.8395 -6787.55 -6787.55 258.67213 258.67213 227933.8 227933.8 -52.142961 -52.142961 8000 -6658.8808 -6658.8808 -6788.6481 -6788.6481 251.04376 251.04376 228106.34 228106.34 -179.4858 -179.4858 Loop time of 132.455 on 1 procs for 1000 steps with 4000 atoms Performance: 0.652 ns/day, 36.793 hours/ns, 7.550 timesteps/s 65.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 | 130.84 | 130.84 | 130.84 | 0.0 | 98.78 Neigh | 1.1176 | 1.1176 | 1.1176 | 0.0 | 0.84 Comm | 0.13961 | 0.13961 | 0.13961 | 0.0 | 0.11 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.30919 | 0.30919 | 0.30919 | 0.0 | 0.23 Other | | 0.0454 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55722e+06 ave 2.55722e+06 max 2.55722e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2557224 Ave neighs/atom = 639.306 Neighbor list builds = 5 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 = 253.094264644643, Press = 2.0793691876993 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -6658.8808 -6658.8808 -6788.6481 -6788.6481 251.04376 251.04376 228106.34 228106.34 -179.4858 -179.4858 9000 -6654.5149 -6654.5149 -6785.986 -6785.986 254.33978 254.33978 227899.64 227899.64 -43.628529 -43.628529 Loop time of 112.617 on 1 procs for 1000 steps with 4000 atoms Performance: 0.767 ns/day, 31.283 hours/ns, 8.880 timesteps/s 76.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 | 111.35 | 111.35 | 111.35 | 0.0 | 98.88 Neigh | 0.78258 | 0.78258 | 0.78258 | 0.0 | 0.69 Comm | 0.14552 | 0.14552 | 0.14552 | 0.0 | 0.13 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.28038 | 0.28038 | 0.28038 | 0.0 | 0.25 Other | | 0.05685 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55513e+06 ave 2.55513e+06 max 2.55513e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2555134 Ave neighs/atom = 638.784 Neighbor list builds = 5 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 = 253.41706717725, Press = 2.29839030030847 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -6654.5149 -6654.5149 -6785.986 -6785.986 254.33978 254.33978 227899.64 227899.64 -43.628529 -43.628529 10000 -6657.0396 -6657.0396 -6786.5454 -6786.5454 250.53783 250.53783 227750.06 227750.06 24.129138 24.129138 Loop time of 129.512 on 1 procs for 1000 steps with 4000 atoms Performance: 0.667 ns/day, 35.976 hours/ns, 7.721 timesteps/s 66.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 | 128.31 | 128.31 | 128.31 | 0.0 | 99.07 Neigh | 0.63608 | 0.63608 | 0.63608 | 0.0 | 0.49 Comm | 0.17034 | 0.17034 | 0.17034 | 0.0 | 0.13 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.32009 | 0.32009 | 0.32009 | 0.0 | 0.25 Other | | 0.07798 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55646e+06 ave 2.55646e+06 max 2.55646e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2556460 Ave neighs/atom = 639.115 Neighbor list builds = 5 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 = 253.391418017988, Press = 1.62045232300813 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -6657.0396 -6657.0396 -6786.5454 -6786.5454 250.53783 250.53783 227750.06 227750.06 24.129138 24.129138 11000 -6656.194 -6656.194 -6785.5152 -6785.5152 250.18052 250.18052 227777.66 227777.66 27.992117 27.992117 Loop time of 127.013 on 1 procs for 1000 steps with 4000 atoms Performance: 0.680 ns/day, 35.282 hours/ns, 7.873 timesteps/s 67.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 | 125.74 | 125.74 | 125.74 | 0.0 | 99.00 Neigh | 0.74781 | 0.74781 | 0.74781 | 0.0 | 0.59 Comm | 0.16469 | 0.16469 | 0.16469 | 0.0 | 0.13 Output | 3.7193e-05 | 3.7193e-05 | 3.7193e-05 | 0.0 | 0.00 Modify | 0.33013 | 0.33013 | 0.33013 | 0.0 | 0.26 Other | | 0.0308 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55517e+06 ave 2.55517e+06 max 2.55517e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2555166 Ave neighs/atom = 638.792 Neighbor list builds = 5 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 = 253.348854739125, Press = 1.09892892212909 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -6656.194 -6656.194 -6785.5152 -6785.5152 250.18052 250.18052 227777.66 227777.66 27.992117 27.992117 12000 -6655.9984 -6655.9984 -6785.5373 -6785.5373 250.60194 250.60194 227760.05 227760.05 33.299907 33.299907 Loop time of 126.486 on 1 procs for 1000 steps with 4000 atoms Performance: 0.683 ns/day, 35.135 hours/ns, 7.906 timesteps/s 68.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 | 125.14 | 125.14 | 125.14 | 0.0 | 98.94 Neigh | 0.76336 | 0.76336 | 0.76336 | 0.0 | 0.60 Comm | 0.14785 | 0.14785 | 0.14785 | 0.0 | 0.12 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.38066 | 0.38066 | 0.38066 | 0.0 | 0.30 Other | | 0.04948 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55476e+06 ave 2.55476e+06 max 2.55476e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2554764 Ave neighs/atom = 638.691 Neighbor list builds = 5 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 = 253.278422782622, Press = 0.27997323232439 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -6655.9984 -6655.9984 -6785.5373 -6785.5373 250.60194 250.60194 227760.05 227760.05 33.299907 33.299907 13000 -6653.9479 -6653.9479 -6786.0039 -6786.0039 255.47138 255.47138 228093.99 228093.99 -131.14015 -131.14015 Loop time of 122.295 on 1 procs for 1000 steps with 4000 atoms Performance: 0.706 ns/day, 33.971 hours/ns, 8.177 timesteps/s 70.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 | 121 | 121 | 121 | 0.0 | 98.94 Neigh | 0.75865 | 0.75865 | 0.75865 | 0.0 | 0.62 Comm | 0.17224 | 0.17224 | 0.17224 | 0.0 | 0.14 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.33395 | 0.33395 | 0.33395 | 0.0 | 0.27 Other | | 0.03116 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55278e+06 ave 2.55278e+06 max 2.55278e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2552782 Ave neighs/atom = 638.196 Neighbor list builds = 5 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 = 253.151309927995, Press = 0.375829620656058 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -6653.9479 -6653.9479 -6786.0039 -6786.0039 255.47138 255.47138 228093.99 228093.99 -131.14015 -131.14015 14000 -6654.9234 -6654.9234 -6787.687 -6787.687 256.84015 256.84015 228142.73 228142.73 -169.82412 -169.82412 Loop time of 107.313 on 1 procs for 1000 steps with 4000 atoms Performance: 0.805 ns/day, 29.809 hours/ns, 9.319 timesteps/s 80.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 | 106.17 | 106.17 | 106.17 | 0.0 | 98.94 Neigh | 0.63494 | 0.63494 | 0.63494 | 0.0 | 0.59 Comm | 0.15567 | 0.15567 | 0.15567 | 0.0 | 0.15 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.29415 | 0.29415 | 0.29415 | 0.0 | 0.27 Other | | 0.05745 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.555e+06 ave 2.555e+06 max 2.555e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2555000 Ave neighs/atom = 638.75 Neighbor list builds = 4 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 = 253.192713390468, Press = 1.47114582963948 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -6654.9234 -6654.9234 -6787.687 -6787.687 256.84015 256.84015 228142.73 228142.73 -169.82412 -169.82412 15000 -6657.9777 -6657.9777 -6787.7744 -6787.7744 251.10051 251.10051 227536.71 227536.71 126.0186 126.0186 Loop time of 110.59 on 1 procs for 1000 steps with 4000 atoms Performance: 0.781 ns/day, 30.719 hours/ns, 9.042 timesteps/s 78.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 109.56 | 109.56 | 109.56 | 0.0 | 99.07 Neigh | 0.60588 | 0.60588 | 0.60588 | 0.0 | 0.55 Comm | 0.13062 | 0.13062 | 0.13062 | 0.0 | 0.12 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.25827 | 0.25827 | 0.25827 | 0.0 | 0.23 Other | | 0.03136 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55856e+06 ave 2.55856e+06 max 2.55856e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2558562 Ave neighs/atom = 639.64 Neighbor list builds = 5 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 = 253.05999657379, Press = 1.81611247584844 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -6657.9777 -6657.9777 -6787.7744 -6787.7744 251.10051 251.10051 227536.71 227536.71 126.0186 126.0186 16000 -6649.2752 -6649.2752 -6783.7751 -6783.7751 260.1992 260.1992 227441.16 227441.16 241.11996 241.11996 Loop time of 110.686 on 1 procs for 1000 steps with 4000 atoms Performance: 0.781 ns/day, 30.746 hours/ns, 9.035 timesteps/s 78.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 109.64 | 109.64 | 109.64 | 0.0 | 99.06 Neigh | 0.54615 | 0.54615 | 0.54615 | 0.0 | 0.49 Comm | 0.14713 | 0.14713 | 0.14713 | 0.0 | 0.13 Output | 4.7922e-05 | 4.7922e-05 | 4.7922e-05 | 0.0 | 0.00 Modify | 0.30439 | 0.30439 | 0.30439 | 0.0 | 0.27 Other | | 0.04415 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.54864e+06 ave 2.54864e+06 max 2.54864e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2548636 Ave neighs/atom = 637.159 Neighbor list builds = 5 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 = 253.23269323205, Press = 0.600175432958508 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -6649.2752 -6649.2752 -6783.7751 -6783.7751 260.1992 260.1992 227441.16 227441.16 241.11996 241.11996 17000 -6656.8689 -6656.8689 -6787.2511 -6787.2511 252.23312 252.23312 227741.54 227741.54 29.794722 29.794722 Loop time of 105.461 on 1 procs for 1000 steps with 4000 atoms Performance: 0.819 ns/day, 29.295 hours/ns, 9.482 timesteps/s 82.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 | 104.47 | 104.47 | 104.47 | 0.0 | 99.06 Neigh | 0.58161 | 0.58161 | 0.58161 | 0.0 | 0.55 Comm | 0.12075 | 0.12075 | 0.12075 | 0.0 | 0.11 Output | 4.3154e-05 | 4.3154e-05 | 4.3154e-05 | 0.0 | 0.00 Modify | 0.26081 | 0.26081 | 0.26081 | 0.0 | 0.25 Other | | 0.03111 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55494e+06 ave 2.55494e+06 max 2.55494e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2554940 Ave neighs/atom = 638.735 Neighbor list builds = 5 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 = 253.25071891866, Press = 0.338532281771706 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -6656.8689 -6656.8689 -6787.2511 -6787.2511 252.23312 252.23312 227741.54 227741.54 29.794722 29.794722 18000 -6656.1357 -6656.1357 -6786.2824 -6786.2824 251.77772 251.77772 227893.41 227893.41 -35.26703 -35.26703 Loop time of 93.1255 on 1 procs for 1000 steps with 4000 atoms Performance: 0.928 ns/day, 25.868 hours/ns, 10.738 timesteps/s 93.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 92.142 | 92.142 | 92.142 | 0.0 | 98.94 Neigh | 0.58931 | 0.58931 | 0.58931 | 0.0 | 0.63 Comm | 0.13382 | 0.13382 | 0.13382 | 0.0 | 0.14 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.22931 | 0.22931 | 0.22931 | 0.0 | 0.25 Other | | 0.03113 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55579e+06 ave 2.55579e+06 max 2.55579e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2555790 Ave neighs/atom = 638.947 Neighbor list builds = 5 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 = 253.265173468787, Press = 0.356596408279439 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -6656.1357 -6656.1357 -6786.2824 -6786.2824 251.77772 251.77772 227893.41 227893.41 -35.26703 -35.26703 19000 -6657.6378 -6657.6378 -6788.0619 -6788.0619 252.3142 252.3142 227969.7 227969.7 -93.524878 -93.524878 Loop time of 105.805 on 1 procs for 1000 steps with 4000 atoms Performance: 0.817 ns/day, 29.390 hours/ns, 9.451 timesteps/s 82.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 | 104.61 | 104.61 | 104.61 | 0.0 | 98.87 Neigh | 0.6857 | 0.6857 | 0.6857 | 0.0 | 0.65 Comm | 0.1703 | 0.1703 | 0.1703 | 0.0 | 0.16 Output | 7.9155e-05 | 7.9155e-05 | 7.9155e-05 | 0.0 | 0.00 Modify | 0.28534 | 0.28534 | 0.28534 | 0.0 | 0.27 Other | | 0.05747 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55456e+06 ave 2.55456e+06 max 2.55456e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2554564 Ave neighs/atom = 638.641 Neighbor list builds = 5 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 = 253.315612814912, Press = 0.413079058738148 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -6657.6378 -6657.6378 -6788.0619 -6788.0619 252.3142 252.3142 227969.7 227969.7 -93.524878 -93.524878 20000 -6652.491 -6652.491 -6785.7228 -6785.7228 257.74588 257.74588 228192.91 228192.91 -168.22001 -168.22001 Loop time of 109.626 on 1 procs for 1000 steps with 4000 atoms Performance: 0.788 ns/day, 30.452 hours/ns, 9.122 timesteps/s 78.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 108.55 | 108.55 | 108.55 | 0.0 | 99.01 Neigh | 0.60611 | 0.60611 | 0.60611 | 0.0 | 0.55 Comm | 0.13434 | 0.13434 | 0.13434 | 0.0 | 0.12 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.29608 | 0.29608 | 0.29608 | 0.0 | 0.27 Other | | 0.04442 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55243e+06 ave 2.55243e+06 max 2.55243e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2552426 Ave neighs/atom = 638.106 Neighbor list builds = 4 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 = 253.350656899917, Press = 0.798618003467766 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -6652.491 -6652.491 -6785.7228 -6785.7228 257.74588 257.74588 228192.91 228192.91 -168.22001 -168.22001 21000 -6655.8202 -6655.8202 -6788.765 -6788.765 257.19069 257.19069 227591.71 227591.71 102.14812 102.14812 Loop time of 98.0132 on 1 procs for 1000 steps with 4000 atoms Performance: 0.882 ns/day, 27.226 hours/ns, 10.203 timesteps/s 88.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 | 97.016 | 97.016 | 97.016 | 0.0 | 98.98 Neigh | 0.59077 | 0.59077 | 0.59077 | 0.0 | 0.60 Comm | 0.12005 | 0.12005 | 0.12005 | 0.0 | 0.12 Output | 4.5061e-05 | 4.5061e-05 | 4.5061e-05 | 0.0 | 0.00 Modify | 0.24211 | 0.24211 | 0.24211 | 0.0 | 0.25 Other | | 0.04463 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.56133e+06 ave 2.56133e+06 max 2.56133e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2561326 Ave neighs/atom = 640.332 Neighbor list builds = 5 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 = 253.420025424816, Press = 1.21244974877898 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -6655.8202 -6655.8202 -6788.765 -6788.765 257.19069 257.19069 227591.71 227591.71 102.14812 102.14812 22000 -6655.5316 -6655.5316 -6787.0582 -6787.0582 254.44714 254.44714 227352.24 227352.24 233.60758 233.60758 Loop time of 91.5783 on 1 procs for 1000 steps with 4000 atoms Performance: 0.943 ns/day, 25.438 hours/ns, 10.920 timesteps/s 94.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 | 90.603 | 90.603 | 90.603 | 0.0 | 98.94 Neigh | 0.57991 | 0.57991 | 0.57991 | 0.0 | 0.63 Comm | 0.12101 | 0.12101 | 0.12101 | 0.0 | 0.13 Output | 6.2943e-05 | 6.2943e-05 | 6.2943e-05 | 0.0 | 0.00 Modify | 0.24315 | 0.24315 | 0.24315 | 0.0 | 0.27 Other | | 0.03103 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.5499e+06 ave 2.5499e+06 max 2.5499e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2549904 Ave neighs/atom = 637.476 Neighbor list builds = 5 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 = 253.420424106299, Press = 0.229828758885031 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -6655.5316 -6655.5316 -6787.0582 -6787.0582 254.44714 254.44714 227352.24 227352.24 233.60758 233.60758 23000 -6661.0899 -6661.0899 -6790.0769 -6790.0769 249.53412 249.53412 227784.39 227784.39 -33.950157 -33.950157 Loop time of 98.1341 on 1 procs for 1000 steps with 4000 atoms Performance: 0.880 ns/day, 27.259 hours/ns, 10.190 timesteps/s 87.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 97.19 | 97.19 | 97.19 | 0.0 | 99.04 Neigh | 0.522 | 0.522 | 0.522 | 0.0 | 0.53 Comm | 0.12663 | 0.12663 | 0.12663 | 0.0 | 0.13 Output | 6.9141e-05 | 6.9141e-05 | 6.9141e-05 | 0.0 | 0.00 Modify | 0.26406 | 0.26406 | 0.26406 | 0.0 | 0.27 Other | | 0.03152 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55309e+06 ave 2.55309e+06 max 2.55309e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2553094 Ave neighs/atom = 638.274 Neighbor list builds = 4 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 = 253.355295963203, Press = -4.87413971643868e-05 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -6661.0899 -6661.0899 -6790.0769 -6790.0769 249.53412 249.53412 227784.39 227784.39 -33.950157 -33.950157 24000 -6658.0516 -6658.0516 -6787.3348 -6787.3348 250.10726 250.10726 228065.13 228065.13 -145.02954 -145.02954 Loop time of 93.0505 on 1 procs for 1000 steps with 4000 atoms Performance: 0.929 ns/day, 25.847 hours/ns, 10.747 timesteps/s 91.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 | 92.13 | 92.13 | 92.13 | 0.0 | 99.01 Neigh | 0.49669 | 0.49669 | 0.49669 | 0.0 | 0.53 Comm | 0.11823 | 0.11823 | 0.11823 | 0.0 | 0.13 Output | 6.2943e-05 | 6.2943e-05 | 6.2943e-05 | 0.0 | 0.00 Modify | 0.26171 | 0.26171 | 0.26171 | 0.0 | 0.28 Other | | 0.0435 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55923e+06 ave 2.55923e+06 max 2.55923e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2559228 Ave neighs/atom = 639.807 Neighbor list builds = 5 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 = 253.378884006007, Press = 0.4210942507208 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -6658.0516 -6658.0516 -6787.3348 -6787.3348 250.10726 250.10726 228065.13 228065.13 -145.02954 -145.02954 25000 -6653.9998 -6653.9998 -6785.8982 -6785.8982 255.16625 255.16625 227834.65 227834.65 1.9104273 1.9104273 Loop time of 118.105 on 1 procs for 1000 steps with 4000 atoms Performance: 0.732 ns/day, 32.807 hours/ns, 8.467 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 | 116.72 | 116.72 | 116.72 | 0.0 | 98.82 Neigh | 0.86434 | 0.86434 | 0.86434 | 0.0 | 0.73 Comm | 0.15436 | 0.15436 | 0.15436 | 0.0 | 0.13 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.33886 | 0.33886 | 0.33886 | 0.0 | 0.29 Other | | 0.03064 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.5585e+06 ave 2.5585e+06 max 2.5585e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2558496 Ave neighs/atom = 639.624 Neighbor list builds = 5 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 = 253.35782718813, Press = 0.684472918120692 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -6653.9998 -6653.9998 -6785.8982 -6785.8982 255.16625 255.16625 227834.65 227834.65 1.9104273 1.9104273 26000 -6656.623 -6656.623 -6788.353 -6788.353 254.84061 254.84061 227598.41 227598.41 92.754305 92.754305 Loop time of 139.601 on 1 procs for 1000 steps with 4000 atoms Performance: 0.619 ns/day, 38.778 hours/ns, 7.163 timesteps/s 62.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 | 137.65 | 137.65 | 137.65 | 0.0 | 98.60 Neigh | 1.283 | 1.283 | 1.283 | 0.0 | 0.92 Comm | 0.22648 | 0.22648 | 0.22648 | 0.0 | 0.16 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.39778 | 0.39778 | 0.39778 | 0.0 | 0.28 Other | | 0.0442 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55385e+06 ave 2.55385e+06 max 2.55385e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2553852 Ave neighs/atom = 638.463 Neighbor list builds = 5 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 = 253.36121870929, Press = 0.435783548533711 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 16.56 | 16.56 | 16.56 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -6656.623 -6656.623 -6788.353 -6788.353 254.84061 254.84061 227598.41 227598.41 92.754305 92.754305 27000 -6657.8941 -6657.8941 -6787.7597 -6787.7597 251.23381 251.23381 227502.3 227502.3 140.53202 140.53202 Loop time of 124.379 on 1 procs for 1000 steps with 4000 atoms Performance: 0.695 ns/day, 34.550 hours/ns, 8.040 timesteps/s 69.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 | 123.31 | 123.31 | 123.31 | 0.0 | 99.14 Neigh | 0.53014 | 0.53014 | 0.53014 | 0.0 | 0.43 Comm | 0.17974 | 0.17974 | 0.17974 | 0.0 | 0.14 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.31382 | 0.31382 | 0.31382 | 0.0 | 0.25 Other | | 0.04403 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 13969 ave 13969 max 13969 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 2.55714e+06 ave 2.55714e+06 max 2.55714e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 2557140 Ave neighs/atom = 639.285 Neighbor list builds = 4 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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 227794.300253878 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0