# 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 4.044650822877884*${_u_distance} variable latticeconst_converted equal 4.044650822877884*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04465082287788 Lattice spacing in x,y,z = 4.0446508 4.0446508 4.0446508 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 (40.446508 40.446508 40.446508) 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 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_KimKimLee_2009_AlMg__MO_058537087384_000 pair_coeff * * Al #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66167.2528701086 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*1*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66167.2528701086*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66167.2528701086 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -13278.129 -13278.129 -13440 -13440 313.15 313.15 66167.253 66167.253 2613.0094 2613.0094 1000 -13098.01 -13098.01 -13268.515 -13268.515 329.85289 329.85289 67537.287 67537.287 -684.15237 -684.15237 Loop time of 120.779 on 1 procs for 1000 steps with 4000 atoms Performance: 0.715 ns/day, 33.550 hours/ns, 8.280 timesteps/s 64.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 | 120.5 | 120.5 | 120.5 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03846 | 0.03846 | 0.03846 | 0.0 | 0.03 Output | 4.35e-05 | 4.35e-05 | 4.35e-05 | 0.0 | 0.00 Modify | 0.2241 | 0.2241 | 0.2241 | 0.0 | 0.19 Other | | 0.01889 | | | 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 -13098.01 -13098.01 -13268.515 -13268.515 329.85289 329.85289 67537.287 67537.287 -684.15237 -684.15237 2000 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26763 -367.26763 Loop time of 125.667 on 1 procs for 1000 steps with 4000 atoms Performance: 0.688 ns/day, 34.908 hours/ns, 7.958 timesteps/s 64.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 | 125.37 | 125.37 | 125.37 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038574 | 0.038574 | 0.038574 | 0.0 | 0.03 Output | 4.23e-05 | 4.23e-05 | 4.23e-05 | 0.0 | 0.00 Modify | 0.23994 | 0.23994 | 0.23994 | 0.0 | 0.19 Other | | 0.01895 | | | 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: 322754.0 ave 322754 max 322754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322754 Ave neighs/atom = 80.688500 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 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26763 -367.26763 3000 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.59047 751.59047 Loop time of 124.766 on 1 procs for 1000 steps with 4000 atoms Performance: 0.692 ns/day, 34.657 hours/ns, 8.015 timesteps/s 65.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 | 124.37 | 124.37 | 124.37 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057669 | 0.057669 | 0.057669 | 0.0 | 0.05 Output | 4.88e-05 | 4.88e-05 | 4.88e-05 | 0.0 | 0.00 Modify | 0.2969 | 0.2969 | 0.2969 | 0.0 | 0.24 Other | | 0.03909 | | | 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: 323126.0 ave 323126 max 323126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323126 Ave neighs/atom = 80.781500 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 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.59047 751.59047 4000 -13113.018 -13113.018 -13271.11 -13271.11 305.84105 305.84105 67427.599 67427.599 102.01991 102.01991 Loop time of 120.365 on 1 procs for 1000 steps with 4000 atoms Performance: 0.718 ns/day, 33.435 hours/ns, 8.308 timesteps/s 67.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 | 120.07 | 120.07 | 120.07 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057728 | 0.057728 | 0.057728 | 0.0 | 0.05 Output | 4.92e-05 | 4.92e-05 | 4.92e-05 | 0.0 | 0.00 Modify | 0.21094 | 0.21094 | 0.21094 | 0.0 | 0.18 Other | | 0.02932 | | | 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: 323212.0 ave 323212 max 323212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323212 Ave neighs/atom = 80.803000 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 -13113.018 -13113.018 -13271.11 -13271.11 305.84105 305.84105 67427.599 67427.599 102.01991 102.01991 5000 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01528 -545.01528 Loop time of 127.222 on 1 procs for 1000 steps with 4000 atoms Performance: 0.679 ns/day, 35.339 hours/ns, 7.860 timesteps/s 64.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 | 127 | 127 | 127 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038462 | 0.038462 | 0.038462 | 0.0 | 0.03 Output | 2.98e-05 | 2.98e-05 | 2.98e-05 | 0.0 | 0.00 Modify | 0.15924 | 0.15924 | 0.15924 | 0.0 | 0.13 Other | | 0.01919 | | | 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: 323152.0 ave 323152 max 323152 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323152 Ave neighs/atom = 80.788000 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 = 317.132922945938, Press = -186.968811246746 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 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01528 -545.01528 6000 -13108.827 -13108.827 -13270.895 -13270.895 313.5311 313.5311 67454.552 67454.552 -80.29049 -80.29049 Loop time of 114.717 on 1 procs for 1000 steps with 4000 atoms Performance: 0.753 ns/day, 31.866 hours/ns, 8.717 timesteps/s 70.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 | 114.38 | 114.38 | 114.38 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037699 | 0.037699 | 0.037699 | 0.0 | 0.03 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.28264 | 0.28264 | 0.28264 | 0.0 | 0.25 Other | | 0.01866 | | | 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: 323028.0 ave 323028 max 323028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323028 Ave neighs/atom = 80.757000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.762119388923, Press = 31.0736813743352 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 -13108.827 -13108.827 -13270.895 -13270.895 313.5311 313.5311 67454.552 67454.552 -80.29049 -80.29049 7000 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6321 1537.6321 Loop time of 116.586 on 1 procs for 1000 steps with 4000 atoms Performance: 0.741 ns/day, 32.385 hours/ns, 8.577 timesteps/s 69.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 | 116.27 | 116.27 | 116.27 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037995 | 0.037995 | 0.037995 | 0.0 | 0.03 Output | 4.13e-05 | 4.13e-05 | 4.13e-05 | 0.0 | 0.00 Modify | 0.26331 | 0.26331 | 0.26331 | 0.0 | 0.23 Other | | 0.01889 | | | 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: 323066.0 ave 323066 max 323066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323066 Ave neighs/atom = 80.766500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.180326720956, Press = -9.31791316903334 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 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6321 1537.6321 8000 -13108.808 -13108.808 -13271.001 -13271.001 313.77387 313.77387 67487.081 67487.081 -508.19221 -508.19221 Loop time of 116.528 on 1 procs for 1000 steps with 4000 atoms Performance: 0.741 ns/day, 32.369 hours/ns, 8.582 timesteps/s 69.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 | 116.19 | 116.19 | 116.19 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057831 | 0.057831 | 0.057831 | 0.0 | 0.05 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.24678 | 0.24678 | 0.24678 | 0.0 | 0.21 Other | | 0.03302 | | | 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: 323504.0 ave 323504 max 323504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323504 Ave neighs/atom = 80.876000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.850385268891, Press = -10.6058419545334 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 -13108.808 -13108.808 -13271.001 -13271.001 313.77387 313.77387 67487.081 67487.081 -508.19221 -508.19221 9000 -13114.433 -13114.433 -13276.509 -13276.509 313.54598 313.54598 67465.527 67465.527 -604.55379 -604.55379 Loop time of 118.908 on 1 procs for 1000 steps with 4000 atoms Performance: 0.727 ns/day, 33.030 hours/ns, 8.410 timesteps/s 68.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 | 118.62 | 118.62 | 118.62 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040728 | 0.040728 | 0.040728 | 0.0 | 0.03 Output | 3.98e-05 | 3.98e-05 | 3.98e-05 | 0.0 | 0.00 Modify | 0.23326 | 0.23326 | 0.23326 | 0.0 | 0.20 Other | | 0.01871 | | | 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: 323026.0 ave 323026 max 323026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323026 Ave neighs/atom = 80.756500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.670534360987, Press = 0.491174734510287 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 -13114.433 -13114.433 -13276.509 -13276.509 313.54598 313.54598 67465.527 67465.527 -604.55379 -604.55379 10000 -13108.13 -13108.13 -13271.048 -13271.048 315.17755 315.17755 67422.413 67422.413 204.71763 204.71763 Loop time of 120.362 on 1 procs for 1000 steps with 4000 atoms Performance: 0.718 ns/day, 33.434 hours/ns, 8.308 timesteps/s 67.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 | 120.03 | 120.03 | 120.03 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067565 | 0.067565 | 0.067565 | 0.0 | 0.06 Output | 3.41e-05 | 3.41e-05 | 3.41e-05 | 0.0 | 0.00 Modify | 0.24441 | 0.24441 | 0.24441 | 0.0 | 0.20 Other | | 0.01869 | | | 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: 322964.0 ave 322964 max 322964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322964 Ave neighs/atom = 80.741000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.46660357793, Press = 0.13057206985415 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 -13108.13 -13108.13 -13271.048 -13271.048 315.17755 315.17755 67422.413 67422.413 204.71763 204.71763 11000 -13109.891 -13109.891 -13273.734 -13273.734 316.96502 316.96502 67421.914 67421.914 99.202352 99.202352 Loop time of 116.564 on 1 procs for 1000 steps with 4000 atoms Performance: 0.741 ns/day, 32.379 hours/ns, 8.579 timesteps/s 69.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 116.21 | 116.21 | 116.21 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057851 | 0.057851 | 0.057851 | 0.0 | 0.05 Output | 4.19e-05 | 4.19e-05 | 4.19e-05 | 0.0 | 0.00 Modify | 0.26084 | 0.26084 | 0.26084 | 0.0 | 0.22 Other | | 0.03866 | | | 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: 323202.0 ave 323202 max 323202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323202 Ave neighs/atom = 80.800500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.429904992629, Press = -3.78088234628445 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 -13109.891 -13109.891 -13273.734 -13273.734 316.96502 316.96502 67421.914 67421.914 99.202352 99.202352 12000 -13108.149 -13108.149 -13269.985 -13269.985 313.08244 313.08244 67573.518 67573.518 -1368.5007 -1368.5007 Loop time of 107.002 on 1 procs for 1000 steps with 4000 atoms Performance: 0.807 ns/day, 29.723 hours/ns, 9.346 timesteps/s 76.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 | 106.7 | 106.7 | 106.7 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058004 | 0.058004 | 0.058004 | 0.0 | 0.05 Output | 3.67e-05 | 3.67e-05 | 3.67e-05 | 0.0 | 0.00 Modify | 0.19319 | 0.19319 | 0.19319 | 0.0 | 0.18 Other | | 0.0487 | | | 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: 323200.0 ave 323200 max 323200 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323200 Ave neighs/atom = 80.800000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.831577423705, Press = -5.81060959735982 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 -13108.149 -13108.149 -13269.985 -13269.985 313.08244 313.08244 67573.518 67573.518 -1368.5007 -1368.5007 13000 -13108.537 -13108.537 -13271.134 -13271.134 314.55581 314.55581 67492.606 67492.606 -547.00233 -547.00233 Loop time of 109.818 on 1 procs for 1000 steps with 4000 atoms Performance: 0.787 ns/day, 30.505 hours/ns, 9.106 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 | 109.43 | 109.43 | 109.43 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057659 | 0.057659 | 0.057659 | 0.0 | 0.05 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.30805 | 0.30805 | 0.30805 | 0.0 | 0.28 Other | | 0.01868 | | | 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: 322576.0 ave 322576 max 322576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322576 Ave neighs/atom = 80.644000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.887300148324, Press = 5.52222196909799 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 -13108.537 -13108.537 -13271.134 -13271.134 314.55581 314.55581 67492.606 67492.606 -547.00233 -547.00233 14000 -13103.835 -13103.835 -13270.275 -13270.275 321.98829 321.98829 67393.493 67393.493 665.51246 665.51246 Loop time of 108.989 on 1 procs for 1000 steps with 4000 atoms Performance: 0.793 ns/day, 30.275 hours/ns, 9.175 timesteps/s 74.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 | 108.67 | 108.67 | 108.67 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098058 | 0.098058 | 0.098058 | 0.0 | 0.09 Output | 3.29e-05 | 3.29e-05 | 3.29e-05 | 0.0 | 0.00 Modify | 0.2023 | 0.2023 | 0.2023 | 0.0 | 0.19 Other | | 0.01861 | | | 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: 322932.0 ave 322932 max 322932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322932 Ave neighs/atom = 80.733000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.158061671745, Press = -0.783015185517658 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 -13103.835 -13103.835 -13270.275 -13270.275 321.98829 321.98829 67393.493 67393.493 665.51246 665.51246 15000 -13111.235 -13111.235 -13272.691 -13272.691 312.34739 312.34739 67454.362 67454.362 -227.06694 -227.06694 Loop time of 105.235 on 1 procs for 1000 steps with 4000 atoms Performance: 0.821 ns/day, 29.232 hours/ns, 9.503 timesteps/s 77.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 | 104.92 | 104.92 | 104.92 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03773 | 0.03773 | 0.03773 | 0.0 | 0.04 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.24232 | 0.24232 | 0.24232 | 0.0 | 0.23 Other | | 0.03899 | | | 0.04 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: 323292.0 ave 323292 max 323292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323292 Ave neighs/atom = 80.823000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.2224555007, Press = -3.12573344847122 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 -13111.235 -13111.235 -13272.691 -13272.691 312.34739 312.34739 67454.362 67454.362 -227.06694 -227.06694 16000 -13103.88 -13103.88 -13266.859 -13266.859 315.29498 315.29498 67556.934 67556.934 -932.54391 -932.54391 Loop time of 102.974 on 1 procs for 1000 steps with 4000 atoms Performance: 0.839 ns/day, 28.604 hours/ns, 9.711 timesteps/s 79.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 | 102.73 | 102.73 | 102.73 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040667 | 0.040667 | 0.040667 | 0.0 | 0.04 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.18337 | 0.18337 | 0.18337 | 0.0 | 0.18 Other | | 0.02041 | | | 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: 323014.0 ave 323014 max 323014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323014 Ave neighs/atom = 80.753500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.350418943386, Press = 0.267938270242956 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 -13103.88 -13103.88 -13266.859 -13266.859 315.29498 315.29498 67556.934 67556.934 -932.54391 -932.54391 17000 -13110.651 -13110.651 -13270.716 -13270.716 309.65485 309.65485 67391.148 67391.148 584.12458 584.12458 Loop time of 98.7457 on 1 procs for 1000 steps with 4000 atoms Performance: 0.875 ns/day, 27.429 hours/ns, 10.127 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 | 98.487 | 98.487 | 98.487 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057568 | 0.057568 | 0.057568 | 0.0 | 0.06 Output | 3.37e-05 | 3.37e-05 | 3.37e-05 | 0.0 | 0.00 Modify | 0.18271 | 0.18271 | 0.18271 | 0.0 | 0.19 Other | | 0.01865 | | | 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: 322790.0 ave 322790 max 322790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322790 Ave neighs/atom = 80.697500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.402589563676, Press = 3.14545902397432 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 -13110.651 -13110.651 -13270.716 -13270.716 309.65485 309.65485 67391.148 67391.148 584.12458 584.12458 18000 -13108.242 -13108.242 -13271.198 -13271.198 315.25038 315.25038 67393.251 67393.251 605.24502 605.24502 Loop time of 94.6189 on 1 procs for 1000 steps with 4000 atoms Performance: 0.913 ns/day, 26.283 hours/ns, 10.569 timesteps/s 86.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 | 94.379 | 94.379 | 94.379 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037718 | 0.037718 | 0.037718 | 0.0 | 0.04 Output | 4.78e-05 | 4.78e-05 | 4.78e-05 | 0.0 | 0.00 Modify | 0.18358 | 0.18358 | 0.18358 | 0.0 | 0.19 Other | | 0.01907 | | | 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: 323386.0 ave 323386 max 323386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323386 Ave neighs/atom = 80.846500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.388717083345, Press = -1.48472078667988 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 -13108.242 -13108.242 -13271.198 -13271.198 315.25038 315.25038 67393.251 67393.251 605.24502 605.24502 19000 -13111.91 -13111.91 -13273.248 -13273.248 312.11955 312.11955 67471.257 67471.257 -544.58557 -544.58557 Loop time of 92.8628 on 1 procs for 1000 steps with 4000 atoms Performance: 0.930 ns/day, 25.795 hours/ns, 10.769 timesteps/s 87.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 | 92.603 | 92.603 | 92.603 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037347 | 0.037347 | 0.037347 | 0.0 | 0.04 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.20412 | 0.20412 | 0.20412 | 0.0 | 0.22 Other | | 0.01858 | | | 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: 323214.0 ave 323214 max 323214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323214 Ave neighs/atom = 80.803500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.264932756254, Press = -0.995626199338931 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 -13111.91 -13111.91 -13273.248 -13273.248 312.11955 312.11955 67471.257 67471.257 -544.58557 -544.58557 20000 -13108.333 -13108.333 -13272.197 -13272.197 317.00691 317.00691 67454.077 67454.077 -184.44895 -184.44895 Loop time of 95.6544 on 1 procs for 1000 steps with 4000 atoms Performance: 0.903 ns/day, 26.571 hours/ns, 10.454 timesteps/s 85.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 | 95.396 | 95.396 | 95.396 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037652 | 0.037652 | 0.037652 | 0.0 | 0.04 Output | 2.96e-05 | 2.96e-05 | 2.96e-05 | 0.0 | 0.00 Modify | 0.20227 | 0.20227 | 0.20227 | 0.0 | 0.21 Other | | 0.01872 | | | 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: 322948.0 ave 322948 max 322948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322948 Ave neighs/atom = 80.737000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.194309119197, Press = 0.202389130295668 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 -13108.333 -13108.333 -13272.197 -13272.197 317.00691 317.00691 67454.077 67454.077 -184.44895 -184.44895 21000 -13108.103 -13108.103 -13268.923 -13268.923 311.11756 311.11756 67376.339 67376.339 882.3485 882.3485 Loop time of 92.1359 on 1 procs for 1000 steps with 4000 atoms Performance: 0.938 ns/day, 25.593 hours/ns, 10.854 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 | 91.856 | 91.856 | 91.856 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037783 | 0.037783 | 0.037783 | 0.0 | 0.04 Output | 6.36e-05 | 6.36e-05 | 6.36e-05 | 0.0 | 0.00 Modify | 0.22295 | 0.22295 | 0.22295 | 0.0 | 0.24 Other | | 0.01885 | | | 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: 322936.0 ave 322936 max 322936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322936 Ave neighs/atom = 80.734000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.173247851807, Press = -0.847761274858291 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 -13108.103 -13108.103 -13268.923 -13268.923 311.11756 311.11756 67376.339 67376.339 882.3485 882.3485 22000 -13110.589 -13110.589 -13270.457 -13270.457 309.27499 309.27499 67532.903 67532.903 -1036.8179 -1036.8179 Loop time of 94.4223 on 1 procs for 1000 steps with 4000 atoms Performance: 0.915 ns/day, 26.228 hours/ns, 10.591 timesteps/s 89.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 | 94.133 | 94.133 | 94.133 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039548 | 0.039548 | 0.039548 | 0.0 | 0.04 Output | 3.59e-05 | 3.59e-05 | 3.59e-05 | 0.0 | 0.00 Modify | 0.21057 | 0.21057 | 0.21057 | 0.0 | 0.22 Other | | 0.03947 | | | 0.04 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: 323238.0 ave 323238 max 323238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323238 Ave neighs/atom = 80.809500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.203768459183, Press = -4.75473063440721 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 -13110.589 -13110.589 -13270.457 -13270.457 309.27499 309.27499 67532.903 67532.903 -1036.8179 -1036.8179 23000 -13106.973 -13106.973 -13267.475 -13267.475 310.50104 310.50104 67543.075 67543.075 -884.23247 -884.23247 Loop time of 96.1909 on 1 procs for 1000 steps with 4000 atoms Performance: 0.898 ns/day, 26.720 hours/ns, 10.396 timesteps/s 85.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 | 95.939 | 95.939 | 95.939 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038178 | 0.038178 | 0.038178 | 0.0 | 0.04 Output | 3.83e-05 | 3.83e-05 | 3.83e-05 | 0.0 | 0.00 Modify | 0.19509 | 0.19509 | 0.19509 | 0.0 | 0.20 Other | | 0.01909 | | | 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: 322718.0 ave 322718 max 322718 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322718 Ave neighs/atom = 80.679500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.153399968188, Press = 1.0594047645017 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 -13106.973 -13106.973 -13267.475 -13267.475 310.50104 310.50104 67543.075 67543.075 -884.23247 -884.23247 24000 -13110.411 -13110.411 -13273.624 -13273.624 315.7472 315.7472 67381.539 67381.539 583.74665 583.74665 Loop time of 95.1802 on 1 procs for 1000 steps with 4000 atoms Performance: 0.908 ns/day, 26.439 hours/ns, 10.506 timesteps/s 86.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 | 94.935 | 94.935 | 94.935 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039173 | 0.039173 | 0.039173 | 0.0 | 0.04 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.16736 | 0.16736 | 0.16736 | 0.0 | 0.18 Other | | 0.03918 | | | 0.04 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: 322782.0 ave 322782 max 322782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322782 Ave neighs/atom = 80.695500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.097677566271, Press = 0.590037659261347 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 -13110.411 -13110.411 -13273.624 -13273.624 315.7472 315.7472 67381.539 67381.539 583.74665 583.74665 25000 -13113.135 -13113.135 -13271.725 -13271.725 306.80434 306.80434 67396.783 67396.783 422.48068 422.48068 Loop time of 97.0617 on 1 procs for 1000 steps with 4000 atoms Performance: 0.890 ns/day, 26.962 hours/ns, 10.303 timesteps/s 86.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 | 96.794 | 96.794 | 96.794 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039853 | 0.039853 | 0.039853 | 0.0 | 0.04 Output | 5.44e-05 | 5.44e-05 | 5.44e-05 | 0.0 | 0.00 Modify | 0.20761 | 0.20761 | 0.20761 | 0.0 | 0.21 Other | | 0.01975 | | | 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: 323320.0 ave 323320 max 323320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323320 Ave neighs/atom = 80.830000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.994395134957, Press = -0.844480279657836 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 -13113.135 -13113.135 -13271.725 -13271.725 306.80434 306.80434 67396.783 67396.783 422.48068 422.48068 26000 -13108.751 -13108.751 -13271.067 -13271.067 314.01143 314.01143 67480.556 67480.556 -420.48126 -420.48126 Loop time of 95.5604 on 1 procs for 1000 steps with 4000 atoms Performance: 0.904 ns/day, 26.545 hours/ns, 10.465 timesteps/s 87.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 95.33 | 95.33 | 95.33 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040184 | 0.040184 | 0.040184 | 0.0 | 0.04 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.17036 | 0.17036 | 0.17036 | 0.0 | 0.18 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: 323310.0 ave 323310 max 323310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323310 Ave neighs/atom = 80.827500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.990052309553, Press = -0.363077883898164 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 -13108.751 -13108.751 -13271.067 -13271.067 314.01143 314.01143 67480.556 67480.556 -420.48126 -420.48126 27000 -13105.953 -13105.953 -13271.507 -13271.507 320.27662 320.27662 67422.61 67422.61 265.00116 265.00116 Loop time of 93.6315 on 1 procs for 1000 steps with 4000 atoms Performance: 0.923 ns/day, 26.009 hours/ns, 10.680 timesteps/s 89.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 | 93.385 | 93.385 | 93.385 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039269 | 0.039269 | 0.039269 | 0.0 | 0.04 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.16741 | 0.16741 | 0.16741 | 0.0 | 0.18 Other | | 0.03956 | | | 0.04 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: 322914.0 ave 322914 max 322914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322914 Ave neighs/atom = 80.728500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.984158960697, Press = 0.914613352598442 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 -13105.953 -13105.953 -13271.507 -13271.507 320.27662 320.27662 67422.61 67422.61 265.00116 265.00116 28000 -13110.939 -13110.939 -13269.099 -13269.099 305.97158 305.97158 67353.668 67353.668 1109.8625 1109.8625 Loop time of 98.1775 on 1 procs for 1000 steps with 4000 atoms Performance: 0.880 ns/day, 27.272 hours/ns, 10.186 timesteps/s 85.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 | 97.917 | 97.917 | 97.917 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040801 | 0.040801 | 0.040801 | 0.0 | 0.04 Output | 5.17e-05 | 5.17e-05 | 5.17e-05 | 0.0 | 0.00 Modify | 0.19996 | 0.19996 | 0.19996 | 0.0 | 0.20 Other | | 0.01964 | | | 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: 323032.0 ave 323032 max 323032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323032 Ave neighs/atom = 80.758000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.981354586632, Press = -1.55057030313971 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 -13110.939 -13110.939 -13269.099 -13269.099 305.97158 305.97158 67353.668 67353.668 1109.8625 1109.8625 29000 -13108.263 -13108.263 -13269.048 -13269.048 311.05044 311.05044 67542.641 67542.641 -972.85975 -972.85975 Loop time of 95.4924 on 1 procs for 1000 steps with 4000 atoms Performance: 0.905 ns/day, 26.526 hours/ns, 10.472 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 | 95.237 | 95.237 | 95.237 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040306 | 0.040306 | 0.040306 | 0.0 | 0.04 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.19519 | 0.19519 | 0.19519 | 0.0 | 0.20 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: 323314.0 ave 323314 max 323314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323314 Ave neighs/atom = 80.828500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.965284491089, Press = -1.06786383129191 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 29000 -13108.263 -13108.263 -13269.048 -13269.048 311.05044 311.05044 67542.641 67542.641 -972.85975 -972.85975 30000 -13113.7 -13113.7 -13274.649 -13274.649 311.36739 311.36739 67425.173 67425.173 -35.407982 -35.407982 Loop time of 94.4493 on 1 procs for 1000 steps with 4000 atoms Performance: 0.915 ns/day, 26.236 hours/ns, 10.588 timesteps/s 88.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 | 94.135 | 94.135 | 94.135 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.069718 | 0.069718 | 0.069718 | 0.0 | 0.07 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.22442 | 0.22442 | 0.22442 | 0.0 | 0.24 Other | | 0.01987 | | | 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: 322692.0 ave 322692 max 322692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322692 Ave neighs/atom = 80.673000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.891575075362, Press = 0.63077173518768 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 30000 -13113.7 -13113.7 -13274.649 -13274.649 311.36739 311.36739 67425.173 67425.173 -35.407982 -35.407982 31000 -13110.235 -13110.235 -13271.523 -13271.523 312.02294 312.02294 67405.375 67405.375 406.83057 406.83057 Loop time of 89.6171 on 1 procs for 1000 steps with 4000 atoms Performance: 0.964 ns/day, 24.894 hours/ns, 11.159 timesteps/s 93.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 | 89.369 | 89.369 | 89.369 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040018 | 0.040018 | 0.040018 | 0.0 | 0.04 Output | 3.6e-05 | 3.6e-05 | 3.6e-05 | 0.0 | 0.00 Modify | 0.18827 | 0.18827 | 0.18827 | 0.0 | 0.21 Other | | 0.01947 | | | 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: 323174.0 ave 323174 max 323174 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323174 Ave neighs/atom = 80.793500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.874067500263, Press = -0.263963815998221 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 31000 -13110.235 -13110.235 -13271.523 -13271.523 312.02294 312.02294 67405.375 67405.375 406.83057 406.83057 32000 -13108.783 -13108.783 -13269.467 -13269.467 310.85525 310.85525 67479.086 67479.086 -358.43677 -358.43677 Loop time of 83.3767 on 1 procs for 1000 steps with 4000 atoms Performance: 1.036 ns/day, 23.160 hours/ns, 11.994 timesteps/s 99.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 | 83.133 | 83.133 | 83.133 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058974 | 0.058974 | 0.058974 | 0.0 | 0.07 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.16617 | 0.16617 | 0.16617 | 0.0 | 0.20 Other | | 0.01897 | | | 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: 323162.0 ave 323162 max 323162 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323162 Ave neighs/atom = 80.790500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.891265932435, Press = -0.652576703882197 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 32000 -13108.783 -13108.783 -13269.467 -13269.467 310.85525 310.85525 67479.086 67479.086 -358.43677 -358.43677 33000 -13103.222 -13103.222 -13267.205 -13267.205 317.23767 317.23767 67488.62 67488.62 -170.45528 -170.45528 Loop time of 82.8064 on 1 procs for 1000 steps with 4000 atoms Performance: 1.043 ns/day, 23.002 hours/ns, 12.076 timesteps/s 99.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 | 82.582 | 82.582 | 82.582 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03907 | 0.03907 | 0.03907 | 0.0 | 0.05 Output | 3.69e-05 | 3.69e-05 | 3.69e-05 | 0.0 | 0.00 Modify | 0.16645 | 0.16645 | 0.16645 | 0.0 | 0.20 Other | | 0.01926 | | | 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: 322954.0 ave 322954 max 322954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322954 Ave neighs/atom = 80.738500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.917185986469, Press = 0.15981158785884 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 33000 -13103.222 -13103.222 -13267.205 -13267.205 317.23767 317.23767 67488.62 67488.62 -170.45528 -170.45528 34000 -13110.301 -13110.301 -13269.233 -13269.233 307.46427 307.46427 67431.533 67431.533 240.19494 240.19494 Loop time of 82.6159 on 1 procs for 1000 steps with 4000 atoms Performance: 1.046 ns/day, 22.949 hours/ns, 12.104 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.391 | 82.391 | 82.391 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039495 | 0.039495 | 0.039495 | 0.0 | 0.05 Output | 2.89e-05 | 2.89e-05 | 2.89e-05 | 0.0 | 0.00 Modify | 0.16595 | 0.16595 | 0.16595 | 0.0 | 0.20 Other | | 0.01929 | | | 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: 323072.0 ave 323072 max 323072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323072 Ave neighs/atom = 80.768000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.97212788718, Press = -0.306464966059343 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 34000 -13110.301 -13110.301 -13269.233 -13269.233 307.46427 307.46427 67431.533 67431.533 240.19494 240.19494 35000 -13104.563 -13104.563 -13268.959 -13268.959 318.03528 318.03528 67474.974 67474.974 -129.8835 -129.8835 Loop time of 82.4822 on 1 procs for 1000 steps with 4000 atoms Performance: 1.047 ns/day, 22.912 hours/ns, 12.124 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.258 | 82.258 | 82.258 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038844 | 0.038844 | 0.038844 | 0.0 | 0.05 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.16586 | 0.16586 | 0.16586 | 0.0 | 0.20 Other | | 0.0192 | | | 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: 323002.0 ave 323002 max 323002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323002 Ave neighs/atom = 80.750500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.036471298684, Press = -0.34112479590225 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 35000 -13104.563 -13104.563 -13268.959 -13268.959 318.03528 318.03528 67474.974 67474.974 -129.8835 -129.8835 36000 -13109.917 -13109.917 -13270.247 -13270.247 310.17043 310.17043 67435.197 67435.197 148.51789 148.51789 Loop time of 82.6832 on 1 procs for 1000 steps with 4000 atoms Performance: 1.045 ns/day, 22.968 hours/ns, 12.094 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 82.46 | 82.46 | 82.46 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038843 | 0.038843 | 0.038843 | 0.0 | 0.05 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.16572 | 0.16572 | 0.16572 | 0.0 | 0.20 Other | | 0.01904 | | | 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: 323088.0 ave 323088 max 323088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323088 Ave neighs/atom = 80.772000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 67445.6019418236 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0