# 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.521391749382019*${_u_distance} variable latticeconst_converted equal 3.521391749382019*1 lattice fcc ${latticeconst_converted} lattice fcc 3.52139174938202 Lattice spacing in x,y,z = 3.5213917 3.5213917 3.5213917 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.213917 35.213917 35.213917) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 58.6934*${_u_mass} variable mass_converted equal 58.6934*1 kim_interactions Ni #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_WuLeeSu_2017_NiCrFe__MO_912636107108_000 pair_coeff * * Ni #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 58.6934 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 43665.9614516893 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*${_u_distance}) variable V0_metal equal 43665.9614516893/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 43665.9614516893*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 43665.9614516893 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -17648.467 -17648.467 -17800 -17800 293.15 293.15 43665.961 43665.961 3706.6683 3706.6683 1000 -17487.003 -17487.003 -17647.09 -17647.09 309.69993 309.69993 44102.496 44102.496 1408.9325 1408.9325 Loop time of 80.1943 on 1 procs for 1000 steps with 4000 atoms Performance: 1.077 ns/day, 22.276 hours/ns, 12.470 timesteps/s 82.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 | 79.945 | 79.945 | 79.945 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040998 | 0.040998 | 0.040998 | 0.0 | 0.05 Output | 5.35e-05 | 5.35e-05 | 5.35e-05 | 0.0 | 0.00 Modify | 0.18938 | 0.18938 | 0.18938 | 0.0 | 0.24 Other | | 0.01938 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -17487.003 -17487.003 -17647.09 -17647.09 309.69993 309.69993 44102.496 44102.496 1408.9325 1408.9325 2000 -17496.275 -17496.275 -17644.8 -17644.8 287.33327 287.33327 44121.455 44121.455 637.13379 637.13379 Loop time of 85.941 on 1 procs for 1000 steps with 4000 atoms Performance: 1.005 ns/day, 23.873 hours/ns, 11.636 timesteps/s 82.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 | 85.698 | 85.698 | 85.698 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039654 | 0.039654 | 0.039654 | 0.0 | 0.05 Output | 6.11e-05 | 6.11e-05 | 6.11e-05 | 0.0 | 0.00 Modify | 0.18412 | 0.18412 | 0.18412 | 0.0 | 0.21 Other | | 0.01939 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314014.0 ave 314014 max 314014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314014 Ave neighs/atom = 78.503500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -17496.275 -17496.275 -17644.8 -17644.8 287.33327 287.33327 44121.455 44121.455 637.13379 637.13379 3000 -17495.815 -17495.815 -17645.438 -17645.438 289.45592 289.45592 44134.826 44134.826 -19.666398 -19.666398 Loop time of 85.9036 on 1 procs for 1000 steps with 4000 atoms Performance: 1.006 ns/day, 23.862 hours/ns, 11.641 timesteps/s 81.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 85.571 | 85.571 | 85.571 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.079603 | 0.079603 | 0.079603 | 0.0 | 0.09 Output | 5.01e-05 | 5.01e-05 | 5.01e-05 | 0.0 | 0.00 Modify | 0.23311 | 0.23311 | 0.23311 | 0.0 | 0.27 Other | | 0.01938 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314070.0 ave 314070 max 314070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314070 Ave neighs/atom = 78.517500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -17495.815 -17495.815 -17645.438 -17645.438 289.45592 289.45592 44134.826 44134.826 -19.666398 -19.666398 4000 -17492.876 -17492.876 -17644.629 -17644.629 293.57513 293.57513 44139.817 44139.817 -31.561138 -31.561138 Loop time of 86.2713 on 1 procs for 1000 steps with 4000 atoms Performance: 1.001 ns/day, 23.964 hours/ns, 11.591 timesteps/s 81.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.05 | 86.05 | 86.05 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039765 | 0.039765 | 0.039765 | 0.0 | 0.05 Output | 4.35e-05 | 4.35e-05 | 4.35e-05 | 0.0 | 0.00 Modify | 0.16213 | 0.16213 | 0.16213 | 0.0 | 0.19 Other | | 0.01924 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314082.0 ave 314082 max 314082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314082 Ave neighs/atom = 78.520500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -17492.876 -17492.876 -17644.629 -17644.629 293.57513 293.57513 44139.817 44139.817 -31.561138 -31.561138 5000 -17497.431 -17497.431 -17647.665 -17647.665 290.63894 290.63894 44145.24 44145.24 -589.10166 -589.10166 Loop time of 84.2581 on 1 procs for 1000 steps with 4000 atoms Performance: 1.025 ns/day, 23.405 hours/ns, 11.868 timesteps/s 83.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 84.017 | 84.017 | 84.017 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039586 | 0.039586 | 0.039586 | 0.0 | 0.05 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.18243 | 0.18243 | 0.18243 | 0.0 | 0.22 Other | | 0.01938 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313912.0 ave 313912 max 313912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313912 Ave neighs/atom = 78.478000 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 = 290.550102373577, Press = 199.798194954839 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -17497.431 -17497.431 -17647.665 -17647.665 290.63894 290.63894 44145.24 44145.24 -589.10166 -589.10166 6000 -17491.853 -17491.853 -17643.216 -17643.216 292.82197 292.82197 44171.251 44171.251 -1204.8638 -1204.8638 Loop time of 83.963 on 1 procs for 1000 steps with 4000 atoms Performance: 1.029 ns/day, 23.323 hours/ns, 11.910 timesteps/s 83.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 | 83.693 | 83.693 | 83.693 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042603 | 0.042603 | 0.042603 | 0.0 | 0.05 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.20762 | 0.20762 | 0.20762 | 0.0 | 0.25 Other | | 0.01942 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313986.0 ave 313986 max 313986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313986 Ave neighs/atom = 78.496500 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 = 292.757266607886, Press = -12.0294251722934 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -17491.853 -17491.853 -17643.216 -17643.216 292.82197 292.82197 44171.251 44171.251 -1204.8638 -1204.8638 7000 -17497.292 -17497.292 -17647.577 -17647.577 290.738 290.738 44148.837 44148.837 -719.7526 -719.7526 Loop time of 88.265 on 1 procs for 1000 steps with 4000 atoms Performance: 0.979 ns/day, 24.518 hours/ns, 11.330 timesteps/s 79.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 87.946 | 87.946 | 87.946 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070176 | 0.070176 | 0.070176 | 0.0 | 0.08 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.22937 | 0.22937 | 0.22937 | 0.0 | 0.26 Other | | 0.01982 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314014.0 ave 314014 max 314014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314014 Ave neighs/atom = 78.503500 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 = 292.993007910223, Press = -28.5479232542647 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -17497.292 -17497.292 -17647.577 -17647.577 290.738 290.738 44148.837 44148.837 -719.7526 -719.7526 8000 -17494.092 -17494.092 -17648.707 -17648.707 299.11412 299.11412 44109.928 44109.928 843.72515 843.72515 Loop time of 84.8319 on 1 procs for 1000 steps with 4000 atoms Performance: 1.018 ns/day, 23.564 hours/ns, 11.788 timesteps/s 82.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 | 84.583 | 84.583 | 84.583 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060644 | 0.060644 | 0.060644 | 0.0 | 0.07 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.16809 | 0.16809 | 0.16809 | 0.0 | 0.20 Other | | 0.01972 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313958.0 ave 313958 max 313958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313958 Ave neighs/atom = 78.489500 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 = 292.930531418042, Press = -13.1036953967659 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -17494.092 -17494.092 -17648.707 -17648.707 299.11412 299.11412 44109.928 44109.928 843.72515 843.72515 9000 -17496.707 -17496.707 -17648.479 -17648.479 293.61303 293.61303 44104.952 44104.952 1021.4723 1021.4723 Loop time of 83.9815 on 1 procs for 1000 steps with 4000 atoms Performance: 1.029 ns/day, 23.328 hours/ns, 11.907 timesteps/s 83.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 | 83.694 | 83.694 | 83.694 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040176 | 0.040176 | 0.040176 | 0.0 | 0.05 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.22833 | 0.22833 | 0.22833 | 0.0 | 0.27 Other | | 0.01922 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313858.0 ave 313858 max 313858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313858 Ave neighs/atom = 78.464500 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 = 292.783500275448, Press = 1.48697121584437 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -17496.707 -17496.707 -17648.479 -17648.479 293.61303 293.61303 44104.952 44104.952 1021.4723 1021.4723 10000 -17491.841 -17491.841 -17644.985 -17644.985 296.26711 296.26711 44126.077 44126.077 516.23579 516.23579 Loop time of 88.475 on 1 procs for 1000 steps with 4000 atoms Performance: 0.977 ns/day, 24.576 hours/ns, 11.303 timesteps/s 79.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 88.197 | 88.197 | 88.197 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059832 | 0.059832 | 0.059832 | 0.0 | 0.07 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.19851 | 0.19851 | 0.19851 | 0.0 | 0.22 Other | | 0.0197 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314030.0 ave 314030 max 314030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314030 Ave neighs/atom = 78.507500 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 = 292.804583584836, Press = 6.51661508649056 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -17491.841 -17491.841 -17644.985 -17644.985 296.26711 296.26711 44126.077 44126.077 516.23579 516.23579 11000 -17501.506 -17501.506 -17646.67 -17646.67 280.83015 280.83015 44125.852 44125.852 110.46098 110.46098 Loop time of 85.9122 on 1 procs for 1000 steps with 4000 atoms Performance: 1.006 ns/day, 23.865 hours/ns, 11.640 timesteps/s 81.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 | 85.559 | 85.559 | 85.559 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039817 | 0.039817 | 0.039817 | 0.0 | 0.05 Output | 3.69e-05 | 3.69e-05 | 3.69e-05 | 0.0 | 0.00 Modify | 0.27209 | 0.27209 | 0.27209 | 0.0 | 0.32 Other | | 0.0415 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313874.0 ave 313874 max 313874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313874 Ave neighs/atom = 78.468500 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 = 292.733066223235, Press = 6.19057449478313 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17501.506 -17501.506 -17646.67 -17646.67 280.83015 280.83015 44125.852 44125.852 110.46098 110.46098 12000 -17492.415 -17492.415 -17647.913 -17647.913 300.82253 300.82253 44205.434 44205.434 -2993.2864 -2993.2864 Loop time of 83.2921 on 1 procs for 1000 steps with 4000 atoms Performance: 1.037 ns/day, 23.137 hours/ns, 12.006 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 | 83.055 | 83.055 | 83.055 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047794 | 0.047794 | 0.047794 | 0.0 | 0.06 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.16751 | 0.16751 | 0.16751 | 0.0 | 0.20 Other | | 0.02159 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314002.0 ave 314002 max 314002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314002 Ave neighs/atom = 78.500500 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 = 292.636639433843, Press = 6.39572647059093 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -17492.415 -17492.415 -17647.913 -17647.913 300.82253 300.82253 44205.434 44205.434 -2993.2864 -2993.2864 13000 -17498.467 -17498.467 -17648.77 -17648.77 290.77014 290.77014 44190.725 44190.725 -2587.4613 -2587.4613 Loop time of 86.3299 on 1 procs for 1000 steps with 4000 atoms Performance: 1.001 ns/day, 23.981 hours/ns, 11.583 timesteps/s 81.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.081 | 86.081 | 86.081 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059636 | 0.059636 | 0.059636 | 0.0 | 0.07 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.16966 | 0.16966 | 0.16966 | 0.0 | 0.20 Other | | 0.01945 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313798.0 ave 313798 max 313798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313798 Ave neighs/atom = 78.449500 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 = 292.693188636968, Press = -0.483208278392265 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17498.467 -17498.467 -17648.77 -17648.77 290.77014 290.77014 44190.725 44190.725 -2587.4613 -2587.4613 14000 -17494.864 -17494.864 -17645.887 -17645.887 292.16368 292.16368 44161.436 44161.436 -1062.0653 -1062.0653 Loop time of 85.4004 on 1 procs for 1000 steps with 4000 atoms Performance: 1.012 ns/day, 23.722 hours/ns, 11.710 timesteps/s 82.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 | 85.172 | 85.172 | 85.172 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040388 | 0.040388 | 0.040388 | 0.0 | 0.05 Output | 3.71e-05 | 3.71e-05 | 3.71e-05 | 0.0 | 0.00 Modify | 0.16805 | 0.16805 | 0.16805 | 0.0 | 0.20 Other | | 0.01952 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313768.0 ave 313768 max 313768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313768 Ave neighs/atom = 78.442000 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 = 292.822425246596, Press = -2.23270217528932 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17494.864 -17494.864 -17645.887 -17645.887 292.16368 292.16368 44161.436 44161.436 -1062.0653 -1062.0653 15000 -17491.08 -17491.08 -17644.359 -17644.359 296.52741 296.52741 44141.066 44141.066 -26.940887 -26.940887 Loop time of 87.7751 on 1 procs for 1000 steps with 4000 atoms Performance: 0.984 ns/day, 24.382 hours/ns, 11.393 timesteps/s 80.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 | 87.467 | 87.467 | 87.467 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039613 | 0.039613 | 0.039613 | 0.0 | 0.05 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.24909 | 0.24909 | 0.24909 | 0.0 | 0.28 Other | | 0.01932 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313810.0 ave 313810 max 313810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313810 Ave neighs/atom = 78.452500 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 = 292.950935291774, Press = -0.814361694984677 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17491.08 -17491.08 -17644.359 -17644.359 296.52741 296.52741 44141.066 44141.066 -26.940887 -26.940887 16000 -17498.062 -17498.062 -17650.199 -17650.199 294.31928 294.31928 44116.895 44116.895 391.03848 391.03848 Loop time of 86.6594 on 1 procs for 1000 steps with 4000 atoms Performance: 0.997 ns/day, 24.072 hours/ns, 11.539 timesteps/s 81.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.286 | 86.286 | 86.286 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050468 | 0.050468 | 0.050468 | 0.0 | 0.06 Output | 3.31e-05 | 3.31e-05 | 3.31e-05 | 0.0 | 0.00 Modify | 0.30358 | 0.30358 | 0.30358 | 0.0 | 0.35 Other | | 0.01951 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313978.0 ave 313978 max 313978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313978 Ave neighs/atom = 78.494500 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 = 293.098042341556, Press = -0.363138029451684 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17498.062 -17498.062 -17650.199 -17650.199 294.31928 294.31928 44116.895 44116.895 391.03848 391.03848 17000 -17492.764 -17492.764 -17644.552 -17644.552 293.64406 293.64406 44084.085 44084.085 2238.0653 2238.0653 Loop time of 87.3711 on 1 procs for 1000 steps with 4000 atoms Performance: 0.989 ns/day, 24.270 hours/ns, 11.445 timesteps/s 80.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 | 87.083 | 87.083 | 87.083 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059821 | 0.059821 | 0.059821 | 0.0 | 0.07 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.20841 | 0.20841 | 0.20841 | 0.0 | 0.24 Other | | 0.01971 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313852.0 ave 313852 max 313852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313852 Ave neighs/atom = 78.463000 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 = 293.162100405147, Press = 0.72736555757395 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17492.764 -17492.764 -17644.552 -17644.552 293.64406 293.64406 44084.085 44084.085 2238.0653 2238.0653 18000 -17495.56 -17495.56 -17648.793 -17648.793 296.43991 296.43991 44071.673 44071.673 2336.808 2336.808 Loop time of 87.4753 on 1 procs for 1000 steps with 4000 atoms Performance: 0.988 ns/day, 24.299 hours/ns, 11.432 timesteps/s 80.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 | 87.207 | 87.207 | 87.207 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05939 | 0.05939 | 0.05939 | 0.0 | 0.07 Output | 4.34e-05 | 4.34e-05 | 4.34e-05 | 0.0 | 0.00 Modify | 0.18998 | 0.18998 | 0.18998 | 0.0 | 0.22 Other | | 0.01917 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314090.0 ave 314090 max 314090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314090 Ave neighs/atom = 78.522500 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 = 293.173884475192, Press = 4.09500053211447 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17495.56 -17495.56 -17648.793 -17648.793 296.43991 296.43991 44071.673 44071.673 2336.808 2336.808 19000 -17491.456 -17491.456 -17646.805 -17646.805 300.53401 300.53401 44131.003 44131.003 103.85615 103.85615 Loop time of 85.4933 on 1 procs for 1000 steps with 4000 atoms Performance: 1.011 ns/day, 23.748 hours/ns, 11.697 timesteps/s 82.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 85.152 | 85.152 | 85.152 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039593 | 0.039593 | 0.039593 | 0.0 | 0.05 Output | 2.95e-05 | 2.95e-05 | 2.95e-05 | 0.0 | 0.00 Modify | 0.26257 | 0.26257 | 0.26257 | 0.0 | 0.31 Other | | 0.03924 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314042.0 ave 314042 max 314042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314042 Ave neighs/atom = 78.510500 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 = 293.210439143784, Press = 4.41516547983415 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17491.456 -17491.456 -17646.805 -17646.805 300.53401 300.53401 44131.003 44131.003 103.85615 103.85615 20000 -17496 -17496 -17644.439 -17644.439 287.16518 287.16518 44142.136 44142.136 -203.71073 -203.71073 Loop time of 86.9722 on 1 procs for 1000 steps with 4000 atoms Performance: 0.993 ns/day, 24.159 hours/ns, 11.498 timesteps/s 81.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 86.745 | 86.745 | 86.745 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039596 | 0.039596 | 0.039596 | 0.0 | 0.05 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.16778 | 0.16778 | 0.16778 | 0.0 | 0.19 Other | | 0.01965 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314004.0 ave 314004 max 314004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314004 Ave neighs/atom = 78.501000 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 = 293.27231976726, Press = 2.49566919365928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -17496 -17496 -17644.439 -17644.439 287.16518 287.16518 44142.136 44142.136 -203.71073 -203.71073 21000 -17494.809 -17494.809 -17647.384 -17647.384 295.16791 295.16791 44151.026 44151.026 -820.22387 -820.22387 Loop time of 79.8033 on 1 procs for 1000 steps with 4000 atoms Performance: 1.083 ns/day, 22.168 hours/ns, 12.531 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 | 79.575 | 79.575 | 79.575 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040783 | 0.040783 | 0.040783 | 0.0 | 0.05 Output | 6.55e-05 | 6.55e-05 | 6.55e-05 | 0.0 | 0.00 Modify | 0.16805 | 0.16805 | 0.16805 | 0.0 | 0.21 Other | | 0.01939 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314012.0 ave 314012 max 314012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314012 Ave neighs/atom = 78.503000 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 = 293.285533942861, Press = 0.839698293535359 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -17494.809 -17494.809 -17647.384 -17647.384 295.16791 295.16791 44151.026 44151.026 -820.22387 -820.22387 22000 -17500.026 -17500.026 -17649.283 -17649.283 288.74887 288.74887 44129.142 44129.142 -193.02503 -193.02503 Loop time of 78.4721 on 1 procs for 1000 steps with 4000 atoms Performance: 1.101 ns/day, 21.798 hours/ns, 12.743 timesteps/s 89.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 | 78.224 | 78.224 | 78.224 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.042046 | 0.042046 | 0.042046 | 0.0 | 0.05 Output | 4.74e-05 | 4.74e-05 | 4.74e-05 | 0.0 | 0.00 Modify | 0.18703 | 0.18703 | 0.18703 | 0.0 | 0.24 Other | | 0.01922 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313888.0 ave 313888 max 313888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313888 Ave neighs/atom = 78.472000 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 = 293.230667283276, Press = -0.311482587563714 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -17500.026 -17500.026 -17649.283 -17649.283 288.74887 288.74887 44129.142 44129.142 -193.02503 -193.02503 23000 -17495.038 -17495.038 -17646.421 -17646.421 292.86116 292.86116 44099.804 44099.804 1406.5762 1406.5762 Loop time of 80.1404 on 1 procs for 1000 steps with 4000 atoms Performance: 1.078 ns/day, 22.261 hours/ns, 12.478 timesteps/s 87.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 | 79.914 | 79.914 | 79.914 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039655 | 0.039655 | 0.039655 | 0.0 | 0.05 Output | 3.57e-05 | 3.57e-05 | 3.57e-05 | 0.0 | 0.00 Modify | 0.16767 | 0.16767 | 0.16767 | 0.0 | 0.21 Other | | 0.01927 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313926.0 ave 313926 max 313926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313926 Ave neighs/atom = 78.481500 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 = 293.131489446911, Press = -1.33650514616978 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -17495.038 -17495.038 -17646.421 -17646.421 292.86116 292.86116 44099.804 44099.804 1406.5762 1406.5762 24000 -17495.16 -17495.16 -17644.354 -17644.354 288.62507 288.62507 44066.253 44066.253 3013.549 3013.549 Loop time of 79.0742 on 1 procs for 1000 steps with 4000 atoms Performance: 1.093 ns/day, 21.965 hours/ns, 12.646 timesteps/s 88.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 | 78.819 | 78.819 | 78.819 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059636 | 0.059636 | 0.059636 | 0.0 | 0.08 Output | 3.64e-05 | 3.64e-05 | 3.64e-05 | 0.0 | 0.00 Modify | 0.16982 | 0.16982 | 0.16982 | 0.0 | 0.21 Other | | 0.02525 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314100.0 ave 314100 max 314100 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314100 Ave neighs/atom = 78.525000 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 = 293.156951206058, Press = 0.930569440463295 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -17495.16 -17495.16 -17644.354 -17644.354 288.62507 288.62507 44066.253 44066.253 3013.549 3013.549 25000 -17493.644 -17493.644 -17645.505 -17645.505 293.78501 293.78501 44094.832 44094.832 1761.9986 1761.9986 Loop time of 79.3769 on 1 procs for 1000 steps with 4000 atoms Performance: 1.088 ns/day, 22.049 hours/ns, 12.598 timesteps/s 89.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 | 79.145 | 79.145 | 79.145 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039976 | 0.039976 | 0.039976 | 0.0 | 0.05 Output | 3.5e-05 | 3.5e-05 | 3.5e-05 | 0.0 | 0.00 Modify | 0.17273 | 0.17273 | 0.17273 | 0.0 | 0.22 Other | | 0.01946 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314216.0 ave 314216 max 314216 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314216 Ave neighs/atom = 78.554000 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 = 293.132422740392, Press = 2.55165084224208 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -17493.644 -17493.644 -17645.505 -17645.505 293.78501 293.78501 44094.832 44094.832 1761.9986 1761.9986 26000 -17495.852 -17495.852 -17645.567 -17645.567 289.63405 289.63405 44126.222 44126.222 349.16574 349.16574 Loop time of 76.6598 on 1 procs for 1000 steps with 4000 atoms Performance: 1.127 ns/day, 21.294 hours/ns, 13.045 timesteps/s 91.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 | 76.39 | 76.39 | 76.39 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060382 | 0.060382 | 0.060382 | 0.0 | 0.08 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.19041 | 0.19041 | 0.19041 | 0.0 | 0.25 Other | | 0.01915 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 314090.0 ave 314090 max 314090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 314090 Ave neighs/atom = 78.522500 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 = 293.161804798583, Press = 1.88785063996742 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -17495.852 -17495.852 -17645.567 -17645.567 289.63405 289.63405 44126.222 44126.222 349.16574 349.16574 27000 -17494.221 -17494.221 -17643.617 -17643.617 289.01692 289.01692 44143.484 44143.484 -170.02883 -170.02883 Loop time of 72.0442 on 1 procs for 1000 steps with 4000 atoms Performance: 1.199 ns/day, 20.012 hours/ns, 13.880 timesteps/s 97.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 | 71.796 | 71.796 | 71.796 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039444 | 0.039444 | 0.039444 | 0.0 | 0.05 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.18929 | 0.18929 | 0.18929 | 0.0 | 0.26 Other | | 0.01936 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313934.0 ave 313934 max 313934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313934 Ave neighs/atom = 78.483500 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 = 293.165478883873, Press = 1.77021775528046 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -17494.221 -17494.221 -17643.617 -17643.617 289.01692 289.01692 44143.484 44143.484 -170.02883 -170.02883 28000 -17497.372 -17497.372 -17645.572 -17645.572 286.70232 286.70232 44155.342 44155.342 -890.18967 -890.18967 Loop time of 76.4288 on 1 procs for 1000 steps with 4000 atoms Performance: 1.130 ns/day, 21.230 hours/ns, 13.084 timesteps/s 91.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 76.17 | 76.17 | 76.17 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039618 | 0.039618 | 0.039618 | 0.0 | 0.05 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.1979 | 0.1979 | 0.1979 | 0.0 | 0.26 Other | | 0.02098 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313988.0 ave 313988 max 313988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313988 Ave neighs/atom = 78.497000 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 = 293.098029021467, Press = 0.933184008057047 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -17497.372 -17497.372 -17645.572 -17645.572 286.70232 286.70232 44155.342 44155.342 -890.18967 -890.18967 29000 -17491.149 -17491.149 -17645.105 -17645.105 297.83701 297.83701 44173.903 44173.903 -1467.7256 -1467.7256 Loop time of 74.208 on 1 procs for 1000 steps with 4000 atoms Performance: 1.164 ns/day, 20.613 hours/ns, 13.476 timesteps/s 94.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 | 73.962 | 73.962 | 73.962 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039719 | 0.039719 | 0.039719 | 0.0 | 0.05 Output | 2.87e-05 | 2.87e-05 | 2.87e-05 | 0.0 | 0.00 Modify | 0.18699 | 0.18699 | 0.18699 | 0.0 | 0.25 Other | | 0.01929 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 313924.0 ave 313924 max 313924 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 313924 Ave neighs/atom = 78.481000 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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 44133.7806870099 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0