Trace number 4465141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.7 3641.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-UMTS.opb
MD5SUM542a59a1a1b8906e0495f473b09f11e4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark30102502
Best CPU time to get the best result obtained on this benchmark71252.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6402
Total number of constraints4465
Number of constraints which are clauses2785
Number of constraints which are cardinality constraints (but not clauses)1428
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 4170
Biggest coefficient in the objective function 23582998528
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 2904924551250
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2904924551250
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 45514752, getVmSize() = 45514752, SCIPgetMemUsed() = 20716548, SCIPgetMemTotal() = 23401580, SCIPgetMemExternEstim() = 10367449
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.16	c ** Estimated virtualMemUsedAtSolver = 39259390, getVmSize() = 72241152, SCIPgetMemUsed() = 29914397, SCIPgetMemTotal() = 48521637, SCIPgetMemExternEstim() = 10367449
0.11/0.16	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.16	c Original Problem   :
0.11/0.16	c   Problem name     : instance-4465141-1722443614
0.11/0.16	c   Variables        : 6402 (6402 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.16	c   Constraints      : 4465
0.11/0.16	c   Objective sense  : minimize
0.11/0.16	c Presolved Problem  :
0.11/0.16	c   Variables        : 3496 (3496 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.16	c   Constraints      : 3545
0.11/0.16	c Constraints        : Number
0.11/0.16	c   knapsack         : 71 
0.11/0.16	c   setppc           : 2135 
0.11/0.16	c   linear           : 23 
0.11/0.16	c   logicor          : 1316 
0.11/0.16	c ** Instance transfer method used: 0
0.11/0.17	c ** ParaScipInstance copy does not increase the number of variables. **
0.23/0.34	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.23/0.34	c                                Nodes    Active                                            
0.23/0.34	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4.56/0.64	c *       1              0           1        20    77676302.0000                -          -
4.56/0.65	c *       1              0           1        20    41310910.0000                -          -
9.94/0.93	c *       1              0           1        20    34118185.0000                -          -
52.30/3.05	c *       3            803          65        20    33968185.0000     1600362.0000          -
57.46/3.33	c *       3            803          65        20    33967402.0000     1600362.0000          -
59.44/3.48	c *       3            803          65        20    33965931.0000     1600362.0000          -
67.37/3.84	c *       4           4309         541        20    33883411.0000     1600362.0000          -
91.93/5.13	c         5           5377         520        20    33883411.0000     1600362.0000          -
194.10/10.26	c        10              3           4        20    33883411.0000    29140260.3070     16.28%
292.99/15.29	c        15              4           3        20    33883411.0000    29140260.3070     16.28%
393.84/20.36	c        20              7           6        20    33883411.0000    29141075.7621     16.27%
494.70/25.41	c        25              8           7        20    33883411.0000    29141075.7621     16.27%
593.74/30.46	c        30              9           8        20    33883411.0000    29141075.7621     16.27%
694.62/35.50	c        36            164         159        20    33883411.0000    29151275.1968     16.23%
781.77/39.93	c *      40            237         230        20    33882628.0000    29151275.1968     16.23%
793.63/40.55	c        41            237         230        20    33882628.0000    29151275.1968     16.23%
894.65/45.61	c        46            359         348        20    33882628.0000    29151322.3201     16.23%
993.67/50.62	c        51            423         412        20    33882628.0000    29152596.8982     16.23%
1037.25/52.86	c *      53            463         452        20    33874314.0000    29152596.8982     16.20%
1092.72/55.67	c        56            494         483        20    33874314.0000    29152596.8982     16.20%
1193.69/60.77	c        61            472         445        20    33874314.0000    29166348.0068     16.14%
1257.09/63.96	c *      64            555         528        20    33872470.0000    29166348.0068     16.14%
1292.73/65.78	c        66            614         587        20    33872470.0000    29166348.0068     16.14%
1393.63/70.82	c        71            715         684        20    33872470.0000    29166348.0068     16.14%
1423.27/72.35	c *      72            738         707        20    33808822.0000    29166348.0068     15.92%
1492.56/75.88	c        76            870         837        20    33808822.0000    29166348.0068     15.92%
1497.43/76.12	c *      76            870         837        20    33803593.0000    29166348.0068     15.90%
1497.43/76.13	c *      76            914         881        20    33797977.0000    29166348.0068     15.88%
1593.51/80.99	c        81           1367        1332        20    33797977.0000    29166348.0068     15.88%
1633.13/83.01	c *      83           1567        1532        20    33789883.0000    29166348.0068     15.85%
1695.12/86.11	c        86           1907        1868        20    33789883.0000    29166348.0068     15.85%
1796.15/91.14	c        91           2216        2161        20    33789883.0000    29168324.9974     15.84%
1896.34/96.25	c        96           2426        2367        20    33789883.0000    29171574.4628     15.83%
1945.89/98.74	c *      99           2715        2646        20    33752054.0000    29171574.4628     15.70%
1981.69/100.59	c *     101           2780        2709        20    32634065.0000    29171574.4628     11.87%
1997.27/101.33	c       101           2854        2502        20    32634065.0000    29171574.4628     11.87%
2005.20/101.79	c *     102           2854        2502        20    31281272.0000    29171574.4628      7.23%
2060.65/104.51	c *     105           2998        2264        20    31236316.0000    29171574.4628      7.08%
2098.29/106.44	c       106           3098        2325        20    31236316.0000    29171791.4628      7.08%
2199.04/111.55	c       112           3332        2503        20    31236316.0000    29186372.7901      7.02%
2299.90/116.63	c       117           3567        2692        20    31236316.0000    29188121.5880      7.02%
2359.33/119.63	c *     120           3624           0        20    31085323.0000    29188121.5880      6.50%
2359.33/119.65	c *     120           3624           0        20    31044685.0000    29188121.5880      6.36%
2400.90/121.73	c       122           3624           0        20    31044685.0000    29188121.5880      6.36%
2434.57/123.40	c *     123           3625           1        20    31041272.0000    29188121.5880      6.35%
2442.50/123.86	c *     124           3625           1        20    31038869.0000    29188121.5880      6.34%
2442.50/123.87	c *     124           3625           1        20    31038191.0000    29188121.5880      6.34%
2442.50/123.88	c *     124           3625           1        20    31037730.0000    29188121.5880      6.34%
2499.96/126.77	c       127           3635          11        20    31037730.0000    29188121.5880      6.34%
2535.62/128.52	c *     129           3641          17        20    30779300.0000    29188121.5880      5.45%
2600.73/131.82	c       132           3655          29        20    30779300.0000    29188121.5880      5.45%
2699.73/136.85	c       137           3730          84        20    30779300.0000    29188121.5880      5.45%
2800.59/141.92	c       142           3882         182        20    30779300.0000    29188121.5880      5.45%
2812.47/142.58	c *     143           3882         182        20    30778733.0000    29188121.5880      5.45%
2899.55/146.99	c       147           3982         258        20    30778733.0000    29188121.5880      5.45%
2998.61/152.00	c       152           4210         428        20    30778733.0000    29196599.7120      5.42%
3097.64/157.01	c       157           4375         537        20    30778733.0000    30007448.1637      2.57%
3202.64/162.20	c       162           4518         660        20    30778733.0000    30007448.1637      2.57%
3301.51/167.26	c       167           4611         737        20    30778733.0000    30007448.1637      2.57%
3402.37/172.30	c       172           4695         807        20    30778733.0000    30007448.1637      2.57%
3507.27/177.61	c       178           4797         883        20    30778733.0000    30007448.1637      2.57%
3608.19/182.76	c       183           4873         943        20    30778733.0000    30014463.0259      2.55%
3707.22/187.78	c       188           4966        1016        20    30778733.0000    30014463.0259      2.55%
3808.07/192.86	c       193           5069        1093        20    30778733.0000    30014463.0259      2.55%
3909.10/197.96	c       198           5152        1158        20    30778733.0000    30014463.0259      2.55%
4008.14/203.00	c       203           5233        1223        20    30778733.0000    30014463.0259      2.55%
4107.16/208.02	c       208           5321        1293        20    30778733.0000    30024436.9649      2.51%
4208.84/213.05	c       213           5425        1371        20    30778733.0000    30026417.6852      2.51%
4307.90/218.11	c       218           5541        1449        20    30778733.0000    30026417.6852      2.51%
4409.00/223.17	c       223           5674        1550        20    30778733.0000    30026417.6852      2.51%
4497.19/227.61	c *     228           4444        2757        20    30777705.0000    30026774.3365      2.50%
4509.05/228.21	c       228           4444        2757        20    30777705.0000    30026774.3365      2.50%
4558.55/230.75	c *     231           5835        1683        20    30738711.0000    30027016.2264      2.37%
4610.03/233.38	c       233           5884        1584        20    30738711.0000    30027030.0461      2.37%
4708.99/238.39	c       238           6004        1684        20    30738711.0000    30027218.8549      2.37%
4809.93/243.47	c       243           6165        1807        20    30738711.0000    30027515.9566      2.37%
4910.92/248.50	c       248           6282        1902        20    30738711.0000    30027515.9566      2.37%
4910.92/248.52	c *     249           6282        1902        20    30735488.0000    30027515.9566      2.36%
5009.67/253.51	c       254           6400        1994        20    30735488.0000    30027659.9760      2.36%
5108.54/258.56	c       259           6545        2109        20    30735488.0000    30027659.9760      2.36%
5209.54/263.61	c       264           6684        2216        20    30735488.0000    30028054.5668      2.36%
5308.56/268.65	c       269           6836        2338        20    30735488.0000    30028054.5668      2.36%
5407.56/273.67	c       274           6964        2432        20    30735488.0000    30028054.5668      2.36%
5508.55/278.70	c       279           7083        2521        20    30735488.0000    30028063.9051      2.36%
5512.51/279.04	c *     279           7083        2521        20    30734730.0000    30028063.9051      2.35%
5607.57/283.72	c       284           7208        2605        20    30734730.0000    30028418.9676      2.35%
5706.52/288.74	c       289           7285        2656        20    30734730.0000    30028951.6857      2.35%
5807.23/293.89	c       294           7428        2779        20    30734730.0000    30028951.6857      2.35%
5907.85/298.92	c       299           7561        2882        20    30734730.0000    30028951.6857      2.35%
5973.02/302.28	c *     302           7662        2977        20    30725407.0000    30028951.6857      2.32%
5975.00/302.33	c *     302           7662        2977        20    30684901.0000    30028951.6857      2.18%
6011.38/304.17	c       304           7675        2904        20    30684901.0000    30029268.1894      2.18%
6111.58/309.22	c       309           7788        2999        20    30684901.0000    30029288.3016      2.18%
6210.37/314.29	c       314           8011        3196        20    30684901.0000    30029288.3016      2.18%
6311.09/319.34	c       319           8205        3350        20    30684901.0000    30029288.3016      2.18%
6412.06/324.46	c       324           8641        3760        20    30684901.0000    30029288.3016      2.18%
6512.99/329.51	c       330           9017        4066        20    30684901.0000    30029288.3016      2.18%
6612.00/334.55	c       335           9378        4355        20    30684901.0000    30029288.3016      2.18%
6710.99/339.58	c       340           9758        4673        20    30684901.0000    30029288.3016      2.18%
6811.82/344.64	c       345          10096        4927        20    30684901.0000    30029288.3016      2.18%
6910.72/349.65	c       350          10453        5152        20    30684901.0000    30029290.8953      2.18%
7011.60/354.72	c       355          10753        5342        20    30684901.0000    30029290.8953      2.18%
7110.30/359.75	c       360          10999        5496        20    30684901.0000    30029290.8953      2.18%
7213.09/364.92	c       365          11246        5661        20    30684901.0000    30029436.7446      2.18%
7314.83/370.05	c       370          11456        7370        20    30684901.0000    30029618.9157      2.18%
7413.52/375.10	c       375           6846        3278        20    30684901.0000    30030248.3789      2.18%
7512.45/380.11	c       380           7011        3401        20    30684901.0000    30030273.9159      2.18%
7614.72/385.27	c       385           7051        3439        20    30684901.0000    30030273.9159      2.18%
7713.67/390.29	c       390           7316        3656        20    30684901.0000    30030273.9159      2.18%
7814.58/395.30	c       395           7473        3767        20    30684901.0000    30030292.3963      2.18%
7913.39/400.35	c       400           7658        3878        20    30684901.0000    30030304.9635      2.18%
8012.18/405.38	c       405           7827        3995        20    30684901.0000    30030304.9635      2.18%
8089.33/409.29	c *     409           7856        4018        20    30683256.0000    30030304.9635      2.17%
8113.07/410.49	c       410           7856        4018        20    30683256.0000    30030304.9635      2.17%
8213.83/415.55	c       416          14431        9968        20    30683256.0000    30030339.1917      2.17%
8314.63/420.69	c       421          17533       13627        20    30683256.0000    30030392.9373      2.17%
8415.58/425.70	c       426          17622       13684        20    30683256.0000    30030487.3789      2.17%
8514.54/430.70	c       431          17923       13933        20    30683256.0000    30030793.8575      2.17%
8617.40/435.95	c       436          18227       14153        20    30683256.0000    30030852.4990      2.17%
8684.63/439.38	c *     439          18383       14279        20    30682313.0000    30030903.0433      2.17%
8716.26/440.98	c       441          18442       14308        20    30682313.0000    30030903.0433      2.17%
8815.26/446.03	c       446          18804       14572        20    30682313.0000    30030953.1914      2.17%
8894.48/450.03	c *     450          19072       14798        20    30173758.0000    30030976.0655      0.48%
8904.35/450.41	c *     450          19113        4264        20    30170023.0000    30030991.8766      0.46%
8904.35/450.42	c *     450          19113        4264        20    30169662.0000    30030991.8766      0.46%
8918.84/451.17	c       451          19133        4082        20    30169662.0000    30031133.5697      0.46%
9017.53/456.20	c       456          19312        4117        20    30169662.0000    30031242.1117      0.46%
9117.84/461.28	c       461          19551        4224        20    30169662.0000    30031249.0540      0.46%
9218.78/466.38	c       466          19869        4442        20    30169662.0000    30031312.5796      0.46%
9319.70/471.42	c       471          20413        4924        20    30169662.0000    30031422.3088      0.46%
9420.54/476.53	c       477          20996        5397        20    30169662.0000    30031480.2576      0.46%
9519.38/481.55	c       482          21350        5685        20    30169662.0000    30031563.3866      0.46%
9620.35/486.60	c       487          21607        5892        20    30169662.0000    30031581.4260      0.46%
9691.59/490.25	c *     490          21934        6203        20    30168274.0000    30031581.4260      0.46%
9691.59/490.26	c *     490          21934        6203        20    30166982.0000    30031581.4260      0.45%
9715.33/491.45	c *     491          21963        6022        20    30166452.0000    30031767.9469      0.45%
9721.42/491.72	c       492          21963        6022        20    30166452.0000    30031767.9469      0.45%
9820.26/496.77	c       497          22326        6302        20    30166452.0000    30031767.9469      0.45%
9923.19/501.90	c       502          22726        6660        20    30166452.0000    30031767.9469      0.45%
10022.31/506.91	c       507          23194        7096        20    30166452.0000    30031767.9469      0.45%
10121.39/511.99	c       512          23534        7384        20    30166452.0000    30031767.9469      0.45%
10198.65/515.82	c *     516          23843        7645        20    30165881.0000    30031894.9643      0.45%
10220.43/517.04	c       517          23915        7622        20    30165881.0000    30031894.9643      0.45%
10322.32/522.06	c       522          24227        7876        20    30165881.0000    30031894.9643      0.45%
10421.18/527.08	c       527          24448        8033        20    30165881.0000    30031894.9643      0.45%
10523.10/532.23	c       532          15640        3777        20    30165881.0000    30032192.6958      0.45%
10576.48/534.93	c *     535          15786        3897        20    30165227.0000    30032192.6958      0.44%
10576.48/534.94	c *     535          15786        3897        20    30164925.0000    30032192.6958      0.44%
10625.97/537.40	c       537          15969        3907        20    30164925.0000    30032455.5890      0.44%
10655.64/538.99	c *     539          15969        3907        20    30163321.0000    30032455.5890      0.44%
10724.90/542.50	c       542          15969        3907        20    30163321.0000    30032455.5890      0.44%
10825.62/547.54	c       548          16052        3976        20    30163321.0000    30032455.5890      0.44%
10924.44/552.55	c       553          16321        4021        20    30163321.0000    30032455.5890      0.44%
11023.43/557.58	c       558          26947        9894        20    30163321.0000    30033113.5189      0.43%
11124.24/562.61	c       563          27796       10649        20    30163321.0000    30033204.7743      0.43%
11223.22/567.65	c       568          28364       11145        20    30163321.0000    30033274.1489      0.43%
11323.95/572.76	c       573          28963       11682        20    30163321.0000    30033384.1736      0.43%
11424.80/577.81	c       578          29453       12116        20    30163321.0000    30033384.1736      0.43%
11523.60/582.89	c       583          29836       12483        20    30163321.0000    30033454.3105      0.43%
11624.52/587.94	c       588          30417       12960        20    30163321.0000    30033490.6382      0.43%
11723.52/592.97	c       593          30950       13431        20    30163321.0000    30033530.1674      0.43%
11824.87/598.04	c       598          31816       14231        20    30163321.0000    30033530.1674      0.43%
11849.99/599.35	c *     599          31949       14330        20    30163066.0000    30033530.1674      0.43%
11924.07/603.09	c       603          32583       14825        20    30163066.0000    30033578.9896      0.43%
12022.80/608.12	c       608          33206       15328        20    30163066.0000    30033716.4958      0.43%
12123.45/613.19	c       613          34016       16020        20    30163066.0000    30033777.5325      0.43%
12223.53/618.22	c       618          34878       16808        20    30163066.0000    30033777.5325      0.43%
12322.48/623.29	c       623          35324       17192        20    30163066.0000    30033924.4673      0.43%
12423.30/628.34	c       628          36170       17906        20    30163066.0000    30033996.1777      0.43%
12522.08/633.31	c *     633          36673       18313        20    30163006.0000    30034029.6525      0.43%
12522.08/633.31	c *     633          36673       18313        20    30163003.0000    30034029.6525      0.43%
12522.08/633.36	c       633          36673       18313        20    30163003.0000    30034029.6525      0.43%
12622.90/638.41	c       638          23541        8713        20    30163003.0000    30034096.1256      0.43%
12670.41/640.84	c *     641          23660        8814        20    30162514.0000    30034096.1256      0.43%
12721.75/643.45	c       643          23859        8907        20    30162514.0000    30034096.1256      0.43%
12820.75/648.46	c       648          24119        9111        20    30162514.0000    30034122.2649      0.43%
12880.16/651.43	c *     651          24335        9291        20    30162323.0000    30034193.4996      0.43%
12921.71/653.51	c       654          24486        9368        20    30162323.0000    30034193.4996      0.43%
13020.72/658.58	c       659          24760        9582        20    30162323.0000    30034221.9999      0.43%
13113.76/663.28	c *     663          24998        9778        20    30160401.0000    30034221.9999      0.42%
13119.79/663.60	c       664          24998        9778        20    30160401.0000    30034221.9999      0.42%
13163.16/665.79	c *     666          25045        9624        20    30159912.0000    30034287.9453      0.42%
13220.58/668.62	c       669          25243        9703        20    30159912.0000    30034287.9453      0.42%
13319.54/673.65	c       674          42103       22383        20    30159912.0000    30034333.0760      0.42%
13420.33/678.71	c       679          22769        8772        20    30159912.0000    30034458.2486      0.42%
13519.30/683.71	c       684          23062        9037        20    30159912.0000    30034458.2486      0.42%
13618.19/688.73	c       689          26515       10727        20    30159912.0000    30034487.8212      0.42%
13716.88/693.79	c       694          26874       11016        20    30159912.0000    30034487.8212      0.42%
13817.75/698.80	c       699          27165       11235        20    30159912.0000    30034615.4529      0.42%
13916.48/703.84	c       704          27476       11466        20    30159912.0000    30034615.4529      0.42%
14017.30/708.96	c       709          27734       11648        20    30159912.0000    30034640.3611      0.42%
14116.03/714.01	c       714          28087       11909        20    30159912.0000    30034979.1389      0.42%
14217.18/719.12	c       719          28354       12114        20    30159912.0000    30034979.1389      0.42%
14318.57/724.16	c       724          28793       12485        20    30159912.0000    30035011.9644      0.42%
14418.19/729.21	c       729          29135       12789        20    30159912.0000    30035369.2412      0.41%
14516.97/734.26	c       734          29533       13133        20    30159912.0000    30035424.3999      0.41%
14617.81/739.31	c       739          29938       13484        20    30159912.0000    30035424.3999      0.41%
14716.74/744.36	c       744          30349       13783        20    30159912.0000    30035424.3999      0.41%
14817.28/749.41	c       749          30745       14097        20    30159912.0000    30035555.7590      0.41%
14916.16/754.45	c       754          31102       14392        20    30159912.0000    30035863.8952      0.41%
15015.08/759.48	c       759          31505       14739        20    30159912.0000    30035865.4590      0.41%
15115.87/764.55	c       765          31920       15064        20    30159912.0000    30035909.3464      0.41%
15214.78/769.59	c       770          32310       15364        20    30159912.0000    30035942.1602      0.41%
15254.38/771.60	c *     772          32463       15479        20    30159669.0000    30035942.1602      0.41%
15315.73/774.66	c       775          32795       15722        20    30159669.0000    30035954.2311      0.41%
15414.65/779.68	c       780          33249       16084        20    30159669.0000    30035960.1054      0.41%
15515.56/784.77	c       785          33925       16632        20    30159669.0000    30035971.7956      0.41%
15616.44/789.82	c       790          34515       17090        20    30159669.0000    30035982.1772      0.41%
15715.44/794.82	c       795          35105       17572        20    30159669.0000    30036005.6895      0.41%
15814.46/799.83	c       800          35915       18286        20    30159669.0000    30036024.0432      0.41%
15913.44/804.86	c       805          36732       19035        20    30159669.0000    30036092.0394      0.41%
16014.41/809.98	c       810          37515       19702        20    30159669.0000    30036197.5270      0.41%
16116.18/815.06	c       815          38279       20342        20    30159669.0000    30036201.0802      0.41%
16215.16/820.11	c       820          38975       20910        20    30159669.0000    30036302.2315      0.41%
16314.00/825.12	c       825          39516       21345        20    30159669.0000    30036373.6229      0.41%
16413.15/830.14	c       830          40045       21794        20    30159669.0000    30036484.9265      0.41%
16515.20/835.27	c       835          40785       22496        20    30159669.0000    30036498.3250      0.41%
16614.19/840.27	c       840          41445       23046        20    30159669.0000    30036567.4827      0.41%
16715.08/845.31	c       845          42045       23560        20    30159669.0000    30036595.9664      0.41%
16814.06/850.36	c       850          42608       24027        20    30159669.0000    30036642.5817      0.41%
16914.96/855.46	c       855          43105       24430        20    30159669.0000    30036712.5299      0.41%
17015.72/860.50	c       860          43935       25146        20    30159669.0000    30036770.0165      0.41%
17114.64/865.51	c       866          44525       25652        20    30159669.0000    30036790.9223      0.41%
17213.50/870.58	c       871          45245       26320        20    30159669.0000    30036825.9427      0.41%
17314.32/875.62	c       876          45881       26886        20    30159669.0000    30036830.7278      0.41%
17413.15/880.64	c       881          46492       27421        20    30159669.0000    30036851.3112      0.41%
17514.04/885.76	c       886          47045       27908        20    30159669.0000    30036922.7023      0.41%
17614.98/890.81	c       891          47680       28423        20    30159669.0000    30036972.4762      0.41%
17713.83/895.86	c       896          48005       28686        20    30159669.0000    30037001.8501      0.41%
17814.64/900.91	c       901          48535       29088        20    30159669.0000    30037028.4960      0.41%
17913.57/905.95	c       906          48946       29413        20    30159669.0000    30037047.0426      0.41%
18012.56/911.02	c       911          49385       29780        20    30159669.0000    30037091.6300      0.41%
18114.19/916.06	c       916          49925       30218        20    30159669.0000    30037135.0906      0.41%
18213.44/921.11	c       921          50435       30680        20    30159669.0000    30037147.2781      0.41%
18314.25/926.16	c       926          50845       31002        20    30159669.0000    30037223.4829      0.41%
18414.22/931.21	c       931          51315       31362        20    30159669.0000    30037370.3889      0.41%
18513.19/936.25	c       936          51784       31779        20    30159669.0000    30037370.3889      0.41%
18611.92/941.27	c       941          52445       32430        20    30159669.0000    30037401.5962      0.41%
18712.70/946.36	c       946          53158       33061        20    30159669.0000    30037468.2398      0.41%
18811.46/951.38	c       951          53724       33543        20    30159669.0000    30037471.4612      0.41%
18912.37/956.45	c       956          54308       34001        20    30159669.0000    30037471.4612      0.41%
19013.34/961.52	c       962          54575       34178        20    30159669.0000    30037480.5954      0.41%
19112.26/966.56	c       967          55153       34658        20    30159669.0000    30037499.6707      0.41%
19213.24/971.61	c       972          55765       35168        20    30159669.0000    30037520.8810      0.41%
19312.19/976.64	c       977          56235       35526        20    30159669.0000    30037599.7429      0.41%
19410.98/981.69	c       982          56732       35913        20    30159669.0000    30037627.5679      0.41%
19511.90/986.76	c       987          57227       36290        20    30159669.0000    30037663.8244      0.41%
19612.68/991.82	c       992          57717       36698        20    30159669.0000    30037667.6772      0.41%
19711.37/996.86	c       997          58241       37122        20    30159669.0000    30037674.8212      0.41%
19812.15/1001.91	c      1002          58681       37470        20    30159669.0000    30037718.6102      0.41%
19910.88/1006.96	c      1007          59279       37938        20    30159669.0000    30037783.6175      0.41%
20009.74/1012.01	c      1012          59828       38383        20    30159669.0000    30037784.7363      0.41%
20111.21/1017.06	c      1017          60285       38706        20    30159669.0000    30037888.5556      0.41%
20210.17/1022.11	c      1022          60889       39238        20    30159669.0000    30037930.5488      0.41%
20308.76/1027.13	c      1027          61535       39784        20    30159669.0000    30037944.0807      0.41%
20410.88/1032.20	c      1032          61965       40092        20    30159669.0000    30037986.5487      0.41%
20509.76/1037.27	c      1037          62415       40396        20    30159669.0000    30037996.3636      0.41%
20610.71/1042.34	c      1042          63015       40930        20    30159669.0000    30038031.8985      0.40%
20709.87/1047.39	c      1047          63755       41554        20    30159669.0000    30038059.0908      0.40%
20810.56/1052.47	c      1052          64354       41999        20    30159669.0000    30038059.0908      0.40%
20911.10/1057.51	c      1058          64815       42326        20    30159669.0000    30038082.5710      0.40%
21009.79/1062.54	c      1063          65266       42673        20    30159669.0000    30038230.6351      0.40%
21108.72/1067.57	c      1068          65686       43017        20    30159669.0000    30038232.9934      0.40%
21211.39/1072.78	c      1073          66266       43485        20    30159669.0000    30038250.4008      0.40%
21312.32/1077.83	c      1078          66882       43967        20    30159669.0000    30038275.0551      0.40%
21412.98/1082.99	c      1083          67555       44592        20    30159669.0000    30038290.5132      0.40%
21514.06/1088.04	c      1088          68255       45164        20    30159669.0000    30038304.3172      0.40%
21613.19/1093.05	c      1093          68898       45627        20    30159669.0000    30038314.0883      0.40%
21712.15/1098.14	c      1098          69593       46196        20    30159669.0000    30038318.8762      0.40%
21786.30/1101.83	c *    1102          70035       46534        20    30156737.0000    30038373.0833      0.39%
21808.00/1102.95	c *    1103          70125       45912        20    30148305.0000    30038373.0833      0.37%
21812.94/1103.15	c      1103          70165       42934        20    30148305.0000    30038380.8499      0.37%
21912.67/1108.24	c      1108          70366       43063        20    30148305.0000    30038398.8375      0.37%
21944.35/1109.81	c *    1110          70512       43147        20    30148061.0000    30038409.3897      0.37%
22015.47/1113.42	c      1113          70815       43248        20    30148061.0000    30038440.8084      0.36%
22116.34/1118.57	c      1119          71405       43716        20    30148061.0000    30038467.6387      0.36%
22215.30/1123.59	c      1124          71996       44117        20    30148061.0000    30038492.4130      0.36%
22316.22/1128.67	c      1129          72375       44378        20    30148061.0000    30038546.0615      0.36%
22417.10/1133.72	c      1134          72833       44686        20    30148061.0000    30038576.3887      0.36%
22516.09/1138.77	c      1139          73246       44983        20    30148061.0000    30038605.6988      0.36%
22617.06/1143.82	c      1144          73758       45359        20    30148061.0000    30038621.2778      0.36%
22715.96/1148.87	c      1149          74275       45738        20    30148061.0000    30038668.9670      0.36%
22816.78/1153.92	c      1154          74656       45947        20    30148061.0000    30038676.6027      0.36%
22915.69/1158.96	c      1159          75045       46264        20    30148061.0000    30038738.5476      0.36%
23016.88/1164.02	c      1164          75435       46588        20    30148061.0000    30038792.4707      0.36%
23115.76/1169.04	c      1169          75965       47020        20    30148061.0000    30038889.0197      0.36%
23214.85/1174.06	c      1174          76416       47359        20    30148061.0000    30038915.7946      0.36%
23313.54/1179.10	c      1179          76857       47672        20    30148061.0000    30038946.8880      0.36%
23388.01/1182.90	c *    1183          77105       47854        20    30147593.0000    30038957.5326      0.36%
23415.59/1184.22	c      1184          77203       47729        20    30147593.0000    30038957.5326      0.36%
23514.60/1189.27	c      1189          77625       48083        20    30147593.0000    30038977.0904      0.36%
23522.53/1189.64	c *    1190          77625       48083        20    30146982.0000    30038977.0904      0.36%
23615.44/1194.32	c      1194          77862       47891        20    30146982.0000    30038992.4562      0.36%
23664.94/1196.84	c *    1197          78168       48137        20    30146221.0000    30038992.4562      0.36%
23714.41/1199.37	c      1199          78338       47844        20    30146221.0000    30038992.4562      0.36%
23815.29/1204.42	c      1204          78815       48219        20    30146221.0000    30039050.3685      0.36%
23913.86/1209.44	c      1209          79127       48425        20    30146221.0000    30039053.3136      0.36%
24014.76/1214.50	c      1215          79634       48820        20    30146221.0000    30039057.2234      0.36%
24113.76/1219.55	c      1220          80165       49309        20    30146221.0000    30039100.6946      0.36%
24212.72/1224.57	c      1225          80687       49753        20    30146221.0000    30039104.4569      0.36%
24313.55/1229.64	c      1230          81068       50026        20    30146221.0000    30039109.9883      0.36%
24412.43/1234.66	c      1235          81490       50386        20    30146221.0000    30039114.4424      0.36%
24511.38/1239.69	c      1240          81950       50784        20    30146221.0000    30039149.7946      0.36%
24612.31/1244.77	c      1245          82336       51108        20    30146221.0000    30039166.6856      0.36%
24713.23/1249.81	c      1250          82686       51360        20    30146221.0000    30039180.8654      0.36%
24814.13/1254.94	c      1255          83161       51721        20    30146221.0000    30039194.3969      0.36%
24853.72/1256.92	c *    1257          83346       51882        20    30145955.0000    30039196.5778      0.36%
24913.02/1260.01	c      1260          83645       51984        20    30145955.0000    30039253.6699      0.36%
24977.14/1263.15	c *    1263          83845       52128        20    30144638.0000    30039273.0851      0.35%
25014.33/1265.06	c      1265          83995       51527        20    30144638.0000    30039278.5983      0.35%
25113.34/1270.07	c      1270          84425       51857        20    30144638.0000    30039358.0390      0.35%
25214.40/1275.15	c      1275          84865       52221        20    30144638.0000    30039367.9890      0.35%
25314.26/1280.26	c      1280          85275       52567        20    30144638.0000    30039382.2829      0.35%
25415.22/1285.33	c      1285          85895       53143        20    30144638.0000    30039383.4213      0.35%
25513.76/1290.38	c      1290          86307       53493        20    30144638.0000    30039395.8197      0.35%
25614.69/1295.42	c      1295          86875       53983        20    30144638.0000    30039495.8676      0.35%
25620.64/1295.76	c *    1296          86875       53983        20    30139068.0000    30039495.8676      0.33%
25713.42/1300.48	c      1300          87315       51984        20    30139068.0000    30039536.7044      0.33%
25814.10/1305.53	c      1306          88045       52634        20    30139068.0000    30039575.3963      0.33%
25914.88/1310.63	c      1311          88485       53002        20    30139068.0000    30039627.0912      0.33%
26015.84/1315.72	c      1316          89115       53576        20    30139068.0000    30039661.9503      0.33%
26114.72/1320.79	c      1321          89565       53944        20    30139068.0000    30039802.1510      0.33%
26166.16/1323.38	c *    1323          89985       54298        20    30138312.0000    30039849.4984      0.33%
26215.65/1325.80	c      1326          90236       54310        20    30138312.0000    30039849.4984      0.33%
26316.40/1330.92	c      1331          90934       54918        20    30138312.0000    30039849.4984      0.33%
26418.02/1336.13	c      1336          91517       55417        20    30138312.0000    30039857.2920      0.33%
26518.88/1341.16	c      1341          91953       55797        20    30138312.0000    30039890.8328      0.33%
26617.92/1346.18	c      1346          92692       56460        20    30138312.0000    30039890.8328      0.33%
26717.92/1351.24	c      1351          93416       57118        20    30138312.0000    30039890.8328      0.33%
26816.82/1356.26	c      1356          94050       57702        20    30138312.0000    30039898.9413      0.33%
26915.71/1361.27	c      1361          94649       58231        20    30138312.0000    30039905.6305      0.33%
27018.64/1366.40	c      1366          95178       58652        20    30138312.0000    30039946.7487      0.33%
27117.60/1371.44	c      1371          95475       58872        20    30138312.0000    30040015.1602      0.33%
27218.52/1376.50	c      1377          96065       59361        20    30138312.0000    30040051.8586      0.33%
27317.46/1381.55	c      1382          96512       59688        20    30138312.0000    30040134.2353      0.33%
27416.40/1386.58	c      1387          96885       60012        20    30138312.0000    30040134.5108      0.33%
27517.16/1391.64	c      1392          97408       60425        20    30138312.0000    30040140.0110      0.33%
27616.13/1396.70	c      1397          97954       60892        20    30138312.0000    30040204.7967      0.33%
27716.94/1401.71	c      1402          98511       61383        20    30138312.0000    30040204.7967      0.33%
27815.78/1406.75	c      1407          98889       61709        20    30138312.0000    30040237.5152      0.33%
27916.60/1411.81	c      1412          99451       62191        20    30138312.0000    30040239.4579      0.33%
28015.52/1416.90	c      1417          99965       62615        20    30138312.0000    30040282.5693      0.33%
28116.08/1422.01	c      1422         100525       63105        20    30138312.0000    30040282.5693      0.33%
28217.84/1427.06	c      1427         101029       63530        20    30138312.0000    30040290.3519      0.33%
28316.50/1432.12	c      1432         101665       64061        20    30138312.0000    30040318.8206      0.33%
28417.20/1437.14	c      1437         102065       64378        20    30138312.0000    30040362.6836      0.33%
28515.46/1442.15	c      1442         102474       64671        20    30138312.0000    30040378.4969      0.33%
28615.83/1447.22	c      1447         102885       64982        20    30138312.0000    30040466.9951      0.33%
28714.66/1452.26	c      1452         103215       65144        20    30138312.0000    30040525.4872      0.33%
28815.44/1457.36	c      1457         103749       65510        20    30138312.0000    30040525.4872      0.33%
28916.18/1462.42	c      1462         104090       65715        20    30138312.0000    30040561.6360      0.33%
29014.86/1467.47	c      1467         104473       65955        20    30138312.0000    30040590.4414      0.33%
29115.67/1472.52	c      1473         104910       66232        20    30138312.0000    30040596.0968      0.33%
29214.62/1477.57	c      1478         105355       66517        20    30138312.0000    30040609.2356      0.33%
29315.49/1482.60	c      1483         105875       66845        20    30138312.0000    30040662.7713      0.33%
29414.41/1487.64	c      1488         106357       67119        20    30138312.0000    30040752.3344      0.32%
29479.74/1490.92	c *    1491         106665       67272        20    30138281.0000    30040766.8752      0.32%
29515.26/1492.70	c      1493         106862       67389        20    30138281.0000    30040772.6124      0.32%
29529.10/1493.45	c *    1493         106995       67464        20    30131397.0000    30040800.6703      0.30%
29616.02/1497.82	c      1498         107345       65265        20    30131397.0000    30040863.8810      0.30%
29716.95/1503.02	c      1503         107870       65532        20    30131397.0000    30040921.8946      0.30%
29821.63/1508.23	c      1508         108455       65833        20    30131397.0000    30040956.6565      0.30%
29924.63/1513.44	c      1513         109045       66147        20    30131397.0000    30040963.8442      0.30%
30023.52/1518.47	c      1518         109676       66476        20    30131397.0000    30040977.7213      0.30%
30122.40/1523.49	c      1523         110065       66666        20    30131397.0000    30040991.8178      0.30%
30221.30/1528.49	c      1528         110535       66914        20    30131397.0000    30041037.3166      0.30%
30322.20/1533.56	c      1534         110986       67155        20    30131397.0000    30041046.4655      0.30%
30422.89/1538.64	c      1539         111412       67397        20    30131397.0000    30041054.6108      0.30%
30466.38/1540.89	c *    1541         111635       67498        20    30128586.0000    30041081.0672      0.29%
30521.75/1543.69	c      1544         111935       67005        20    30128586.0000    30041130.2104      0.29%
30622.27/1548.74	c      1549         112356       67179        20    30128586.0000    30041307.3759      0.29%
30723.18/1553.83	c      1554         112835       67438        20    30128586.0000    30041448.3953      0.29%
30822.12/1558.84	c      1559         113292       67675        20    30128586.0000    30041448.3953      0.29%
30923.05/1563.97	c      1564         113675       67894        20    30128586.0000    30041457.1348      0.29%
31021.80/1569.02	c      1569         114057       68085        20    30128586.0000    30041457.1348      0.29%
31123.23/1574.10	c      1574         114465       68308        20    30128586.0000    30041548.1528      0.29%
31224.11/1579.19	c      1579         114890       68539        20    30128586.0000    30041557.1747      0.29%
31324.17/1584.24	c      1584         115145       68701        20    30128586.0000    30041653.5495      0.29%
31423.02/1589.29	c      1589         115485       68905        20    30128586.0000    30041763.3226      0.29%
31523.98/1594.34	c      1594         115905       69122        20    30128586.0000    30041796.8668      0.29%
31622.92/1599.37	c      1599         116365       69387        20    30128586.0000    30041807.1987      0.29%
31723.68/1604.42	c      1604         116780       69616        20    30128586.0000    30041824.7350      0.29%
31822.58/1609.44	c      1609         117149       69811        20    30128586.0000    30041887.2292      0.29%
31923.47/1614.53	c      1615         117623       70072        20    30128586.0000    30041887.2292      0.29%
32022.33/1619.56	c      1620         118139       70402        20    30128586.0000    30041941.3462      0.29%
32123.04/1624.64	c      1625         118540       70623        20    30128586.0000    30042009.8332      0.29%
32223.92/1629.70	c      1630         119088       70919        20    30128586.0000    30042105.1832      0.29%
32247.68/1630.93	c *    1631         119088       70919        20    30128551.0000    30042105.1832      0.29%
32322.73/1634.75	c      1635         119285       71035        20    30128551.0000    30042143.4589      0.29%
32423.62/1639.89	c      1640         119825       71363        20    30128551.0000    30042157.3293      0.29%
32524.49/1645.00	c      1645         120175       71581        20    30128551.0000    30042181.9115      0.29%
32628.19/1650.18	c      1650         120649       71833        20    30128551.0000    30042300.5923      0.29%
32730.19/1655.36	c      1655         121055       72067        20    30128551.0000    30042372.0884      0.29%
32831.11/1660.48	c      1660         121385       72229        20    30128551.0000    30042418.7736      0.29%
32931.84/1665.55	c      1666         121642       72354        20    30128551.0000    30042464.9582      0.29%
33030.80/1670.57	c      1671         122218       72716        20    30128551.0000    30042528.3015      0.29%
33133.61/1675.70	c      1676         122635       72984        20    30128551.0000    30042596.5085      0.29%
33135.56/1675.88	c *    1676         122675       73000        20    30128392.0000    30042598.2571      0.29%
33234.46/1680.81	c      1681         123051       73173        20    30128392.0000    30042636.0210      0.29%
33335.11/1685.96	c      1686         123625       73524        20    30128392.0000    30042644.3633      0.29%
33433.82/1691.02	c      1691         124081       73776        20    30128392.0000    30042648.8802      0.29%
33535.61/1696.08	c      1696         124548       74039        20    30128392.0000    30042691.1946      0.29%
33636.67/1701.19	c      1701         125045       74325        20    30128392.0000    30042729.5189      0.29%
33736.73/1706.20	c      1706         125505       74590        20    30128392.0000    30042748.5193      0.29%
33835.47/1711.23	c      1711         125977       74876        20    30128392.0000    30042775.0779      0.28%
33934.36/1716.25	c      1716         126456       75174        20    30128392.0000    30042791.2094      0.28%
34032.97/1721.26	c      1721         126904       75458        20    30128392.0000    30042829.0768      0.28%
34133.76/1726.31	c      1726         127285       75646        20    30128392.0000    30042851.2737      0.28%
34232.70/1731.35	c      1731         127645       75896        20    30128392.0000    30042886.1119      0.28%
34333.62/1736.43	c      1736         128146       76181        20    30128392.0000    30042898.7382      0.28%
34432.50/1741.49	c      1741         128565       76435        20    30128392.0000    30042967.8629      0.28%
34533.37/1746.55	c      1747         129058       76706        20    30128392.0000    30042969.8138      0.28%
34634.23/1751.61	c      1752         129532       76972        20    30128392.0000    30042981.4420      0.28%
34735.15/1756.76	c      1757         129929       77174        20    30128392.0000    30043004.7912      0.28%
34836.09/1761.81	c      1762         130435       77488        20    30128392.0000    30043040.0901      0.28%
34934.98/1766.86	c      1767         130901       77754        20    30128392.0000    30043129.2144      0.28%
35035.85/1771.91	c      1772         131249       77988        20    30128392.0000    30043134.4226      0.28%
35134.82/1776.95	c      1777         131583       78198        20    30128392.0000    30043134.4226      0.28%
35233.66/1782.01	c      1782         131990       78429        20    30128392.0000    30043142.4176      0.28%
35332.62/1787.04	c      1787         132447       78670        20    30128392.0000    30043142.4176      0.28%
35434.16/1792.11	c      1792         132821       78866        20    30128392.0000    30043179.8545      0.28%
35535.14/1797.16	c      1797         133318       79183        20    30128392.0000    30043188.6823      0.28%
35634.26/1802.18	c      1802         133800       79467        20    30128392.0000    30043259.8148      0.28%
35734.26/1807.26	c      1807         134208       79705        20    30128392.0000    30043259.8148      0.28%
35833.16/1812.29	c      1812         134715       80046        20    30128392.0000    30043259.8148      0.28%
35934.04/1817.32	c      1817         135096       80284        20    30128392.0000    30043305.7686      0.28%
36032.70/1822.33	c      1822         135565       80537        20    30128392.0000    30043325.6591      0.28%
36131.38/1827.36	c      1827         135985       80765        20    30128392.0000    30043415.5274      0.28%
36232.21/1832.45	c      1832         136412       81014        20    30128392.0000    30043415.9292      0.28%
36333.07/1837.53	c      1838         136847       81247        20    30128392.0000    30043425.9184      0.28%
36431.91/1842.60	c      1843         137328       81548        20    30128392.0000    30043425.9184      0.28%
36532.80/1847.69	c      1848         137687       81718        20    30128392.0000    30043438.9300      0.28%
36633.71/1852.73	c      1853         138182       82016        20    30128392.0000    30043478.9450      0.28%
36732.43/1857.79	c      1858         138515       82207        20    30128392.0000    30043493.3891      0.28%
36833.36/1862.82	c      1863         138953       82461        20    30128392.0000    30043509.4159      0.28%
36932.26/1867.86	c      1868         139335       82675        20    30128392.0000    30043522.5228      0.28%
37033.16/1872.91	c      1873         139740       82889        20    30128392.0000    30043556.8613      0.28%
37132.01/1877.96	c      1878         140032       83057        20    30128392.0000    30043572.6273      0.28%
37230.62/1883.00	c      1883         140425       83278        20    30128392.0000    30043576.8687      0.28%
37329.41/1888.02	c      1888         140707       83412        20    30128392.0000    30043577.5024      0.28%
37434.25/1893.22	c      1893         141175       83724        20    30128392.0000    30043675.0367      0.28%
37535.18/1898.32	c      1898         141485       83894        20    30128392.0000    30043696.8297      0.28%
37634.02/1903.37	c      1903         141765       84056        20    30128392.0000    30043715.3534      0.28%
37734.86/1908.41	c      1908         142125       84276        20    30128392.0000    30043724.0162      0.28%
37833.68/1913.46	c      1913         142411       84436        20    30128392.0000    30043735.6561      0.28%
37932.60/1918.48	c      1918         142858       84682        20    30128392.0000    30043750.5083      0.28%
38033.39/1923.56	c      1924         143273       84933        20    30128392.0000    30043759.7802      0.28%
38134.24/1928.61	c      1929         143709       85185        20    30128392.0000    30043783.7742      0.28%
38233.07/1933.66	c      1934         144195       85477        20    30128392.0000    30043862.2081      0.28%
38334.03/1938.79	c      1939         144598       85681        20    30128392.0000    30043890.7531      0.28%
38436.86/1943.91	c      1944         144971       85881        20    30128392.0000    30043932.4437      0.28%
38535.60/1948.96	c      1949         145475       86287        20    30128392.0000    30043948.9363      0.28%
38634.38/1954.01	c      1954         146035       86757        20    30128392.0000    30043994.5879      0.28%
38733.27/1959.03	c      1959         146699       87335        20    30128392.0000    30043994.5879      0.28%
38835.04/1964.08	c      1964         147392       87928        20    30128392.0000    30043999.2267      0.28%
38933.98/1969.09	c      1969         147875       88343        20    30128392.0000    30044029.2175      0.28%
39033.03/1974.10	c      1974         148503       88871        20    30128392.0000    30044029.2175      0.28%
39133.67/1979.16	c      1979         149070       89360        20    30128392.0000    30044069.5080      0.28%
39233.63/1984.23	c      1984         149752       89956        20    30128392.0000    30044075.7157      0.28%
39334.57/1989.31	c      1989         150285       90411        20    30128392.0000    30044077.1562      0.28%
39435.37/1994.41	c      1994         150813       90845        20    30128392.0000    30044082.2577      0.28%
39534.19/1999.46	c      1999         151348       91310        20    30128392.0000    30044129.5343      0.28%
39634.98/2004.50	c      2005         151885       91787        20    30128392.0000    30044178.7241      0.28%
39733.72/2009.56	c      2010         152245       91997        20    30128392.0000    30044193.6576      0.28%
39834.67/2014.60	c      2015         152585       92191        20    30128392.0000    30044225.7112      0.28%
39933.44/2019.63	c      2020         152973       92369        20    30128392.0000    30044245.3928      0.28%
40032.11/2024.64	c      2025         153255       92495        20    30128392.0000    30044278.1686      0.28%
40133.00/2029.72	c      2030         153698       92762        20    30128392.0000    30044314.9103      0.28%
40231.66/2034.75	c      2035         154005       92919        20    30128392.0000    30044334.4054      0.28%
40332.52/2039.82	c      2040         154385       93151        20    30128392.0000    30044340.0798      0.28%
40431.47/2044.85	c      2045         154765       93353        20    30128392.0000    30044369.8197      0.28%
40530.37/2049.86	c      2050         155125       93533        20    30128392.0000    30044387.0173      0.28%
40631.28/2054.93	c      2055         155585       93781        20    30128392.0000    30044446.2400      0.28%
40730.22/2059.97	c      2060         155965       93967        20    30128392.0000    30044456.7262      0.28%
40829.10/2065.02	c      2065         156269       94117        20    30128392.0000    30044526.0684      0.28%
40930.70/2070.04	c      2070         156701       94329        20    30128392.0000    30044529.3170      0.28%
41029.66/2075.07	c      2075         157078       94538        20    30128392.0000    30044572.2640      0.28%
41128.54/2080.12	c      2080         157385       94703        20    30128392.0000    30044617.2210      0.28%
41229.46/2085.17	c      2085         157805       94915        20    30128392.0000    30044657.4243      0.28%
41329.33/2090.22	c      2090         158126       95076        20    30128392.0000    30044684.4120      0.28%
41428.22/2095.28	c      2095         158525       95319        20    30128392.0000    30044725.1991      0.28%
41529.03/2100.38	c      2100         158959       95589        20    30128392.0000    30044742.0340      0.28%
41629.96/2105.44	c      2105         159324       95774        20    30128392.0000    30044780.0353      0.28%
41730.90/2110.56	c      2111         159725       96013        20    30128392.0000    30044814.7316      0.28%
41831.73/2115.60	c      2116         160205       96327        20    30128392.0000    30044833.2427      0.28%
41930.68/2120.66	c      2121         160676       96629        20    30128392.0000    30044833.2427      0.28%
42031.30/2125.71	c      2126         161092       96919        20    30128392.0000    30044856.1600      0.28%
42130.06/2130.76	c      2131         161546       97221        20    30128392.0000    30044864.1646      0.28%
42230.93/2135.81	c      2136         162035       97531        20    30128392.0000    30044908.1748      0.28%
42329.39/2140.84	c      2141         162539       97852        20    30128392.0000    30044930.7086      0.28%
42428.30/2145.89	c      2146         162895       98080        20    30128392.0000    30044963.1382      0.28%
42529.23/2150.96	c      2151         163185       98270        20    30128392.0000    30044980.3266      0.28%
42628.17/2156.01	c      2156         163735       98613        20    30128392.0000    30045018.2585      0.28%
42729.59/2161.06	c      2161         164165       98871        20    30128392.0000    30045053.1374      0.28%
42828.62/2166.11	c      2166         164575       99117        20    30128392.0000    30045065.9988      0.28%
42927.96/2171.14	c      2171         165040       99465        20    30128392.0000    30045065.9988      0.28%
43028.58/2176.17	c      2176         165520       99766        20    30128392.0000    30045112.2387      0.28%
43128.43/2181.23	c      2181         165835       99989        20    30128392.0000    30045137.0074      0.28%
43229.36/2186.32	c      2186         166316      100275        20    30128392.0000    30045137.0074      0.28%
43328.15/2191.33	c      2191         166754      100601        20    30128392.0000    30045137.0074      0.28%
43427.11/2196.36	c      2196         167171      100873        20    30128392.0000    30045144.8620      0.28%
43525.94/2201.39	c      2201         167515      101125        20    30128392.0000    30045149.9499      0.28%
43628.61/2206.52	c      2207         167939      101423        20    30128392.0000    30045149.9499      0.28%
43727.35/2211.57	c      2212         168367      101659        20    30128392.0000    30045170.0091      0.28%
43828.29/2216.62	c      2217         168795      101944        20    30128392.0000    30045207.4558      0.28%
43927.11/2221.65	c      2222         169322      102275        20    30128392.0000    30045231.2382      0.28%
44026.00/2226.67	c      2227         169689      102496        20    30128392.0000    30045231.2382      0.28%
44126.55/2231.72	c      2232         170022      102688        20    30128392.0000    30045231.2382      0.28%
44225.29/2236.73	c      2237         170425      102934        20    30128392.0000    30045276.0211      0.28%
44324.25/2241.74	c      2242         170954      103270        20    30128392.0000    30045290.0467      0.28%
44423.06/2246.77	c      2247         171325      103506        20    30128392.0000    30045308.5454      0.28%
44523.89/2251.82	c      2252         171825      103837        20    30128392.0000    30045350.6461      0.28%
44622.85/2256.87	c      2257         172265      104114        20    30128392.0000    30045367.3540      0.28%
44723.64/2261.92	c      2262         172655      104415        20    30128392.0000    30045395.5017      0.28%
44822.41/2266.97	c      2267         173006      104618        20    30128392.0000    30045406.5593      0.28%
44921.29/2272.01	c      2272         173393      104891        20    30128392.0000    30045436.7575      0.28%
45022.64/2277.02	c      2277         173835      105259        20    30128392.0000    30045456.7585      0.28%
45121.46/2282.12	c      2282         174152      105458        20    30128392.0000    30045467.6922      0.28%
45220.19/2287.13	c      2287         174607      105846        20    30128392.0000    30045467.6922      0.28%
45320.85/2292.14	c      2292         175135      106306        20    30128392.0000    30045482.1848      0.28%
45419.62/2297.19	c      2297         175755      106880        20    30128392.0000    30045495.5993      0.28%
45519.67/2302.20	c      2302         176345      107406        20    30128392.0000    30045539.2557      0.28%
45618.41/2307.26	c      2307         176869      107876        20    30128392.0000    30045573.4176      0.28%
45721.36/2312.41	c      2312         177605      108568        20    30128392.0000    30045626.6134      0.28%
45820.36/2317.48	c      2317         178198      109115        20    30128392.0000    30045635.2642      0.28%
45921.29/2322.53	c      2323         178682      109535        20    30128392.0000    30045666.8710      0.28%
46020.27/2327.54	c      2328         179235      110024        20    30128392.0000    30045679.7182      0.28%
46119.06/2332.54	c      2333         179745      110468        20    30128392.0000    30045719.0066      0.28%
46219.99/2337.66	c      2338         180345      111006        20    30128392.0000    30045746.4562      0.28%
46320.86/2342.72	c      2343         180920      111485        20    30128392.0000    30045746.9855      0.28%
46419.65/2347.77	c      2348         181510      111999        20    30128392.0000    30045746.9855      0.28%
46520.36/2352.81	c      2353         182135      112532        20    30128392.0000    30045786.3379      0.27%
46619.02/2357.87	c      2358         182485      112800        20    30128392.0000    30045808.2555      0.27%
46717.88/2362.89	c      2363         183081      113322        20    30128392.0000    30045808.2555      0.27%
46818.66/2367.94	c      2368         183708      113881        20    30128392.0000    30045808.3200      0.27%
46917.46/2372.99	c      2373         184465      114592        20    30128392.0000    30045843.2059      0.27%
47019.03/2378.03	c      2378         184955      115016        20    30128392.0000    30045898.9709      0.27%
47118.17/2383.12	c      2383         185551      115580        20    30128392.0000    30045909.3751      0.27%
47218.95/2388.15	c      2388         186223      116206        20    30128392.0000    30045912.3722      0.27%
47317.43/2393.19	c      2393         186733      116658        20    30128392.0000    30045963.0535      0.27%
47417.59/2398.27	c      2398         187266      117117        20    30128392.0000    30045963.9522      0.27%
47518.10/2403.32	c      2403         187837      117628        20    30128392.0000    30045963.9522      0.27%
47617.03/2408.36	c      2408         188424      118175        20    30128392.0000    30045980.8204      0.27%
47715.85/2413.37	c      2413         188889      118604        20    30128392.0000    30045997.5639      0.27%
47816.71/2418.45	c      2418         189468      119111        20    30128392.0000    30046006.8499      0.27%
47915.60/2423.48	c      2423         190175      119700        20    30128392.0000    30046017.5157      0.27%
48016.23/2428.55	c      2429         190625      120074        20    30128392.0000    30046037.8650      0.27%
48117.20/2433.62	c      2434         191245      120634        20    30128392.0000    30046074.4446      0.27%
48216.03/2438.67	c      2439         191855      121154        20    30128392.0000    30046125.2424      0.27%
48316.99/2443.72	c      2444         192508      121763        20    30128392.0000    30046145.1185      0.27%
48416.00/2448.76	c      2449         193125      122228        20    30128392.0000    30046168.0019      0.27%
48516.73/2453.80	c      2454         193775      122764        20    30128392.0000    30046182.2132      0.27%
48615.72/2458.87	c      2459         194443      123322        20    30128392.0000    30046198.5473      0.27%
48716.42/2463.92	c      2464         195113      123936        20    30128392.0000    30046198.5473      0.27%
48815.32/2468.97	c      2469         195706      124481        20    30128392.0000    30046206.1615      0.27%
48914.29/2474.02	c      2474         196386      125073        20    30128392.0000    30046216.5913      0.27%
49015.81/2479.07	c      2479         196894      125529        20    30128392.0000    30046260.4256      0.27%
49114.68/2484.12	c      2484         197530      126069        20    30128392.0000    30046277.0928      0.27%
49215.55/2489.17	c      2489         198107      126518        20    30128392.0000    30046287.4823      0.27%
49315.84/2494.22	c      2494         198760      127117        20    30128392.0000    30046300.6275      0.27%
49414.97/2499.25	c      2499         199363      127624        20    30128392.0000    30046355.9554      0.27%
49514.10/2504.26	c      2504         200008      128233        20    30128392.0000    30046383.6271      0.27%
49613.21/2509.27	c      2509         200635      128830        20    30128392.0000    30046394.2295      0.27%
49716.12/2514.42	c      2514         201109      129254        20    30128392.0000    30046400.4814      0.27%
49815.16/2519.45	c      2519         201736      129817        20    30128392.0000    30046411.6446      0.27%
49914.28/2524.46	c      2524         202342      130389        20    30128392.0000    30046412.7174      0.27%
50013.34/2529.49	c      2529         202892      130855        20    30128392.0000    30046431.4423      0.27%
50112.22/2534.50	c      2534         203616      131511        20    30128392.0000    30046444.0407      0.27%
50213.21/2539.54	c      2540         204157      132014        20    30128392.0000    30046444.3404      0.27%
50312.30/2544.58	c      2545         204842      132633        20    30128392.0000    30046488.6906      0.27%
50413.27/2549.60	c      2550         205255      132986        20    30128392.0000    30046503.7307      0.27%
50512.09/2554.65	c      2555         205771      133460        20    30128392.0000    30046521.3925      0.27%
50613.15/2559.72	c      2560         206465      134078        20    30128392.0000    30046544.5067      0.27%
50714.11/2564.83	c      2565         207025      134558        20    30128392.0000    30046552.1808      0.27%
50815.09/2569.95	c      2570         207605      135100        20    30128392.0000    30046561.9067      0.27%
50914.15/2574.99	c      2575         208233      135680        20    30128392.0000    30046561.9067      0.27%
51015.80/2580.07	c      2580         208873      136282        20    30128392.0000    30046573.5191      0.27%
51114.96/2585.12	c      2585         209417      136700        20    30128392.0000    30046578.6871      0.27%
51216.23/2590.17	c      2590         210105      137304        20    30128392.0000    30046591.9675      0.27%
51316.38/2595.22	c      2595         210763      137868        20    30128392.0000    30046605.0905      0.27%
51415.46/2600.27	c      2600         211327      138380        20    30128392.0000    30046605.0905      0.27%
51516.53/2605.32	c      2605         211738      138713        20    30128392.0000    30046619.1999      0.27%
51615.28/2610.34	c      2610         212285      139208        20    30128392.0000    30046634.9606      0.27%
51714.00/2615.38	c      2615         212918      139761        20    30128392.0000    30046700.5120      0.27%
51814.70/2620.41	c      2620         213391      140172        20    30128392.0000    30046738.2765      0.27%
51915.70/2625.51	c      2626         213775      140516        20    30128392.0000    30046770.6954      0.27%
52014.64/2630.57	c      2631         214390      141043        20    30128392.0000    30046770.6954      0.27%
52115.77/2635.62	c      2636         215014      141581        20    30128392.0000    30046842.6561      0.27%
52214.77/2640.67	c      2641         215505      142008        20    30128392.0000    30046880.4974      0.27%
52315.92/2645.72	c      2646         215945      142404        20    30128392.0000    30046911.5984      0.27%
52414.91/2650.77	c      2651         216448      142847        20    30128392.0000    30046966.9094      0.27%
52513.57/2655.79	c      2656         216965      143322        20    30128392.0000    30046969.0227      0.27%
52614.68/2660.81	c      2661         217496      143791        20    30128392.0000    30046992.4478      0.27%
52715.77/2665.92	c      2666         217995      144226        20    30128392.0000    30047047.8028      0.27%
52814.71/2670.94	c      2671         218499      144640        20    30128392.0000    30047098.3194      0.27%
52913.79/2676.02	c      2676         219039      145148        20    30128392.0000    30047099.6253      0.27%
53012.88/2681.03	c      2681         219575      145580        20    30128392.0000    30047159.4228      0.27%
53114.20/2686.08	c      2686         220048      145943        20    30128392.0000    30047194.0910      0.27%
53213.14/2691.12	c      2691         220667      146490        20    30128392.0000    30047224.4349      0.27%
53315.47/2696.21	c      2696         221245      147026        20    30128392.0000    30047232.1167      0.27%
53414.41/2701.23	c      2701         221681      147366        20    30128392.0000    30047256.7805      0.27%
53513.44/2706.23	c      2706         222185      147774        20    30128392.0000    30047289.6560      0.27%
53612.37/2711.28	c      2711         222645      148140        20    30128392.0000    30047293.4513      0.27%
53711.43/2716.29	c      2716         223245      148624        20    30128392.0000    30047316.3724      0.27%
53812.50/2721.35	c      2721         223765      149036        20    30128392.0000    30047364.1690      0.27%
53911.58/2726.38	c      2726         224295      149504        20    30128392.0000    30047388.7235      0.27%
54010.60/2731.39	c      2731         224841      149966        20    30128392.0000    30047391.0881      0.27%
54109.55/2736.40	c      2736         225437      150488        20    30128392.0000    30047407.6999      0.27%
54212.36/2741.51	c      2742         225725      150688        20    30128392.0000    30047451.8851      0.27%
54315.28/2746.71	c      2747         226197      151048        20    30128392.0000    30047521.3828      0.27%
54414.21/2751.73	c      2752         226706      151487        20    30128392.0000    30047523.7619      0.27%
54515.08/2756.82	c      2757         227222      151873        20    30128392.0000    30047535.5254      0.27%
54613.95/2761.88	c      2762         227647      152226        20    30128392.0000    30047562.7943      0.27%
54714.81/2766.92	c      2767         228265      152738        20    30128392.0000    30047585.9846      0.27%
54813.60/2771.94	c      2772         228655      153064        20    30128392.0000    30047610.0197      0.27%
54912.20/2777.00	c      2777         229225      153552        20    30128392.0000    30047626.6014      0.27%
55013.52/2782.07	c      2782         229706      153955        20    30128392.0000    30047630.3640      0.27%
55114.34/2787.12	c      2787         230215      154380        20    30128392.0000    30047646.0980      0.27%
55213.55/2792.14	c      2792         230721      154766        20    30128392.0000    30047673.2463      0.27%
55312.49/2797.18	c      2797         231181      155124        20    30128392.0000    30047711.4401      0.27%
55412.87/2802.21	c      2802         231609      155496        20    30128392.0000    30047725.0348      0.27%
55513.75/2807.32	c      2807         232045      155818        20    30128392.0000    30047826.1881      0.27%
55612.75/2812.38	c      2812         232406      156109        20    30128392.0000    30047830.0488      0.27%
55711.80/2817.38	c      2817         232925      156548        20    30128392.0000    30047846.9009      0.27%
55812.83/2822.45	c      2822         233365      156886        20    30128392.0000    30047869.0382      0.27%
55913.73/2827.50	c      2828         233749      157220        20    30128392.0000    30047870.6014      0.27%
56012.71/2832.57	c      2833         234122      157559        20    30128392.0000    30047870.7024      0.27%
56113.71/2837.61	c      2838         234565      157930        20    30128392.0000    30047877.7804      0.27%
56212.75/2842.61	c      2843         234960      158273        20    30128392.0000    30047886.7258      0.27%
56313.35/2847.71	c      2848         235475      158702        20    30128392.0000    30047888.8847      0.27%
56412.33/2852.77	c      2853         235929      159094        20    30128392.0000    30047890.2009      0.27%
56513.35/2857.82	c      2858         236425      159540        20    30128392.0000    30047890.9518      0.27%
56612.39/2862.85	c      2863         236765      159814        20    30128392.0000    30047900.6526      0.27%
56713.34/2867.90	c      2868         237189      160192        20    30128392.0000    30047903.4311      0.27%
56812.29/2872.93	c      2873         237621      160572        20    30128392.0000    30047923.8343      0.27%
56911.20/2878.03	c      2878         238032      160925        20    30128392.0000    30047933.7999      0.27%
57012.78/2883.07	c      2883         238545      161396        20    30128392.0000    30047937.3210      0.27%
57112.00/2888.12	c      2888         238995      161794        20    30128392.0000    30047938.6840      0.27%
57213.21/2893.17	c      2893         239525      162214        20    30128392.0000    30047960.0691      0.27%
57313.11/2898.21	c      2898         239885      162468        20    30128392.0000    30048025.7176      0.27%
57411.98/2903.23	c      2903         240235      162736        20    30128392.0000    30048035.2906      0.27%
57510.74/2908.27	c      2908         240680      163077        20    30128392.0000    30048062.3575      0.27%
57611.71/2913.37	c      2913         241185      163500        20    30128392.0000    30048080.3456      0.27%
57712.62/2918.42	c      2918         241606      163809        20    30128392.0000    30048089.5278      0.27%
57811.59/2923.47	c      2923         242135      164206        20    30128392.0000    30048101.3165      0.27%
57912.47/2928.52	c      2929         242638      164619        20    30128392.0000    30048142.7909      0.27%
58011.31/2933.56	c      2934         243175      165054        20    30128392.0000    30048150.2387      0.27%
58110.27/2938.57	c      2939         243657      165446        20    30128392.0000    30048165.5696      0.27%
58209.17/2943.60	c      2944         244125      165806        20    30128392.0000    30048172.6086      0.27%
58309.98/2948.62	c      2949         244568      166107        20    30128392.0000    30048194.3357      0.27%
58408.89/2953.64	c      2954         245022      166423        20    30128392.0000    30048213.9221      0.27%
58509.84/2958.71	c      2959         245435      166730        20    30128392.0000    30048247.4470      0.27%
58608.82/2963.76	c      2964         245846      167031        20    30128392.0000    30048262.4194      0.27%
58709.61/2968.84	c      2969         246268      167365        20    30128392.0000    30048299.2164      0.27%
58808.55/2973.89	c      2974         246707      167724        20    30128392.0000    30048312.1475      0.27%
58909.41/2978.93	c      2979         247245      168180        20    30128392.0000    30048331.4732      0.27%
59008.36/2983.98	c      2984         247706      168491        20    30128392.0000    30048357.5567      0.27%
59107.33/2989.03	c      2989         248185      168866        20    30128392.0000    30048385.9644      0.27%
59208.95/2994.11	c      2994         248635      169214        20    30128392.0000    30048416.1673      0.27%
59310.15/2999.18	c      2999         249087      169572        20    30128392.0000    30048416.1673      0.27%
59410.16/3004.20	c      3004         249515      169920        20    30128392.0000    30048418.0910      0.27%
59509.01/3009.21	c      3009         249865      170174        20    30128392.0000    30048426.3694      0.27%
59607.83/3014.22	c      3014         250376      170578        20    30128392.0000    30048439.7757      0.27%
59706.78/3019.22	c      3019         250738      170866        20    30128392.0000    30048439.7757      0.27%
59805.74/3024.28	c      3024         251195      171261        20    30128392.0000    30048444.5460      0.27%
59906.44/3029.37	c      3029         251705      171607        20    30128392.0000    30048473.1051      0.27%
60007.44/3034.42	c      3034         252175      171985        20    30128392.0000    30048486.7636      0.27%
60106.40/3039.44	c      3039         252525      172269        20    30128392.0000    30048496.6708      0.27%
60205.33/3044.46	c      3044         252962      172590        20    30128392.0000    30048534.6385      0.27%
60306.03/3049.51	c      3050         253375      172891        20    30128392.0000    30048550.6948      0.27%
60407.07/3054.62	c      3055         253805      173211        20    30128392.0000    30048562.7652      0.27%
60506.06/3059.63	c      3060         254236      173554        20    30128392.0000    30048570.4950      0.27%
60604.75/3064.65	c      3065         254637      173859        20    30128392.0000    30048602.2347      0.27%
60705.55/3069.72	c      3070         255061      174197        20    30128392.0000    30048602.7666      0.27%
60804.33/3074.74	c      3075         255497      174545        20    30128392.0000    30048610.8021      0.27%
60903.17/3079.77	c      3080         255975      174937        20    30128392.0000    30048624.9760      0.27%
61003.92/3084.87	c      3085         256498      175334        20    30128392.0000    30048656.2624      0.27%
61102.41/3089.87	c      3090         257015      175753        20    30128392.0000    30048672.8519      0.27%
61203.15/3094.94	c      3095         257463      176111        20    30128392.0000    30048686.1095      0.27%
61304.67/3100.04	c      3100         257954      176514        20    30128392.0000    30048699.4491      0.27%
61403.47/3105.11	c      3105         258445      176933        20    30128392.0000    30048703.7610      0.27%
61505.81/3110.29	c      3110         258963      177333        20    30128392.0000    30048707.3902      0.27%
61606.68/3115.31	c      3115         259362      177664        20    30128392.0000    30048708.0608      0.27%
61707.66/3120.41	c      3120         259880      178072        20    30128392.0000    30048725.6426      0.27%
61806.59/3125.47	c      3125         260375      178473        20    30128392.0000    30048739.1596      0.27%
61907.51/3130.51	c      3131         260685      178711        20    30128392.0000    30048753.2255      0.27%
62006.40/3135.56	c      3136         261225      179133        20    30128392.0000    30048774.0535      0.26%
62105.29/3140.59	c      3141         261665      179465        20    30128392.0000    30048781.6662      0.26%
62206.23/3145.63	c      3146         262005      179719        20    30128392.0000    30048792.4227      0.26%
62305.04/3150.64	c      3151         262424      180058        20    30128392.0000    30048811.2403      0.26%
62403.99/3155.66	c      3156         262839      180385        20    30128392.0000    30048850.0653      0.26%
62502.80/3160.67	c      3161         263225      180671        20    30128392.0000    30048861.7875      0.26%
62601.70/3165.69	c      3166         263615      180967        20    30128392.0000    30048878.7791      0.26%
62702.65/3170.79	c      3171         263862      181128        20    30128392.0000    30048899.1339      0.26%
62803.50/3175.82	c      3176         264273      181439        20    30128392.0000    30048914.4909      0.26%
62904.38/3180.93	c      3181         264675      181751        20    30128392.0000    30048922.8078      0.26%
63003.35/3185.95	c      3186         265045      182047        20    30128392.0000    30048929.0855      0.26%
63102.31/3190.98	c      3191         265453      182347        20    30128392.0000    30048942.2305      0.26%
63204.21/3196.08	c      3196         265865      182663        20    30128392.0000    30048949.4141      0.26%
63303.17/3201.11	c      3201         266225      182949        20    30128392.0000    30048986.2534      0.26%
63405.53/3206.23	c      3206         266700      183332        20    30128392.0000    30048995.1384      0.26%
63504.39/3211.29	c      3211         267180      183670        20    30128392.0000    30049013.5580      0.26%
63605.35/3216.37	c      3216         267588      184000        20    30128392.0000    30049021.0730      0.26%
63706.04/3221.42	c      3221         268053      184315        20    30128392.0000    30049036.7465      0.26%
63805.02/3226.47	c      3226         268567      184729        20    30128392.0000    30049036.7465      0.26%
63904.09/3231.49	c      3231         268945      184987        20    30128392.0000    30049041.8999      0.26%
64004.99/3236.51	c      3237         269305      185251        20    30128392.0000    30049057.3077      0.26%
64103.90/3241.58	c      3242         269745      185577        20    30128392.0000    30049086.8676      0.26%
64204.76/3246.65	c      3247         270123      185881        20    30128392.0000    30049088.0084      0.26%
64305.67/3251.71	c      3252         270535      186209        20    30128392.0000    30049100.6397      0.26%
64404.58/3256.76	c      3257         270880      186438        20    30128392.0000    30049123.7263      0.26%
64505.58/3261.81	c      3262         271285      186713        20    30128392.0000    30049151.6624      0.26%
64604.52/3266.85	c      3267         271681      186983        20    30128392.0000    30049152.7934      0.26%
64705.50/3271.91	c      3272         272145      187353        20    30128392.0000    30049174.8914      0.26%
64804.53/3276.96	c      3277         272634      187752        20    30128392.0000    30049185.3690      0.26%
64903.52/3282.01	c      3282         273035      188041        20    30128392.0000    30049206.9815      0.26%
65005.15/3287.06	c      3287         273515      188427        20    30128392.0000    30049207.9224      0.26%
65104.24/3292.11	c      3292         273995      188763        20    30128392.0000    30049233.5441      0.26%
65205.03/3297.14	c      3297         274405      189053        20    30128392.0000    30049243.7286      0.26%
65305.25/3302.20	c      3302         274785      189343        20    30128392.0000    30049246.3770      0.26%
65404.03/3307.24	c      3307         275215      189689        20    30128392.0000    30049258.8291      0.26%
65504.92/3312.31	c      3312         275575      189961        20    30128392.0000    30049292.8324      0.26%
65603.69/3317.36	c      3317         276046      190334        20    30128392.0000    30049292.9363      0.26%
65702.58/3322.38	c      3322         276537      190709        20    30128392.0000    30049315.9450      0.26%
65803.34/3327.43	c      3327         277020      191112        20    30128392.0000    30049316.2867      0.26%
65902.30/3332.44	c      3332         277485      191473        20    30128392.0000    30049327.4324      0.26%
66001.38/3337.47	c      3337         277945      191825        20    30128392.0000    30049336.9492      0.26%
66104.38/3342.61	c      3343         278475      192247        20    30128392.0000    30049340.7237      0.26%
66203.23/3347.67	c      3348         278916      192602        20    30128392.0000    30049342.2629      0.26%
66304.23/3352.73	c      3353         279385      192975        20    30128392.0000    30049367.9461      0.26%
66403.18/3357.74	c      3358         279835      193319        20    30128392.0000    30049393.1312      0.26%
66504.13/3362.82	c      3363         280295      193683        20    30128392.0000    30049426.6633      0.26%
66603.02/3367.87	c      3368         280696      193996        20    30128392.0000    30049439.7595      0.26%
66704.00/3372.92	c      3373         281188      194414        20    30128392.0000    30049445.3303      0.26%
66802.80/3377.98	c      3378         281656      194784        20    30128392.0000    30049465.0924      0.26%
66901.81/3382.99	c      3383         282199      195237        20    30128392.0000    30049481.9361      0.26%
67000.66/3388.01	c      3388         282655      195583        20    30128392.0000    30049523.4486      0.26%
67099.61/3393.02	c      3393         283035      195897        20    30128392.0000    30049542.7245      0.26%
67201.23/3398.05	c      3398         283495      196285        20    30128392.0000    30049559.8175      0.26%
67300.16/3403.09	c      3403         284019      196703        20    30128392.0000    30049561.7784      0.26%
67399.26/3408.14	c      3408         284602      197206        20    30128392.0000    30049572.5935      0.26%
67501.40/3413.21	c      3413         285025      197541        20    30128392.0000    30049582.4248      0.26%
67600.47/3418.26	c      3418         285461      197883        20    30128392.0000    30049586.7225      0.26%
67701.38/3423.31	c      3423         285955      198277        20    30128392.0000    30049595.2763      0.26%
67800.33/3428.36	c      3428         286503      198711        20    30128392.0000    30049620.5510      0.26%
67901.19/3433.41	c      3433         286892      199002        20    30128392.0000    30049625.7219      0.26%
68000.18/3438.46	c      3438         287275      199285        20    30128392.0000    30049656.3949      0.26%
68101.05/3443.51	c      3444         287785      199693        20    30128392.0000    30049659.4383      0.26%
68199.98/3448.52	c      3449         288293      200117        20    30128392.0000    30049659.4383      0.26%
68300.95/3453.62	c      3454         288764      200526        20    30128392.0000    30049665.7963      0.26%
68399.84/3458.67	c      3459         289245      200909        20    30128392.0000    30049687.7402      0.26%
68500.77/3463.75	c      3464         289705      201245        20    30128392.0000    30049700.0770      0.26%
68599.74/3468.78	c      3469         290122      201572        20    30128392.0000    30049721.7826      0.26%
68700.70/3473.86	c      3474         290665      202021        20    30128392.0000    30049725.8076      0.26%
68801.66/3478.93	c      3479         291097      202373        20    30128392.0000    30049728.5407      0.26%
68900.65/3483.99	c      3484         291544      202694        20    30128392.0000    30049743.2549      0.26%
68999.61/3489.01	c      3489         292065      203107        20    30128392.0000    30049754.8044      0.26%
69101.03/3494.07	c      3494         292585      203523        20    30128392.0000    30049760.6318      0.26%
69201.78/3499.17	c      3499         292999      203869        20    30128392.0000    30049766.9459      0.26%
69301.98/3504.22	c      3504         293525      204285        20    30128392.0000    30049776.7707      0.26%
69400.89/3509.27	c      3509         293945      204615        20    30128392.0000    30049779.6167      0.26%
69501.89/3514.30	c      3514         294395      204924        20    30128392.0000    30049794.2884      0.26%
69600.83/3519.36	c      3519         294865      205299        20    30128392.0000    30049796.6143      0.26%
69699.36/3524.37	c      3524         295325      205675        20    30128392.0000    30049811.9758      0.26%
69798.28/3529.40	c      3529         295793      206037        20    30128392.0000    30049821.1120      0.26%
69899.21/3534.48	c      3534         296245      206429        20    30128392.0000    30049835.2527      0.26%
70000.14/3539.56	c      3540         296855      206969        20    30128392.0000    30049845.5159      0.26%
70101.17/3544.60	c      3545         297386      207442        20    30128392.0000    30049857.5277      0.26%
70200.16/3549.67	c      3550         298011      207981        20    30128392.0000    30049861.3885      0.26%
70299.18/3554.70	c      3555         298615      208513        20    30128392.0000    30049878.3647      0.26%
70400.18/3559.78	c      3560         299012      208864        20    30128392.0000    30049878.3647      0.26%
70501.02/3564.82	c      3565         299585      209381        20    30128392.0000    30049889.5515      0.26%
70599.82/3569.84	c      3570         300175      209905        20    30128392.0000    30049908.1534      0.26%
70700.81/3574.90	c      3575         300691      210385        20    30128392.0000    30049908.8737      0.26%
70799.76/3579.97	c      3580         301148      210824        20    30128392.0000    30049908.8737      0.26%
70898.73/3585.02	c      3585         301732      211378        20    30128392.0000    30049908.8737      0.26%
71000.39/3590.05	c      3590         302315      211927        20    30128392.0000    30049939.0773      0.26%
71099.21/3595.10	c      3595         302865      212377        20    30128392.0000    30049963.2262      0.26%
71198.41/3600.14	c      3600         303375      212839        20    30128392.0000    30049979.6300      0.26%
71299.46/3605.15	c      3605         303845      213285        20    30128392.0000    30049985.2548      0.26%
71399.54/3610.20	c      3610         304375      213769        20    30128392.0000    30050005.6782      0.26%
71498.48/3615.22	c      3615         305055      214413        20    30128392.0000    30050017.0454      0.26%
71597.37/3620.29	c      3620         305498      214802        20    30128392.0000    30050029.2809      0.26%
71698.25/3625.39	c      3625         305930      215170        20    30128392.0000    30050047.4272      0.26%
71799.12/3630.41	c      3630         306524      215684        20    30128392.0000    30050065.6332      0.26%
71900.08/3635.52	c      3636         307155      216259        20    30128392.0000    30050073.8635      0.26%
71999.03/3640.57	c      3641         307556      216582        20    30128392.0000    30050087.7110      0.26%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (186398 MiB free)
  memory of node 1: 193531 MiB (179611 MiB free)
  memory of node 2: 193531 MiB (181867 MiB free)
  memory of node 3: 193493 MiB (192393 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465141-1722443614/watcher-4465141-1722443614 -o /tmp/evaluation-result-4465141-1722443614/solver-4465141-1722443614 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58771 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465141-1722443614.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=64207, runsolver pid=64204
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 81.98 80.48 69.83 62/988 64208
/proc/meminfo: memFree=758002548/790760800 swapFree=131071996/131071996
[pid=64207] ppid=64204 vsize=60032 memory=49012 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/stat : 64207 (fscip) R 64204 64207 58757 0 -1 4194304 10342 0 0 0 10 1 0 0 20 0 1 0 10940833 61472768 12253 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
/proc/64207/statm: 15008 12253 2790 3035 0 11404 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 60032 KiB
Current children cumulated memory: 49012 KiB

[startup+0.220332 s]*
/proc/loadavg: 81.98 80.48 69.83 63/1008 64228
/proc/meminfo: memFree=757939892/790760800 swapFree=131071996/131071996
[pid=64207] ppid=64204 vsize=1550408 memory=126044 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/stat : 64207 (fscip) S 64204 64207 58757 0 -1 1077936128 29938 0 0 0 19 4 0 0 20 0 21 0 10940833 1587617792 31511 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
/proc/64207/statm: 387602 31511 2806 3035 0 73030 0
[pid=64207/tid=64209] ppid=64204 vsize=1550408 memory=5651821867064885367 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64209/stat : 64209 (fscip) S 64204 64207 58757 0 -1 1077936192 2003 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64210] ppid=64204 vsize=1550408 memory=32318 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64210/stat : 64210 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64211] ppid=64204 vsize=1550408 memory=56316433531346 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64211/stat : 64211 (fscip) R 64204 64207 58757 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64212] ppid=64204 vsize=1550408 memory=60718791787076 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64212/stat : 64212 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64213] ppid=64204 vsize=1550408 memory=55186907464376 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64213/stat : 64213 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64214] ppid=64204 vsize=1550408 memory=52996507698068 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64214/stat : 64214 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64215] ppid=64204 vsize=1550408 memory=15260333157647797 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64215/stat : 64215 (fscip) S 64204 64207 58757 0 -1 1077936192 2003 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64216] ppid=64204 vsize=1550408 memory=14690781856270585 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64216/stat : 64216 (fscip) S 64204 64207 58757 0 -1 1077936192 2003 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64217] ppid=64204 vsize=1550408 memory=93997 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64217/stat : 64217 (fscip) S 64204 64207 58757 0 -1 1077936192 2002 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31577 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64218] ppid=64204 vsize=1550408 memory=91841 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64218/stat : 64218 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64219] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64219/stat : 64219 (fscip) S 64204 64207 58757 0 -1 1077936192 2003 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64220] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64220/stat : 64220 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64221] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64221/stat : 64221 (fscip) S 64204 64207 58757 0 -1 1077936192 2003 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64222] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64222/stat : 64222 (fscip) S 64204 64207 58757 0 -1 1077936192 2004 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64223] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64223/stat : 64223 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64224] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64224/stat : 64224 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64225] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64225/stat : 64225 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64226] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64226/stat : 64226 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64227] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64227/stat : 64227 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31643 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64228] ppid=64204 vsize=1550408 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64228/stat : 64228 (fscip) S 64204 64207 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10940849 1587617792 31709 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1550408 KiB
Current children cumulated memory: 126044 KiB

[startup+0.325606 s]*
/proc/loadavg: 81.98 80.48 69.83 64/1008 64228
/proc/meminfo: memFree=757841696/790760800 swapFree=131071996/131071996
[pid=64207] ppid=64204 vsize=1755368 memory=272896 CPUtime=0.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/stat : 64207 (fscip) S 64204 64207 58757 0 -1 1077936128 65152 0 0 0 29 13 0 0 20 0 41 0 10940833 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
/proc/64207/statm: 438842 68224 2822 3035 0 149491 0
[pid=64207/tid=64209] ppid=64204 vsize=1755368 memory=-5155631314546223237 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64209/stat : 64209 (fscip) D 64204 64207 58757 0 -1 4194368 2584 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64210] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64210/stat : 64210 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64211] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64211/stat : 64211 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64212] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64212/stat : 64212 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64213] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64213/stat : 64213 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64214] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64214/stat : 64214 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64215] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64215/stat : 64215 (fscip) R 64204 64207 58757 0 -1 4194368 2395 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64216] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64216/stat : 64216 (fscip) D 64204 64207 58757 0 -1 4194368 2450 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64217] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64217/stat : 64217 (fscip) D 64204 64207 58757 0 -1 4194368 2573 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64218] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64218/stat : 64218 (fscip) D 64204 64207 58757 0 -1 4194368 2381 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64219] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64219/stat : 64219 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64220] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64220/stat : 64220 (fscip) R 64204 64207 58757 0 -1 4194368 2581 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68224 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64221] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64221/stat : 64221 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64222] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64222/stat : 64222 (fscip) D 64204 64207 58757 0 -1 4194368 2575 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64223] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64223/stat : 64223 (fscip) D 64204 64207 58757 0 -1 4194368 2566 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64224] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64224/stat : 64224 (fscip) D 64204 64207 58757 0 -1 4194368 2611 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64225] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64225/stat : 64225 (fscip) D 64204 64207 58757 0 -1 4194368 2588 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64226] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64226/stat : 64226 (fscip) D 64204 64207 58757 0 -1 4194368 2588 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64227] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64227/stat : 64227 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64228] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64228/stat : 64228 (fscip) D 64204 64207 58757 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 41 0 10940849 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64229] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64229/stat : 64229 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64230] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64230/stat : 64230 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64231] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64231/stat : 64231 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64232] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64232/stat : 64232 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64233] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64233/stat : 64233 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64234] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64234/stat : 64234 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64235] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64235/stat : 64235 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64236] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64236/stat : 64236 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64237] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64237/stat : 64237 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68290 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64238] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64238/stat : 64238 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64239] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64239/stat : 64239 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64240] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64240/stat : 64240 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64241] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64241/stat : 64241 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64242] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64242/stat : 64242 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64243] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64243/stat : 64243 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64244] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64244/stat : 64244 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64245] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64245/stat : 64245 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64246] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64246/stat : 64246 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64247] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64247/stat : 64247 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64248] ppid=64204 vsize=1755368 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64248/stat : 64248 (fscip) S 64204 64207 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10940867 1797496832 68356 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 1755368 KiB
Current children cumulated memory: 272896 KiB

[startup+0.704107 s]
/proc/loadavg: 81.98 80.48 69.83 81/1028 64248
/proc/meminfo: memFree=757211012/790760800 swapFree=131071996/131071996
[pid=64207] ppid=64204 vsize=1856444 memory=902048 CPUtime=6.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/stat : 64207 (fscip) S 64204 64207 58757 0 -1 1077936128 255051 0 0 0 476 128 0 0 20 0 41 0 10940833 1900998656 225512 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
/proc/64207/statm: 464111 225512 2966 3035 0 326394 0
[pid=64207/tid=64209] ppid=64204 vsize=1856444 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64209/stat : 64209 (fscip) R 64204 64207 58757 0 -1 4194368 10464 0 0 0 22 6 0 0 20 0 41 0 10940849 1900998656 225512 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64210] ppid=64204 vsize=1856444 memory=10824 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64210/stat : 64210 (fscip) R 64204 64207 58757 0 -1 4194368 13683 0 0 0 19 8 0 0 20 0 41 0 10940849 1900998656 225512 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64211] ppid=64204 vsize=1856444 memory=16088 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64211/stat : 64211 (fscip) R 64204 64207 58757 0 -1 4194368 11915 0 0 0 26 3 0 0 20 0 41 0 10940849 1900998656 225512 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0

################
# More data... #
################

[pid=64207/tid=64232] ppid=64204 vsize=15842060 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64232/stat : 64232 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 1 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64233] ppid=64204 vsize=15842060 memory=11700 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64233/stat : 64233 (fscip) S 64204 64207 58757 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64234] ppid=64204 vsize=15842060 memory=14570836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64234/stat : 64234 (fscip) S 64204 64207 58757 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64235] ppid=64204 vsize=15842060 memory=14535740 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64235/stat : 64235 (fscip) S 64204 64207 58757 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64236] ppid=64204 vsize=15842060 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64236/stat : 64236 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64237] ppid=64204 vsize=15842060 memory=14476492 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64237/stat : 64237 (fscip) S 64204 64207 58757 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64238] ppid=64204 vsize=15842060 memory=14426276 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64238/stat : 64238 (fscip) S 64204 64207 58757 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64239] ppid=64204 vsize=15842060 memory=14578304 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64239/stat : 64239 (fscip) S 64204 64207 58757 0 -1 1077936192 62 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64240] ppid=64204 vsize=15842060 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64240/stat : 64240 (fscip) S 64204 64207 58757 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64241] ppid=64204 vsize=15842060 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64241/stat : 64241 (fscip) S 64204 64207 58757 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64242] ppid=64204 vsize=15842060 memory=11572 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64242/stat : 64242 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 1 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64243] ppid=64204 vsize=15842060 memory=5556 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64243/stat : 64243 (fscip) S 64204 64207 58757 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64244] ppid=64204 vsize=15842060 memory=16088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64244/stat : 64244 (fscip) S 64204 64207 58757 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64245] ppid=64204 vsize=15842060 memory=14586124 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64245/stat : 64245 (fscip) S 64204 64207 58757 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64246] ppid=64204 vsize=15842060 memory=14432308 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64246/stat : 64246 (fscip) S 64204 64207 58757 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64247] ppid=64204 vsize=15842060 memory=14601848 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64247/stat : 64247 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64248] ppid=64204 vsize=15842060 memory=39996 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64248/stat : 64248 (fscip) S 64204 64207 58757 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 10940867 16222269440 3647544 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
Current children cumulated CPU time: 70847.3 s
Current children cumulated vsize: 15842060 KiB
Current children cumulated memory: 14590176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.6 s]
/proc/loadavg: 80.25 80.35 80.19 81/1025 66370
/proc/meminfo: memFree=736331492/790760800 swapFree=131071996/131071996
[pid=64207] ppid=64204 vsize=16039844 memory=14782528 CPUtime=72001 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/stat : 64207 (fscip) S 64204 64207 58757 0 -1 1077936128 46195976 0 0 0 7177416 22684 0 0 20 0 41 0 10940833 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
/proc/64207/statm: 4009961 3695632 3366 3035 0 3868994 0
[pid=64207/tid=64209] ppid=64204 vsize=16039844 memory=20524 CPUtime=3600.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64209/stat : 64209 (fscip) R 64204 64207 58757 0 -1 4194368 3056120 0 0 0 359396 661 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64210] ppid=64204 vsize=16039844 memory=-7523378095572738688 CPUtime=3598.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64210/stat : 64210 (fscip) R 64204 64207 58757 0 -1 4194368 2472201 0 0 0 359402 489 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64211] ppid=64204 vsize=16039844 memory=32195 CPUtime=3597.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64211/stat : 64211 (fscip) R 64204 64207 58757 0 -1 4194368 1127128 0 0 0 357281 2441 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64212] ppid=64204 vsize=16039844 memory=32534 CPUtime=3598.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64212/stat : 64212 (fscip) R 64204 64207 58757 0 -1 4194368 2873576 0 0 0 359252 624 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64213] ppid=64204 vsize=16039844 memory=32858 CPUtime=3600.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64213/stat : 64213 (fscip) R 64204 64207 58757 0 -1 4194368 2691526 0 0 0 359449 557 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64214] ppid=64204 vsize=16039844 memory=33182 CPUtime=3603.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64214/stat : 64214 (fscip) R 64204 64207 58757 0 -1 4194368 1049979 0 0 0 357689 2615 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64215] ppid=64204 vsize=16039844 memory=85730 CPUtime=3599.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64215/stat : 64215 (fscip) R 64204 64207 58757 0 -1 4194368 2679450 0 0 0 359389 536 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64216] ppid=64204 vsize=16039844 memory=86542 CPUtime=3599.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64216/stat : 64216 (fscip) R 64204 64207 58757 0 -1 4194368 3071424 0 0 0 359317 585 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64217] ppid=64204 vsize=16039844 memory=49149 CPUtime=3602.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64217/stat : 64217 (fscip) R 64204 64207 58757 0 -1 4194368 1243664 0 0 0 357479 2790 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64218] ppid=64204 vsize=16039844 memory=7614 CPUtime=3600.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64218/stat : 64218 (fscip) R 64204 64207 58757 0 -1 4194368 2554517 0 0 0 359569 513 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64219] ppid=64204 vsize=16039844 memory=3761687896655181409 CPUtime=3599.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64219/stat : 64219 (fscip) R 64204 64207 58757 0 -1 4194368 2588685 0 0 0 359436 548 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64220] ppid=64204 vsize=16039844 memory=3904678280074428579 CPUtime=3602.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64220/stat : 64220 (fscip) R 64204 64207 58757 0 -1 4194368 1930826 0 0 0 358233 1973 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64221] ppid=64204 vsize=16039844 memory=0 CPUtime=3599.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64221/stat : 64221 (fscip) R 64204 64207 58757 0 -1 4194368 3064537 0 0 0 359388 599 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64222] ppid=64204 vsize=16039844 memory=0 CPUtime=3600.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64222/stat : 64222 (fscip) R 64204 64207 58757 0 -1 4194368 2594687 0 0 0 359570 505 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64223] ppid=64204 vsize=16039844 memory=281028035493440 CPUtime=3600.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64223/stat : 64223 (fscip) R 64204 64207 58757 0 -1 4194368 1285315 0 0 0 357507 2557 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64224] ppid=64204 vsize=16039844 memory=140514017888468 CPUtime=3599.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64224/stat : 64224 (fscip) R 64204 64207 58757 0 -1 4194368 2966587 0 0 0 359298 618 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64225] ppid=64204 vsize=16039844 memory=14771220 CPUtime=3598.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64225/stat : 64225 (fscip) R 64204 64207 58757 0 -1 4194368 2168874 0 0 0 359425 452 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64226] ppid=64204 vsize=16039844 memory=2784 CPUtime=3601.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64226/stat : 64226 (fscip) R 64204 64207 58757 0 -1 4194368 1655839 0 0 0 357630 2503 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64227] ppid=64204 vsize=16039844 memory=6668 CPUtime=3597.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64227/stat : 64227 (fscip) R 64204 64207 58757 0 -1 4194368 2610295 0 0 0 359207 587 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64228] ppid=64204 vsize=16039844 memory=6668 CPUtime=3597.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64228/stat : 64228 (fscip) R 64204 64207 58757 0 -1 4194368 2474425 0 0 0 359326 467 0 0 20 0 41 0 10940849 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64229] ppid=64204 vsize=16039844 memory=14776884 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64229/stat : 64229 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64230] ppid=64204 vsize=16039844 memory=2796 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64230/stat : 64230 (fscip) S 64204 64207 58757 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64231] ppid=64204 vsize=16039844 memory=6828 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64231/stat : 64231 (fscip) S 64204 64207 58757 0 -1 1077936192 78 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64232] ppid=64204 vsize=16039844 memory=16436932 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64232/stat : 64232 (fscip) S 64204 64207 58757 0 -1 1077936192 125 0 0 0 1 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64233] ppid=64204 vsize=16039844 memory=2672 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64233/stat : 64233 (fscip) S 64204 64207 58757 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64234] ppid=64204 vsize=16039844 memory=6632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64234/stat : 64234 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64235] ppid=64204 vsize=16039844 memory=13665596 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64235/stat : 64235 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64236] ppid=64204 vsize=16039844 memory=2660 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64236/stat : 64236 (fscip) S 64204 64207 58757 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64237] ppid=64204 vsize=16039844 memory=6864 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64237/stat : 64237 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64238] ppid=64204 vsize=16039844 memory=4826404 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64238/stat : 64238 (fscip) S 64204 64207 58757 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64239] ppid=64204 vsize=16039844 memory=6091470741865994153 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64239/stat : 64239 (fscip) S 64204 64207 58757 0 -1 1077936192 63 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64240] ppid=64204 vsize=16039844 memory=-4428631828742281496 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64240/stat : 64240 (fscip) S 64204 64207 58757 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64241] ppid=64204 vsize=16039844 memory=2180 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64241/stat : 64241 (fscip) S 64204 64207 58757 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64242] ppid=64204 vsize=16039844 memory=1744 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64242/stat : 64242 (fscip) S 64204 64207 58757 0 -1 1077936192 125 0 0 0 1 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64243] ppid=64204 vsize=16039844 memory=7908 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64243/stat : 64243 (fscip) S 64204 64207 58757 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64244] ppid=64204 vsize=16039844 memory=28716 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64244/stat : 64244 (fscip) S 64204 64207 58757 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64245] ppid=64204 vsize=16039844 memory=-7523378095572738688 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64245/stat : 64245 (fscip) S 64204 64207 58757 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64246] ppid=64204 vsize=16039844 memory=59212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64246/stat : 64246 (fscip) S 64204 64207 58757 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64247] ppid=64204 vsize=16039844 memory=7948 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64247/stat : 64247 (fscip) S 64204 64207 58757 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
[pid=64207/tid=64248] ppid=64204 vsize=16039844 memory=18736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/64207/task/64248/stat : 64248 (fscip) S 64204 64207 58757 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 10940867 16424800256 3695632 809668444160 4194304 16623229 140730562526304 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 34500608 140730562528266 140730562528384 140730562528384 140730562535408 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 16039844 KiB
Current children cumulated memory: 14782528 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3641.09 s]
# the end of solver process 64207 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71774.4 s, system=227.316 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3640.82 s]
/proc/loadavg: 80.25 80.35 80.19 63/986 66370
/proc/meminfo: memFree=739354500/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641 s]*
/proc/loadavg: 80.25 80.35 80.19 62/986 66370
/proc/meminfo: memFree=748875608/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3641.09
CPU time (s): 72001.7
CPU user time (s): 71774.4
CPU system time (s): 227.316
CPU usage (%): 1977.48
Max. virtual memory (cumulated for all children) (KiB): 16039844
Max. memory (cumulated for all children) (KiB): 14782528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71774.4
system time used= 227.316
maximum resident set size= 14782940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46196217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 337717
involuntary context switches= 474314


# summary of solver processes directly reported to runsolver:
#   pid: 64207
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71774.4
#   total CPU system time (s): 227.316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1269 second user time and 86.1577 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 18:33:34
IDJOB=4465141
IDBENCH=146797
IDSOLVER=3094
FILE ID=nodeD104/4465141-1722443614
RUNJOBID= nodeD104-1722441596-58771
SLURM_JOB_ID= 8254234
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-UMTS.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465141-1722443614/watcher-4465141-1722443614 -o /tmp/evaluation-result-4465141-1722443614/solver-4465141-1722443614 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58771 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465141-1722443614.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 20

MD5SUM BENCH= 542a59a1a1b8906e0495f473b09f11e4
RANDOM SEED=1333504060

nodeD104.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.492
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2919.966
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3187.064
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2007.955
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.389
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2917.882
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3193.661
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3643.242
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.299
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2920.594
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3187.850
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3250.532
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.285
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2918.994
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3488.186
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.271
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2920.607
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3188.348
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3589.859
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.239
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2920.590
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3180.358
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3570.613
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.218
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2918.374
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2135.476
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.192
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2918.121
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.009
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1214.748
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.225
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2920.340
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3188.733
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1706.654
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.284
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2804.117
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2637.668
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.367
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2920.166
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3195.296
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2626.862
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.462
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2916.780
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3188.570
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2637.520
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.550
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2919.967
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.029
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2679.605
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.649
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2917.627
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2636.125
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.746
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2917.912
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3189.753
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2635.719
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.762
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2914.238
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3193.041
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2668.737
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.734
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2917.439
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2601.227
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.716
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2864.203
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3197.840
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2662.027
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.695
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2917.630
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2653.007
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3056.660
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2919.818
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1269.937
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        758038260 kB
MemAvailable:   756295344 kB
Buffers:          129760 kB
Cached:          1254232 kB
SwapCached:            0 kB
Active:           288356 kB
Inactive:       30043044 kB
Active(anon):       2212 kB
Inactive(anon): 28967716 kB
Active(file):     286144 kB
Inactive(file):  1075328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28996 kB
Writeback:            68 kB
AnonPages:      28944572 kB
Mapped:           126240 kB
Shmem:             22536 kB
KReclaimable:     140384 kB
Slab:             472004 kB
SReclaimable:     140384 kB
SUnreclaim:       331620 kB
KernelStack:       16912 kB
PageTables:        71308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5410008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           177792 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3631104 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      475136 kB
DirectMap2M:    37771264 kB
DirectMap1G:    767557632 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-07-31 19:34:15