Trace number 4465390

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.6 3634.75

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-ex1010-pi.opb
MD5SUM0b4dbd7f90f2b82bb3725efac604f63c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark71065.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25200
Total number of constraints1468
Number of constraints which are clauses1468
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint172
Number of terms in the objective function 25200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 25200
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25200
Number of bits of the biggest sum of numbers15
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.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 94608186, getVmSize() = 91910144, SCIPgetMemUsed() = 63674382, SCIPgetMemTotal() = 69469846, SCIPgetMemExternEstim() = 25138340
0.00/0.08	c ** set memory limit for presolving in LC to 8.7958e+12 for SCIP **
0.33/0.42	c ** Estimated virtualMemUsedAtSolver = 96485620, getVmSize() = 145367040, SCIPgetMemUsed() = 70689819, SCIPgetMemTotal() = 119590091, SCIPgetMemExternEstim() = 25138340
0.33/0.42	c ** set memory limit for solvers to 4.18831e+11 for each SCIP **
0.33/0.42	c Original Problem   :
0.33/0.42	c   Problem name     : instance-4465390-1722512511
0.33/0.42	c   Variables        : 25200 (25200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.33/0.42	c   Constraints      : 1468
0.33/0.42	c   Objective sense  : minimize
0.33/0.42	c Presolved Problem  :
0.33/0.42	c   Variables        : 13342 (13342 binary, 0 integer, 0 implicit integer, 0 continuous)
0.33/0.42	c   Constraints      : 1466
0.33/0.42	c Constraints        : Number
0.33/0.42	c   logicor          : 1466 
0.33/0.42	c ** Instance transfer method used: 0
0.43/0.44	c ** ParaScipInstance copy does not increase the number of variables. **
0.80/0.81	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.80/0.81	c                                Nodes    Active                                            
0.80/0.81	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.98/0.90	c *       1              0           1        20       13342.0000                -          -
5.92/1.14	c *       1              0           1        20       13339.0000                -          -
5.92/1.17	c *       1              0           1        20       13338.0000                -          -
7.10/1.22	c *       1              0           1        20         285.0000                -          -
95.51/5.79	c         6             38          37        20         285.0000           1.0000          -
196.54/10.82	c        11            308         307        20         285.0000           1.0000          -
297.59/16.01	c        16            842         841        20         285.0000           1.0000          -
315.43/16.81	c *      17            982         981        20         284.0000           1.0000          -
329.30/17.55	c *      18           1050           0        20         283.0000           1.0000          -
339.58/18.03	c *      18           1050           0        20         282.0000           1.0000          -
354.91/18.84	c *      19           1054           4        20         281.0000           1.0000          -
396.51/21.02	c        21           1146          96        20         281.0000           1.0000          -
501.47/26.28	c        26           1771         721        20         281.0000           1.0000          -
604.54/31.47	c        31           2591        1541        20         281.0000           1.0000          -
705.59/36.52	c        37           3231        2181        20         281.0000           1.0000          -
808.60/41.70	c        42           4391        3341        20         281.0000           1.0000          -
907.56/46.77	c        47           5939        4889        20         281.0000           1.0000          -
1006.60/51.78	c        52           8111        7061        20         281.0000           1.0000          -
1107.74/56.85	c        57          11671       10621        20         281.0000           1.0000          -
1209.01/61.95	c        62          12575           0        20         281.0000           1.0000          -
1312.99/67.16	c        67          13916        1341        20         281.0000           1.0000          -
1413.39/72.26	c        72          15136        2561        20         281.0000           1.0000          -
1514.36/77.37	c        77          16716        4141        20         281.0000           1.0000          -
1615.58/82.45	c        82          18952        6377        20         281.0000           1.0000          -
1716.80/87.55	c        88          22936       10361        20         281.0000           1.0000          -
1818.00/92.68	c        93          23279       10488        20         281.0000           1.0000          -
1921.24/97.84	c        98          23422       10488        20         281.0000           1.0000          -
2022.53/102.99	c       103          23680       10757        20         281.0000           1.0000          -
2121.80/108.01	c       108          23836           0        20         281.0000           1.0000          -
2223.74/113.10	c       113          27037        3601        20         281.0000           1.0000          -
2324.89/118.16	c       118          29137        5701        20         281.0000           1.0000          -
2342.76/119.12	c *     119          25577        1741        20         260.0000           1.0000          -
2346.04/119.28	c *     119          29677        6241        20         258.0000           1.0000          -
2427.31/123.32	c       123          30336        6902        20         258.0000           1.0000          -
2530.52/128.58	c       129          31017        7581        20         258.0000           1.0000          -
2544.35/129.27	c *     129          31570        8134        20         257.0000           1.0000          -
2544.35/129.28	c *     129          31570        8134        20         254.0000           1.0000          -
2635.49/133.85	c       134          28221        4385        20         254.0000           1.0000          -
2714.78/137.87	c *     138          34274       10534        20         252.0000           1.0000          -
2739.28/139.08	c       139          29677        5841        20         252.0000           1.0000          -
2841.61/144.27	c       144              2           1        20         252.0000         221.5292     13.75%
2942.85/149.34	c       149              2           1        20         252.0000         221.5292     13.75%
3046.10/154.54	c       155              2           1        20         252.0000         221.5292     13.75%
3145.42/159.57	c       160              3           2        20         252.0000         221.5546     13.74%
3246.68/164.63	c       165              3           2        20         252.0000         221.5546     13.74%
3345.96/169.70	c       170              3           2        20         252.0000         221.5546     13.74%
3447.24/174.78	c       175              3           2        20         252.0000         221.5546     13.74%
3548.51/179.85	c       180              4           3        20         252.0000         221.5546     13.74%
3647.77/184.89	c       185              4           3        20         252.0000         221.5546     13.74%
3751.79/190.07	c       190              4           3        20         252.0000         221.5546     13.74%
3850.99/195.08	c       195              3           2        20         252.0000         221.5546     13.74%
3858.20/195.46	c *     195              3           2        20         251.0000         221.5546     13.29%
3953.39/200.29	c       200              3           2        20         251.0000         221.5546     13.29%
4054.64/205.36	c       205              3           2        20         251.0000         221.5546     13.29%
4155.85/210.45	c       210              6           5        20         251.0000         221.5546     13.29%
4261.07/215.73	c       216              6           5        20         251.0000         221.5546     13.29%
4364.30/220.93	c       221              6           5        20         251.0000         221.5546     13.29%
4468.22/226.15	c       226              6           5        20         251.0000         221.5546     13.29%
4568.73/231.29	c       231              3           2        20         251.0000         221.5546     13.29%
4671.96/236.43	c       236              3           2        20         251.0000         221.5546     13.29%
4773.16/241.52	c       242              3           2        20         251.0000         221.5546     13.29%
4872.41/246.54	c       247              6           5        20         251.0000         221.5546     13.29%
4975.59/251.70	c       252              6           5        20         251.0000         221.5546     13.29%
5076.80/256.82	c       257              6           5        20         251.0000         221.5546     13.29%
5176.03/261.89	c       262              3           2        20         251.0000         221.5546     13.29%
5277.18/267.02	c       267              5           4        20         251.0000         221.5546     13.29%
5378.85/272.10	c       272              5           4        20         251.0000         221.5546     13.29%
5481.40/277.23	c       277              4           3        20         251.0000         221.5546     13.29%
5487.36/277.59	c *     278              4           3        20         249.0000         221.5546     12.39%
5527.02/279.57	c *     280              4           3        20         248.0000         221.5546     11.94%
5580.57/282.27	c       282              4           3        20         248.0000         221.5546     11.94%
5683.76/287.41	c       287              6           5        20         248.0000         221.5546     11.94%
5784.90/292.56	c       293              6           5        20         248.0000         221.5546     11.94%
5886.07/297.63	c       298              6           5        20         248.0000         221.5546     11.94%
5989.22/302.88	c       303              7           6        20         248.0000         221.5546     11.94%
6095.19/308.18	c       308              7           6        20         248.0000         221.5546     11.94%
6195.52/313.23	c       313              6           5        20         248.0000         221.5546     11.94%
6215.36/314.26	c *     314              6           5        20         247.0000         221.5546     11.48%
6296.69/318.39	c       318              6           5        20         247.0000         221.5546     11.48%
6397.90/323.49	c       324             23          22        20         247.0000         221.5546     11.48%
6507.09/328.91	c       329             23          22        20         247.0000         221.5546     11.48%
6606.31/333.91	c       334              7           6        20         247.0000         221.5546     11.48%
6711.49/339.25	c       339             24          23        20         247.0000         221.5546     11.48%
6810.78/344.29	c       344             15          14        20         247.0000         221.5546     11.48%
6824.58/344.96	c *     345             15          14        20         246.0000         221.5546     11.03%
6911.84/349.31	c       349             15          14        20         246.0000         221.5546     11.03%
7014.88/354.54	c       355             23          22        20         246.0000         221.5546     11.03%
7116.03/359.61	c       360             23          22        20         246.0000         221.5546     11.03%
7215.17/364.64	c       365             19          18        20         246.0000         221.5546     11.03%
7320.27/370.03	c       370             19          18        20         246.0000         221.5546     11.03%
7427.31/375.39	c       375             24          23        20         246.0000         221.5546     11.03%
7530.40/380.59	c       381             25          24        20         246.0000         221.5546     11.03%
7536.33/380.82	c *     381             25          24        20         245.0000         221.5546     10.58%
7631.46/385.65	c       386             25          24        20         245.0000         221.5546     10.58%
7645.30/386.30	c *     386             25          24        20         244.0000         221.5546     10.13%
7730.55/390.66	c       391             23          22        20         244.0000         221.5546     10.13%
7833.56/395.84	c       396             26          25        20         244.0000         221.5546     10.13%
7940.53/401.27	c       401             33          32        20         244.0000         221.5546     10.13%
8041.64/406.33	c       406             34          33        20         244.0000         221.5546     10.13%
8144.72/411.52	c       412             30          29        20         244.0000         221.5546     10.13%
8243.82/416.55	c       417             30          29        20         244.0000         221.5546     10.13%
8344.83/421.61	c       422             23          22        20         244.0000         221.5546     10.13%
8445.87/426.73	c       427             27          26        20         244.0000         221.5546     10.13%
8548.86/431.99	c       432             36          35        20         244.0000         221.5546     10.13%
8655.90/437.32	c       437             24          23        20         244.0000         221.5546     10.13%
8757.00/442.48	c       442             33          32        20         244.0000         221.5546     10.13%
8862.09/447.77	c       448             31          30        20         244.0000         221.5546     10.13%
8965.16/452.99	c       453             31          30        20         244.0000         221.5546     10.13%
9068.77/458.16	c       458             36          35        20         244.0000         221.5546     10.13%
9169.08/463.28	c       463             36          35        20         244.0000         221.5546     10.13%
9270.15/468.32	c       468             36          35        20         244.0000         221.5546     10.13%
9369.28/473.36	c       473             30          29        20         244.0000         221.5546     10.13%
9470.48/478.42	c       478             43          42        20         244.0000         221.5546     10.13%
9488.20/479.35	c *     479             43          42        20         243.0000         221.5546      9.68%
9571.29/483.54	c       484             43          42        20         243.0000         221.5546      9.68%
9670.40/488.57	c       489             31          30        20         243.0000         221.5546      9.68%
9771.33/493.68	c       494             37          36        20         243.0000         221.5546      9.68%
9872.44/498.75	c       499             45          44        20         243.0000         221.5546      9.68%
9973.51/503.80	c       504             42          41        20         243.0000         221.5546      9.68%
10072.58/508.83	c       509             42          41        20         243.0000         221.5546      9.68%
10173.58/513.99	c       514             47          46        20         243.0000         221.5546      9.68%
10275.30/519.10	c       519             47          46        20         243.0000         221.5546      9.68%
10377.62/524.27	c       524             47          46        20         243.0000         221.5546      9.68%
10478.70/529.35	c       529             36          35        20         243.0000         221.5546      9.68%
10577.80/534.39	c       534             49          48        20         243.0000         221.5546      9.68%
10678.84/539.43	c       539             45          44        20         243.0000         221.5546      9.68%
10777.91/544.45	c       544             39          38        20         243.0000         221.5546      9.68%
10878.98/549.59	c       550             51          50        20         243.0000         221.5546      9.68%
10979.99/554.68	c       555             47          46        20         243.0000         221.5546      9.68%
11087.65/560.12	c       560             47          46        20         243.0000         221.5546      9.68%
11190.04/565.25	c       565             47          46        20         243.0000         221.5546      9.68%
11291.13/570.33	c       570             42          41        20         243.0000         221.5546      9.68%
11392.18/575.41	c       575             49          48        20         243.0000         221.5546      9.68%
11493.14/580.53	c       581             43          42        20         243.0000         221.5546      9.68%
11594.08/585.63	c       586             55          54        20         243.0000         221.5546      9.68%
11695.07/590.75	c       591             51          50        20         243.0000         221.5546      9.68%
11796.02/595.86	c       596             51          50        20         243.0000         221.5546      9.68%
11895.03/600.88	c       601             52          51        20         243.0000         221.5546      9.68%
11998.71/606.11	c       606             53          52        20         243.0000         221.5546      9.68%
12101.13/611.22	c       611             47          46        20         243.0000         221.5546      9.68%
12200.25/616.26	c       616             47          46        20         243.0000         221.5546      9.68%
12303.32/621.44	c       621             47          46        20         243.0000         221.5546      9.68%
12406.40/626.66	c       627             61          60        20         243.0000         221.5546      9.68%
12507.45/631.71	c       632             61          60        20         243.0000         221.5546      9.68%
12610.53/636.91	c       637             49          48        20         243.0000         221.5546      9.68%
12709.62/642.01	c       642             57          56        20         243.0000         221.5546      9.68%
12814.57/647.22	c       647             57          56        20         243.0000         221.5546      9.68%
12915.53/652.33	c       652             57          56        20         243.0000         221.5546      9.68%
13014.62/657.36	c       657             61          60        20         243.0000         221.5546      9.68%
13117.69/662.58	c       663             61          60        20         243.0000         221.5546      9.68%
13220.77/667.78	c       668             61          60        20         243.0000         221.5546      9.68%
13323.82/673.02	c       673             61          60        20         243.0000         221.5546      9.68%
13427.79/678.18	c       678             60          59        20         243.0000         221.5546      9.68%
13527.88/683.26	c       683             55          54        20         243.0000         221.5546      9.68%
13628.95/688.39	c       688             61          60        20         243.0000         221.5546      9.68%
13730.02/693.45	c       693             69          68        20         243.0000         221.5546      9.68%
13831.06/698.52	c       699             57          56        20         243.0000         221.5546      9.68%
13936.02/703.87	c       704             63          62        20         243.0000         221.5546      9.68%
14037.07/708.99	c       709             70          69        20         243.0000         221.5546      9.68%
14136.16/714.02	c       714             65          64        20         243.0000         221.5546      9.68%
14238.11/719.06	c       719             65          64        20         243.0000         221.5546      9.68%
14339.03/724.15	c       724             61          60        20         243.0000         221.5546      9.68%
14439.20/729.26	c       729             61          60        20         243.0000         221.5546      9.68%
14544.06/734.56	c       735             66          65        20         243.0000         221.5546      9.68%
14647.21/739.74	c       740             75          74        20         243.0000         221.5546      9.68%
14748.08/744.86	c       745             75          74        20         243.0000         221.5546      9.68%
14849.05/749.93	c       750             63          62        20         243.0000         221.5546      9.68%
14947.98/755.01	c       755             63          62        20         243.0000         221.5546      9.68%
15051.64/760.14	c       760             73          72        20         243.0000         221.5546      9.68%
15151.90/765.24	c       765             73          72        20         243.0000         221.5546      9.68%
15250.86/770.29	c       770             78          77        20         243.0000         221.5546      9.68%
15353.77/775.42	c       775             71          70        20         243.0000         221.5546      9.68%
15454.62/780.58	c       781             75          74        20         243.0000         221.5546      9.68%
15555.58/785.65	c       786             75          74        20         243.0000         221.5546      9.68%
15575.34/786.61	c *     787             75          74        20         242.0000         221.5546      9.23%
15656.29/790.75	c       791             81          80        20         242.0000         221.5546      9.23%
15757.11/795.88	c       796             69          68        20         242.0000         221.5546      9.23%
15858.08/800.98	c       801             70          69        20         242.0000         221.5546      9.23%
15959.78/806.06	c       806             70          69        20         242.0000         221.5546      9.23%
16060.57/811.15	c       811             70          69        20         242.0000         221.5546      9.23%
16162.81/816.32	c       816             79          78        20         242.0000         221.5546      9.23%
16263.75/821.50	c       822             79          78        20         242.0000         221.5546      9.23%
16364.65/826.59	c       827             85          84        20         242.0000         221.5546      9.23%
16467.56/831.79	c       832             85          84        20         242.0000         221.5546      9.23%
16573.01/837.10	c       837             87          86        20         242.0000         221.5546      9.23%
16675.38/842.22	c       842             87          86        20         242.0000         221.5546      9.23%
16778.26/847.41	c       847             75          74        20         242.0000         221.5546      9.23%
16877.26/852.49	c       852             89          88        20         242.0000         221.5546      9.23%
16978.27/857.55	c       858             89          88        20         242.0000         221.5546      9.23%
17081.28/862.70	c       863             77          76        20         242.0000         221.5546      9.23%
17180.35/867.77	c       868             85          84        20         242.0000         221.5546      9.23%
17283.39/872.93	c       873             91          90        20         242.0000         221.5546      9.23%
17382.43/877.98	c       878             87          86        20         242.0000         221.5546      9.23%
17484.18/883.13	c       883             87          86        20         242.0000         221.5546      9.23%
17588.42/888.30	c       888             88          87        20         242.0000         221.5546      9.23%
17687.44/893.39	c       893             88          87        20         242.0000         221.5546      9.23%
17788.36/898.44	c       898             89          88        20         242.0000         221.5546      9.23%
17887.33/903.47	c       903             89          88        20         242.0000         221.5546      9.23%
17988.24/908.57	c       909             89          88        20         242.0000         221.5546      9.23%
18089.17/913.67	c       914             89          88        20         242.0000         221.5546      9.23%
18190.11/918.73	c       919             89          88        20         242.0000         221.5546      9.23%
18288.98/923.75	c       924             89          88        20         242.0000         221.5546      9.23%
18389.92/928.84	c       929             99          98        20         242.0000         221.5546      9.23%
18490.85/933.96	c       934             99          98        20         242.0000         221.5546      9.23%
18592.45/939.11	c       939             99          98        20         242.0000         221.5546      9.23%
18693.42/944.15	c       944             97          96        20         242.0000         221.5546      9.23%
18795.67/949.33	c       949             93          92        20         242.0000         221.7032      9.15%
18894.63/954.39	c       954             93          92        20         242.0000         221.7032      9.15%
18995.61/959.41	c       959             93          92        20         242.0000         221.7032      9.15%
19094.43/964.47	c       964             93          92        20         242.0000         221.7032      9.15%
19118.19/965.66	c *     966             93          92        20         241.0000         221.7032      8.70%
19197.25/969.65	c       970             94          93        20         241.0000         221.7032      8.70%
19298.06/974.72	c       975             96          95        20         241.0000         221.7032      8.70%
19399.08/979.83	c       980             96          95        20         241.0000         221.7032      8.70%
19498.13/984.88	c       985             96          95        20         241.0000         221.7032      8.70%
19601.68/990.08	c       990             98          97        20         241.0000         221.7032      8.70%
19708.06/995.49	c       996             99          98        20         241.0000         221.7032      8.70%
19811.12/1000.64	c      1001             99          98        20         241.0000         221.7032      8.70%
19912.18/1005.74	c      1006            100          99        20         241.0000         221.7032      8.70%
20013.26/1010.83	c      1011            101         100        20         241.0000         221.7032      8.70%
20112.35/1015.88	c      1016            101         100        20         241.0000         221.7032      8.70%
20213.43/1021.03	c      1021            101         100        20         241.0000         221.7032      8.70%
20317.17/1026.16	c      1026            102         101        20         241.0000         221.7032      8.70%
20423.45/1031.54	c      1032            102         101        20         241.0000         221.7032      8.70%
20530.48/1036.93	c      1037            103         102        20         241.0000         221.7032      8.70%
20629.51/1042.03	c      1042            105         104        20         241.0000         221.7032      8.70%
20731.23/1047.12	c      1047            105         104        20         241.0000         221.7032      8.70%
20832.32/1052.16	c      1052            107         106        20         241.0000         221.7032      8.70%
20934.63/1057.34	c      1057            107         106        20         241.0000         221.7032      8.70%
21035.69/1062.48	c      1062            107         106        20         241.0000         221.7032      8.70%
21136.76/1067.57	c      1068            108         107        20         241.0000         221.7032      8.70%
21239.81/1072.72	c      1073            110         109        20         241.0000         221.7032      8.70%
21338.93/1077.74	c      1078            111         110        20         241.0000         221.7032      8.70%
21441.97/1083.00	c      1083            111         110        20         241.0000         221.7032      8.70%
21543.63/1088.11	c      1088            113         112        20         241.0000         221.7032      8.70%
21644.79/1093.17	c      1093            113         112        20         241.0000         221.7032      8.70%
21747.04/1098.33	c      1098            113         112        20         241.0000         221.7032      8.70%
21846.12/1103.38	c      1103            114         113        20         241.0000         221.7032      8.70%
21947.20/1108.42	c      1108            114         113        20         241.0000         221.7032      8.70%
22048.27/1113.53	c      1114            122         121        20         241.0000         221.7964      8.66%
22147.36/1118.55	c      1119            122         121        20         241.0000         221.7964      8.66%
22252.38/1123.88	c      1124            123         122        20         241.0000         221.7964      8.66%
22353.37/1128.97	c      1129            123         122        20         241.0000         221.7964      8.66%
22460.35/1134.38	c      1134            125         124        20         241.0000         221.7964      8.66%
22567.35/1139.71	c      1140            125         124        20         241.0000         221.7964      8.66%
22666.36/1144.77	c      1145            127         126        20         241.0000         221.7964      8.66%
22767.48/1149.83	c      1150            122         121        20         241.0000         221.7964      8.66%
22866.45/1154.88	c      1155            128         127        20         241.0000         221.7964      8.66%
22975.43/1160.30	c      1160            128         127        20         241.0000         221.7964      8.66%
23076.42/1165.42	c      1165            122         121        20         241.0000         221.8418      8.64%
23177.52/1170.55	c      1171            123         122        20         241.0000         221.8418      8.64%
23280.52/1175.70	c      1176            124         123        20         241.0000         221.8418      8.64%
23379.62/1180.76	c      1181            125         124        20         241.0000         221.8418      8.64%
23480.64/1185.82	c      1186            132         131        20         241.0000         221.8782      8.62%
23579.74/1190.85	c      1191            132         131        20         241.0000         221.8782      8.62%
23680.79/1195.95	c      1196            132         131        20         241.0000         221.8782      8.62%
23779.92/1201.02	c      1201            132         131        20         241.0000         221.8782      8.62%
23881.71/1206.06	c      1206            132         131        20         241.0000         221.8782      8.62%
23982.81/1211.16	c      1211            132         131        20         241.0000         221.8782      8.62%
24083.18/1216.20	c      1216            133         132        20         241.0000         221.8782      8.62%
24184.28/1221.34	c      1221            132         131        20         241.0000         221.8782      8.62%
24283.28/1226.36	c      1226            132         131        20         241.0000         221.8782      8.62%
24384.32/1231.41	c      1231            132         131        20         241.0000         221.8782      8.62%
24483.36/1236.47	c      1236            132         131        20         241.0000         221.8782      8.62%
24584.36/1241.59	c      1242            132         131        20         241.0000         221.8782      8.62%
24685.37/1246.61	c      1247            138         137        20         241.0000         221.8782      8.62%
24786.35/1251.74	c      1252            135         134        20         241.0000         221.8782      8.62%
24885.39/1256.79	c      1257            140         139        20         241.0000         221.8782      8.62%
24986.28/1261.85	c      1262            140         139        20         241.0000         221.8782      8.62%
25045.68/1264.89	c *    1265            140         139        20         240.0000         221.8782      8.17%
25087.29/1266.97	c      1267            136         135        20         240.0000         221.8782      8.17%
25188.95/1272.09	c      1272            142         141        20         240.0000         221.8782      8.17%
25287.96/1277.10	c      1277            142         141        20         240.0000         221.8782      8.17%
25389.00/1282.14	c      1282            142         141        20         240.0000         221.8782      8.17%
25489.28/1287.25	c      1287            142         141        20         240.0000         221.8782      8.17%
25588.30/1292.26	c      1292            142         141        20         240.0000         221.8782      8.17%
25689.34/1297.30	c      1297            142         141        20         240.0000         221.8782      8.17%
25790.28/1302.41	c      1302            143         142        20         240.0000         221.8782      8.17%
25893.18/1307.68	c      1308            142         141        20         240.0000         221.8782      8.17%
25994.16/1312.74	c      1313            142         141        20         240.0000         221.8782      8.17%
26093.17/1317.78	c      1318            142         141        20         240.0000         221.8782      8.17%
26194.14/1322.87	c      1323            142         141        20         240.0000         221.8782      8.17%
26293.14/1327.88	c      1328            142         141        20         240.0000         221.8782      8.17%
26394.02/1332.99	c      1333            148         147        20         240.0000         221.8782      8.17%
26498.93/1338.24	c      1338            148         147        20         240.0000         221.8782      8.17%
26599.91/1343.38	c      1343            144         143        20         240.0000         221.8782      8.17%
26702.90/1348.59	c      1349            150         149        20         240.0000         221.8782      8.17%
26803.89/1353.60	c      1354            152         151        20         240.0000         221.8810      8.17%
26902.87/1358.66	c      1359            152         151        20         240.0000         221.8810      8.17%
27003.83/1363.76	c      1364            152         151        20         240.0000         221.8810      8.17%
27104.83/1368.81	c      1369            154         153        20         240.0000         221.8810      8.17%
27203.79/1373.89	c      1374            154         153        20         240.0000         221.8810      8.17%
27307.56/1379.08	c      1379            155         154        20         240.0000         221.8810      8.17%
27408.38/1384.18	c      1384            152         151        20         240.0000         221.9433      8.14%
27516.58/1389.64	c      1390            153         152        20         240.0000         221.9433      8.14%
27621.47/1394.91	c      1395            153         152        20         240.0000         221.9433      8.14%
27724.92/1400.15	c      1400            155         154        20         240.0000         221.9433      8.14%
27831.17/1405.54	c      1406            156         155        20         240.0000         221.9433      8.14%
27932.05/1410.63	c      1411            156         155        20         240.0000         221.9433      8.14%
28032.97/1415.70	c      1416            157         156        20         240.0000         221.9433      8.14%
28131.96/1420.75	c      1421            157         156        20         240.0000         221.9433      8.14%
28232.93/1425.82	c      1426            158         157        20         240.0000         221.9433      8.14%
28331.90/1430.87	c      1431            159         158        20         240.0000         221.9433      8.14%
28432.92/1435.92	c      1436            160         159        20         240.0000         221.9433      8.14%
28531.89/1440.94	c      1441            161         160        20         240.0000         221.9433      8.14%
28630.87/1446.00	c      1446            162         161        20         240.0000         221.9433      8.14%
28734.47/1451.18	c      1451            162         161        20         240.0000         221.9433      8.14%
28834.84/1456.25	c      1456            163         162        20         240.0000         221.9433      8.14%
28935.85/1461.30	c      1461            163         162        20         240.0000         221.9433      8.14%
29034.89/1466.39	c      1466            164         163        20         240.0000         221.9433      8.14%
29135.85/1471.48	c      1471            165         164        20         240.0000         221.9433      8.14%
29236.99/1476.54	c      1477            167         166        20         240.0000         221.9433      8.14%
29337.94/1481.62	c      1482            168         167        20         240.0000         221.9433      8.14%
29437.02/1486.66	c      1487            168         167        20         240.0000         221.9433      8.14%
29538.07/1491.76	c      1492            170         169        20         240.0000         221.9433      8.14%
29639.09/1496.82	c      1497            171         170        20         240.0000         221.9433      8.14%
29738.18/1501.87	c      1502            173         172        20         240.0000         221.9433      8.14%
29839.24/1506.92	c      1507            173         172        20         240.0000         221.9433      8.14%
29938.21/1512.02	c      1512            174         173        20         240.0000         221.9433      8.14%
30039.91/1517.10	c      1517            177         176        20         240.0000         221.9433      8.14%
30140.71/1522.17	c      1522            177         176        20         240.0000         221.9433      8.14%
30241.28/1527.25	c      1527            177         176        20         240.0000         221.9433      8.14%
30342.29/1532.32	c      1532            179         178        20         240.0000         221.9433      8.14%
30443.32/1537.40	c      1537            180         179        20         240.0000         221.9433      8.14%
30542.36/1542.45	c      1542            180         179        20         240.0000         221.9433      8.14%
30643.41/1547.52	c      1548            181         180        20         240.0000         221.9433      8.14%
30742.41/1552.59	c      1553            182         181        20         240.0000         221.9810      8.12%
30843.48/1557.61	c      1558            182         181        20         240.0000         221.9810      8.12%
30942.61/1562.69	c      1563            183         182        20         240.0000         221.9810      8.12%
31045.49/1567.81	c      1568            183         182        20         240.0000         221.9810      8.12%
31144.44/1572.89	c      1573            185         184        20         240.0000         221.9810      8.12%
31245.51/1577.97	c      1578            186         185        20         240.0000         221.9810      8.12%
31347.17/1583.04	c      1583            187         186        20         240.0000         221.9810      8.12%
31446.24/1588.04	c      1588            187         186        20         240.0000         221.9810      8.12%
31545.53/1593.06	c      1593            188         187        20         240.0000         221.9810      8.12%
31647.69/1598.27	c      1598            189         188        20         240.0000         221.9810      8.12%
31748.58/1603.34	c      1603            189         188        20         240.0000         221.9810      8.12%
31849.61/1608.41	c      1608            192         191        20         240.0000         221.9810      8.12%
31948.57/1613.48	c      1613            192         191        20         240.0000         221.9810      8.12%
32049.67/1618.55	c      1619            193         192        20         240.0000         221.9810      8.12%
32150.74/1623.62	c      1624            193         192        20         240.0000         221.9810      8.12%
32251.83/1628.70	c      1629            194         193        20         240.0000         221.9810      8.12%
32354.71/1633.90	c      1634            194         195        20         240.0000         221.9810      8.12%
32456.47/1639.06	c      1639            194         195        20         240.0000         221.9810      8.12%
32558.78/1644.23	c      1644            194         195        20         240.0000         221.9810      8.12%
32657.84/1649.26	c      1649            194         195        20         240.0000         221.9810      8.12%
32758.81/1654.33	c      1654            194         195        20         240.0000         221.9810      8.12%
32861.85/1659.50	c      1660            194         195        20         240.0000         221.9810      8.12%
32960.84/1664.51	c      1665            194         195        20         240.0000         221.9810      8.12%
33059.85/1669.54	c      1670            194         195        20         240.0000         221.9810      8.12%
33166.81/1674.98	c      1675            194         195        20         240.0000         221.9810      8.12%
33270.36/1680.13	c      1680            194         195        20         240.0000         221.9810      8.12%
33370.67/1685.29	c      1685            194         195        20         240.0000         221.9810      8.12%
33471.72/1690.35	c      1690            195         194        20         240.0000         221.9810      8.12%
33572.72/1695.43	c      1695            195         194        20         240.0000         221.9810      8.12%
33671.79/1700.48	c      1700            195         194        20         240.0000         221.9810      8.12%
33772.84/1705.60	c      1706            197         196        20         240.0000         221.9810      8.12%
33873.91/1710.69	c      1711            198         197        20         240.0000         221.9810      8.12%
33974.96/1715.76	c      1716            198         197        20         240.0000         221.9810      8.12%
34076.02/1720.83	c      1721            199         198        20         240.0000         221.9810      8.12%
34177.08/1725.92	c      1726            200         199        20         240.0000         221.9810      8.12%
34278.87/1731.07	c      1731            201         200        20         240.0000         221.9810      8.12%
34377.86/1736.13	c      1736            201         200        20         240.0000         221.9810      8.12%
34478.88/1741.17	c      1741            202         201        20         240.0000         221.9810      8.12%
34579.23/1746.28	c      1746            204         203        20         240.0000         221.9810      8.12%
34686.30/1751.60	c      1752            204         203        20         240.0000         221.9810      8.12%
34789.35/1756.83	c      1757            206         205        20         240.0000         221.9810      8.12%
34893.05/1762.06	c      1762            209         208        20         240.0000         221.9810      8.12%
34995.52/1767.29	c      1767            209         208        20         240.0000         221.9810      8.12%
35100.61/1772.50	c      1773            210         209        20         240.0000         221.9810      8.12%
35203.72/1777.71	c      1778            211         210        20         240.0000         221.9810      8.12%
35304.76/1782.82	c      1783            213         212        20         240.0000         221.9810      8.12%
35408.62/1788.10	c      1788            215         214        20         240.0000         221.9810      8.12%
35510.88/1793.29	c      1793            215         214        20         240.0000         221.9810      8.12%
35613.92/1798.40	c      1798            215         214        20         240.0000         221.9810      8.12%
35713.06/1803.42	c      1803            216         215        20         240.0000         221.9810      8.12%
35816.07/1808.63	c      1809            216         215        20         240.0000         221.9810      8.12%
35917.15/1813.71	c      1814            218         217        20         240.0000         221.9810      8.12%
36016.20/1818.73	c      1819            219         218        20         240.0000         221.9810      8.12%
36115.24/1823.75	c      1824            219         218        20         240.0000         221.9810      8.12%
36216.25/1828.88	c      1829            222         221        20         240.0000         221.9810      8.12%
36323.24/1834.22	c      1834            223         222        20         240.0000         221.9810      8.12%
36422.33/1839.29	c      1839            224         223        20         240.0000         221.9810      8.12%
36527.36/1844.60	c      1845            224         223        20         240.0000         221.9810      8.12%
36630.44/1849.75	c      1850            225         224        20         240.0000         221.9810      8.12%
36729.56/1854.78	c      1855            227         226        20         240.0000         221.9810      8.12%
36832.67/1859.92	c      1860            228         227        20         240.0000         221.9810      8.12%
36934.35/1865.05	c      1865            228         227        20         240.0000         221.9810      8.12%
37033.55/1870.10	c      1870            229         228        20         240.0000         221.9810      8.12%
37135.87/1875.20	c      1875            231         230        20         240.0000         221.9810      8.12%
37234.96/1880.23	c      1880            231         230        20         240.0000         221.9810      8.12%
37336.01/1885.39	c      1885            233         232        20         240.0000         221.9810      8.12%
37437.09/1890.44	c      1890            234         233        20         240.0000         221.9810      8.12%
37538.20/1895.50	c      1896            235         234        20         240.0000         221.9810      8.12%
37639.31/1900.61	c      1901            235         234        20         240.0000         221.9810      8.12%
37738.43/1905.68	c      1906            238         237        20         240.0000         221.9810      8.12%
37839.53/1910.77	c      1911            238         237        20         240.0000         221.9810      8.12%
37940.65/1915.85	c      1916            241         240        20         240.0000         221.9810      8.12%
38041.78/1920.96	c      1921            242         241        20         240.0000         221.9810      8.12%
38143.42/1926.06	c      1926            242         241        20         240.0000         221.9810      8.12%
38244.72/1931.15	c      1931            243         242        20         240.0000         221.9810      8.12%
38343.82/1936.20	c      1936            246         245        20         240.0000         221.9810      8.12%
38444.23/1941.29	c      1941            246         245        20         240.0000         221.9810      8.12%
38545.19/1946.35	c      1946            246         245        20         240.0000         221.9810      8.12%
38646.32/1951.43	c      1951            248         247        20         240.0000         221.9810      8.12%
38747.41/1956.50	c      1956            249         248        20         240.0000         221.9810      8.12%
38846.51/1961.51	c      1962            249         248        20         240.0000         221.9810      8.12%
38947.64/1966.65	c      1967            252         251        20         240.0000         221.9810      8.12%
39048.76/1971.72	c      1972            253         252        20         240.0000         221.9810      8.12%
39147.84/1976.79	c      1977            253         252        20         240.0000         221.9810      8.12%
39248.95/1981.85	c      1982            254         253        20         240.0000         221.9810      8.12%
39350.05/1986.91	c      1987            254         253        20         240.0000         221.9810      8.12%
39449.05/1991.98	c      1992            257         256        20         240.0000         221.9810      8.12%
39550.75/1997.05	c      1997            258         257        20         240.0000         221.9810      8.12%
39653.11/2002.23	c      2002            259         258        20         240.0000         221.9810      8.12%
39754.21/2007.30	c      2007            260         259        20         240.0000         221.9810      8.12%
39853.30/2012.37	c      2012            262         261        20         240.0000         221.9810      8.12%
39954.41/2017.45	c      2017            263         262        20         240.0000         221.9810      8.12%
40055.54/2022.51	c      2023            263         262        20         240.0000         221.9810      8.12%
40156.67/2027.61	c      2028            264         263        20         240.0000         221.9810      8.12%
40257.81/2032.73	c      2033            264         263        20         240.0000         221.9810      8.12%
40358.95/2037.82	c      2038            267         266        20         240.0000         221.9810      8.12%
40460.00/2042.91	c      2043            267         266        20         240.0000         221.9810      8.12%
40559.12/2048.00	c      2048            270         269        20         240.0000         221.9810      8.12%
40658.23/2053.01	c      2053            272         271        20         240.0000         221.9810      8.12%
40757.33/2058.02	c      2058            272         271        20         240.0000         221.9810      8.12%
40862.49/2063.25	c      2063            273         272        20         240.0000         221.9810      8.12%
40963.51/2068.38	c      2068            275         274        20         240.0000         221.9810      8.12%
41064.56/2073.44	c      2073            277         276        20         240.0000         221.9810      8.12%
41163.71/2078.48	c      2078            272         271        20         240.0000         222.0004      8.11%
41262.83/2083.49	c      2084            272         271        20         240.0000         222.0004      8.11%
41365.85/2088.65	c      2089            274         273        20         240.0000         222.0004      8.11%
41466.94/2093.72	c      2094            275         274        20         240.0000         222.0004      8.11%
41566.07/2098.76	c      2099            275         274        20         240.0000         222.0004      8.11%
41667.18/2103.87	c      2104            212         211        20         240.0000         222.0670      8.08%
41768.28/2108.96	c      2109            213         212        20         240.0000         222.0670      8.08%
41867.50/2114.02	c      2114            213         212        20         240.0000         222.0670      8.08%
41969.09/2119.06	c      2119            214         213        20         240.0000         222.0670      8.08%
42068.13/2124.10	c      2124            216         215        20         240.0000         222.0670      8.08%
42167.36/2129.13	c      2129            216         215        20         240.0000         222.0670      8.08%
42268.36/2134.18	c      2134            218         217        20         240.0000         222.0670      8.08%
42367.44/2139.19	c      2139            219         218        20         240.0000         222.0670      8.08%
42469.74/2144.35	c      2144            220         219        20         240.0000         222.0670      8.08%
42570.81/2149.48	c      2149            221         220        20         240.0000         222.0670      8.08%
42669.91/2154.49	c      2154            221         220        20         240.0000         222.0670      8.08%
42770.93/2159.54	c      2160            222         221        20         240.0000         222.0720      8.07%
42872.05/2164.60	c      2165            224         223        20         240.0000         222.0720      8.07%
42971.17/2169.64	c      2170            226         225        20         240.0000         222.0720      8.07%
43072.24/2174.75	c      2175            226         225        20         240.0000         222.0720      8.07%
43173.40/2179.81	c      2180            226         225        20         240.0000         222.0720      8.07%
43274.55/2184.90	c      2185            226         225        20         240.0000         222.0720      8.07%
43373.63/2189.92	c      2190            228         227        20         240.0000         222.0720      8.07%
43475.39/2195.05	c      2195            228         227        20         240.0000         222.0720      8.07%
43574.55/2200.11	c      2200            228         227        20         240.0000         222.0720      8.07%
43677.05/2205.20	c      2205            228         227        20         240.0000         222.0720      8.07%
43776.16/2210.28	c      2210            229         228        20         240.0000         222.0720      8.07%
43875.28/2215.29	c      2215            229         228        20         240.0000         222.0720      8.07%
43976.36/2220.31	c      2220            230         229        20         240.0000         222.0720      8.07%
44075.47/2225.37	c      2225            230         229        20         240.0000         222.0720      8.07%
44176.58/2230.47	c      2230            231         230        20         240.0000         222.0720      8.07%
44279.63/2235.62	c      2236            231         230        20         240.0000         222.0720      8.07%
44380.75/2240.71	c      2241            231         230        20         240.0000         222.0720      8.07%
44479.87/2245.79	c      2246            232         231        20         240.0000         222.0720      8.07%
44580.97/2250.88	c      2251            233         232        20         240.0000         222.0720      8.07%
44682.06/2255.97	c      2256            233         232        20         240.0000         222.0720      8.07%
44781.18/2261.01	c      2261            233         232        20         240.0000         222.0720      8.07%
44882.87/2266.05	c      2266            235         234        20         240.0000         222.0720      8.07%
44981.97/2271.09	c      2271            237         236        20         240.0000         222.0720      8.07%
45083.10/2276.14	c      2276            238         237        20         240.0000         222.0720      8.07%
45185.51/2281.31	c      2281            238         237        20         240.0000         222.0720      8.07%
45284.74/2286.33	c      2286            239         238        20         240.0000         222.0720      8.07%
45385.55/2291.45	c      2291            239         238        20         240.0000         222.0720      8.07%
45486.63/2296.58	c      2297            240         239        20         240.0000         222.0720      8.07%
45589.67/2301.73	c      2302            241         240        20         240.0000         222.0720      8.07%
45690.74/2306.80	c      2307            242         241        20         240.0000         222.0720      8.07%
45794.26/2312.04	c      2312            242         241        20         240.0000         222.0720      8.07%
45896.74/2317.23	c      2317            246         245        20         240.0000         222.0720      8.07%
45995.82/2322.29	c      2322            246         245        20         240.0000         222.0720      8.07%
46104.88/2327.72	c      2328            247         246        20         240.0000         222.0720      8.07%
46205.96/2332.82	c      2333            250         249        20         240.0000         222.0720      8.07%
46307.08/2338.02	c      2338            250         249        20         240.0000         222.0720      8.07%
46412.16/2343.22	c      2343            251         250        20         240.0000         222.0720      8.07%
46511.29/2348.24	c      2348            252         251        20         240.0000         222.0817      8.07%
46612.27/2353.39	c      2353            252         251        20         240.0000         222.0817      8.07%
46713.32/2358.45	c      2358            253         252        20         240.0000         222.0817      8.07%
46812.43/2363.48	c      2363            253         252        20         240.0000         222.0817      8.07%
46917.52/2368.71	c      2369            253         252        20         240.0000         222.0817      8.07%
47018.64/2373.81	c      2374            254         253        20         240.0000         222.0817      8.07%
47117.78/2378.90	c      2379            255         254        20         240.0000         222.0817      8.07%
47218.82/2383.96	c      2384            257         256        20         240.0000         222.0817      8.07%
47320.73/2389.13	c      2389            257         256        20         240.0000         222.0817      8.07%
47422.95/2394.21	c      2394            257         256        20         240.0000         222.0817      8.07%
47526.01/2399.46	c      2399            259         258        20         240.0000         222.0817      8.07%
47627.11/2404.57	c      2405            261         260        20         240.0000         222.0817      8.07%
47728.15/2409.60	c      2410            262         261        20         240.0000         222.0817      8.07%
47833.11/2414.93	c      2415            262         261        20         240.0000         222.0817      8.07%
47934.66/2420.07	c      2420            262         261        20         240.0000         222.0817      8.07%
48035.87/2425.16	c      2425            264         263        20         240.0000         222.0817      8.07%
48135.10/2430.18	c      2430            264         263        20         240.0000         222.0817      8.07%
48235.32/2435.27	c      2435            265         264        20         240.0000         222.0817      8.07%
48336.34/2440.39	c      2440            267         266        20         240.0000         222.0817      8.07%
48437.40/2445.47	c      2445            267         266        20         240.0000         222.0817      8.07%
48538.46/2450.51	c      2451            267         266        20         240.0000         222.0817      8.07%
48639.36/2455.65	c      2456            267         266        20         240.0000         222.0817      8.07%
48738.41/2460.68	c      2461            267         266        20         240.0000         222.0817      8.07%
48839.44/2465.74	c      2466            267         266        20         240.0000         222.0817      8.07%
48942.52/2470.91	c      2471            268         267        20         240.0000         222.0817      8.07%
49041.58/2475.99	c      2476            268         267        20         240.0000         222.0817      8.07%
49140.70/2481.02	c      2481            268         267        20         240.0000         222.0817      8.07%
49242.44/2486.13	c      2486            270         269        20         240.0000         222.0817      8.07%
49344.95/2491.22	c      2491            271         270        20         240.0000         222.0817      8.07%
49444.07/2496.24	c      2496            273         272        20         240.0000         222.0829      8.07%
49545.08/2501.35	c      2501            273         272        20         240.0000         222.0829      8.07%
49646.20/2506.42	c      2506            275         274        20         240.0000         222.0829      8.07%
49745.26/2511.44	c      2511            275         274        20         240.0000         222.0829      8.07%
49848.38/2516.63	c      2517            275         274        20         240.0000         222.0829      8.07%
49949.53/2521.77	c      2522            276         275        20         240.0000         222.0829      8.07%
50050.70/2526.84	c      2527            276         275        20         240.0000         222.0829      8.07%
50151.80/2531.91	c      2532            276         275        20         240.0000         222.0829      8.07%
50250.88/2536.93	c      2537            278         277        20         240.0000         222.0829      8.07%
50350.06/2542.03	c      2542            279         278        20         240.0000         222.0829      8.07%
50451.86/2547.12	c      2547            279         278        20         240.0000         222.0829      8.07%
50553.13/2552.16	c      2552            280         279        20         240.0000         222.0829      8.07%
50655.46/2557.30	c      2557            280         279        20         240.0000         222.0829      8.07%
50754.54/2562.35	c      2562            280         279        20         240.0000         222.0829      8.07%
50855.67/2567.47	c      2567            281         280        20         240.0000         222.0829      8.07%
50956.79/2572.55	c      2573            282         281        20         240.0000         222.0829      8.07%
51055.91/2577.57	c      2578            282         281        20         240.0000         222.0829      8.07%
51157.04/2582.64	c      2583            284         283        20         240.0000         222.0829      8.07%
51258.16/2587.71	c      2588            285         284        20         240.0000         222.0829      8.07%
51357.21/2592.76	c      2593            285         284        20         240.0000         222.0829      8.07%
51458.14/2597.88	c      2598            287         286        20         240.0000         222.0829      8.07%
51559.29/2602.97	c      2603            287         286        20         240.0000         222.0829      8.07%
51661.05/2608.05	c      2608            288         287        20         240.0000         222.0829      8.07%
51760.25/2613.08	c      2613            289         288        20         240.0000         222.0829      8.07%
51862.64/2618.22	c      2618            289         288        20         240.0000         222.0829      8.07%
51961.79/2623.29	c      2623            289         288        20         240.0000         222.0829      8.07%
52062.93/2628.32	c      2628            289         288        20         240.0000         222.0829      8.07%
52164.09/2633.46	c      2633            289         288        20         240.0000         222.0829      8.07%
52265.20/2638.55	c      2639            291         290        20         240.0000         222.0829      8.07%
52366.36/2643.64	c      2644            292         291        20         240.0000         222.0829      8.07%
52467.49/2648.73	c      2649            292         291        20         240.0000         222.0829      8.07%
52568.59/2653.81	c      2654            293         292        20         240.0000         222.0829      8.07%
52669.66/2659.01	c      2659            295         294        20         240.0000         222.0829      8.07%
52771.34/2664.07	c      2664            297         296        20         240.0000         222.0829      8.07%
52870.60/2669.07	c      2669            298         297        20         240.0000         222.0829      8.07%
52969.64/2674.09	c      2674            299         298        20         240.0000         222.0829      8.07%
53072.03/2679.27	c      2679            301         300        20         240.0000         222.0829      8.07%
53173.16/2684.31	c      2684            301         300        20         240.0000         222.0829      8.07%
53272.31/2689.38	c      2689            303         302        20         240.0000         222.0829      8.07%
53375.39/2694.50	c      2695            303         302        20         240.0000         222.0829      8.07%
53474.52/2699.52	c      2700            304         303        20         240.0000         222.0829      8.07%
53577.71/2704.76	c      2705            304         303        20         240.0000         222.0829      8.07%
53685.42/2710.14	c      2710            304         303        20         240.0000         222.0829      8.07%
53784.56/2715.15	c      2715            307         306        20         240.0000         222.0829      8.07%
53890.81/2720.59	c      2721            307         306        20         240.0000         222.0829      8.07%
53993.89/2725.73	c      2726            308         307        20         240.0000         222.0829      8.07%
54099.50/2731.05	c      2731            310         309        20         240.0000         222.0829      8.07%
54198.94/2736.14	c      2736            310         309        20         240.0000         222.0829      8.07%
54305.05/2741.42	c      2741            353         352        20         240.0000         222.1024      8.06%
54408.12/2746.65	c      2747            354         353        20         240.0000         222.1024      8.06%
54511.14/2751.84	c      2752            355         354        20         240.0000         222.1024      8.06%
54612.24/2756.98	c      2757            355         354        20         240.0000         222.1024      8.06%
54714.17/2762.10	c      2762            355         354        20         240.0000         222.1024      8.06%
54815.10/2767.19	c      2767            356         355        20         240.0000         222.1024      8.06%
54917.29/2772.30	c      2772            358         357        20         240.0000         222.1024      8.06%
55016.39/2777.34	c      2777            358         357        20         240.0000         222.1024      8.06%
55119.36/2782.51	c      2783            358         357        20         240.0000         222.1024      8.06%
55220.40/2787.61	c      2788            360         359        20         240.0000         222.1024      8.06%
55319.46/2792.65	c      2793            362         361        20         240.0000         222.1024      8.06%
55422.54/2797.81	c      2798            363         362        20         240.0000         222.1024      8.06%
55526.14/2803.11	c      2803            373         372        20         240.0000         222.1318      8.04%
55625.14/2808.11	c      2808            374         373        20         240.0000         222.1318      8.04%
55727.69/2813.23	c      2813            375         374        20         240.0000         222.1318      8.04%
55830.69/2818.47	c      2818            376         375        20         240.0000         222.1318      8.04%
55933.75/2823.65	c      2824            377         376        20         240.0000         222.1318      8.04%
56034.84/2828.77	c      2829            379         378        20         240.0000         222.1318      8.04%
56135.87/2833.84	c      2834            380         379        20         240.0000         222.1318      8.04%
56236.90/2838.92	c      2839            380         379        20         240.0000         222.1318      8.04%
56335.94/2843.94	c      2844            380         379        20         240.0000         222.1318      8.04%
56435.00/2849.02	c      2849            381         380        20         240.0000         222.1318      8.04%
56536.65/2854.12	c      2854            382         381        20         240.0000         222.1471      8.04%
56561.74/2855.38	c *    2855            383         382        20         239.0000         222.1471      7.59%
56643.02/2859.47	c      2859            384         383        20         239.0000         222.1471      7.59%
56748.04/2864.76	c      2865            384         383        20         239.0000         222.1471      7.59%
56851.08/2869.94	c      2870            384         383        20         239.0000         222.1471      7.59%
56950.25/2874.98	c      2875            385         384        20         239.0000         222.1471      7.59%
57049.42/2880.02	c      2880            385         384        20         239.0000         222.1471      7.59%
57151.13/2885.11	c      2885            386         385        20         239.0000         222.1471      7.59%
57252.13/2890.16	c      2890            388         387        20         239.0000         222.1471      7.59%
57354.28/2895.36	c      2895            388         387        20         239.0000         222.1471      7.59%
57453.26/2900.38	c      2900            388         387        20         239.0000         222.1471      7.59%
57556.17/2905.53	c      2906            388         387        20         239.0000         222.1471      7.59%
57657.23/2910.67	c      2911            389         388        20         239.0000         222.1471      7.59%
57768.15/2916.20	c      2916            390         389        20         239.0000         222.1471      7.59%
57867.17/2921.24	c      2921            390         389        20         239.0000         222.1471      7.59%
57966.22/2926.29	c      2926            391         390        20         239.0000         222.1471      7.59%
58069.17/2931.40	c      2931            392         391        20         239.0000         222.1650      7.58%
58176.13/2936.82	c      2937            392         391        20         239.0000         222.1650      7.58%
58277.11/2941.97	c      2942            393         392        20         239.0000         222.1650      7.58%
58378.75/2947.05	c      2947            395         394        20         239.0000         222.1650      7.58%
58477.63/2952.06	c      2952            395         394        20         239.0000         222.1650      7.58%
58578.75/2957.15	c      2957            395         394        20         239.0000         222.1650      7.58%
58677.57/2962.16	c      2962            396         395        20         239.0000         222.1650      7.58%
58777.88/2967.28	c      2967            396         395        20         239.0000         222.1650      7.58%
58878.84/2972.34	c      2972            397         396        20         239.0000         222.1650      7.58%
58983.77/2977.63	c      2978            398         397        20         239.0000         222.1650      7.58%
59082.66/2982.69	c      2983            398         397        20         239.0000         222.1650      7.58%
59183.64/2987.75	c      2988            398         397        20         239.0000         222.1650      7.58%
59282.59/2992.76	c      2993            400         399        20         239.0000         222.1650      7.58%
59385.50/2997.90	c      2998            400         399        20         239.0000         222.1650      7.58%
59490.39/3003.24	c      3003            400         399        20         239.0000         222.1650      7.58%
59589.38/3008.29	c      3008            402         401        20         239.0000         222.1650      7.58%
59658.69/3011.71	c *    3012            402         401        20         238.0000         222.1650      7.13%
59694.32/3013.56	c      3014            402         401        20         238.0000         222.1650      7.13%
59799.26/3018.85	c      3019            403         402        20         238.0000         222.1650      7.13%
59900.16/3023.94	c      3024            405         404        20         238.0000         222.1650      7.13%
59999.14/3029.01	c      3029            405         404        20         238.0000         222.1650      7.13%
60102.91/3034.17	c      3034            405         404        20         238.0000         222.1650      7.13%
60202.96/3039.27	c      3039            406         405        20         238.0000         222.1650      7.13%
60303.93/3044.33	c      3044            408         407        20         238.0000         222.1650      7.13%
60406.92/3049.51	c      3050            409         408        20         238.0000         222.1650      7.13%
60507.93/3054.68	c      3055            409         408        20         238.0000         222.1650      7.13%
60606.96/3059.70	c      3060            409         408        20         238.0000         222.1650      7.13%
60709.94/3064.83	c      3065            410         409        20         238.0000         222.1650      7.13%
60813.74/3070.14	c      3070            410         409        20         238.0000         222.1650      7.13%
60914.65/3075.19	c      3075            411         410        20         238.0000         222.1650      7.13%
61014.92/3080.25	c      3080            412         411        20         238.0000         222.1650      7.13%
61113.94/3085.29	c      3085            413         412        20         238.0000         222.1650      7.13%
61214.94/3090.39	c      3090            414         413        20         238.0000         222.1650      7.13%
61323.88/3095.82	c      3096            414         413        20         238.0000         222.1650      7.13%
61424.85/3100.96	c      3101            414         413        20         238.0000         222.1650      7.13%
61523.82/3105.98	c      3106            414         413        20         238.0000         222.1650      7.13%
61627.66/3111.20	c      3111            415         414        20         238.0000         222.1650      7.13%
61731.70/3116.40	c      3116            415         414        20         238.0000         222.1650      7.13%
61830.71/3121.41	c      3121            417         416        20         238.0000         222.1650      7.13%
61931.71/3126.59	c      3127            418         417        20         238.0000         222.1650      7.13%
62036.44/3131.85	c      3132            421         420        20         238.0000         222.1650      7.13%
62142.00/3137.15	c      3137            422         421        20         238.0000         222.1650      7.13%
62244.28/3142.35	c      3142            422         421        20         238.0000         222.1650      7.13%
62347.25/3147.57	c      3148            423         422        20         238.0000         222.1650      7.13%
62448.20/3152.68	c      3153            423         422        20         238.0000         222.1650      7.13%
62549.19/3157.77	c      3158            425         424        20         238.0000         222.1650      7.13%
62648.16/3162.79	c      3163            427         426        20         238.0000         222.1650      7.13%
62753.76/3168.06	c      3168            428         427        20         238.0000         222.1650      7.13%
62854.75/3173.20	c      3173            431         430        20         238.0000         222.1650      7.13%
62955.06/3178.22	c      3178            432         431        20         238.0000         222.1650      7.13%
63054.09/3183.28	c      3183            432         431        20         238.0000         222.1650      7.13%
63155.15/3188.34	c      3188            433         432        20         238.0000         222.1650      7.13%
63254.01/3193.38	c      3193            434         433        20         238.0000         222.1650      7.13%
63357.08/3198.59	c      3199            436         435        20         238.0000         222.1650      7.13%
63458.13/3203.67	c      3204            437         436        20         238.0000         222.1650      7.13%
63559.27/3208.77	c      3209            437         436        20         238.0000         222.1650      7.13%
63660.38/3213.84	c      3214            438         437        20         238.0000         222.1650      7.13%
63761.50/3218.91	c      3219            439         438        20         238.0000         222.1650      7.13%
63863.06/3224.03	c      3224            442         441        20         238.0000         222.1650      7.13%
63962.40/3229.07	c      3229            444         443        20         238.0000         222.1650      7.13%
64061.51/3234.12	c      3234            444         443        20         238.0000         222.1650      7.13%
64164.08/3239.26	c      3239            446         445        20         238.0000         222.1650      7.13%
64266.96/3244.41	c      3244            448         447        20         238.0000         222.1650      7.13%
64368.06/3249.57	c      3250            449         448        20         238.0000         222.1650      7.13%
64467.04/3254.59	c      3255            449         448        20         238.0000         222.1650      7.13%
64570.15/3259.74	c      3260            450         449        20         238.0000         222.1650      7.13%
64671.20/3264.85	c      3265            453         452        20         238.0000         222.1650      7.13%
64772.32/3269.97	c      3270            454         453        20         238.0000         222.1650      7.13%
64879.37/3275.38	c      3275            454         453        20         238.0000         222.1650      7.13%
64980.49/3280.47	c      3280            455         454        20         238.0000         222.1650      7.13%
65079.63/3285.49	c      3286            456         455        20         238.0000         222.1650      7.13%
65182.74/3290.66	c      3291            456         455        20         238.0000         222.1650      7.13%
65281.86/3295.67	c      3296            459         458        20         238.0000         222.1650      7.13%
65384.98/3300.81	c      3301            459         458        20         238.0000         222.1650      7.13%
65484.10/3305.88	c      3306            442         441        20         238.0000         222.1650      7.13%
65585.23/3310.96	c      3311            442         441        20         238.0000         222.1650      7.13%
65684.18/3316.02	c      3316            462         461        20         238.0000         222.1650      7.13%
65785.90/3321.10	c      3321            444         443        20         238.0000         222.1650      7.13%
65888.32/3326.20	c      3326            444         443        20         238.0000         222.1650      7.13%
65989.41/3331.30	c      3331            444         443        20         238.0000         222.1650      7.13%
66090.49/3336.42	c      3336            445         444        20         238.0000         222.1650      7.13%
66189.45/3341.43	c      3341            445         444        20         238.0000         222.1650      7.13%
66290.34/3346.54	c      3347            445         444        20         238.0000         222.1650      7.13%
66389.45/3351.56	c      3352            469         468        20         238.0000         222.1650      7.13%
66492.53/3356.72	c      3357            469         468        20         238.0000         222.1650      7.13%
66593.63/3361.82	c      3362            448         447        20         238.0000         222.1650      7.13%
66694.67/3366.92	c      3367            448         447        20         238.0000         222.1650      7.13%
66793.65/3372.02	c      3372            449         448        20         238.0000         222.1650      7.13%
66895.43/3377.12	c      3377            473         472        20         238.0000         222.1650      7.13%
66996.54/3382.18	c      3382            450         449        20         238.0000         222.1650      7.13%
67096.98/3387.23	c      3387            452         451        20         238.0000         222.1680      7.13%
67198.04/3392.36	c      3392            453         452        20         238.0000         222.1680      7.13%
67299.16/3397.45	c      3397            453         452        20         238.0000         222.1680      7.13%
67400.25/3402.53	c      3403            454         453        20         238.0000         222.1680      7.13%
67499.34/3407.57	c      3408            456         455        20         238.0000         222.1680      7.13%
67600.50/3412.64	c      3413            456         455        20         238.0000         222.1680      7.13%
67701.59/3417.76	c      3418            456         455        20         238.0000         222.1680      7.13%
67802.71/3422.84	c      3423            456         455        20         238.0000         222.1680      7.13%
67903.85/3428.01	c      3428            458         457        20         238.0000         222.1680      7.13%
68005.61/3433.08	c      3433            458         457        20         238.0000         222.1680      7.13%
68106.77/3438.19	c      3438            460         459        20         238.0000         222.1680      7.13%
68207.09/3443.20	c      3443            460         459        20         238.0000         222.1680      7.13%
68306.16/3448.25	c      3448            461         460        20         238.0000         222.1680      7.13%
68409.09/3453.41	c      3453            462         461        20         238.0000         222.1680      7.13%
68510.16/3458.53	c      3459            462         461        20         238.0000         222.1680      7.13%
68611.20/3463.62	c      3464            463         462        20         238.0000         222.1680      7.13%
68710.27/3468.68	c      3469            463         462        20         238.0000         222.1680      7.13%
68811.30/3473.78	c      3474            463         462        20         238.0000         222.1680      7.13%
68920.24/3479.20	c      3479            465         464        20         238.0000         222.1680      7.13%
69021.25/3484.33	c      3484            466         465        20         238.0000         222.1680      7.13%
69122.29/3489.40	c      3489            466         465        20         238.0000         222.1680      7.13%
69221.23/3494.50	c      3494            467         466        20         238.0000         222.1680      7.13%
69322.29/3499.55	c      3500            467         466        20         238.0000         222.1680      7.13%
69423.29/3504.63	c      3505            467         466        20         238.0000         222.1680      7.13%
69524.32/3509.76	c      3510            468         467        20         238.0000         222.1680      7.13%
69625.36/3514.81	c      3515            469         468        20         238.0000         222.1680      7.13%
69726.39/3519.98	c      3520            470         469        20         238.0000         222.1680      7.13%
69831.29/3525.21	c      3525            470         469        20         238.0000         222.1680      7.13%
69934.32/3530.49	c      3530            471         470        20         238.0000         222.1680      7.13%
70035.40/3535.57	c      3536            471         470        20         238.0000         222.1680      7.13%
70136.52/3540.66	c      3541            473         472        20         238.0000         222.1680      7.13%
70239.63/3545.82	c      3546            473         472        20         238.0000         222.1680      7.13%
70340.77/3550.91	c      3551            473         472        20         238.0000         222.1680      7.13%
70442.48/3556.05	c      3556            473         472        20         238.0000         222.1680      7.13%
70543.63/3561.17	c      3561            474         473        20         238.0000         222.1680      7.13%
70643.97/3566.26	c      3566            474         473        20         238.0000         222.1680      7.13%
70747.07/3571.41	c      3571            475         474        20         238.0000         222.1680      7.13%
70846.22/3576.48	c      3576            476         475        20         238.0000         222.1680      7.13%
70951.28/3581.71	c      3582            476         475        20         238.0000         222.1680      7.13%
71052.59/3586.83	c      3587            477         476        20         238.0000         222.1680      7.13%
71151.51/3591.88	c      3592            478         477        20         238.0000         222.1680      7.13%
71250.66/3596.88	c      3597            478         477        20         238.0000         222.1680      7.13%
71351.69/3602.00	c      3602            479         478        20         238.0000         222.1680      7.13%
71456.76/3607.23	c      3607            480         479        20         238.0000         222.1680      7.13%
71557.88/3612.32	c      3612            481         480        20         238.0000         222.1680      7.13%
71657.05/3617.38	c      3617            482         481        20         238.0000         222.1680      7.13%
71758.24/3622.46	c      3622            482         481        20         238.0000         222.1680      7.13%
71859.41/3627.52	c      3628            485         484        20         238.0000         222.1680      7.13%
71960.57/3632.61	c      3633            485         484        20         238.0000         222.1680      7.13%

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: 191633 MiB (184047 MiB free)
  memory of node 1: 193531 MiB (167411 MiB free)
  memory of node 2: 193531 MiB (192063 MiB free)
  memory of node 3: 193531 MiB (192845 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-4465390-1722512511/watcher-4465390-1722512511 -o /tmp/evaluation-result-4465390-1722512511/solver-4465390-1722512511 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103619 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465390-1722512511.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 66.36 76.58 79.11 44/944 108790
/proc/meminfo: memFree=753938396/790760800 swapFree=131071996/131071996
[pid=108789] ppid=108786 vsize=106228 memory=90476 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/stat : 108789 (fscip) R 108786 108789 103606 0 -1 4194304 20959 0 0 0 9 2 0 0 20 0 1 0 17837853 108777472 22619 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
/proc/108789/statm: 26557 22619 2630 3035 0 22953 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 106228 KiB
Current children cumulated memory: 90476 KiB

[startup+0.22084 s]*
/proc/loadavg: 66.36 76.58 79.11 44/944 108790
/proc/meminfo: memFree=753900800/790760800 swapFree=131071996/131071996
[pid=108789] ppid=108786 vsize=113616 memory=99752 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/stat : 108789 (fscip) R 108786 108789 103606 0 -1 4194304 29498 0 0 0 20 3 0 0 20 0 1 0 17837853 116342784 24938 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
/proc/108789/statm: 28404 24938 2710 3035 0 24800 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 113616 KiB
Current children cumulated memory: 99752 KiB

[startup+0.319819 s]*
/proc/loadavg: 66.36 76.58 79.11 43/944 108790
/proc/meminfo: memFree=753896212/790760800 swapFree=131071996/131071996
[pid=108789] ppid=108786 vsize=116804 memory=103356 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/stat : 108789 (fscip) R 108786 108789 103606 0 -1 4194304 32388 0 0 0 29 4 0 0 20 0 1 0 17837853 119607296 25839 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
/proc/108789/statm: 29201 25839 2726 3035 0 25597 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 116804 KiB
Current children cumulated memory: 103356 KiB

[startup+0.700516 s]
/proc/loadavg: 66.36 76.58 79.11 43/964 108810
/proc/meminfo: memFree=753760952/790760800 swapFree=131071996/131071996
[pid=108789] ppid=108786 vsize=1634064 memory=390104 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/stat : 108789 (fscip) S 108786 108789 103606 0 -1 1077936128 102943 0 0 0 56 13 0 0 20 0 21 0 17837853 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
/proc/108789/statm: 408516 97526 2774 3035 0 142425 0
[pid=108789/tid=108791] ppid=108786 vsize=1634064 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108791/stat : 108791 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108792] ppid=108786 vsize=1634064 memory=16108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108792/stat : 108792 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108793] ppid=108786 vsize=1634064 memory=5432 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108793/stat : 108793 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108794] ppid=108786 vsize=1634064 memory=11424 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108794/stat : 108794 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108795] ppid=108786 vsize=1634064 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108795/stat : 108795 (fscip) S 108786 108789 103606 0 -1 1077936192 4642 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108796] ppid=108786 vsize=1634064 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108796/stat : 108796 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108797] ppid=108786 vsize=1634064 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108797/stat : 108797 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108798] ppid=108786 vsize=1634064 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108798/stat : 108798 (fscip) S 108786 108789 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108799] ppid=108786 vsize=1634064 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108799/stat : 108799 (fscip) S 108786 108789 103606 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108800] ppid=108786 vsize=1634064 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108800/stat : 108800 (fscip) S 108786 108789 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108801] ppid=108786 vsize=1634064 memory=1996 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108801/stat : 108801 (fscip) S 108786 108789 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108802] ppid=108786 vsize=1634064 memory=1836 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108802/stat : 108802 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108803] ppid=108786 vsize=1634064 memory=38468 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108803/stat : 108803 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108804] ppid=108786 vsize=1634064 memory=2152 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108804/stat : 108804 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108805] ppid=108786 vsize=1634064 memory=6056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108805/stat : 108805 (fscip) R 108786 108789 103606 0 -1 4194368 4400 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108806] ppid=108786 vsize=1634064 memory=104 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108806/stat : 108806 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108807] ppid=108786 vsize=1634064 memory=33100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108807/stat : 108807 (fscip) S 108786 108789 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108808] ppid=108786 vsize=1634064 memory=19588 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108808/stat : 108808 (fscip) S 108786 108789 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108809] ppid=108786 vsize=1634064 memory=54528 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108809/stat : 108809 (fscip) S 108786 108789 103606 0 -1 1077936192 4642 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108810] ppid=108786 vsize=1634064 memory=28496 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108810/stat : 108810 (fscip) S 108786 108789 103606 0 -1 1077936192 4643 0 0 0 1 0 0 0 20 0 21 0 17837896 1673281536 97526 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1634064 KiB
Current children cumulated memory: 390104 KiB

[startup+1.50558 s]
/proc/loadavg: 66.36 76.58 79.11 59/984 108830
/proc/meminfo: memFree=752793588/790760800 swapFree=131071996/131071996
[pid=108789] ppid=108786 vsize=3108704 memory=1907724 CPUtime=12.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/stat : 108789 (fscip) S 108786 108789 103606 0 -1 1077936128 501861 0 0 0 1129 107 0 0 20 0 41 0 17837853 3183312896 476931 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
/proc/108789/statm: 777176 476931 2950 3035 0 583846 0
[pid=108789/tid=108791] ppid=108786 vsize=3108704 memory=5432 CPUtime=0.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108791/stat : 108791 (fscip) R 108786 108789 103606 0 -1 4194368 20102 0 0 0 57 4 0 0 20 0 41 0 17837896 3183312896 476931 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108792] ppid=108786 vsize=3108704 memory=11424 CPUtime=0.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108792/stat : 108792 (fscip) R 108786 108789 103606 0 -1 4194368 20032 0 0 0 58 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108793] ppid=108786 vsize=3108704 memory=308808 CPUtime=0.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108793/stat : 108793 (fscip) R 108786 108789 103606 0 -1 4194368 30611 0 0 0 55 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108794] ppid=108786 vsize=3108704 memory=2268 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108794/stat : 108794 (fscip) R 108786 108789 103606 0 -1 4194368 20112 0 0 0 50 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108795] ppid=108786 vsize=3108704 memory=25333125866717268 CPUtime=0.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108795/stat : 108795 (fscip) R 108786 108789 103606 0 -1 4194368 20023 0 0 0 52 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108796] ppid=108786 vsize=3108704 memory=19588 CPUtime=0.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108796/stat : 108796 (fscip) R 108786 108789 103606 0 -1 4194368 28590 0 0 0 57 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108797] ppid=108786 vsize=3108704 memory=54528 CPUtime=0.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108797/stat : 108797 (fscip) R 108786 108789 103606 0 -1 4194368 21876 0 0 0 51 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108798] ppid=108786 vsize=3108704 memory=28496 CPUtime=0.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108798/stat : 108798 (fscip) R 108786 108789 103606 0 -1 4194368 21955 0 0 0 57 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108799] ppid=108786 vsize=3108704 memory=1996 CPUtime=0.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108799/stat : 108799 (fscip) R 108786 108789 103606 0 -1 4194368 27531 0 0 0 50 6 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108800] ppid=108786 vsize=3108704 memory=1836 CPUtime=0.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108800/stat : 108800 (fscip) R 108786 108789 103606 0 -1 4194368 20093 0 0 0 51 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108801] ppid=108786 vsize=3108704 memory=38468 CPUtime=0.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108801/stat : 108801 (fscip) R 108786 108789 103606 0 -1 4194368 19999 0 0 0 56 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108802] ppid=108786 vsize=3108704 memory=0 CPUtime=0.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108802/stat : 108802 (fscip) R 108786 108789 103606 0 -1 4194368 27263 0 0 0 51 6 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108803] ppid=108786 vsize=3108704 memory=0 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108803/stat : 108803 (fscip) R 108786 108789 103606 0 -1 4194368 21948 0 0 0 49 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108804] ppid=108786 vsize=3108704 memory=0 CPUtime=0.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108804/stat : 108804 (fscip) R 108786 108789 103606 0 -1 4194368 21929 0 0 0 53 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108805] ppid=108786 vsize=3108704 memory=2152 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108805/stat : 108805 (fscip) R 108786 108789 103606 0 -1 4194368 26631 0 0 0 59 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108806] ppid=108786 vsize=3108704 memory=6056 CPUtime=0.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108806/stat : 108806 (fscip) R 108786 108789 103606 0 -1 4194368 21931 0 0 0 54 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108807] ppid=108786 vsize=3108704 memory=104 CPUtime=0.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108807/stat : 108807 (fscip) R 108786 108789 103606 0 -1 4194368 21855 0 0 0 52 4 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108808] ppid=108786 vsize=3108704 memory=33100 CPUtime=0.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108808/stat : 108808 (fscip) R 108786 108789 103606 0 -1 4194368 29219 0 0 0 51 6 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108809] ppid=108786 vsize=3108704 memory=-6152871941081578342 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108809/stat : 108809 (fscip) R 108786 108789 103606 0 -1 4194368 21947 0 0 0 59 5 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108810] ppid=108786 vsize=3108704 memory=3977297733194448774 CPUtime=0.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108810/stat : 108810 (fscip) R 108786 108789 103606 0 -1 4194368 20043 0 0 0 57 3 0 0 20 0 41 0 17837896 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108811] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108811/stat : 108811 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108812] ppid=108786 vsize=3108704 memory=11424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108812/stat : 108812 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108813] ppid=108786 vsize=3108704 memory=14396 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108813/stat : 108813 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108814] ppid=108786 vsize=3108704 memory=10392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108814/stat : 108814 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108815] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108815/stat : 108815 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108816] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108816/stat : 108816 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108817] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108817/stat : 108817 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108818] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108818/stat : 108818 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108819] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108819/stat : 108819 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108820] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108820/stat : 108820 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108821] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108821/stat : 108821 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108822] ppid=108786 vsize=3108704 memory=5862165689122395589 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108822/stat : 108822 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108823] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108823/stat : 108823 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108824] ppid=108786 vsize=3108704 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108824/stat : 108824 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108825] ppid=108786 vsize=3108704 memory=280382176568520 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108825/stat : 108825 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108826] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108826/stat : 108826 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108827] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108827/stat : 108827 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108828] ppid=108786 vsize=3108704 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108828/stat : 108828 (fscip) S 108786 108789 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17837935 3183312896 476997 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0

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

/proc/108789/task/108810/stat : 108810 (fscip) R 108786 108789 103606 0 -1 4194368 1087319 0 0 0 355342 115 0 0 20 0 41 0 17837896 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108811] ppid=108786 vsize=7309896 memory=7235153083747427951 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108811/stat : 108811 (fscip) S 108786 108789 103606 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108812] ppid=108786 vsize=7309896 memory=6323176 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108812/stat : 108812 (fscip) S 108786 108789 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108813] ppid=108786 vsize=7309896 memory=28196 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108813/stat : 108813 (fscip) S 108786 108789 103606 0 -1 1077936192 103 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108814] ppid=108786 vsize=7309896 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108814/stat : 108814 (fscip) S 108786 108789 103606 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108815] ppid=108786 vsize=7309896 memory=6321048 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108815/stat : 108815 (fscip) S 108786 108789 103606 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108816] ppid=108786 vsize=7309896 memory=280382177326800 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108816/stat : 108816 (fscip) S 108786 108789 103606 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108817] ppid=108786 vsize=7309896 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108817/stat : 108817 (fscip) S 108786 108789 103606 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108818] ppid=108786 vsize=7309896 memory=1996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108818/stat : 108818 (fscip) S 108786 108789 103606 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108819] ppid=108786 vsize=7309896 memory=1836 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108819/stat : 108819 (fscip) S 108786 108789 103606 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108820] ppid=108786 vsize=7309896 memory=1836 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108820/stat : 108820 (fscip) S 108786 108789 103606 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108821] ppid=108786 vsize=7309896 memory=6323328 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108821/stat : 108821 (fscip) S 108786 108789 103606 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108822] ppid=108786 vsize=7309896 memory=6323328 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108822/stat : 108822 (fscip) S 108786 108789 103606 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108823] ppid=108786 vsize=7309896 memory=6720665437250075241 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108823/stat : 108823 (fscip) S 108786 108789 103606 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108824] ppid=108786 vsize=7309896 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108824/stat : 108824 (fscip) S 108786 108789 103606 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108825] ppid=108786 vsize=7309896 memory=14396 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108825/stat : 108825 (fscip) S 108786 108789 103606 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108826] ppid=108786 vsize=7309896 memory=10392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108826/stat : 108826 (fscip) S 108786 108789 103606 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108827] ppid=108786 vsize=7309896 memory=5432 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108827/stat : 108827 (fscip) S 108786 108789 103606 0 -1 1077936192 175 0 0 0 1 2 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108828] ppid=108786 vsize=7309896 memory=16108 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108828/stat : 108828 (fscip) S 108786 108789 103606 0 -1 1077936192 138 0 0 0 4 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108829] ppid=108786 vsize=7309896 memory=6720666562497886826 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108829/stat : 108829 (fscip) S 108786 108789 103606 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 17837935 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108830] ppid=108786 vsize=7309896 memory=6323328 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108830/stat : 108830 (fscip) S 108786 108789 103606 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 17837936 7485333504 1580832 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
Current children cumulated CPU time: 70963.2 s
Current children cumulated vsize: 7309896 KiB
Current children cumulated memory: 6323328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.6 s]
/proc/loadavg: 72.73 78.51 79.58 62/983 111732
/proc/meminfo: memFree=767408912/790760800 swapFree=131071996/131071996
[pid=108789] ppid=108786 vsize=7375432 memory=6321396 CPUtime=72000.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/stat : 108789 (fscip) S 108786 108789 103606 0 -1 1077936128 24332436 0 0 0 7195870 4153 0 0 20 0 41 0 17837853 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
/proc/108789/statm: 1843858 1580349 3046 3035 0 1750203 0
[pid=108789/tid=108791] ppid=108786 vsize=7375432 memory=104 CPUtime=3600.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108791/stat : 108791 (fscip) R 108786 108789 103606 0 -1 4194368 874175 0 0 0 359985 89 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108792] ppid=108786 vsize=7375432 memory=33100 CPUtime=3596.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108792/stat : 108792 (fscip) R 108786 108789 103606 0 -1 4194368 1037029 0 0 0 359509 107 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108793] ppid=108786 vsize=7375432 memory=19588 CPUtime=3597.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108793/stat : 108793 (fscip) R 108786 108789 103606 0 -1 4194368 1786359 0 0 0 359364 415 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108794] ppid=108786 vsize=7375432 memory=6321096 CPUtime=3606.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108794/stat : 108794 (fscip) R 108786 108789 103606 0 -1 4194368 946476 0 0 0 360534 104 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108795] ppid=108786 vsize=7375432 memory=36120 CPUtime=3603.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108795/stat : 108795 (fscip) R 108786 108789 103606 0 -1 4194368 1156376 0 0 0 360230 119 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108796] ppid=108786 vsize=7375432 memory=4684 CPUtime=3596.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108796/stat : 108796 (fscip) R 108786 108789 103606 0 -1 4194368 1659273 0 0 0 359203 431 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108797] ppid=108786 vsize=7375432 memory=2152 CPUtime=3605.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108797/stat : 108797 (fscip) R 108786 108789 103606 0 -1 4194368 899878 0 0 0 360428 95 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108798] ppid=108786 vsize=7375432 memory=6056 CPUtime=3600.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108798/stat : 108798 (fscip) R 108786 108789 103606 0 -1 4194368 973802 0 0 0 359962 104 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108799] ppid=108786 vsize=7375432 memory=104 CPUtime=3585.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108799/stat : 108799 (fscip) R 108786 108789 103606 0 -1 4194368 1817612 0 0 0 358065 475 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108800] ppid=108786 vsize=7375432 memory=33100 CPUtime=3601.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108800/stat : 108800 (fscip) R 108786 108789 103606 0 -1 4194368 896418 0 0 0 360050 97 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108801] ppid=108786 vsize=7375432 memory=19588 CPUtime=3592.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108801/stat : 108801 (fscip) R 108786 108789 103606 0 -1 4194368 1120605 0 0 0 359170 122 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108802] ppid=108786 vsize=7375432 memory=54528 CPUtime=3592.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108802/stat : 108802 (fscip) R 108786 108789 103606 0 -1 4194368 1677538 0 0 0 358740 540 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108803] ppid=108786 vsize=7375432 memory=28496 CPUtime=3605.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108803/stat : 108803 (fscip) R 108786 108789 103606 0 -1 4194368 890939 0 0 0 360464 90 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108804] ppid=108786 vsize=7375432 memory=28356 CPUtime=3600.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108804/stat : 108804 (fscip) R 108786 108789 103606 0 -1 4194368 1136807 0 0 0 359974 116 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108805] ppid=108786 vsize=7375432 memory=31828 CPUtime=3603.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108805/stat : 108805 (fscip) R 108786 108789 103606 0 -1 4194368 1729222 0 0 0 359972 393 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108806] ppid=108786 vsize=7375432 memory=7176 CPUtime=3606.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108806/stat : 108806 (fscip) R 108786 108789 103606 0 -1 4194368 929890 0 0 0 360522 96 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108807] ppid=108786 vsize=7375432 memory=36120 CPUtime=3597.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108807/stat : 108807 (fscip) R 108786 108789 103606 0 -1 4194368 1064315 0 0 0 359616 116 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108808] ppid=108786 vsize=7375432 memory=4684 CPUtime=3593.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108808/stat : 108808 (fscip) R 108786 108789 103606 0 -1 4194368 1614067 0 0 0 358989 370 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108809] ppid=108786 vsize=7375432 memory=20568 CPUtime=3605.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108809/stat : 108809 (fscip) R 108786 108789 103606 0 -1 4194368 933761 0 0 0 360399 103 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108810] ppid=108786 vsize=7375432 memory=6856 CPUtime=3606.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108810/stat : 108810 (fscip) R 108786 108789 103606 0 -1 4194368 1099762 0 0 0 360534 116 0 0 20 0 41 0 17837896 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108811] ppid=108786 vsize=7375432 memory=7112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108811/stat : 108811 (fscip) S 108786 108789 103606 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108812] ppid=108786 vsize=7375432 memory=6720666562497886826 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108812/stat : 108812 (fscip) S 108786 108789 103606 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108813] ppid=108786 vsize=7375432 memory=219784 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108813/stat : 108813 (fscip) S 108786 108789 103606 0 -1 1077936192 105 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108814] ppid=108786 vsize=7375432 memory=184246 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108814/stat : 108814 (fscip) S 108786 108789 103606 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108815] ppid=108786 vsize=7375432 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108815/stat : 108815 (fscip) S 108786 108789 103606 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108816] ppid=108786 vsize=7375432 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108816/stat : 108816 (fscip) S 108786 108789 103606 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108817] ppid=108786 vsize=7375432 memory=6055652847293562906 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108817/stat : 108817 (fscip) S 108786 108789 103606 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108818] ppid=108786 vsize=7375432 memory=74122 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108818/stat : 108818 (fscip) S 108786 108789 103606 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108819] ppid=108786 vsize=7375432 memory=74461 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108819/stat : 108819 (fscip) S 108786 108789 103606 0 -1 1077936192 177 0 0 0 4 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108820] ppid=108786 vsize=7375432 memory=74791 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108820/stat : 108820 (fscip) S 108786 108789 103606 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108821] ppid=108786 vsize=7375432 memory=75115 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108821/stat : 108821 (fscip) S 108786 108789 103606 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108822] ppid=108786 vsize=7375432 memory=75442 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108822/stat : 108822 (fscip) S 108786 108789 103606 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108823] ppid=108786 vsize=7375432 memory=43233 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108823/stat : 108823 (fscip) S 108786 108789 103606 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108824] ppid=108786 vsize=7375432 memory=43801 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108824/stat : 108824 (fscip) S 108786 108789 103606 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108825] ppid=108786 vsize=7375432 memory=140191090061218 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108825/stat : 108825 (fscip) S 108786 108789 103606 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108826] ppid=108786 vsize=7375432 memory=467232312591240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108826/stat : 108826 (fscip) S 108786 108789 103606 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108827] ppid=108786 vsize=7375432 memory=467232312512438 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108827/stat : 108827 (fscip) S 108786 108789 103606 0 -1 1077936192 178 0 0 0 1 2 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108828] ppid=108786 vsize=7375432 memory=607420045021687 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108828/stat : 108828 (fscip) S 108786 108789 103606 0 -1 1077936192 140 0 0 0 4 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108829] ppid=108786 vsize=7375432 memory=38844130910404740 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108829/stat : 108829 (fscip) S 108786 108789 103606 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 17837935 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
[pid=108789/tid=108830] ppid=108786 vsize=7375432 memory=3546078077413298638 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/108789/task/108830/stat : 108830 (fscip) S 108786 108789 103606 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 17837936 7552442368 1580349 809668444160 4194304 16623229 140726531750784 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 47714304 140726531752969 140726531753087 140726531753087 140726531760112 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 7375432 KiB
Current children cumulated memory: 6321396 KiB

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

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

# cumulated CPU time of all completed processes:  user=71958.9 s, system=41.6737 s

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

[startup+3634.71 s]*
/proc/loadavg: 72.73 78.51 79.58 43/944 111732
/proc/meminfo: memFree=772714608/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.75
CPU time (s): 72000.6
CPU user time (s): 71958.9
CPU system time (s): 41.6737
CPU usage (%): 1980.9
Max. virtual memory (cumulated for all children) (KiB): 7440432
Max. memory (cumulated for all children) (KiB): 6488380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71958.9
system time used= 41.6737
maximum resident set size= 6488524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24332439
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= 154358
involuntary context switches= 200995


# summary of solver processes directly reported to runsolver:
#   pid: 108789
#   total CPU time (s): 72000.6
#   total CPU user time (s): 71958.9
#   total CPU system time (s): 41.6737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.2703 second user time and 84.897 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-01 13:41:51
IDJOB=4465390
IDBENCH=155394
IDSOLVER=3094
FILE ID=nodeD101/4465390-1722512511
RUNJOBID= nodeD101-1722508775-103619
SLURM_JOB_ID= 8254261
Free space on /tmp= 8622816 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-ex1010-pi.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-4465390-1722512511/watcher-4465390-1722512511 -o /tmp/evaluation-result-4465390-1722512511/solver-4465390-1722512511 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103619 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465390-1722512511.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0b4dbd7f90f2b82bb3725efac604f63c
RANDOM SEED=535772592

nodeD101.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	: 0x5003102
cpu MHz		: 3039.179
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 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	: 0x5003102
cpu MHz		: 3126.894
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3126.265
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3587.298
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.225
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 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	: 0x5003102
cpu MHz		: 3126.935
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2635.782
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3088.881
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.279
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 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	: 0x5003102
cpu MHz		: 3126.984
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.680
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3332.333
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.330
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 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	: 0x5003102
cpu MHz		: 3127.040
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2639.248
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3642.125
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.307
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 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	: 0x5003102
cpu MHz		: 3127.097
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2629.751
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.563
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3038.619
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 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	: 0x5003102
cpu MHz		: 2964.736
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2632.261
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2647.964
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.217
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 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	: 0x5003102
cpu MHz		: 3127.209
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2630.762
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2644.741
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.147
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 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	: 0x5003102
cpu MHz		: 3127.261
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.270
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2654.199
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3037.441
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 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	: 0x5003102
cpu MHz		: 3127.316
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3853.331
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2650.986
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.029
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 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	: 0x5003102
cpu MHz		: 2999.610
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.284
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2644.746
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.000
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 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	: 0x5003102
cpu MHz		: 3127.399
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2627.778
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2643.821
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.022
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 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	: 0x5003102
cpu MHz		: 3127.407
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.015
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2655.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.040
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 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	: 0x5003102
cpu MHz		: 3127.417
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2620.750
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.952
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.055
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 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	: 0x5003102
cpu MHz		: 3127.430
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.136
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2661.951
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.075
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 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	: 0x5003102
cpu MHz		: 3043.575
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2631.275
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2653.524
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.084
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 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	: 0x5003102
cpu MHz		: 3029.211
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.837
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2654.742
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.104
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 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	: 0x5003102
cpu MHz		: 3127.469
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2627.453
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2645.836
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3038.339
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 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	: 0x5003102
cpu MHz		: 3127.478
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.466
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2636.661
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3039.145
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 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	: 0x5003102
cpu MHz		: 3127.493
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2647.418
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2210.956
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3036.629
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 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	: 0x5003102
cpu MHz		: 3127.500
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3329.973
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3738.118
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        754052144 kB
MemAvailable:   752327044 kB
Buffers:          242288 kB
Cached:          1173052 kB
SwapCached:            0 kB
Active:           426228 kB
Inactive:       33817008 kB
Active(anon):       2144 kB
Inactive(anon): 32848292 kB
Active(file):     424084 kB
Inactive(file):   968716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29624 kB
Writeback:           128 kB
AnonPages:      32821856 kB
Mapped:           125316 kB
Shmem:             22536 kB
KReclaimable:     144316 kB
Slab:             479640 kB
SReclaimable:     144316 kB
SUnreclaim:       335324 kB
KernelStack:       16224 kB
PageTables:        75320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3988028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           253824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6445056 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622760 MiB
End job on nodeD101 at 2024-08-01 14:42:26