Trace number 4465435

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) 72000.8 3637.37

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat85_4_27_4.opb
MD5SUM21308a801a9cbe43fb5a50efc40ff8ff
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5141383
Best CPU time to get the best result obtained on this benchmark66218.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 146273936801
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 146273936801
Number of bits of the biggest sum of numbers38
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.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 99519224, getVmSize() = 88719360, SCIPgetMemUsed() = 57681617, SCIPgetMemTotal() = 64936297, SCIPgetMemExternEstim() = 34582927
0.00/0.09	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
0.42/0.50	c ** Estimated virtualMemUsedAtSolver = 102354900, getVmSize() = 146821120, SCIPgetMemUsed() = 74449208, SCIPgetMemTotal() = 118949424, SCIPgetMemExternEstim() = 34582927
0.42/0.50	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.42/0.50	c Original Problem   :
0.42/0.50	c   Problem name     : instance-4465435-1722522206
0.42/0.50	c   Variables        : 14620 (14620 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.50	c   Constraints      : 21851
0.42/0.50	c   Objective sense  : minimize
0.42/0.50	c Presolved Problem  :
0.42/0.50	c   Variables        : 7310 (7310 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.50	c   Constraints      : 7569
0.42/0.50	c Constraints        : Number
0.42/0.50	c   knapsack         : 3825 
0.42/0.50	c   setppc           : 86 
0.42/0.50	c   linear           : 3 
0.42/0.50	c   logicor          : 3655 
0.42/0.50	c ** Instance transfer method used: 0
0.42/0.53	c ** ParaScipInstance copy does not increase the number of variables. **
0.90/0.91	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.90/0.92	c                                Nodes    Active                                            
0.90/0.92	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
11.41/1.51	c *       2              0           1        20    49622111.0000                -          -
11.41/1.52	c *       2              0           1        20    47595179.0000                -          -
17.18/1.80	c *       2              0           1        20    45321429.0000                -          -
17.18/1.81	c *       2              0           1        20    38613163.0000                -          -
17.18/1.84	c *       2              0           1        20    35169763.0000                -          -
17.18/1.85	c *       2              0           1        20    32048383.0000                -          -
27.22/2.31	c *       2              0           1        20     9886293.0000                -          -
29.03/2.43	c *       2              0           1        20     8225943.0000                -          -
70.52/4.57	c *       5             21          22        20     8133573.0000          -3.0000          -
74.49/4.74	c *       5             61          62        20     7885687.0000          -3.0000          -
78.44/5.01	c         5             61          62        20     7885687.0000          -3.0000          -
88.27/5.42	c *       5             61          62        20     7765941.0000          -3.0000          -
92.22/5.64	c *       6             61          62        20     7630033.0000          -3.0000          -
92.22/5.65	c *       6             61          62        20     7624781.0000          -3.0000          -
92.22/5.67	c *       6             63          62        20     7617629.0000          -3.0000          -
106.02/6.34	c *       6            101         102        20     7467555.0000          -3.0000          -
106.02/6.35	c *       6            101         102        20     7443995.0000          -3.0000          -
117.92/6.91	c *       7            172         171        20     7348583.0000          -3.0000          -
137.74/7.93	c *       8            202         201        20     7333007.0000          -3.0000          -
140.40/8.03	c *       8            372         195        20     7180529.0000          -3.0000          -
142.31/8.17	c *       8            372         195        20     7089853.0000          -3.0000          -
169.38/9.59	c *      10            620           1        20     7018923.0000          -3.0000          -
175.32/9.86	c *      10            620           1        20     6943535.0000          -3.0000          -
179.92/10.12	c *      10            755           0        20     6863919.0000          -3.0000          -
179.92/10.12	c        10            755           0        20     6863919.0000          -3.0000          -
181.91/10.14	c *      10            755           0        20     6855177.0000          -3.0000          -
224.78/12.35	c *      12           1436         681        20     6783111.0000          -3.0000          -
242.60/13.27	c *      13           2085         281        20     6768033.0000          -3.0000          -
278.69/15.08	c *      15           2804         351        20     6750841.0000          -3.0000          -
280.65/15.15	c        15           3585        1702        20     6750841.0000          -3.0000          -
381.23/20.25	c        20           5087        2202        20     6750841.0000          -3.0000          -
482.12/25.32	c        25           8557         233        20     6750841.0000          -3.0000          -
581.08/30.39	c        30              2           0        20     6750841.0000     2487182.8643    171.43%
685.81/35.64	c        36              2           0        20     6750841.0000     2495339.9828    170.54%
784.88/40.68	c        41              2           0        20     6750841.0000     2571084.6595    162.57%
892.56/46.04	c        46              2           0        20     6750841.0000     2571084.6595    162.57%
899.72/46.48	c *      46              2           0        20     6727495.0000     2571084.6595    161.66%
991.21/51.12	c        51              2           0        20     6727495.0000     2571084.6595    161.66%
1004.37/51.73	c *      52              2           0        20     6697065.0000     2571084.6595    160.48%
1085.39/55.88	c *      56              2           0        20     6679515.0000     2571084.6595    159.79%
1095.25/56.36	c        56              2           0        20     6679515.0000     2571084.6595    159.79%
1105.18/56.83	c *      57              2           0        20     6679317.0000     2571084.6595    159.79%
1200.23/61.64	c        62              2           0        20     6679317.0000     2571084.6595    159.79%
1210.63/62.18	c *      62              2           0        20     6674143.0000     2571084.6595    159.58%
1301.13/66.75	c        67              2           0        20     6674143.0000     2571084.6595    159.58%
1406.88/72.11	c        72              2           0        20     6674143.0000     2571084.6595    159.58%
1489.41/76.24	c *      76              2           0        20     6656609.0000     2610708.2028    154.97%
1513.19/77.42	c        77              2           0        20     6656609.0000     2610708.2028    154.97%
1616.17/82.69	c        83              2           0        20     6656609.0000     2610708.2028    154.97%
1717.18/87.74	c        88              3           1        20     6656609.0000     2616164.3919    154.44%
1816.24/92.79	c        93              3           1        20     6656609.0000     2616164.3919    154.44%
1853.84/94.65	c *      95              3           1        20     6626801.0000     2616164.3919    153.30%
1919.10/98.02	c        98              4           2        20     6626801.0000     2616164.3919    153.30%
2021.05/103.12	c       103              4           2        20     6626801.0000     2624154.3443    152.53%
2119.69/108.10	c *     108              4           2        20     6603029.0000     2624154.3443    151.63%
2121.64/108.19	c       108              4           2        20     6603029.0000     2624154.3443    151.63%
2223.64/113.39	c       113              4           2        20     6603029.0000     2624154.3443    151.63%
2324.23/118.46	c *     118              5           3        20     6586863.0000     2624154.3443    151.01%
2324.23/118.46	c       118              5           3        20     6586863.0000     2624154.3443    151.01%
2423.11/123.48	c       123              6           4        20     6586863.0000     2628779.2526    150.57%
2529.88/128.84	c       129              6           4        20     6586863.0000     2628779.2526    150.57%
2628.80/133.89	c       134              7           5        20     6586863.0000     2633212.6657    150.15%
2729.75/138.94	c       139              7           5        20     6586863.0000     2633212.6657    150.15%
2828.77/143.99	c       144              8           6        20     6586863.0000     2633212.6657    150.15%
2930.38/149.04	c       149              8           6        20     6586863.0000     2633212.6657    150.15%
3032.57/154.27	c       154              9           7        20     6586863.0000     2639555.9500    149.54%
3133.43/159.33	c       159             11           9        20     6586863.0000     2639555.9500    149.54%
3232.38/164.37	c       164             11           9        20     6586863.0000     2639555.9500    149.54%
3335.29/169.53	c       170             15          13        20     6586863.0000     2639555.9500    149.54%
3434.33/174.55	c       175             26          22        20     6586863.0000     2639555.9500    149.54%
3448.18/175.20	c *     175             26          22        20     6529801.0000     2639555.9500    147.38%
3539.28/179.84	c       180             31          21        20     6529801.0000     2639555.9500    147.38%
3603.55/183.12	c *     183             31          21        20     6526191.0000     2639555.9500    147.25%
3645.02/185.15	c       185             31          21        20     6526191.0000     2639555.9500    147.25%
3745.25/190.26	c       190             33          23        20     6526191.0000     2639555.9500    147.25%
3844.43/195.27	c       195             37          27        20     6526191.0000     2639555.9500    147.25%
3943.25/200.28	c       200             37          27        20     6526191.0000     2639555.9500    147.25%
4042.41/205.29	c       205             48          32        20     6526191.0000     2639555.9500    147.25%
4147.37/210.56	c       211             27          15        20     6526191.0000     2642305.5094    146.99%
4248.42/215.62	c       216             31          19        20     6526191.0000     2642305.5094    146.99%
4347.51/220.65	c       221             73          49        20     6526191.0000     2650208.4056    146.25%
4448.57/225.77	c       226             76          50        20     6526191.0000     2650208.4056    146.25%
4460.59/226.36	c *     226             76          50        20     6522691.0000     2650208.4056    146.12%
4508.03/228.71	c *     229             76          50        20     6517391.0000     2650208.4056    145.92%
4549.61/230.81	c       231             77          51        20     6517391.0000     2650208.4056    145.92%
4648.55/235.86	c       236             78          52        20     6517391.0000     2650208.4056    145.92%
4660.41/236.43	c *     236             80          54        20     5873411.0000     2650208.4056    121.62%
4749.58/240.90	c       241             80          54        20     5873411.0000     2650208.4056    121.62%
4848.51/245.96	c       246             80          54        20     5873411.0000     2650208.4056    121.62%
4952.16/251.20	c       251             86          55        20     5873411.0000     2693840.8424    118.03%
5052.69/256.24	c       256             91          56        20     5873411.0000     2693840.8424    118.03%
5088.68/258.11	c *     258             94          57        20     5625851.0000     2693840.8424    108.84%
5161.50/261.78	c       262            121          64        20     5625851.0000     2693840.8424    108.84%
5262.49/266.85	c       267            147          70        20     5625851.0000     2693840.8424    108.84%
5363.51/271.97	c       272            151          70        20     5625851.0000     2693840.8424    108.84%
5465.25/277.04	c       277            153          70        20     5625851.0000     2697722.8701    108.54%
5564.38/282.09	c       282            158          71        20     5625851.0000     2697722.8701    108.54%
5668.34/287.36	c       287            163          74        20     5625851.0000     2707578.4153    107.78%
5769.30/292.41	c       292            164          75        20     5625851.0000     2707578.4153    107.78%
5868.41/297.46	c       297            172          79        20     5625851.0000     2707578.4153    107.78%
5967.52/302.47	c       302            177          82        20     5625851.0000     2707578.4153    107.78%
6070.61/307.60	c       308            183          84        20     5625851.0000     2707578.4153    107.78%
6169.73/312.69	c       313            187          84        20     5625851.0000     2707578.4153    107.78%
6270.85/317.74	c       318            192          87        20     5625851.0000     2707578.4153    107.78%
6370.01/322.79	c       323            199          88        20     5625851.0000     2707578.4153    107.78%
6471.12/327.84	c       328            204          89        20     5625851.0000     2707578.4153    107.78%
6570.23/332.89	c       333            209          92        20     5625851.0000     2707578.4153    107.78%
6601.94/334.45	c *     334            209          92        20     5541763.0000     2707578.4153    104.68%
6673.84/338.07	c       338            213          91        20     5541763.0000     2708675.2898    104.59%
6774.94/343.14	c       343            217          91        20     5541763.0000     2708675.2898    104.59%
6879.41/348.42	c       348            223          93        20     5541763.0000     2709737.7054    104.51%
6980.36/353.51	c       354            227          93        20     5541763.0000     2709737.7054    104.51%
7079.31/358.56	c       359            227          93        20     5541763.0000     2709737.7054    104.51%
7178.43/363.58	c       364            233          99        20     5541763.0000     2709737.7054    104.51%
7279.42/368.70	c       369            237          99        20     5541763.0000     2709737.7054    104.51%
7380.48/373.76	c       374            239         101        20     5541763.0000     2709737.7054    104.51%
7481.57/378.89	c       379            243         101        20     5541763.0000     2713606.3379    104.22%
7582.70/383.94	c       384            253         105        20     5541763.0000     2725627.9725    103.32%
7684.50/389.06	c       389            255         107        20     5541763.0000     2725627.9725    103.32%
7788.96/394.35	c       394            259         111        20     5541763.0000     2725627.9725    103.32%
7891.85/399.58	c       400            261         111        20     5541763.0000     2725627.9725    103.32%
7992.96/404.69	c       405            270         118        20     5541763.0000     2725627.9725    103.32%
8093.88/409.79	c       410            275         119        20     5541763.0000     2725627.9725    103.32%
8194.88/414.87	c       415            279         121        20     5541763.0000     2725627.9725    103.32%
8295.84/420.00	c       420            283         121        20     5541763.0000     2725627.9725    103.32%
8397.61/425.07	c       425            289         123        20     5541763.0000     2725627.9725    103.32%
8496.68/430.08	c       430            296         126        20     5541763.0000     2736199.4955    102.54%
8595.82/435.09	c       435            298         128        20     5541763.0000     2736199.4955    102.54%
8696.90/440.14	c       440            306         130        20     5541763.0000     2736199.4955    102.54%
8795.88/445.19	c       445            310         132        20     5541763.0000     2736199.4955    102.54%
8896.09/450.25	c       450            317         135        20     5541763.0000     2736199.4955    102.54%
8997.11/455.34	c       455            318         134        20     5541763.0000     2736199.4955    102.54%
9100.11/460.51	c       461            325         135        20     5541763.0000     2736199.4955    102.54%
9203.19/465.72	c       466            332         134        20     5541763.0000     2736199.4955    102.54%
9302.35/470.78	c       471            340         136        20     5541763.0000     2736199.4955    102.54%
9405.46/475.96	c       476            346         136        20     5541763.0000     2736199.4955    102.54%
9504.61/481.01	c       481            351         139        20     5541763.0000     2736199.4955    102.54%
9606.60/486.06	c       486            351         139        20     5541763.0000     2736199.4955    102.54%
9705.48/491.11	c       491            357         143        20     5541763.0000     2736199.4955    102.54%
9806.93/496.16	c       496            360         146        20     5541763.0000     2736199.4955    102.54%
9907.12/501.21	c       501            361         147        20     5541763.0000     2736199.4955    102.54%
10006.28/506.26	c       506            361         147        20     5541763.0000     2736199.4955    102.54%
10107.34/511.31	c       511            363         149        20     5541763.0000     2736199.4955    102.54%
10176.76/514.87	c *     515            367         153        20     5280179.0000     2736199.4955     92.97%
10210.47/516.53	c       517            373         138        20     5280179.0000     2736199.4955     92.97%
10311.54/521.60	c       522            373         138        20     5280179.0000     2736199.4955     92.97%
10414.63/526.82	c       527            377         140        20     5280179.0000     2736199.4955     92.97%
10518.42/532.05	c       532            381         142        20     5280179.0000     2736199.4955     92.97%
10622.76/537.37	c       537            383         142        20     5280179.0000     2745093.6247     92.35%
10723.87/542.44	c       542            392         145        20     5280179.0000     2745093.6247     92.35%
10828.98/547.71	c       548            392         145        20     5280179.0000     2745093.6247     92.35%
10928.13/552.73	c       553            396         147        20     5280179.0000     2745093.6247     92.35%
11029.26/557.81	c       558            401         148        20     5280179.0000     2745093.6247     92.35%
11090.75/561.00	c *     561            401         148        20     5279567.0000     2745093.6247     92.33%
11130.40/562.90	c       563            404         150        20     5279567.0000     2745093.6247     92.33%
11229.45/567.94	c       568            412         154        20     5279567.0000     2745093.6247     92.33%
11333.33/573.17	c       573            413         153        20     5279567.0000     2745093.6247     92.33%
11435.70/578.37	c       578            415         155        20     5279567.0000     2745093.6247     92.33%
11536.69/583.41	c       583            422         156        20     5279567.0000     2745093.6247     92.33%
11635.85/588.48	c       588            432         156        20     5279567.0000     2745093.6247     92.33%
11734.98/593.49	c       593            433         157        20     5279567.0000     2745093.6247     92.33%
11836.11/598.54	c       599            439         159        20     5279567.0000     2745093.6247     92.33%
11937.41/603.64	c       604            440         158        20     5279567.0000     2745093.6247     92.33%
12036.41/608.66	c       609            441         159        20     5279567.0000     2745093.6247     92.33%
12137.45/613.77	c       614            445         161        20     5279567.0000     2745093.6247     92.33%
12238.52/618.82	c       619            451         163        20     5279567.0000     2745093.6247     92.33%
12337.64/623.87	c       624            453         165        20     5279567.0000     2745093.6247     92.33%
12438.75/628.90	c       629            453         165        20     5279567.0000     2745093.6247     92.33%
12537.87/633.91	c       634            458         166        20     5279567.0000     2745093.6247     92.33%
12636.96/639.00	c       639            461         167        20     5279567.0000     2745093.6247     92.33%
12736.05/644.01	c       644            463         167        20     5279567.0000     2771948.7974     90.46%
12837.77/649.04	c       649            465         167        20     5279567.0000     2771948.7974     90.46%
12936.89/654.11	c       654            469         167        20     5279567.0000     2771948.7974     90.46%
13038.23/659.16	c       659            469         167        20     5279567.0000     2771948.7974     90.46%
13138.41/664.21	c       664            477         171        20     5279567.0000     2771948.7974     90.46%
13237.55/669.26	c       669            478         172        20     5279567.0000     2771948.7974     90.46%
13338.83/674.31	c       674            480         172        20     5279567.0000     2771948.7974     90.46%
13437.86/679.36	c       679            484         174        20     5279567.0000     2784837.6002     89.58%
13536.94/684.37	c       684            484         174        20     5279567.0000     2784837.6002     89.58%
13638.01/689.42	c       689            486         176        20     5279567.0000     2784837.6002     89.58%
13739.10/694.56	c       695            491         175        20     5279567.0000     2784837.6002     89.58%
13840.13/699.61	c       700            496         176        20     5279567.0000     2784837.6002     89.58%
13939.26/704.66	c       705            496         176        20     5279567.0000     2784837.6002     89.58%
14040.39/709.71	c       710            498         176        20     5279567.0000     2784837.6002     89.58%
14139.52/714.72	c       715            499         177        20     5279567.0000     2784837.6002     89.58%
14238.57/719.74	c       720            499         177        20     5279567.0000     2784837.6002     89.58%
14337.74/724.79	c       725            500         176        20     5279567.0000     2784837.6002     89.58%
14438.81/729.84	c       730            502         178        20     5279567.0000     2784837.6002     89.58%
14539.85/735.02	c       735            507         179        20     5279567.0000     2784837.6002     89.58%
14641.69/740.07	c       740            509         181        20     5279567.0000     2784837.6002     89.58%
14740.74/745.12	c       745            510         182        20     5279567.0000     2784837.6002     89.58%
14841.71/750.16	c       750            513         181        20     5279567.0000     2791838.8038     89.11%
14942.16/755.22	c       755            517         183        20     5279567.0000     2791838.8038     89.11%
15041.30/760.27	c       760            520         184        20     5279567.0000     2791838.8038     89.11%
15142.43/765.32	c       765            524         184        20     5279567.0000     2800067.3136     88.55%
15241.73/770.37	c       770            533         183        20     5279567.0000     2800067.3136     88.55%
15342.72/775.42	c       775            533         183        20     5279567.0000     2800067.3136     88.55%
15441.88/780.47	c       780            535         185        20     5279567.0000     2800067.3136     88.55%
15543.02/785.52	c       786            536         186        20     5279567.0000     2800067.3136     88.55%
15642.09/790.55	c       791            541         187        20     5279567.0000     2800067.3136     88.55%
15743.21/795.62	c       796            547         189        20     5279567.0000     2800067.3136     88.55%
15842.36/800.67	c       801            556         192        20     5279567.0000     2800067.3136     88.55%
15943.49/805.72	c       806            558         192        20     5279567.0000     2800067.3136     88.55%
16042.64/810.77	c       811            561         193        20     5279567.0000     2800067.3136     88.55%
16143.76/815.82	c       816            566         194        20     5279567.0000     2800067.3136     88.55%
16244.90/820.97	c       821            570         194        20     5279567.0000     2800067.3136     88.55%
16344.01/826.03	c       826            573         193        20     5279567.0000     2800067.3136     88.55%
16446.01/831.08	c       831            575         193        20     5279567.0000     2800067.3136     88.55%
16544.99/836.10	c       836            577         195        20     5279567.0000     2800067.3136     88.55%
16647.37/841.25	c       841            577         195        20     5279567.0000     2800067.3136     88.55%
16748.51/846.30	c       846            582         198        20     5279567.0000     2800067.3136     88.55%
16847.66/851.33	c       851            587         197        20     5279567.0000     2800067.3136     88.55%
16946.77/856.38	c       856            588         198        20     5279567.0000     2800067.3136     88.55%
17051.79/861.60	c       862            589         197        20     5279567.0000     2800067.3136     88.55%
17150.90/866.69	c       867            594         198        20     5279567.0000     2800067.3136     88.55%
17252.01/871.74	c       872            600         200        20     5279567.0000     2800067.3136     88.55%
17351.19/876.79	c       877            605         201        20     5279567.0000     2800067.3136     88.55%
17454.30/881.90	c       882            612         204        20     5279567.0000     2800067.3136     88.55%
17553.45/886.95	c       887            620         206        20     5279567.0000     2800067.3136     88.55%
17652.59/892.00	c       892            626         206        20     5279567.0000     2800067.3136     88.55%
17754.54/897.05	c       897            628         208        20     5279567.0000     2800067.3136     88.55%
17853.59/902.10	c       902            633         207        20     5279567.0000     2800067.3136     88.55%
17954.79/907.15	c       907            634         206        20     5279567.0000     2800067.3136     88.55%
18055.13/912.20	c       912            637         207        20     5279567.0000     2800067.3136     88.55%
18154.25/917.21	c       917            643         209        20     5279567.0000     2800067.3136     88.55%
18253.38/922.30	c       922            646         212        20     5279567.0000     2800067.3136     88.55%
18354.43/927.35	c       927            353         165        20     5279567.0000     2816663.6985     87.44%
18455.54/932.40	c       932            354         166        20     5279567.0000     2816663.6985     87.44%
18554.68/937.44	c       937            360         170        20     5279567.0000     2816958.0934     87.42%
18655.80/942.52	c       943            361         171        20     5279567.0000     2816958.0934     87.42%
18754.85/947.55	c       948            362         172        20     5279567.0000     2816958.0934     87.42%
18853.98/952.59	c       953            366         176        20     5279567.0000     2816958.0934     87.42%
18955.04/957.60	c       958            370         176        20     5279567.0000     2816958.0934     87.42%
19054.17/962.65	c       963            371         175        20     5279567.0000     2816958.0934     87.42%
19153.29/967.70	c       968            378         176        20     5279567.0000     2816958.0934     87.42%
19254.42/972.75	c       973            378         176        20     5279567.0000     2816958.0934     87.42%
19355.44/977.88	c       978            386         176        20     5279567.0000     2816958.0934     87.42%
19456.54/982.92	c       983            388         176        20     5279567.0000     2816958.0934     87.42%
19558.26/988.08	c       988            390         176        20     5279567.0000     2816958.0934     87.42%
19657.45/993.13	c       993            392         176        20     5279567.0000     2816958.0934     87.42%
19759.85/998.21	c       998            394         176        20     5279567.0000     2816958.0934     87.42%
19859.01/1003.26	c      1003            722         220        20     5279567.0000     2841007.2711     85.83%
19960.10/1008.31	c      1008            724         220        20     5279567.0000     2841007.2711     85.83%
20059.22/1013.36	c      1013            731         221        20     5279567.0000     2841007.2711     85.83%
20160.32/1018.41	c      1018            731         221        20     5279567.0000     2841007.2711     85.83%
20259.44/1023.46	c      1023            734         222        20     5279567.0000     2841007.2711     85.83%
20360.57/1028.57	c      1029            738         222        20     5279567.0000     2841007.2711     85.83%
20362.53/1028.60	c *    1029            738         222        20     5279091.0000     2841007.2711     85.82%
20461.48/1033.61	c      1034            743         221        20     5279091.0000     2841007.2711     85.82%
20562.53/1038.72	c      1039            744         222        20     5279091.0000     2841007.2711     85.82%
20663.62/1043.90	c      1044            745         223        20     5279091.0000     2841007.2711     85.82%
20764.60/1048.90	c      1049            752         222        20     5279091.0000     2841007.2711     85.82%
20826.75/1052.10	c *    1052            754         222        20     5141383.0000     2841007.2711     80.97%
20866.47/1054.12	c      1054            755         210        20     5141383.0000     2841007.2711     80.97%
20965.63/1059.14	c      1059            756         211        20     5141383.0000     2841007.2711     80.97%
21066.64/1064.15	c      1064            765         210        20     5141383.0000     2841007.2711     80.97%
21170.78/1069.43	c      1069            767         210        20     5141383.0000     2841007.2711     80.97%
21275.74/1074.78	c      1075            777         212        20     5141383.0000     2841007.2711     80.97%
21383.36/1080.16	c      1080            777         212        20     5141383.0000     2841007.2711     80.97%
21483.55/1085.27	c      1085            787         212        20     5141383.0000     2884805.0020     78.22%
21588.48/1090.51	c      1091            792         211        20     5141383.0000     2884805.0020     78.22%
21687.55/1095.55	c      1096            794         211        20     5141383.0000     2893318.4354     77.70%
21788.59/1100.68	c      1101            795         212        20     5141383.0000     2893318.4354     77.70%
21889.68/1105.73	c      1106            800         211        20     5141383.0000     2893318.4354     77.70%
21988.82/1110.78	c      1111            803         212        20     5141383.0000     2893318.4354     77.70%
22087.94/1115.79	c      1116            805         212        20     5141383.0000     2893318.4354     77.70%
22189.04/1120.88	c      1121            818         213        20     5141383.0000     2893318.4354     77.70%
22288.08/1125.90	c      1126            818         213        20     5141383.0000     2893318.4354     77.70%
22389.06/1130.95	c      1131            826         217        20     5141383.0000     2893318.4354     77.70%
22488.08/1136.00	c      1136            833         216        20     5141383.0000     2893318.4354     77.70%
22589.88/1141.05	c      1141            844         217        20     5141383.0000     2893318.4354     77.70%
22691.05/1146.19	c      1146            853         218        20     5141383.0000     2893318.4354     77.70%
22791.39/1151.25	c      1151            862         219        20     5141383.0000     2893318.4354     77.70%
22892.54/1156.35	c      1156            863         220        20     5141383.0000     2893318.4354     77.70%
22993.62/1161.40	c      1161            878         221        20     5141383.0000     2893318.4354     77.70%
23092.76/1166.45	c      1166            886         219        20     5141383.0000     2893318.4354     77.70%
23193.89/1171.50	c      1172            887         220        20     5141383.0000     2893318.4354     77.70%
23292.97/1176.55	c      1177            895         222        20     5141383.0000     2893318.4354     77.70%
23392.08/1181.60	c      1182            904         223        20     5141383.0000     2904258.7774     77.03%
23493.17/1186.64	c      1187            921         226        20     5141383.0000     2904258.7774     77.03%
23592.25/1191.67	c      1192            932         229        20     5141383.0000     2904258.7774     77.03%
23693.36/1196.71	c      1197            946         231        20     5141383.0000     2904258.7774     77.03%
23794.44/1201.80	c      1202            962         237        20     5141383.0000     2904258.7774     77.03%
23893.54/1206.85	c      1207            982         239        20     5141383.0000     2904258.7774     77.03%
23994.65/1211.90	c      1212            984         241        20     5141383.0000     2922306.2363     75.94%
24093.79/1216.94	c      1217            985         240        20     5141383.0000     2922306.2363     75.94%
24192.92/1221.95	c      1222            990         241        20     5141383.0000     2922306.2363     75.94%
24292.03/1227.00	c      1227           1003         246        20     5141383.0000     2957444.8792     73.85%
24393.92/1232.11	c      1232           1021         248        20     5141383.0000     2957444.8792     73.85%
24495.01/1237.16	c      1237           1036         249        20     5141383.0000     2957444.8792     73.85%
24594.17/1242.18	c      1242           1039         248        20     5141383.0000     2957444.8792     73.85%
24694.46/1247.20	c      1247           1041         250        20     5141383.0000     2957444.8792     73.85%
24793.58/1252.21	c      1252           1045         248        20     5141383.0000     2957444.8792     73.85%
24894.68/1257.33	c      1257           1046         249        20     5141383.0000     2957444.8792     73.85%
24993.83/1262.37	c      1262           1058         251        20     5141383.0000     2957444.8792     73.85%
25094.94/1267.43	c      1267           1065         254        20     5141383.0000     2957444.8792     73.85%
25193.99/1272.44	c      1272           1092         255        20     5141383.0000     2957444.8792     73.85%
25299.07/1277.71	c      1278           1095         254        20     5141383.0000     2957444.8792     73.85%
25398.19/1282.76	c      1283           1099         252        20     5141383.0000     2957444.8792     73.85%
25499.26/1287.81	c      1288           1112         253        20     5141383.0000     2957444.8792     73.85%
25600.37/1292.93	c      1293           1124         255        20     5141383.0000     2957444.8792     73.85%
25699.51/1297.96	c      1298           1131         258        20     5141383.0000     2957444.8792     73.85%
25801.41/1303.10	c      1303           1149         258        20     5141383.0000     2957444.8792     73.85%
25900.53/1308.12	c      1308           1158         261        20     5141383.0000     2957444.8792     73.85%
26001.51/1313.16	c      1313           1164         260        20     5141383.0000     2957444.8792     73.85%
26101.82/1318.28	c      1318           1171         259        20     5141383.0000     2957444.8792     73.85%
26202.96/1323.37	c      1323           1175         259        20     5141383.0000     2957444.8792     73.85%
26304.06/1328.45	c      1328           1179         259        20     5141383.0000     2957444.8792     73.85%
26405.21/1333.59	c      1334           1188         260        20     5141383.0000     2957444.8792     73.85%
26506.21/1338.67	c      1339           1199         263        20     5141383.0000     2957444.8792     73.85%
26607.33/1343.72	c      1344           1221         263        20     5141383.0000     2957444.8792     73.85%
26706.47/1348.77	c      1349           1241         261        20     5141383.0000     2957444.8792     73.85%
26807.60/1353.82	c      1354           1263         261        20     5141383.0000     2964829.5962     73.41%
26906.67/1358.87	c      1359           1264         262        20     5141383.0000     2964829.5962     73.41%
27007.81/1363.92	c      1364           1265         261        20     5141383.0000     2964829.5962     73.41%
27106.92/1368.97	c      1369           1265         261        20     5141383.0000     2964829.5962     73.41%
27208.92/1374.13	c      1374           1271         263        20     5141383.0000     2964829.5962     73.41%
27310.00/1379.18	c      1379           1273         263        20     5141383.0000     2977365.7299     72.68%
27410.23/1384.23	c      1384           1275         263        20     5141383.0000     2977365.7299     72.68%
27509.33/1389.28	c      1389           1279         263        20     5141383.0000     2977365.7299     72.68%
27610.59/1394.33	c      1394           1281         263        20     5141383.0000     2977365.7299     72.68%
27709.55/1399.38	c      1399           1294         264        20     5141383.0000     2977365.7299     72.68%
27810.67/1404.45	c      1404           1300         264        20     5141383.0000     2977365.7299     72.68%
27911.76/1409.50	c      1410           1304         264        20     5141383.0000     2977365.7299     72.68%
28010.92/1414.56	c      1415           1311         263        20     5141383.0000     2977365.7299     72.68%
28112.13/1419.61	c      1420           1317         263        20     5141383.0000     2977365.7299     72.68%
28211.38/1424.66	c      1425           1321         263        20     5141383.0000     2977365.7299     72.68%
28310.30/1429.69	c      1430           1332         264        20     5141383.0000     2977365.7299     72.68%
28411.16/1434.72	c      1435           1337         263        20     5141383.0000     2977365.7299     72.68%
28512.24/1439.81	c      1440           1338         264        20     5141383.0000     2982055.5156     72.41%
28611.38/1444.86	c      1445           1345         265        20     5141383.0000     2982055.5156     72.41%
28712.53/1449.91	c      1450           1347         267        20     5141383.0000     2982055.5156     72.41%
28811.70/1454.96	c      1455           1352         266        20     5141383.0000     2982055.5156     72.41%
28910.87/1459.97	c      1460           1353         267        20     5141383.0000     2982254.6645     72.40%
29010.05/1465.02	c      1465           1355         267        20     5141383.0000     2982254.6645     72.40%
29111.72/1470.07	c      1470           1357         269        20     5141383.0000     2982254.6645     72.40%
29211.00/1475.12	c      1475           1373         271        20     5141383.0000     2987527.7901     72.09%
29312.45/1480.17	c      1480           1382         270        20     5141383.0000     2987527.7901     72.09%
29412.62/1485.25	c      1485           1384         270        20     5141383.0000     2987527.7901     72.09%
29511.77/1490.30	c      1490           1387         269        20     5141383.0000     2987527.7901     72.09%
29612.90/1495.35	c      1495           1388         270        20     5141383.0000     2987527.7901     72.09%
29714.03/1500.40	c      1500           1389         271        20     5141383.0000     2987527.7901     72.09%
29813.19/1505.45	c      1505           1399         271        20     5141383.0000     2987527.7901     72.09%
29912.37/1510.46	c      1510           1400         270        20     5141383.0000     2987527.7901     72.09%
30013.44/1515.55	c      1516           1400         270        20     5141383.0000     2987527.7901     72.09%
30116.55/1520.72	c      1521           1402         272        20     5141383.0000     2987527.7901     72.09%
30215.74/1525.77	c      1526           1405         271        20     5141383.0000     2987527.7901     72.09%
30316.88/1530.84	c      1531           1427         271        20     5141383.0000     2987527.7901     72.09%
30416.04/1535.89	c      1536           1435         275        20     5141383.0000     2987527.7901     72.09%
30517.19/1540.94	c      1541           1443         273        20     5141383.0000     3007870.7410     70.93%
30616.35/1545.99	c      1546           1448         274        20     5141383.0000     3007870.7410     70.93%
30718.19/1551.04	c      1551           1452         274        20     5141383.0000     3007870.7410     70.93%
30817.61/1556.08	c      1556           1458         274        20     5141383.0000     3007870.7410     70.93%
30916.62/1561.14	c      1561           1468         274        20     5141383.0000     3007870.7410     70.93%
31017.93/1566.15	c      1566           1469         273        20     5141383.0000     3007870.7410     70.93%
31118.11/1571.24	c      1571           1476         274        20     5141383.0000     3007870.7410     70.93%
31217.26/1576.29	c      1576           1478         274        20     5141383.0000     3007870.7410     70.93%
31318.40/1581.31	c      1581           1484         274        20     5141383.0000     3007870.7410     70.93%
31417.70/1586.36	c      1586           1498         274        20     5141383.0000     3007870.7410     70.93%
31516.72/1591.39	c      1591           1519         275        20     5141383.0000     3007870.7410     70.93%
31617.88/1596.44	c      1596           1528         278        20     5141383.0000     3007870.7410     70.93%
31719.04/1601.51	c      1602           1532         276        20     5141383.0000     3007870.7410     70.93%
31818.15/1606.53	c      1607           1534         278        20     5141383.0000     3007870.7410     70.93%
31917.29/1611.59	c      1612           1554         276        20     5141383.0000     3007870.7410     70.93%
32018.38/1616.67	c      1617           1557         277        20     5141383.0000     3007870.7410     70.93%
32119.47/1621.72	c      1622           1567         277        20     5141383.0000     3007870.7410     70.93%
32218.51/1626.74	c      1627           1588         280        20     5141383.0000     3007870.7410     70.93%
32317.53/1631.77	c      1632           1592         278        20     5141383.0000     3007870.7410     70.93%
32418.62/1636.85	c      1637           1594         280        20     5141383.0000     3027412.3035     69.83%
32519.55/1641.94	c      1642           1608         280        20     5141383.0000     3027412.3035     69.83%
32618.65/1646.99	c      1647           1611         281        20     5141383.0000     3027412.3035     69.83%
32717.74/1652.04	c      1652           1613         281        20     5141383.0000     3027412.3035     69.83%
32819.57/1657.09	c      1657           1622         280        20     5141383.0000     3027412.3035     69.83%
32918.66/1662.14	c      1662           1624         280        20     5141383.0000     3027412.3035     69.83%
33019.75/1667.19	c      1667           1626         280        20     5141383.0000     3027412.3035     69.83%
33120.18/1672.20	c      1672           1628         280        20     5141383.0000     3027412.3035     69.83%
33219.35/1677.29	c      1677           1630         280        20     5141383.0000     3027412.3035     69.83%
33320.63/1682.32	c      1682           1630         280        20     5141383.0000     3027412.3035     69.83%
33419.56/1687.37	c      1687           1631         281        20     5141383.0000     3027412.3035     69.83%
33520.66/1692.41	c      1692           1635         281        20     5141383.0000     3027412.3035     69.83%
33619.79/1697.49	c      1697           1646         280        20     5141383.0000     3027412.3035     69.83%
33720.92/1702.54	c      1703           1649         281        20     5141383.0000     3027412.3035     69.83%
33820.06/1707.59	c      1708           1652         280        20     5141383.0000     3027412.3035     69.83%
33921.17/1712.61	c      1713           1653         281        20     5141383.0000     3040034.7160     69.12%
34024.28/1717.80	c      1718           1658         278        20     5141383.0000     3040034.7160     69.12%
34123.43/1722.85	c      1723           1659         279        20     5141383.0000     3040034.7160     69.12%
34224.54/1727.90	c      1728           1674         280        20     5141383.0000     3096872.9646     66.02%
34323.67/1732.95	c      1733           1676         282        20     5141383.0000     3096872.9646     66.02%
34422.74/1738.01	c      1738           1676         282        20     5141383.0000     3096872.9646     66.02%
34524.58/1743.05	c      1743           1680         280        20     5141383.0000     3096872.9646     66.02%
34623.69/1748.10	c      1748           1683         281        20     5141383.0000     3096872.9646     66.02%
34725.00/1753.15	c      1753           1689         283        20     5141383.0000     3096872.9646     66.02%
34823.92/1758.20	c      1758           1694         282        20     5141383.0000     3096872.9646     66.02%
34924.31/1763.25	c      1763           1695         281        20     5141383.0000     3096872.9646     66.02%
35025.40/1768.32	c      1768           1696         280        20     5141383.0000     3096872.9646     66.02%
35124.47/1773.39	c      1773           1697         281        20     5141383.0000     3096872.9646     66.02%
35225.57/1778.45	c      1778           1698         282        20     5141383.0000     3096872.9646     66.02%
35326.71/1783.50	c      1784           1721         281        20     5141383.0000     3096872.9646     66.02%
35425.85/1788.51	c      1789           1737         281        20     5141383.0000     3096872.9646     66.02%
35525.03/1793.53	c      1794           1753         283        20     5141383.0000     3096872.9646     66.02%
35626.06/1798.65	c      1799           1770         284        20     5141383.0000     3096872.9646     66.02%
35725.11/1803.70	c      1804           1794         282        20     5141383.0000     3096872.9646     66.02%
35826.22/1808.75	c      1809           1797         283        20     5141383.0000     3096872.9646     66.02%
35925.35/1813.80	c      1814           1809         283        20     5141383.0000     3096872.9646     66.02%
36026.47/1818.85	c      1819           1817         283        20     5141383.0000     3096872.9646     66.02%
36125.62/1823.90	c      1824           1820         284        20     5141383.0000     3096872.9646     66.02%
36226.74/1828.92	c      1829           1834         284        20     5141383.0000     3096872.9646     66.02%
36325.91/1833.98	c      1834           1846         284        20     5141383.0000     3096872.9646     66.02%
36425.01/1839.03	c      1839           1853         283        20     5141383.0000     3096872.9646     66.02%
36526.98/1844.06	c      1844           1868         282        20     5141383.0000     3096872.9646     66.02%
36628.22/1849.15	c      1849           1868         282        20     5141383.0000     3096872.9646     66.02%
36728.39/1854.20	c      1854           1876         284        20     5141383.0000     3096872.9646     66.02%
36827.53/1859.25	c      1859           1890         284        20     5141383.0000     3096872.9646     66.02%
36928.59/1864.30	c      1864           1894         284        20     5141383.0000     3096872.9646     66.02%
37027.65/1869.36	c      1869           1895         285        20     5141383.0000     3096872.9646     66.02%
37128.65/1874.42	c      1874           1899         283        20     5141383.0000     3096872.9646     66.02%
37227.77/1879.47	c      1879           1899         283        20     5141383.0000     3096872.9646     66.02%
37328.83/1884.52	c      1885           1900         284        20     5141383.0000     3096872.9646     66.02%
37427.98/1889.57	c      1890           1903         285        20     5141383.0000     3096872.9646     66.02%
37529.09/1894.62	c      1895           1909         283        20     5141383.0000     3096872.9646     66.02%
37628.21/1899.67	c      1900           1916         284        20     5141383.0000     3096872.9646     66.02%
37729.33/1904.72	c      1905           1917         283        20     5141383.0000     3096872.9646     66.02%
37828.16/1909.75	c      1910           1917         283        20     5141383.0000     3096872.9646     66.02%
37929.28/1914.82	c      1915           1937         283        20     5141383.0000     3096872.9646     66.02%
38028.43/1919.87	c      1920           1943         283        20     5141383.0000     3115074.3618     65.05%
38129.56/1924.91	c      1925           1947         283        20     5141383.0000     3115074.3618     65.05%
38228.70/1929.94	c      1930           1949         285        20     5141383.0000     3115074.3618     65.05%
38327.86/1935.02	c      1935           1951         283        20     5141383.0000     3115074.3618     65.05%
38429.62/1940.07	c      1940           1952         284        20     5141383.0000     3115074.3618     65.05%
38528.86/1945.12	c      1945           1960         284        20     5141383.0000     3115074.3618     65.05%
38630.02/1950.14	c      1950           1969         283        20     5141383.0000     3115074.3618     65.05%
38729.35/1955.15	c      1955           1972         282        20     5141383.0000     3115074.3618     65.05%
38828.49/1960.16	c      1960           1972         282        20     5141383.0000     3115074.3618     65.05%
38927.68/1965.17	c      1965           1973         281        20     5141383.0000     3115074.3618     65.05%
39026.83/1970.19	c      1970           1974         282        20     5141383.0000     3115074.3618     65.05%
39127.41/1975.27	c      1975           1976         284        20     5141383.0000     3115074.3618     65.05%
39226.38/1980.28	c      1980           1984         280        20     5141383.0000     3115074.3618     65.05%
39327.53/1985.34	c      1985           1990         280        20     5141383.0000     3115074.3618     65.05%
39426.77/1990.39	c      1990           2004         282        20     5141383.0000     3122631.0978     64.65%
39527.82/1995.44	c      1995           2013         281        20     5141383.0000     3122631.0978     64.65%
39627.02/2000.49	c      2000           2015         281        20     5141383.0000     3122631.0978     64.65%
39728.18/2005.54	c      2006           2018         282        20     5141383.0000     3122631.0978     64.65%
39827.34/2010.56	c      2011           2024         280        20     5141383.0000     3201413.8974     60.60%
39926.50/2015.58	c      2016           2026         280        20     5141383.0000     3201413.8974     60.60%
40027.67/2020.68	c      2021           2027         281        20     5141383.0000     3201413.8974     60.60%
40128.84/2025.73	c      2026           2029         281        20     5141383.0000     3201413.8974     60.60%
40227.97/2030.78	c      2031           2047         281        20     5141383.0000     3201413.8974     60.60%
40329.11/2035.83	c      2036           2049         283        20     5141383.0000     3201413.8974     60.60%
40428.27/2040.87	c      2041           2052         282        20     5141383.0000     3201413.8974     60.60%
40529.41/2045.93	c      2046           2057         281        20     5141383.0000     3201413.8974     60.60%
40628.58/2050.98	c      2051           2058         282        20     5141383.0000     3201413.8974     60.60%
40727.72/2055.99	c      2056           2059         281        20     5141383.0000     3201413.8974     60.60%
40829.47/2061.08	c      2061           2059         281        20     5141383.0000     3201413.8974     60.60%
40930.62/2066.14	c      2066           2059         281        20     5141383.0000     3201413.8974     60.60%
41031.17/2071.24	c      2071           2062         280        20     5141383.0000     3201413.8974     60.60%
41130.34/2076.29	c      2076           2062         280        20     5141383.0000     3201413.8974     60.60%
41231.53/2081.34	c      2081           2065         281        20     5141383.0000     3230707.3944     59.14%
41330.69/2086.38	c      2086           2073         279        20     5141383.0000     3230707.3944     59.14%
41431.84/2091.44	c      2091           2077         279        20     5141383.0000     3230707.3944     59.14%
41531.00/2096.49	c      2096           2079         279        20     5141383.0000     3230707.3944     59.14%
41632.13/2101.54	c      2102           2081         279        20     5141383.0000     3230707.3944     59.14%
41731.29/2106.55	c      2107           2088         278        20     5141383.0000     3230707.3944     59.14%
41830.45/2111.57	c      2112           2090         278        20     5141383.0000     3230707.3944     59.14%
41931.61/2116.62	c      2117           2100         278        20     5141383.0000     3230707.3944     59.14%
42032.76/2121.72	c      2122           2107         277        20     5141383.0000     3230707.3944     59.14%
42131.94/2126.73	c      2127           2108         278        20     5141383.0000     3230707.3944     59.14%
42233.09/2131.82	c      2132           2131         277        20     5141383.0000     3230707.3944     59.14%
42332.25/2136.88	c      2137           2141         273        20     5141383.0000     3230707.3944     59.14%
42433.40/2141.91	c      2142           2163         273        20     5141383.0000     3248793.1674     58.26%
42532.57/2146.99	c      2147           2177         277        20     5141383.0000     3248793.1674     58.26%
42631.70/2152.04	c      2152           2186         276        20     5141383.0000     3248793.1674     58.26%
42733.61/2157.09	c      2157           2194         276        20     5141383.0000     3248793.1674     58.26%
42832.45/2162.10	c      2162           2200         276        20     5141383.0000     3248793.1674     58.26%
42931.95/2167.13	c      2167           2210         278        20     5141383.0000     3248793.1674     58.26%
43033.09/2172.17	c      2172           2221         277        20     5141383.0000     3248793.1674     58.26%
43133.39/2177.24	c      2177           2228         280        20     5141383.0000     3248793.1674     58.26%
43234.52/2182.31	c      2182           2234         280        20     5141383.0000     3248793.1674     58.26%
43333.67/2187.39	c      2187           2236         280        20     5141383.0000     3248793.1674     58.26%
43434.83/2192.48	c      2192           2252         280        20     5141383.0000     3248793.1674     58.26%
43535.99/2197.56	c      2198           2262         280        20     5141383.0000     3248793.1674     58.26%
43637.13/2202.61	c      2203           2268         280        20     5141383.0000     3248793.1674     58.26%
43736.29/2207.66	c      2208           2283         279        20     5141383.0000     3248793.1674     58.26%
43835.47/2212.68	c      2213           2293         281        20     5141383.0000     3248793.1674     58.26%
43936.62/2217.75	c      2218           2297         279        20     5141383.0000     3248793.1674     58.26%
44035.77/2222.79	c      2223           2298         280        20     5141383.0000     3248793.1674     58.26%
44136.92/2227.86	c      2228           2303         279        20     5141383.0000     3248793.1674     58.26%
44238.07/2232.90	c      2233           2309         283        20     5141383.0000     3261875.3829     57.62%
44337.24/2237.96	c      2238           2342         286        20     5141383.0000     3261875.3829     57.62%
44436.34/2242.99	c      2243           2368         286        20     5141383.0000     3261875.3829     57.62%
44535.49/2248.00	c      2248           2388         288        20     5141383.0000     3261875.3829     57.62%
44637.19/2253.12	c      2253           2395         289        20     5141383.0000     3261875.3829     57.62%
44738.38/2258.18	c      2258           2410         290        20     5141383.0000     3261875.3829     57.62%
44838.88/2263.23	c      2263           2424         290        20     5141383.0000     3261875.3829     57.62%
44938.08/2268.24	c      2268           2444         288        20     5141383.0000     3261875.3829     57.62%
45039.26/2273.33	c      2273           2451         287        20     5141383.0000     3261875.3829     57.62%
45138.47/2278.38	c      2278           2458         288        20     5141383.0000     3261875.3829     57.62%
45239.63/2283.44	c      2283           2463         287        20     5141383.0000     3264132.5751     57.51%
45338.81/2288.48	c      2288           2463         287        20     5141383.0000     3264132.5751     57.51%
45439.94/2293.53	c      2294           2464         286        20     5141383.0000     3264132.5751     57.51%
45539.08/2298.55	c      2299           2465         287        20     5141383.0000     3292822.7953     56.14%
45638.20/2303.59	c      2304           2467         287        20     5141383.0000     3292822.7953     56.14%
45739.31/2308.63	c      2309           2467         287        20     5141383.0000     3292822.7953     56.14%
45838.45/2313.69	c      2314           2478         286        20     5141383.0000     3292822.7953     56.14%
45939.65/2318.74	c      2319           2487         287        20     5141383.0000     3292822.7953     56.14%
46038.73/2323.80	c      2324           2497         285        20     5141383.0000     3292822.7953     56.14%
46139.88/2328.82	c      2329           2498         286        20     5141383.0000     3292822.7953     56.14%
46239.04/2333.88	c      2334           2504         286        20     5141383.0000     3292822.7953     56.14%
46340.16/2338.91	c      2339           2530         286        20     5141383.0000     3292822.7953     56.14%
46443.98/2344.18	c      2344           2536         286        20     5141383.0000     3292822.7953     56.14%
46544.40/2349.23	c      2349           2548         286        20     5141383.0000     3292822.7953     56.14%
46643.53/2354.28	c      2354           2550         286        20     5141383.0000     3292822.7953     56.14%
46744.67/2359.33	c      2359           2551         285        20     5141383.0000     3292822.7953     56.14%
46843.82/2364.34	c      2364           2553         285        20     5141383.0000     3297366.8650     55.92%
46942.97/2369.36	c      2369           2559         285        20     5141383.0000     3297366.8650     55.92%
47044.07/2374.45	c      2374           2563         285        20     5141383.0000     3297366.8650     55.92%
47145.22/2379.50	c      2380           2570         284        20     5141383.0000     3297366.8650     55.92%
47244.38/2384.51	c      2385           2576         284        20     5141383.0000     3297366.8650     55.92%
47343.53/2389.58	c      2390           2586         282        20     5141383.0000     3297366.8650     55.92%
47444.69/2394.63	c      2395           2589         285        20     5141383.0000     3297366.8650     55.92%
47543.86/2399.68	c      2400           2594         284        20     5141383.0000     3297366.8650     55.92%
47644.98/2404.72	c      2405           2606         282        20     5141383.0000     3328469.4021     54.47%
47744.12/2409.75	c      2410           2615         281        20     5141383.0000     3328469.4021     54.47%
47845.26/2414.83	c      2415           2624         280        20     5141383.0000     3328469.4021     54.47%
47944.40/2419.88	c      2420           2625         279        20     5141383.0000     3328469.4021     54.47%
48045.54/2424.99	c      2425           2628         280        20     5141383.0000     3328469.4021     54.47%
48144.64/2430.00	c      2430           2647         283        20     5141383.0000     3328469.4021     54.47%
48246.23/2435.09	c      2435           2675         279        20     5141383.0000     3328469.4021     54.47%
48347.65/2440.18	c      2440           2687         279        20     5141383.0000     3328469.4021     54.47%
48447.99/2445.23	c      2445           2695         279        20     5141383.0000     3328469.4021     54.47%
48547.15/2450.27	c      2450           2704         278        20     5141383.0000     3328469.4021     54.47%
48650.28/2455.43	c      2455           2714         274        20     5141383.0000     3328469.4021     54.47%
48749.45/2460.48	c      2460           2719         271        20     5141383.0000     3328469.4021     54.47%
48850.53/2465.57	c      2466           2722         272        20     5141383.0000     3328469.4021     54.47%
48951.67/2470.69	c      2471           2734         272        20     5141383.0000     3328469.4021     54.47%
49052.81/2475.74	c      2476           2747         271        20     5141383.0000     3328469.4021     54.47%
49151.94/2480.79	c      2481           2754         270        20     5141383.0000     3328469.4021     54.47%
49253.11/2485.84	c      2486           2778         270        20     5141383.0000     3328469.4021     54.47%
49352.28/2490.89	c      2491           2791         269        20     5141383.0000     3328469.4021     54.47%
49453.43/2495.94	c      2496           2795         271        20     5141383.0000     3405370.4339     50.98%
49552.59/2500.99	c      2501           2808         270        20     5141383.0000     3405370.4339     50.98%
49651.72/2506.04	c      2506           2821         267        20     5141383.0000     3405370.4339     50.98%
49753.36/2511.09	c      2511           2829         265        20     5141383.0000     3405370.4339     50.98%
49852.66/2516.12	c      2516           2848         266        20     5141383.0000     3405370.4339     50.98%
49953.89/2521.16	c      2521           2857         265        20     5141383.0000     3405370.4339     50.98%
50054.22/2526.24	c      2526           2863         265        20     5141383.0000     3441656.7737     49.39%
50153.37/2531.29	c      2531           2865         265        20     5141383.0000     3441656.7737     49.39%
50254.51/2536.34	c      2536           2888         266        20     5141383.0000     3441656.7737     49.39%
50353.67/2541.39	c      2541           2896         264        20     5141383.0000     3441656.7737     49.39%
50454.81/2546.41	c      2546           2904         264        20     5141383.0000     3462091.7884     48.51%
50553.93/2551.49	c      2551           2907         263        20     5141383.0000     3462091.7884     48.51%
50654.93/2556.54	c      2557           2910         264        20     5141383.0000     3462091.7884     48.51%
50754.05/2561.59	c      2562           2919         265        20     5141383.0000     3462091.7884     48.51%
50855.19/2566.64	c      2567           2952         268        20     5141383.0000     3462091.7884     48.51%
50954.33/2571.69	c      2572           2964         268        20     5141383.0000     3462091.7884     48.51%
51055.45/2576.73	c      2577           2968         266        20     5141383.0000     3462091.7884     48.51%
51154.57/2581.79	c      2582           2974         268        20     5141383.0000     3494087.6694     47.15%
51255.70/2586.84	c      2587           2980         264        20     5141383.0000     3494087.6694     47.15%
51354.79/2591.89	c      2592           2989         263        20     5141383.0000     3494087.6694     47.15%
51455.87/2596.94	c      2597           2994         262        20     5141383.0000     3497491.0344     47.00%
51554.99/2601.99	c      2602           3000         262        20     5141383.0000     3497491.0344     47.00%
51654.06/2607.00	c      2607           3003         261        20     5141383.0000     3540386.4189     45.22%
51755.88/2612.09	c      2612           3005         259        20     5141383.0000     3540386.4189     45.22%
51856.77/2617.14	c      2617           3006         260        20     5141383.0000     3540386.4189     45.22%
51955.82/2622.19	c      2622           3007         259        20     5141383.0000     3540386.4189     45.22%
52056.23/2627.24	c      2627           3009         259        20     5141383.0000     3540386.4189     45.22%
52155.33/2632.29	c      2632           3013         259        20     5141383.0000     3540386.4189     45.22%
52256.34/2637.34	c      2637           3015         261        20     5141383.0000     3540386.4189     45.22%
52355.57/2642.39	c      2642           3022         260        20     5141383.0000     3540386.4189     45.22%
52456.51/2647.44	c      2647           3026         260        20     5141383.0000     3540386.4189     45.22%
52555.53/2652.49	c      2652           3030         260        20     5141383.0000     3540386.4189     45.22%
52656.44/2657.54	c      2658           3047         259        20     5141383.0000     3540386.4189     45.22%
52755.51/2662.58	c      2663           3053         259        20     5141383.0000     3540386.4189     45.22%
52856.58/2667.63	c      2668           3062         256        20     5141383.0000     3540386.4189     45.22%
52955.68/2672.69	c      2673           3071         255        20     5141383.0000     3540386.4189     45.22%
53056.77/2677.73	c      2678           3074         256        20     5141383.0000     3540386.4189     45.22%
53155.87/2682.78	c      2683           3093         253        20     5141383.0000     3582008.3243     43.53%
53256.96/2687.83	c      2688           3102         252        20     5141383.0000     3582008.3243     43.53%
53356.05/2692.88	c      2693           3109         253        20     5141383.0000     3582008.3243     43.53%
53457.14/2697.92	c      2698           3149         255        20     5141383.0000     3582008.3243     43.53%
53556.24/2702.99	c      2703           3155         251        20     5141383.0000     3582008.3243     43.53%
53655.35/2708.00	c      2708           3162         250        20     5141383.0000     3589375.2846     43.24%
53757.13/2713.09	c      2713           3172         250        20     5141383.0000     3589375.2846     43.24%
53856.23/2718.10	c      2718           3174         250        20     5141383.0000     3589375.2846     43.24%
53955.37/2723.14	c      2723           3189         247        20     5141383.0000     3589375.2846     43.24%
54057.76/2728.24	c      2728           3195         247        20     5141383.0000     3589375.2846     43.24%
54156.69/2733.29	c      2733           3195         247        20     5141383.0000     3589375.2846     43.24%
54257.90/2738.34	c      2738           3203         245        20     5141383.0000     3589375.2846     43.24%
54356.84/2743.36	c      2743           3212         244        20     5141383.0000     3589375.2846     43.24%
54455.95/2748.38	c      2748           3220         240        20     5141383.0000     3589375.2846     43.24%
54557.00/2753.45	c      2753           3222         240        20     5141383.0000     3589375.2846     43.24%
54658.11/2758.51	c      2759           3231         237        20     5141383.0000     3589375.2846     43.24%
54757.44/2763.57	c      2764           3233         235        20     5141383.0000     3589375.2846     43.24%
54856.36/2768.58	c      2769           3237         233        20     5141383.0000     3589375.2846     43.24%
54955.43/2773.60	c      2774           3248         228        20     5141383.0000     3589375.2846     43.24%
55056.47/2778.65	c      2779           3273         227        20     5141383.0000     3601444.2128     42.76%
55155.59/2783.68	c      2784           3282         226        20     5141383.0000     3601444.2128     42.76%
55256.66/2788.77	c      2789           3293         225        20     5141383.0000     3613341.7993     42.29%
55359.78/2793.97	c      2794           3298         224        20     5141383.0000     3613341.7993     42.29%
55458.94/2799.02	c      2799           3304         222        20     5141383.0000     3613341.7993     42.29%
55560.96/2804.06	c      2804           3312         220        20     5141383.0000     3613341.7993     42.29%
55659.85/2809.12	c      2809           3318         220        20     5141383.0000     3613341.7993     42.29%
55759.18/2814.14	c      2814           3323         219        20     5141383.0000     3644127.0846     41.09%
55861.29/2819.22	c      2819           3327         219        20     5141383.0000     3644127.0846     41.09%
55960.42/2824.27	c      2824           3327         219        20     5141383.0000     3644127.0846     41.09%
56059.54/2829.29	c      2829           3331         219        20     5141383.0000     3644127.0846     41.09%
56160.81/2834.34	c      2834           3332         220        20     5141383.0000     3644127.0846     41.09%
56259.71/2839.39	c      2839           3338         220        20     5141383.0000     3644127.0846     41.09%
56360.81/2844.47	c      2844           3340         220        20     5141383.0000     3644127.0846     41.09%
56461.87/2849.52	c      2850           3346         218        20     5141383.0000     3644127.0846     41.09%
56560.98/2854.57	c      2855           3355         217        20     5141383.0000     3644127.0846     41.09%
56662.10/2859.62	c      2860           3359         219        20     5141383.0000     3644127.0846     41.09%
56761.21/2864.67	c      2865           3377         217        20     5141383.0000     3644127.0846     41.09%
56860.32/2869.68	c      2870           3382         216        20     5141383.0000     3644127.0846     41.09%
56961.43/2874.77	c      2875           3390         216        20     5141383.0000     3644127.0846     41.09%
57062.52/2879.82	c      2880           3398         214        20     5141383.0000     3644127.0846     41.09%
57161.60/2884.87	c      2885           3399         215        20     5141383.0000     3644127.0846     41.09%
57262.69/2889.92	c      2890           3405         213        20     5141383.0000     3654284.0125     40.69%
57361.82/2894.97	c      2895           3409         211        20     5141383.0000     3654284.0125     40.69%
57460.93/2900.02	c      2900           3411         211        20     5141383.0000     3654284.0125     40.69%
57562.49/2905.06	c      2905           3418         212        20     5141383.0000     3654284.0125     40.69%
57661.79/2910.12	c      2910           3428         210        20     5141383.0000     3654284.0125     40.69%
57762.98/2915.17	c      2915           3430         210        20     5141383.0000     3654284.0125     40.69%
57863.35/2920.22	c      2920           3433         207        20     5141383.0000     3673073.8583     39.97%
57964.46/2925.38	c      2925           3438         206        20     5141383.0000     3673073.8583     39.97%
58065.55/2930.41	c      2930           3441         205        20     5141383.0000     3673073.8583     39.97%
58164.69/2935.47	c      2935           3455         205        20     5141383.0000     3673073.8583     39.97%
58265.73/2940.54	c      2941           3467         203        20     5141383.0000     3673073.8583     39.97%
58364.80/2945.56	c      2946           3481         203        20     5141383.0000     3673073.8583     39.97%
58465.89/2950.63	c      2951           3492         204        20     5141383.0000     3673730.6021     39.95%
58564.96/2955.69	c      2956           3502         200        20     5141383.0000     3673730.6021     39.95%
58666.01/2960.74	c      2961           3506         200        20     5141383.0000     3673730.6021     39.95%
58765.10/2965.79	c      2966           3513         197        20     5141383.0000     3673967.5033     39.94%
58866.18/2970.84	c      2971           3531         197        20     5141383.0000     3673967.5033     39.94%
58965.29/2975.89	c      2976           3543         197        20     5141383.0000     3681420.8941     39.66%
59066.36/2980.94	c      2981           3561         199        20     5141383.0000     3681420.8941     39.66%
59165.39/2985.95	c      2986           3580         198        20     5141383.0000     3681420.8941     39.66%
59264.35/2991.04	c      2991           3591         197        20     5141383.0000     3681420.8941     39.66%
59366.10/2996.06	c      2996           3600         198        20     5141383.0000     3706566.8904     38.71%
59464.95/3001.11	c      3001           3621         201        20     5141383.0000     3706566.8904     38.71%
59564.00/3006.13	c      3006           3635         199        20     5141383.0000     3706566.8904     38.71%
59666.02/3011.21	c      3011           3655         199        20     5141383.0000     3712728.2520     38.48%
59765.02/3016.23	c      3016           3668         198        20     5141383.0000     3712728.2520     38.48%
59865.90/3021.38	c      3021           3691         195        20     5141383.0000     3712728.2520     38.48%
59966.70/3026.43	c      3026           3695         196        20     5141383.0000     3738315.4944     37.53%
60065.63/3031.48	c      3031           3716         195        20     5141383.0000     3738315.4944     37.53%
60166.50/3036.53	c      3037           3740         193        20     5141383.0000     3766807.6494     36.49%
60265.50/3041.57	c      3042           3744         191        20     5141383.0000     3767681.6358     36.46%
60366.51/3046.63	c      3047           3762         195        20     5141383.0000     3767681.6358     36.46%
60465.48/3051.68	c      3052           3774         193        20     5141383.0000     3767681.6358     36.46%
60566.43/3056.73	c      3057           3778         193        20     5141383.0000     3767681.6358     36.46%
60665.32/3061.78	c      3062           3792         195        20     5141383.0000     3767681.6358     36.46%
60766.22/3066.81	c      3067           3801         194        20     5141383.0000     3767681.6358     36.46%
60865.18/3071.88	c      3072           3809         194        20     5141383.0000     3767681.6358     36.46%
60966.29/3076.92	c      3077           3814         193        20     5141383.0000     3787600.8791     35.74%
61065.37/3081.94	c      3082           3820         195        20     5141383.0000     3787600.8791     35.74%
61164.48/3086.98	c      3087           3833         194        20     5141383.0000     3787600.8791     35.74%
61266.42/3092.08	c      3092           3840         195        20     5141383.0000     3787600.8791     35.74%
61365.35/3097.12	c      3097           3844         193        20     5141383.0000     3791311.9910     35.61%
61466.52/3102.18	c      3102           3848         193        20     5141383.0000     3791311.9910     35.61%
61566.84/3107.23	c      3107           3857         192        20     5141383.0000     3791311.9910     35.61%
61665.83/3112.28	c      3112           3861         192        20     5141383.0000     3791311.9910     35.61%
61766.93/3117.31	c      3117           3863         192        20     5141383.0000     3791311.9910     35.61%
61866.11/3122.33	c      3122           3868         193        20     5141383.0000     3791311.9910     35.61%
61967.10/3127.43	c      3127           3874         193        20     5141383.0000     3791311.9910     35.61%
62066.19/3132.46	c      3132           3874         193        20     5141383.0000     3791311.9910     35.61%
62167.30/3137.53	c      3138           3882         193        20     5141383.0000     3791311.9910     35.61%
62266.41/3142.58	c      3143           3889         194        20     5141383.0000     3791311.9910     35.61%
62367.50/3147.63	c      3148           3893         194        20     5141383.0000     3791311.9910     35.61%
62466.61/3152.68	c      3153           3901         192        20     5141383.0000     3791311.9910     35.61%
62567.69/3157.73	c      3158           3904         189        20     5141383.0000     3797050.0929     35.40%
62666.75/3162.75	c      3163           3911         188        20     5141383.0000     3797050.0929     35.40%
62767.87/3167.82	c      3168           3918         185        20     5141383.0000     3797050.0929     35.40%
62867.01/3172.88	c      3173           3923         180        20     5141383.0000     3800718.3396     35.27%
62968.13/3177.93	c      3178           3925         180        20     5141383.0000     3800718.3396     35.27%
63067.27/3182.98	c      3183           3926         181        20     5141383.0000     3800718.3396     35.27%
63168.99/3188.03	c      3188           3929         182        20     5141383.0000     3800718.3396     35.27%
63268.37/3193.08	c      3193           3934         181        20     5141383.0000     3800718.3396     35.27%
63367.29/3198.12	c      3198           3937         180        20     5141383.0000     3800718.3396     35.27%
63468.56/3203.18	c      3203           3938         181        20     5141383.0000     3800718.3396     35.27%
63568.91/3208.23	c      3208           3945         180        20     5141383.0000     3811175.0441     34.90%
63668.01/3213.24	c      3213           3950         181        20     5141383.0000     3811175.0441     34.90%
63769.26/3218.33	c      3218           3954         181        20     5141383.0000     3811175.0441     34.90%
63868.24/3223.38	c      3223           3959         178        20     5141383.0000     3811175.0441     34.90%
63969.36/3228.43	c      3228           3964         179        20     5141383.0000     3813218.9453     34.83%
64068.50/3233.48	c      3233           3974         175        20     5141383.0000     3823386.4708     34.47%
64169.73/3238.53	c      3239           3987         174        20     5141383.0000     3823386.4708     34.47%
64268.47/3243.57	c      3244           3989         174        20     5141383.0000     3823386.4708     34.47%
64369.30/3248.62	c      3249           3996         173        20     5141383.0000     3823386.4708     34.47%
64468.18/3253.63	c      3254           3999         172        20     5141383.0000     3823386.4708     34.47%
64569.10/3258.73	c      3259           4008         173        20     5141383.0000     3823386.4708     34.47%
64668.03/3263.76	c      3264           4014         173        20     5141383.0000     3835954.9675     34.03%
64768.96/3268.83	c      3269           4023         172        20     5141383.0000     3835954.9675     34.03%
64867.97/3273.84	c      3274           4026         169        20     5141383.0000     3835954.9675     34.03%
64969.09/3278.93	c      3279           4030         169        20     5141383.0000     3835954.9675     34.03%
65068.23/3283.98	c      3284           4035         168        20     5141383.0000     3835954.9675     34.03%
65167.35/3289.03	c      3289           4035         168        20     5141383.0000     3835954.9675     34.03%
65269.21/3294.08	c      3294           4043         168        20     5141383.0000     3835954.9675     34.03%
65368.28/3299.12	c      3299           4049         168        20     5141383.0000     3835954.9675     34.03%
65469.42/3304.17	c      3304           4052         169        20     5141383.0000     3835954.9675     34.03%
65569.74/3309.22	c      3309           4053         168        20     5141383.0000     3835954.9675     34.03%
65668.88/3314.24	c      3314           4056         169        20     5141383.0000     3835954.9675     34.03%
65770.02/3319.36	c      3319           4066         167        20     5141383.0000     3835954.9675     34.03%
65871.16/3324.42	c      3324           4073         166        20     5141383.0000     3844418.4766     33.74%
65970.23/3329.46	c      3329           4075         164        20     5141383.0000     3844418.4766     33.74%
66071.34/3334.58	c      3335           4087         164        20     5141383.0000     3844418.4766     33.74%
66172.40/3339.65	c      3340           4094         165        20     5141383.0000     3844418.4766     33.74%
66271.51/3344.70	c      3345           4105         166        20     5141383.0000     3844418.4766     33.74%
66372.55/3349.75	c      3350           4122         165        20     5141383.0000     3844418.4766     33.74%
66471.77/3354.80	c      3355           4128         165        20     5141383.0000     3844418.4766     33.74%
66572.77/3359.85	c      3360           4135         166        20     5141383.0000     3844418.4766     33.74%
66671.83/3364.87	c      3365           4142         165        20     5141383.0000     3844418.4766     33.74%
66775.54/3370.05	c      3370           4148         165        20     5141383.0000     3844418.4766     33.74%
66874.72/3375.07	c      3375           4151         166        20     5141383.0000     3844418.4766     33.74%
66976.05/3380.15	c      3380           4169         158        20     5141383.0000     3851091.9457     33.50%
67076.21/3385.20	c      3385           4182         157        20     5141383.0000     3851091.9457     33.50%
67175.29/3390.25	c      3390           4186         155        20     5141383.0000     3851091.9457     33.50%
67276.42/3395.30	c      3395           4192         157        20     5141383.0000     3851091.9457     33.50%
67375.53/3400.35	c      3400           4208         157        20     5141383.0000     3851091.9457     33.50%
67476.66/3405.40	c      3405           4217         156        20     5141383.0000     3851091.9457     33.50%
67575.80/3410.45	c      3410           4223         154        20     5141383.0000     3851091.9457     33.50%
67676.93/3415.50	c      3416           4228         155        20     5141383.0000     3851091.9457     33.50%
67776.07/3420.55	c      3421           4234         153        20     5141383.0000     3856303.5202     33.32%
67875.20/3425.60	c      3426           4243         154        20     5141383.0000     3856303.5202     33.32%
67976.34/3430.65	c      3431           4249         154        20     5141383.0000     3856303.5202     33.32%
68077.52/3435.70	c      3436           4254         151        20     5141383.0000     3856303.5202     33.32%
68176.61/3440.75	c      3441           4255         152        20     5141383.0000     3856303.5202     33.32%
68275.77/3445.76	c      3446           4271         148        20     5141383.0000     3856303.5202     33.32%
68374.87/3450.79	c      3451           4280         147        20     5141383.0000     3856303.5202     33.32%
68475.96/3455.84	c      3456           4282         147        20     5141383.0000     3856303.5202     33.32%
68575.09/3460.87	c      3461           4283         148        20     5141383.0000     3856303.5202     33.32%
68674.20/3465.88	c      3466           4285         146        20     5141383.0000     3856303.5202     33.32%
68775.27/3470.97	c      3471           4293         146        20     5141383.0000     3856303.5202     33.32%
68874.41/3476.02	c      3476           4305         146        20     5141383.0000     3856303.5202     33.32%
68976.35/3481.06	c      3481           4309         148        20     5141383.0000     3856303.5202     33.32%
69075.23/3486.11	c      3486           4318         147        20     5141383.0000     3856303.5202     33.32%
69174.50/3491.13	c      3491           4329         144        20     5141383.0000     3856303.5202     33.32%
69275.66/3496.20	c      3496           4333         140        20     5141383.0000     3862338.0030     33.12%
69380.00/3501.46	c      3501           4340         141        20     5141383.0000     3862338.0030     33.12%
69481.13/3506.51	c      3507           4347         138        20     5141383.0000     3862338.0030     33.12%
69580.28/3511.56	c      3512           4348         139        20     5141383.0000     3862338.0030     33.12%
69679.35/3516.57	c      3517           4353         138        20     5141383.0000     3862338.0030     33.12%
69778.49/3521.58	c      3522           4357         138        20     5141383.0000     3888082.6760     32.23%
69881.59/3526.71	c      3527           4364         137        20     5141383.0000     3928749.5404     30.87%
69980.75/3531.76	c      3532           4372         137        20     5141383.0000     3928749.5404     30.87%
70081.88/3536.81	c      3537           4379         134        20     5141383.0000     3928749.5404     30.87%
70181.04/3541.86	c      3542           4386         135        20     5141383.0000     3928749.5404     30.87%
70282.19/3546.91	c      3547           4387         134        20     5141383.0000     3928749.5404     30.87%
70381.34/3551.96	c      3552           4393         134        20     5141383.0000     3928749.5404     30.87%
70480.59/3557.00	c      3557           4399         136        20     5141383.0000     3928749.5404     30.87%
70579.84/3562.02	c      3562           4417         134        20     5141383.0000     3928749.5404     30.87%
70681.48/3567.11	c      3567           4425         134        20     5141383.0000     3932483.6575     30.74%
70782.67/3572.16	c      3572           4431         134        20     5141383.0000     3932483.6575     30.74%
70883.03/3577.21	c      3577           4441         134        20     5141383.0000     3932483.6575     30.74%
70982.20/3582.26	c      3582           4450         133        20     5141383.0000     3932483.6575     30.74%
71083.32/3587.32	c      3587           4460         133        20     5141383.0000     3932483.6575     30.74%
71182.48/3592.37	c      3592           4461         134        20     5141383.0000     3932483.6575     30.74%
71283.64/3597.42	c      3597           4461         134        20     5141383.0000     3932483.6575     30.74%
71382.78/3602.47	c      3602           4463         132        20     5141383.0000     3932483.6575     30.74%
71483.90/3607.52	c      3608           4466         133        20     5141383.0000     3932483.6575     30.74%
71583.07/3612.55	c      3613           4473         132        20     5141383.0000     3932483.6575     30.74%
71682.20/3617.56	c      3618           4475         132        20     5141383.0000     3932483.6575     30.74%
71783.33/3622.61	c      3623           4482         133        20     5141383.0000     3932483.6575     30.74%
71882.47/3627.62	c      3628           4490         133        20     5141383.0000     3932483.6575     30.74%
71981.61/3632.66	c      3633           4498         131        20     5141383.0000     3932483.6575     30.74%

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 (189799 MiB free)
  memory of node 1: 193494 MiB (186721 MiB free)
  memory of node 2: 193531 MiB (185151 MiB free)
  memory of node 3: 193531 MiB (187443 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-4465435-1722522206/watcher-4465435-1722522206 -o /tmp/evaluation-result-4465435-1722522206/solver-4465435-1722522206 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116232 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465435-1722522206.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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=116541, runsolver pid=116538
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 80.45 81.36 82.79 62/984 116542
/proc/meminfo: memFree=767024352/790760804 swapFree=131071996/131071996
[pid=116541] ppid=116538 vsize=92328 memory=79988 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/stat : 116541 (fscip) R 116538 116541 116222 0 -1 4194304 17956 0 0 0 8 3 0 0 20 0 1 0 18803722 94543872 19997 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
/proc/116541/statm: 23082 19997 2630 3035 0 19478 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 92328 KiB
Current children cumulated memory: 79988 KiB

[startup+0.21966 s]*
/proc/loadavg: 80.45 81.36 82.79 62/984 116542
/proc/meminfo: memFree=767011664/790760804 swapFree=131071996/131071996
[pid=116541] ppid=116538 vsize=108376 memory=96400 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/stat : 116541 (fscip) R 116538 116541 116222 0 -1 4194304 26296 0 0 0 18 5 0 0 20 0 1 0 18803722 110977024 24100 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
/proc/116541/statm: 27094 24100 2726 3035 0 23490 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 108376 KiB
Current children cumulated memory: 96400 KiB

[startup+0.31967 s]*
/proc/loadavg: 80.45 81.36 82.79 62/984 116542
/proc/meminfo: memFree=766979748/790760804 swapFree=131071996/131071996
[pid=116541] ppid=116538 vsize=110260 memory=97896 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/stat : 116541 (fscip) R 116538 116541 116222 0 -1 4194304 26688 0 0 0 28 5 0 0 20 0 1 0 18803722 112906240 24474 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
/proc/116541/statm: 27565 24474 2774 3035 0 23961 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 110260 KiB
Current children cumulated memory: 97896 KiB

[startup+0.700498 s]
/proc/loadavg: 78.89 81.02 82.68 64/1004 116562
/proc/meminfo: memFree=766912664/790760804 swapFree=131071996/131071996
[pid=116541] ppid=116538 vsize=1624008 memory=270652 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/stat : 116541 (fscip) S 116538 116541 116222 0 -1 1077936128 71248 0 0 0 57 12 0 0 20 0 21 0 18803722 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
/proc/116541/statm: 406002 67663 2790 3035 0 111400 0
[pid=116541/tid=116543] ppid=116538 vsize=1624008 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116543/stat : 116543 (fscip) R 116538 116541 116222 0 -1 4194368 3412 0 0 0 0 0 0 0 20 0 21 0 18803772 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116544] ppid=116538 vsize=1624008 memory=2316 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116544/stat : 116544 (fscip) S 116538 116541 116222 0 -1 1077936192 3977 0 0 0 1 0 0 0 20 0 21 0 18803772 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116545] ppid=116538 vsize=1624008 memory=15776 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116545/stat : 116545 (fscip) S 116538 116541 116222 0 -1 1077936192 3978 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116546] ppid=116538 vsize=1624008 memory=5512 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116546/stat : 116546 (fscip) S 116538 116541 116222 0 -1 1077936192 3977 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116547] ppid=116538 vsize=1624008 memory=1804 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116547/stat : 116547 (fscip) S 116538 116541 116222 0 -1 1077936192 3976 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116548] ppid=116538 vsize=1624008 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116548/stat : 116548 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116549] ppid=116538 vsize=1624008 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116549/stat : 116549 (fscip) S 116538 116541 116222 0 -1 1077936192 3977 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116550] ppid=116538 vsize=1624008 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116550/stat : 116550 (fscip) S 116538 116541 116222 0 -1 1077936192 3977 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116551] ppid=116538 vsize=1624008 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116551/stat : 116551 (fscip) S 116538 116541 116222 0 -1 1077936192 3977 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116552] ppid=116538 vsize=1624008 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116552/stat : 116552 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116553] ppid=116538 vsize=1624008 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116553/stat : 116553 (fscip) S 116538 116541 116222 0 -1 1077936192 3977 0 0 0 1 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116554] ppid=116538 vsize=1624008 memory=616006158 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116554/stat : 116554 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116555] ppid=116538 vsize=1624008 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116555/stat : 116555 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116556] ppid=116538 vsize=1624008 memory=280929382008576 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116556/stat : 116556 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116557] ppid=116538 vsize=1624008 memory=140464690862832 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116557/stat : 116557 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116558] ppid=116538 vsize=1624008 memory=280929381875328 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116558/stat : 116558 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116559] ppid=116538 vsize=1624008 memory=8493230720769 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116559/stat : 116559 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116560] ppid=116538 vsize=1624008 memory=8531885426177 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116560/stat : 116560 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116561] ppid=116538 vsize=1624008 memory=8570540131841 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116561/stat : 116561 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116562] ppid=116538 vsize=1624008 memory=2814784127238148 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116562/stat : 116562 (fscip) S 116538 116541 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 18803773 1662984192 67663 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1624008 KiB
Current children cumulated memory: 270652 KiB

[startup+1.50092 s]
/proc/loadavg: 78.89 81.02 82.68 68/1024 116582
/proc/meminfo: memFree=766106780/790760804 swapFree=131071996/131071996
[pid=116541] ppid=116538 vsize=2781004 memory=2016636 CPUtime=11.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/stat : 116541 (fscip) S 116538 116541 116222 0 -1 1077936128 530564 0 0 0 988 153 0 0 20 0 41 0 18803722 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
/proc/116541/statm: 695251 504159 2854 3035 0 610557 0
[pid=116541/tid=116543] ppid=116538 vsize=2781004 memory=4137282616176384387 CPUtime=0.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116543/stat : 116543 (fscip) R 116538 116541 116222 0 -1 4194368 19208 0 0 0 50 5 0 0 20 0 41 0 18803772 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116544] ppid=116538 vsize=2781004 memory=5512 CPUtime=0.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116544/stat : 116544 (fscip) R 116538 116541 116222 0 -1 4194368 28613 0 0 0 43 9 0 0 20 0 41 0 18803772 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116545] ppid=116538 vsize=2781004 memory=33000 CPUtime=0.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116545/stat : 116545 (fscip) R 116538 116541 116222 0 -1 4194368 25727 0 0 0 48 6 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116546] ppid=116538 vsize=2781004 memory=2316 CPUtime=0.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116546/stat : 116546 (fscip) R 116538 116541 116222 0 -1 4194368 19208 0 0 0 50 5 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116547] ppid=116538 vsize=2781004 memory=1804 CPUtime=0.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116547/stat : 116547 (fscip) R 116538 116541 116222 0 -1 4194368 29835 0 0 0 42 10 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116548] ppid=116538 vsize=2781004 memory=209420 CPUtime=0.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116548/stat : 116548 (fscip) R 116538 116541 116222 0 -1 4194368 24465 0 0 0 47 7 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116549] ppid=116538 vsize=2781004 memory=8 CPUtime=0.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116549/stat : 116549 (fscip) R 116538 116541 116222 0 -1 4194368 19208 0 0 0 50 4 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116550] ppid=116538 vsize=2781004 memory=616006158 CPUtime=0.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116550/stat : 116550 (fscip) R 116538 116541 116222 0 -1 4194368 29869 0 0 0 42 9 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116551] ppid=116538 vsize=2781004 memory=25333125866717268 CPUtime=0.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116551/stat : 116551 (fscip) R 116538 116541 116222 0 -1 4194368 25715 0 0 0 48 5 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116552] ppid=116538 vsize=2781004 memory=0 CPUtime=0.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116552/stat : 116552 (fscip) R 116538 116541 116222 0 -1 4194368 19205 0 0 0 50 5 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116553] ppid=116538 vsize=2781004 memory=280929382008576 CPUtime=0.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116553/stat : 116553 (fscip) R 116538 116541 116222 0 -1 4194368 29837 0 0 0 41 10 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116554] ppid=116538 vsize=2781004 memory=140464690862832 CPUtime=0.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116554/stat : 116554 (fscip) R 116538 116541 116222 0 -1 4194368 25726 0 0 0 48 6 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116555] ppid=116538 vsize=2781004 memory=0 CPUtime=0.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116555/stat : 116555 (fscip) R 116538 116541 116222 0 -1 4194368 19202 0 0 0 50 5 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116556] ppid=116538 vsize=2781004 memory=0 CPUtime=0.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116556/stat : 116556 (fscip) R 116538 116541 116222 0 -1 4194368 29870 0 0 0 41 11 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116557] ppid=116538 vsize=2781004 memory=0 CPUtime=0.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116557/stat : 116557 (fscip) R 116538 116541 116222 0 -1 4194368 24451 0 0 0 49 5 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116558] ppid=116538 vsize=2781004 memory=280929381875328 CPUtime=0.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116558/stat : 116558 (fscip) R 116538 116541 116222 0 -1 4194368 20208 0 0 0 52 4 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116559] ppid=116538 vsize=2781004 memory=8493230720769 CPUtime=0.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116559/stat : 116559 (fscip) R 116538 116541 116222 0 -1 4194368 29869 0 0 0 41 10 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116560] ppid=116538 vsize=2781004 memory=8531885426177 CPUtime=0.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116560/stat : 116560 (fscip) R 116538 116541 116222 0 -1 4194368 25773 0 0 0 47 6 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116561] ppid=116538 vsize=2781004 memory=8570540131841 CPUtime=0.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116561/stat : 116561 (fscip) R 116538 116541 116222 0 -1 4194368 18694 0 0 0 51 4 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116562] ppid=116538 vsize=2781004 memory=2814784127238148 CPUtime=0.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116562/stat : 116562 (fscip) R 116538 116541 116222 0 -1 4194368 29870 0 0 0 41 11 0 0 20 0 41 0 18803773 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116563] ppid=116538 vsize=2781004 memory=280929381980352 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116563/stat : 116563 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116564] ppid=116538 vsize=2781004 memory=7812454953806938216 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116564/stat : 116564 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116565] ppid=116538 vsize=2781004 memory=5861828962810228583 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116565/stat : 116565 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116566] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116566/stat : 116566 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116567] ppid=116538 vsize=2781004 memory=7512405064705136452 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116567/stat : 116567 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116568] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116568/stat : 116568 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116569] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116569/stat : 116569 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116570] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116570/stat : 116570 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116571] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116571/stat : 116571 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116572] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116572/stat : 116572 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116573] ppid=116538 vsize=2781004 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116573/stat : 116573 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116574] ppid=116538 vsize=2781004 memory=-6513725055952927588 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116574/stat : 116574 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116575] ppid=116538 vsize=2781004 memory=26200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116575/stat : 116575 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116576] ppid=116538 vsize=2781004 memory=64668 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116576/stat : 116576 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116577] ppid=116538 vsize=2781004 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116577/stat : 116577 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116578] ppid=116538 vsize=2781004 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116578/stat : 116578 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116579] ppid=116538 vsize=2781004 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116579/stat : 116579 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116580] ppid=116538 vsize=2781004 memory=51200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116580/stat : 116580 (fscip) S 116538 116541 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18803814 2847748096 504159 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0

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

/proc/116541/task/116550/stat : 116550 (fscip) S 116538 116541 116222 0 -1 4195904 1721449 0 0 0 360470 385 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 139894307401560 9944945 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116551] ppid=116538 vsize=8745696 memory=5512 CPUtime=3595.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116551/stat : 116551 (fscip) D 116538 116541 116222 0 -1 1077937220 2231785 0 0 0 358320 1271 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116552] ppid=116538 vsize=8745696 memory=15776 CPUtime=3603.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116552/stat : 116552 (fscip) D 116538 116541 116222 0 -1 1077937220 1102345 0 0 0 360217 135 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116553] ppid=116538 vsize=8745696 memory=2316 CPUtime=3600.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116553/stat : 116553 (fscip) D 116538 116541 116222 0 -1 1077937220 1747919 0 0 0 359853 192 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116554] ppid=116538 vsize=8745696 memory=33000 CPUtime=3596.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116554/stat : 116554 (fscip) D 116538 116541 116222 0 -1 1077937220 2370669 0 0 0 358210 1400 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116555] ppid=116538 vsize=8745696 memory=1804 CPUtime=3606.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116555/stat : 116555 (fscip) D 116538 116541 116222 0 -1 1077937220 1083516 0 0 0 360550 133 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116556] ppid=116538 vsize=8745696 memory=6048 CPUtime=3599.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116556/stat : 116556 (fscip) D 116538 116541 116222 0 -1 1077937220 1674321 0 0 0 359781 200 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116557] ppid=116538 vsize=8745696 memory=51200 CPUtime=3590.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116557/stat : 116557 (fscip) D 116538 116541 116222 0 -1 1077937220 2287412 0 0 0 357602 1411 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116558] ppid=116538 vsize=8745696 memory=104 CPUtime=3604.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116558/stat : 116558 (fscip) D 116538 116541 116222 0 -1 1077937220 1110102 0 0 0 360337 133 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116559] ppid=116538 vsize=8745696 memory=25932 CPUtime=3598.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116559/stat : 116559 (fscip) D 116538 116541 116222 0 -1 1077937220 1660553 0 0 0 359683 194 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116560] ppid=116538 vsize=8745696 memory=21380 CPUtime=3594.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116560/stat : 116560 (fscip) D 116538 116541 116222 0 -1 1077937220 2225621 0 0 0 358164 1266 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116561] ppid=116538 vsize=8745696 memory=2208 CPUtime=3606.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116561/stat : 116561 (fscip) D 116538 116541 116222 0 -1 1077937220 1085389 0 0 0 360523 127 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116562] ppid=116538 vsize=8745696 memory=2036 CPUtime=3598.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116562/stat : 116562 (fscip) D 116538 116541 116222 0 -1 1077937220 1727332 0 0 0 359668 196 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116563] ppid=116538 vsize=8745696 memory=31316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116563/stat : 116563 (fscip) D 116538 116541 116222 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116564] ppid=116538 vsize=8745696 memory=28568 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116564/stat : 116564 (fscip) D 116538 116541 116222 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116565] ppid=116538 vsize=8745696 memory=7312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116565/stat : 116565 (fscip) D 116538 116541 116222 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116566] ppid=116538 vsize=8745696 memory=26988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116566/stat : 116566 (fscip) D 116538 116541 116222 0 -1 1077937220 118 0 0 0 1 2 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116567] ppid=116538 vsize=8745696 memory=3776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116567/stat : 116567 (fscip) D 116538 116541 116222 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116568] ppid=116538 vsize=8745696 memory=40456 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116568/stat : 116568 (fscip) D 116538 116541 116222 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116569] ppid=116538 vsize=8745696 memory=6720668740012620642 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116569/stat : 116569 (fscip) D 116538 116541 116222 0 -1 1077937220 92 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116570] ppid=116538 vsize=8745696 memory=8744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116570/stat : 116570 (fscip) D 116538 116541 116222 0 -1 1077937220 91 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116571] ppid=116538 vsize=8745696 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116571/stat : 116571 (fscip) D 116538 116541 116222 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116572] ppid=116538 vsize=8745696 memory=906232098 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116572/stat : 116572 (fscip) D 116538 116541 116222 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116573] ppid=116538 vsize=8745696 memory=52992128844179 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116573/stat : 116573 (fscip) D 116538 116541 116222 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116574] ppid=116538 vsize=8745696 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116574/stat : 116574 (fscip) D 116538 116541 116222 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116575] ppid=116538 vsize=8745696 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116575/stat : 116575 (fscip) D 116538 116541 116222 0 -1 1077937220 115 0 0 0 2 1 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116576] ppid=116538 vsize=8745696 memory=29273809900535888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116576/stat : 116576 (fscip) D 116538 116541 116222 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116577] ppid=116538 vsize=8745696 memory=4639622853611769936 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116577/stat : 116577 (fscip) D 116538 116541 116222 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116578] ppid=116538 vsize=8745696 memory=280929384102936 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116578/stat : 116578 (fscip) D 116538 116541 116222 0 -1 1077937220 143 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116579] ppid=116538 vsize=8745696 memory=2316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116579/stat : 116579 (fscip) D 116538 116541 116222 0 -1 1077937220 149 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116580] ppid=116538 vsize=8745696 memory=280929382117776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116580/stat : 116580 (fscip) D 116538 116541 116222 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116581] ppid=116538 vsize=8745696 memory=-1598831813028945288 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116581/stat : 116581 (fscip) D 116538 116541 116222 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116582] ppid=116538 vsize=8745696 memory=26308 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116582/stat : 116582 (fscip) D 116538 116541 116222 0 -1 1077937220 148 0 0 0 2 1 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 8745696 KiB
Current children cumulated memory: 7398496 KiB

[startup+3637.12 s]
/proc/loadavg: 53.46 62.33 69.07 43/985 119865
/proc/meminfo: memFree=743900892/790760804 swapFree=131071996/131071996
[pid=116541] ppid=116538 vsize=8745696 memory=7398496 CPUtime=72000.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/stat : 116541 (fscip) D 116538 116541 116222 0 -1 1077937156 33192017 0 0 0 7189233 10815 0 0 20 0 41 0 18803722 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
/proc/116541/statm: 2186424 1849624 3326 3035 0 2064050 0
[pid=116541/tid=116543] ppid=116538 vsize=8745696 memory=11448 CPUtime=3606.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116543/stat : 116543 (fscip) D 116538 116541 116222 0 -1 1077937220 1060849 0 0 0 360531 132 0 0 20 0 41 0 18803772 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116544] ppid=116538 vsize=8745696 memory=16424 CPUtime=3603.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116544/stat : 116544 (fscip) D 116538 116541 116222 0 -1 1077937220 1751451 0 0 0 360089 233 0 0 20 0 41 0 18803772 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116545] ppid=116538 vsize=8745696 memory=0 CPUtime=3604.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116545/stat : 116545 (fscip) D 116538 116541 116222 0 -1 1077937220 2291485 0 0 0 359018 1452 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116546] ppid=116538 vsize=8745696 memory=280929382846304 CPUtime=3605.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116546/stat : 116546 (fscip) D 116538 116541 116222 0 -1 1077937220 1123784 0 0 0 360444 146 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116547] ppid=116538 vsize=8745696 memory=21380 CPUtime=3595.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116547/stat : 116547 (fscip) D 116538 116541 116222 0 -1 1077937220 1759044 0 0 0 359355 204 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116548] ppid=116538 vsize=8745696 memory=7398496 CPUtime=3588.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116548/stat : 116548 (fscip) D 116538 116541 116222 0 -1 1077937220 2031952 0 0 0 357403 1410 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116549] ppid=116538 vsize=8745696 memory=3300 CPUtime=3589.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116549/stat : 116549 (fscip) D 116538 116541 116222 0 -1 1077937220 1088445 0 0 0 358820 129 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116550] ppid=116538 vsize=8745696 memory=7398140 CPUtime=3608.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116550/stat : 116550 (fscip) S 116538 116541 116222 0 -1 4195904 1721449 0 0 0 360470 385 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 139894307401560 9944945 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 0
[pid=116541/tid=116551] ppid=116538 vsize=8745696 memory=2036 CPUtime=3595.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116551/stat : 116551 (fscip) D 116538 116541 116222 0 -1 1077937220 2231785 0 0 0 358320 1271 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116552] ppid=116538 vsize=8745696 memory=2316 CPUtime=3603.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116552/stat : 116552 (fscip) D 116538 116541 116222 0 -1 1077937220 1102345 0 0 0 360217 135 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116553] ppid=116538 vsize=8745696 memory=33000 CPUtime=3600.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116553/stat : 116553 (fscip) D 116538 116541 116222 0 -1 1077937220 1747919 0 0 0 359853 192 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116554] ppid=116538 vsize=8745696 memory=1804 CPUtime=3596.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116554/stat : 116554 (fscip) D 116538 116541 116222 0 -1 1077937220 2370669 0 0 0 358210 1400 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116555] ppid=116538 vsize=8745696 memory=0 CPUtime=3606.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116555/stat : 116555 (fscip) D 116538 116541 116222 0 -1 1077937220 1083516 0 0 0 360550 133 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116556] ppid=116538 vsize=8745696 memory=280929385674080 CPUtime=3599.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116556/stat : 116556 (fscip) D 116538 116541 116222 0 -1 1077937220 1674321 0 0 0 359781 200 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116557] ppid=116538 vsize=8745696 memory=280929383482624 CPUtime=3590.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116557/stat : 116557 (fscip) D 116538 116541 116222 0 -1 1077937220 2287412 0 0 0 357602 1411 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116558] ppid=116538 vsize=8745696 memory=7312 CPUtime=3604.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116558/stat : 116558 (fscip) D 116538 116541 116222 0 -1 1077937220 1110102 0 0 0 360337 133 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116559] ppid=116538 vsize=8745696 memory=7398496 CPUtime=3598.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116559/stat : 116559 (fscip) D 116538 116541 116222 0 -1 1077937220 1660553 0 0 0 359683 194 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116560] ppid=116538 vsize=8745696 memory=280929382166784 CPUtime=3594.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116560/stat : 116560 (fscip) D 116538 116541 116222 0 -1 1077937220 2225621 0 0 0 358164 1266 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116561] ppid=116538 vsize=8745696 memory=25333125866717268 CPUtime=3606.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116561/stat : 116561 (fscip) D 116538 116541 116222 0 -1 1077937220 1085389 0 0 0 360523 127 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116562] ppid=116538 vsize=8745696 memory=5512 CPUtime=3598.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116562/stat : 116562 (fscip) D 116538 116541 116222 0 -1 1077937220 1727332 0 0 0 359668 196 0 0 20 0 41 0 18803773 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116563] ppid=116538 vsize=8745696 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116563/stat : 116563 (fscip) D 116538 116541 116222 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116564] ppid=116538 vsize=8745696 memory=6763432 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116564/stat : 116564 (fscip) D 116538 116541 116222 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116565] ppid=116538 vsize=8745696 memory=-6656992520563768167 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116565/stat : 116565 (fscip) D 116538 116541 116222 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116566] ppid=116538 vsize=8745696 memory=58504 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116566/stat : 116566 (fscip) D 116538 116541 116222 0 -1 1077937220 118 0 0 0 1 2 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116567] ppid=116538 vsize=8745696 memory=7398124 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116567/stat : 116567 (fscip) D 116538 116541 116222 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116568] ppid=116538 vsize=8745696 memory=104 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116568/stat : 116568 (fscip) D 116538 116541 116222 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116569] ppid=116538 vsize=8745696 memory=7395792 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116569/stat : 116569 (fscip) D 116538 116541 116222 0 -1 1077937220 92 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116570] ppid=116538 vsize=8745696 memory=280929382005184 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116570/stat : 116570 (fscip) D 116538 116541 116222 0 -1 1077937220 91 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116571] ppid=116538 vsize=8745696 memory=7398496 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116571/stat : 116571 (fscip) D 116538 116541 116222 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116572] ppid=116538 vsize=8745696 memory=7398140 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116572/stat : 116572 (fscip) D 116538 116541 116222 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116573] ppid=116538 vsize=8745696 memory=15776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116573/stat : 116573 (fscip) D 116538 116541 116222 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116574] ppid=116538 vsize=8745696 memory=7398140 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116574/stat : 116574 (fscip) D 116538 116541 116222 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116575] ppid=116538 vsize=8745696 memory=11456 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116575/stat : 116575 (fscip) D 116538 116541 116222 0 -1 1077937220 115 0 0 0 2 1 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116576] ppid=116538 vsize=8745696 memory=13912 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116576/stat : 116576 (fscip) D 116538 116541 116222 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116577] ppid=116538 vsize=8745696 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116577/stat : 116577 (fscip) D 116538 116541 116222 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116578] ppid=116538 vsize=8745696 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116578/stat : 116578 (fscip) D 116538 116541 116222 0 -1 1077937220 143 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116579] ppid=116538 vsize=8745696 memory=4481 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116579/stat : 116579 (fscip) D 116538 116541 116222 0 -1 1077937220 149 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116580] ppid=116538 vsize=8745696 memory=7398492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116580/stat : 116580 (fscip) D 116538 116541 116222 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116581] ppid=116538 vsize=8745696 memory=7881402428424208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116581/stat : 116581 (fscip) D 116538 116541 116222 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
[pid=116541/tid=116582] ppid=116538 vsize=8745696 memory=3458891431537833146 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/116541/task/116582/stat : 116582 (fscip) D 116538 116541 116222 0 -1 1077937220 148 0 0 0 2 1 0 0 20 0 41 0 18803814 8955592704 1849624 809668444160 4194304 16623229 140731346763184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50909184 140731346768905 140731346769023 140731346769023 140731346776048 24
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 8745696 KiB
Current children cumulated memory: 7398496 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3637.37
CPU time (s): 72000.8
CPU user time (s): 71892.3
CPU system time (s): 108.404
CPU usage (%): 1979.47
Max. virtual memory (cumulated for all children) (KiB): 8745696
Max. memory (cumulated for all children) (KiB): 7573912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71892.3
system time used= 108.404
maximum resident set size= 7574276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33192017
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= 266043
involuntary context switches= 239833


# summary of solver processes directly reported to runsolver:
#   pid: 116541
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71892.3
#   total CPU system time (s): 108.404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 30.2319 second user time and 88.516 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 16:23:26
IDJOB=4465435
IDBENCH=155628
IDSOLVER=3094
FILE ID=nodeD105/4465435-1722522206
RUNJOBID= nodeD105-1722521994-116232
SLURM_JOB_ID= 8254270
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat85_4_27_4.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-4465435-1722522206/watcher-4465435-1722522206 -o /tmp/evaluation-result-4465435-1722522206/solver-4465435-1722522206 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116232 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465435-1722522206.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 21308a801a9cbe43fb5a50efc40ff8ff
RANDOM SEED=1586696713

nodeD105.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		: 2628.497
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		: 2984.342
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	: 5005.78
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		: 2994.742
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	: 5011.74
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		: 2969.887
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	: 5011.78
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		: 3251.030
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		: 2997.082
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	: 5005.78
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		: 2992.269
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	: 5011.74
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		: 2972.957
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	: 5011.78
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		: 3366.224
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		: 2993.172
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	: 5005.78
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		: 2991.521
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	: 5011.74
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		: 2966.369
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	: 5011.78
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		: 1688.883
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		: 2997.075
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	: 5005.78
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		: 2994.721
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	: 5011.74
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		: 2969.836
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	: 5011.78
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		: 3162.394
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		: 2981.634
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	: 5005.78
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		: 2994.719
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	: 5011.74
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		: 2966.713
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	: 5011.78
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		: 2632.252
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		: 2995.487
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	: 5005.78
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		: 2994.716
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	: 5011.74
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		: 2970.140
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	: 5011.78
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		: 2629.203
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		: 2993.737
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	: 5005.78
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		: 2992.324
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	: 5011.74
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		: 2975.434
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	: 5011.78
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		: 2638.114
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		: 2996.253
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	: 5005.78
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		: 2994.712
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	: 5011.74
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		: 2966.156
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	: 5011.78
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		: 1704.038
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		: 2988.500
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	: 5005.78
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		: 2990.870
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	: 5011.74
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		: 2975.406
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	: 5011.78
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		: 2636.514
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		: 2997.065
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	: 5005.78
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		: 2994.706
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	: 5011.74
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		: 2965.241
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	: 5011.78
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		: 2649.043
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		: 2997.066
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	: 5005.78
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		: 2994.704
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	: 5011.74
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		: 2972.671
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	: 5011.78
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		: 2666.103
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		: 2989.269
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	: 5005.78
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		: 2993.125
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	: 5011.74
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		: 2975.357
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	: 5011.78
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		: 2660.193
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		: 2995.428
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	: 5005.78
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		: 2993.043
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	: 5011.74
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		: 2974.473
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	: 5011.78
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		: 1518.713
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		: 2995.592
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	: 5005.78
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		: 2992.317
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	: 5011.74
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		: 2966.605
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	: 5011.78
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		: 1698.515
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		: 2991.019
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	: 5005.78
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		: 2994.692
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	: 5011.74
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		: 2975.228
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	: 5011.78
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		: 1225.479
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		: 2991.908
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	: 5005.78
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		: 2994.689
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	: 5011.74
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		: 2969.057
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	: 5011.78
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		: 1257.537
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		: 2991.441
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	: 5005.78
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		: 2994.685
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	: 5011.74
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		: 2975.127
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	: 5011.78
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		: 3591.519
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		: 2987.300
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	: 5005.78
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		: 2992.686
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	: 5011.74
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		: 2975.112
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	: 5011.78
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		: 3434.837
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		: 2997.051
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	: 5005.78
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		: 2994.680
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	: 5011.74
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		: 2973.492
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	: 5011.78
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		: 2564.197
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		: 2997.053
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	: 5005.78
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		: 2994.680
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	: 5011.74
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		: 2966.011
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        767106976 kB
MemAvailable:   767312000 kB
Buffers:          257360 kB
Cached:          3286896 kB
SwapCached:            0 kB
Active:           425332 kB
Inactive:       20709752 kB
Active(anon):       2168 kB
Inactive(anon): 17611200 kB
Active(file):     423164 kB
Inactive(file):  3098552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29436 kB
Writeback:             0 kB
AnonPages:      17590916 kB
Mapped:           130100 kB
Shmem:             22536 kB
KReclaimable:     206020 kB
Slab:             558624 kB
SReclaimable:     206020 kB
SUnreclaim:       352604 kB
KernelStack:       16864 kB
PageTables:        46492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1870820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           254592 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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:      546816 kB
DirectMap2M:    60768256 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622756 MiB
End job on nodeD105 at 2024-08-01 17:24:04