Trace number 4465925

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns903616.opb
MD5SUMe7ea4c2c57ab07c8372f618eaa0eff24
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 benchmark20
Best CPU time to get the best result obtained on this benchmark3587
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21582
Total number of constraints17546
Number of constraints which are clauses6313
Number of constraints which are cardinality constraints (but not clauses)343
Number of constraints which are nor clauses,nor cardinality constraints10890
Minimum length of a constraint1
Maximum length of a constraint221
Number of terms in the objective function 22
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 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 221
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 108828377, getVmSize() = 96604160, SCIPgetMemUsed() = 68613430, SCIPgetMemTotal() = 72646062, SCIPgetMemExternEstim() = 36182315
0.00/0.09	c ** set memory limit for presolving in LC to 8.79575e+12 for SCIP **
23.91/24.11	c ** Estimated virtualMemUsedAtSolver = 127337183, getVmSize() = 182972416, SCIPgetMemUsed() = 96481524, SCIPgetMemTotal() = 154823460, SCIPgetMemExternEstim() = 36182315
23.91/24.11	c ** set memory limit for solvers to 4.18821e+11 for each SCIP **
23.91/24.11	c Original Problem   :
23.91/24.11	c   Problem name     : instance-4465925-1722619872
23.91/24.11	c   Variables        : 21582 (21582 binary, 0 integer, 0 implicit integer, 0 continuous)
23.91/24.11	c   Constraints      : 17546
23.91/24.11	c   Objective sense  : minimize
23.91/24.11	c Presolved Problem  :
23.91/24.11	c   Variables        : 12288 (12288 binary, 0 integer, 0 implicit integer, 0 continuous)
23.91/24.11	c   Constraints      : 5282
23.91/24.11	c Constraints        : Number
23.91/24.11	c   knapsack         : 860 
23.91/24.11	c   setppc           : 4264 
23.91/24.11	c   logicor          : 158 
23.91/24.11	c ** Instance transfer method used: 0
24.01/24.14	c ** ParaScipInstance copy does not increase the number of variables. **
24.40/24.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
24.40/24.57	c                                Nodes    Active                                            
24.40/24.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.36/28.65	c *      29              0           1        20          22.0000                -          -
103.36/28.65	c        29              0           1        20          22.0000                -          -
206.32/33.88	c        34             22          21        20          22.0000           5.0000    340.00%
307.30/39.00	c        39            202         203        20          22.0000           5.0000    340.00%
406.25/44.01	c        44           1435          19        20          22.0000           5.0000    340.00%
507.94/49.12	c        49           2895          69        20          22.0000           5.0000    340.00%
608.77/54.18	c        54           4785         154        20          22.0000           5.0000    340.00%
711.14/59.32	c        59           6597         206        20          22.0000           5.0000    340.00%
812.12/64.49	c        64           8056           1        20          22.0000           5.0000    340.00%
913.04/69.58	c        70           9355         195        20          22.0000           5.0000    340.00%
1014.00/74.65	c        75          11842         229        20          22.0000           5.0000    340.00%
1112.99/79.70	c        80          14045         241        20          22.0000           5.0000    340.00%
1215.93/84.83	c        85          15203         329        20          22.0000           5.0000    340.00%
1316.90/89.93	c        90          17676         530        20          22.0000           5.0000    340.00%
1415.84/95.01	c        95          19474         339        20          22.0000           5.0000    340.00%
1517.51/100.08	c       100          21405         307        20          22.0000           5.0000    340.00%
1616.48/105.13	c       105          22801         370        20          22.0000           5.0000    340.00%
1717.48/110.18	c       110          23566           1        20          22.0000           5.0000    340.00%
1817.53/115.24	c       115          24947         334        20          22.0000           5.0000    340.00%
1916.44/120.29	c       120          26865         339        20          22.0000           5.0000    340.00%
2017.30/125.36	c       125          28767         402        20          22.0000           5.0000    340.00%
2116.25/130.36	c       130              2           1        20          22.0000          16.3022     34.95%
2217.14/135.50	c       136              2           1        20          22.0000          16.3022     34.95%
2318.04/140.55	c       141              2           1        20          22.0000          16.3022     34.95%
2419.00/145.62	c       146              2           1        20          22.0000          16.3022     34.95%
2519.98/150.71	c       151              2           1        20          22.0000          16.3022     34.95%
2618.95/155.73	c       156              2           1        20          22.0000          17.0000     29.41%
2717.92/160.79	c       161              3           4        20          22.0000          17.0000     29.41%
2818.87/165.86	c       166              3           4        20          22.0000          17.0000     29.41%
2919.82/170.92	c       171              3           4        20          22.0000          17.0000     29.41%
3018.75/175.98	c       176              3           4        20          22.0000          17.0000     29.41%
3120.39/181.06	c       181              3           4        20          22.0000          17.0000     29.41%
3221.36/186.14	c       186              3           4        20          22.0000          17.0000     29.41%
3320.38/191.19	c       191              3           4        20          22.0000          17.0000     29.41%
3420.43/196.25	c       196              3           4        20          22.0000          17.0000     29.41%
3521.35/201.31	c       201              3           4        20          22.0000          17.0000     29.41%
3620.27/206.37	c       206              3           4        20          22.0000          17.0000     29.41%
3721.18/211.42	c       211              3           4        20          22.0000          17.0000     29.41%
3820.13/216.47	c       216              3           4        20          22.0000          17.0000     29.41%
3921.08/221.52	c       222              3           4        20          22.0000          17.0000     29.41%
4020.03/226.59	c       227              3           4        20          22.0000          17.0000     29.41%
4120.96/231.65	c       232              3           4        20          22.0000          17.0000     29.41%
4225.87/236.97	c       237              3           4        20          22.0000          17.0000     29.41%
4324.84/242.01	c       242              3           4        20          22.0000          17.0000     29.41%
4426.54/247.12	c       247              3           4        20          22.0000          17.0000     29.41%
4527.63/252.17	c       252              3           4        20          22.0000          17.0000     29.41%
4538.73/252.76	c *     253              3           4        20          21.0000          17.0000     23.53%
4629.79/257.33	c       257              3           4        20          21.0000          17.0000     23.53%
4734.81/262.65	c       263              3           4        20          21.0000          17.0000     23.53%
4835.84/267.73	c       268              3           4        20          21.0000          17.0000     23.53%
4934.85/272.78	c       273              3           4        20          21.0000          17.0000     23.53%
5035.85/277.84	c       278              3           4        20          21.0000          17.0000     23.53%
5134.82/282.89	c       283              3           4        20          21.0000          17.0000     23.53%
5238.47/288.04	c       288              3           4        20          21.0000          17.0000     23.53%
5337.31/293.11	c       293              3           4        20          21.0000          17.0000     23.53%
5439.57/298.23	c       298              3           4        20          21.0000          17.0000     23.53%
5538.54/303.29	c       303              3           4        20          21.0000          17.0000     23.53%
5641.46/308.40	c       308              3           4        20          21.0000          17.0000     23.53%
5740.43/313.48	c       313              3           4        20          21.0000          17.0000     23.53%
5841.36/318.56	c       319              3           4        20          21.0000          17.0000     23.53%
5942.30/323.63	c       324              3           4        20          21.0000          17.0000     23.53%
6041.26/328.69	c       329              3           4        20          21.0000          17.0000     23.53%
6142.21/333.75	c       334              3           4        20          21.0000          17.0000     23.53%
6241.17/338.80	c       339              3           4        20          21.0000          17.0000     23.53%
6342.05/343.85	c       344              3           4        20          21.0000          17.0000     23.53%
6442.99/348.98	c       349              3           4        20          21.0000          17.0000     23.53%
6544.64/354.04	c       354              3           4        20          21.0000          17.0000     23.53%
6643.60/359.09	c       359              3           4        20          21.0000          17.0000     23.53%
6744.65/364.17	c       364              3           4        20          21.0000          17.0000     23.53%
6844.74/369.22	c       369              3           4        20          21.0000          17.0000     23.53%
6943.71/374.23	c       374              3           4        20          21.0000          17.0000     23.53%
7042.69/379.28	c       379              3           4        20          21.0000          17.0000     23.53%
7143.69/384.33	c       384              3           4        20          21.0000          17.0000     23.53%
7242.72/389.38	c       389              3           4        20          21.0000          17.0000     23.53%
7343.74/394.43	c       394              3           4        20          21.0000          17.0000     23.53%
7444.75/399.50	c       400              3           4        20          21.0000          17.0000     23.53%
7543.78/404.57	c       405              3           4        20          21.0000          17.0000     23.53%
7646.79/409.78	c       410              3           4        20          21.0000          17.0000     23.53%
7747.83/414.81	c       415              3           4        20          21.0000          17.0000     23.53%
7846.87/419.87	c       420              3           4        20          21.0000          17.0000     23.53%
7947.89/424.92	c       425              3           4        20          21.0000          17.0000     23.53%
8046.85/429.98	c       430              4           1        20          21.0000          17.0000     23.53%
8148.54/435.04	c       435              4           1        20          21.0000          17.0000     23.53%
8247.56/440.11	c       440             33          32        20          21.0000          17.0000     23.53%
8348.41/445.16	c       445              3           4        20          21.0000          17.0000     23.53%
8448.77/450.21	c       450              3           4        20          21.0000          17.0000     23.53%
8547.76/455.28	c       455              3           4        20          21.0000          17.0000     23.53%
8648.84/460.34	c       460              3           4        20          21.0000          17.0000     23.53%
8747.75/465.39	c       465              3           4        20          21.0000          17.0000     23.53%
8848.76/470.44	c       470              3           4        20          21.0000          17.0000     23.53%
8947.75/475.49	c       475              3           4        20          21.0000          17.0000     23.53%
9048.72/480.55	c       481              3           4        20          21.0000          17.0000     23.53%
9149.68/485.61	c       486              3           4        20          21.0000          17.0000     23.53%
9248.66/490.66	c       491              3           4        20          21.0000          17.0000     23.53%
9349.62/495.72	c       496              3           4        20          21.0000          17.0000     23.53%
9448.59/500.78	c       501              3           4        20          21.0000          17.0000     23.53%
9549.56/505.86	c       506              3           4        20          21.0000          17.0000     23.53%
9650.52/510.92	c       511              3           4        20          21.0000          17.0000     23.53%
9749.52/515.96	c       516              3           4        20          21.0000          17.0000     23.53%
9848.51/521.03	c       521              3           4        20          21.0000          17.0000     23.53%
9950.08/526.09	c       526              3           4        20          21.0000          17.0000     23.53%
10051.20/531.16	c       531              3           4        20          21.0000          17.0000     23.53%
10151.47/536.22	c       536              3           4        20          21.0000          17.0000     23.53%
10250.50/541.29	c       541              3           4        20          21.0000          17.0000     23.53%
10351.54/546.31	c       546              3           4        20          21.0000          17.0000     23.53%
10450.59/551.40	c       551              3           4        20          21.0000          17.0000     23.53%
10551.62/556.46	c       556              3           4        20          21.0000          17.0000     23.53%
10652.65/561.52	c       562              3           4        20          21.0000          17.0000     23.53%
10751.70/566.58	c       567              3           4        20          21.0000          17.0000     23.53%
10852.74/571.64	c       572              3           4        20          21.0000          17.0000     23.53%
10953.80/576.70	c       577              3           4        20          21.0000          17.0000     23.53%
11052.92/581.77	c       582              3           4        20          21.0000          17.0000     23.53%
11153.97/586.84	c       587              3           4        20          21.0000          17.0000     23.53%
11253.06/591.89	c       592              3           4        20          21.0000          17.0000     23.53%
11354.13/597.01	c       597              3           4        20          21.0000          17.0000     23.53%
11455.75/602.07	c       602              3           4        20          21.0000          17.0000     23.53%
11554.87/607.12	c       607              3           4        20          21.0000          17.0000     23.53%
11656.01/612.17	c       612              3           4        20          21.0000          17.0000     23.53%
11756.32/617.22	c       617              3           4        20          21.0000          17.0000     23.53%
11855.51/622.26	c       622              3           4        20          21.0000          17.0000     23.53%
11956.67/627.36	c       627              3           4        20          21.0000          17.0000     23.53%
12057.80/632.41	c       632             43          42        20          21.0000          17.0000     23.53%
12156.96/637.47	c       637             33          32        20          21.0000          17.0000     23.53%
12258.11/642.52	c       643             33          32        20          21.0000          17.0000     23.53%
12357.28/647.59	c       648             33          32        20          21.0000          17.0000     23.53%
12458.41/652.65	c       653             33          32        20          21.0000          17.0000     23.53%
12559.53/657.72	c       658             33          32        20          21.0000          17.0000     23.53%
12658.66/662.78	c       663             33          32        20          21.0000          17.0000     23.53%
12759.79/667.83	c       668             33          32        20          21.0000          17.0000     23.53%
12860.90/672.95	c       673             33          32        20          21.0000          17.0000     23.53%
12960.04/678.00	c       678             33          32        20          21.0000          17.0000     23.53%
13061.75/683.06	c       683             11          10        20          21.0000          17.0000     23.53%
13160.91/688.12	c       688             48          47        20          21.0000          17.0000     23.53%
13262.13/693.18	c       693             48          47        20          21.0000          17.0000     23.53%
13362.55/698.24	c       698             48          47        20          21.0000          17.0000     23.53%
13461.75/703.29	c       703             34          31        20          21.0000          17.0000     23.53%
13562.96/708.34	c       708             49          48        20          21.0000          17.0000     23.53%
13662.02/713.39	c       713             13          12        20          21.0000          17.0000     23.53%
13763.16/718.46	c       718             13          12        20          21.0000          17.0000     23.53%
13864.28/723.52	c       724             13          12        20          21.0000          17.0000     23.53%
13963.45/728.58	c       729             13          12        20          21.0000          17.0000     23.53%
14064.58/733.63	c       734             13          12        20          21.0000          17.0000     23.53%
14163.72/738.69	c       739             13          12        20          21.0000          17.0000     23.53%
14264.85/743.74	c       744             13          12        20          21.0000          17.0000     23.53%
14365.99/748.81	c       749             13          12        20          21.0000          17.0000     23.53%
14465.13/753.88	c       754             37          34        20          21.0000          17.0000     23.53%
14566.26/758.94	c       759             37          34        20          21.0000          17.0000     23.53%
14665.37/764.02	c       764             37          34        20          21.0000          17.0000     23.53%
14767.28/769.08	c       769             37          34        20          21.0000          17.0000     23.53%
14866.26/774.13	c       774             37          34        20          21.0000          17.0000     23.53%
14967.45/779.20	c       779             37          34        20          21.0000          17.0000     23.53%
15067.85/784.25	c       784             37          34        20          21.0000          17.0000     23.53%
15168.99/789.30	c       789             37          34        20          21.0000          17.0000     23.53%
15268.16/794.35	c       794             37          34        20          21.0000          17.0000     23.53%
15367.32/799.39	c       799             37          34        20          21.0000          17.0000     23.53%
15468.47/804.47	c       804             37          34        20          21.0000          17.0000     23.53%
15569.60/809.53	c       810             37          34        20          21.0000          17.0000     23.53%
15668.75/814.58	c       815             37          34        20          21.0000          17.0000     23.53%
15769.89/819.64	c       820             37          34        20          21.0000          17.0000     23.53%
15871.03/824.70	c       825             37          34        20          21.0000          17.0000     23.53%
15970.20/829.77	c       830             37          34        20          21.0000          17.0000     23.53%
16071.34/834.89	c       835             37          34        20          21.0000          17.0000     23.53%
16172.49/839.94	c       840             37          34        20          21.0000          17.0000     23.53%
16271.65/844.99	c       845             37          34        20          21.0000          17.0000     23.53%
16370.76/850.04	c       850             37          34        20          21.0000          17.0000     23.53%
16472.68/855.09	c       855             37          34        20          21.0000          17.0000     23.53%
16573.74/860.14	c       860             15          14        20          21.0000          17.0000     23.53%
16674.06/865.20	c       865             15          14        20          21.0000          17.0000     23.53%
16773.18/870.26	c       870             15          14        20          21.0000          17.0000     23.53%
16874.31/875.32	c       875             15          14        20          21.0000          17.0000     23.53%
16973.48/880.37	c       880             15          14        20          21.0000          17.0000     23.53%
17074.63/885.43	c       885             15          14        20          21.0000          17.0000     23.53%
17173.77/890.44	c       890             15          14        20          21.0000          17.0000     23.53%
17274.88/895.53	c       896             15          14        20          21.0000          17.0000     23.53%
17373.95/900.58	c       901             15          14        20          21.0000          17.0000     23.53%
17475.04/905.63	c       906             15          14        20          21.0000          17.0000     23.53%
17574.14/910.68	c       911             15          14        20          21.0000          17.0000     23.53%
17675.26/915.73	c       916             15          14        20          21.0000          17.0000     23.53%
17774.36/920.78	c       921             15          14        20          21.0000          17.0000     23.53%
17875.45/925.83	c       926             15          14        20          21.0000          17.0000     23.53%
17974.57/930.88	c       931             15          14        20          21.0000          17.0000     23.53%
18075.69/935.93	c       936             15          14        20          21.0000          17.0000     23.53%
18174.81/940.94	c       941             15          14        20          21.0000          17.0000     23.53%
18273.94/945.99	c       946             15          14        20          21.0000          17.0000     23.53%
18375.67/951.04	c       951             15          14        20          21.0000          17.0000     23.53%
18474.99/956.11	c       956             15          14        20          21.0000          17.0000     23.53%
18576.05/961.17	c       961             15          14        20          21.0000          17.0000     23.53%
18676.47/966.23	c       966             15          14        20          21.0000          17.0000     23.53%
18775.64/971.29	c       971             15          14        20          21.0000          17.0000     23.53%
18876.79/976.37	c       976             15          14        20          21.0000          17.0000     23.53%
18977.95/981.42	c       981             15          14        20          21.0000          17.0000     23.53%
19077.11/986.47	c       986             40          39        20          21.0000          17.0000     23.53%
19178.22/991.53	c       992             16          15        20          21.0000          17.0000     23.53%
19277.37/996.59	c       997             16          15        20          21.0000          17.0000     23.53%
19378.48/1001.63	c      1002             16          15        20          21.0000          17.0000     23.53%
19479.59/1006.70	c      1007             16          15        20          21.0000          17.0000     23.53%
19578.68/1011.77	c      1012             16          15        20          21.0000          17.0000     23.53%
19679.75/1016.82	c      1017             16          15        20          21.0000          17.0000     23.53%
19778.84/1021.87	c      1022             16          15        20          21.0000          17.0000     23.53%
19879.90/1026.92	c      1027             16          15        20          21.0000          17.0000     23.53%
19978.99/1031.98	c      1032             96          95        20          21.0000          17.0000     23.53%
20078.08/1037.03	c      1037             17          16        20          21.0000          17.0000     23.53%
20180.07/1042.09	c      1042             17          16        20          21.0000          17.0000     23.53%
20281.34/1047.16	c      1047             17          16        20          21.0000          17.0000     23.53%
20381.40/1052.21	c      1052             17          16        20          21.0000          17.0000     23.53%
20480.55/1057.26	c      1057             44          41        20          21.0000          17.0000     23.53%
20581.69/1062.32	c      1062             44          41        20          21.0000          17.0000     23.53%
20680.88/1067.33	c      1067             44          41        20          21.0000          17.0000     23.53%
20782.06/1072.43	c      1072             44          41        20          21.0000          17.0000     23.53%
20881.25/1077.48	c      1077            107         106        20          21.0000          17.0000     23.53%
20982.43/1082.53	c      1083            107         106        20          21.0000          17.0000     23.53%
21081.62/1087.58	c      1088            107         106        20          21.0000          17.0000     23.53%
21182.78/1092.63	c      1093            107         106        20          21.0000          17.0000     23.53%
21281.93/1097.68	c      1098            107         106        20          21.0000          17.0000     23.53%
21383.08/1102.75	c      1103            107         106        20          21.0000          17.0000     23.53%
21484.21/1107.81	c      1108             48          45        20          21.0000          17.0000     23.53%
21583.36/1112.86	c      1113             48          45        20          21.0000          17.0000     23.53%
21684.49/1117.94	c      1118             48          45        20          21.0000          17.0000     23.53%
21783.65/1123.00	c      1123             48          45        20          21.0000          17.0000     23.53%
21885.48/1128.06	c      1128             48          45        20          21.0000          17.0000     23.53%
21986.52/1133.14	c      1133            113         112        20          21.0000          17.0000     23.53%
22087.06/1138.20	c      1138            113         112        20          21.0000          17.0000     23.53%
22186.21/1143.22	c      1143            113         112        20          21.0000          17.0000     23.53%
22287.46/1148.30	c      1148            113         112        20          21.0000          17.0000     23.53%
22386.57/1153.37	c      1153            113         112        20          21.0000          17.0000     23.53%
22487.74/1158.44	c      1158            113         112        20          21.0000          17.0000     23.53%
22588.92/1163.54	c      1164             30          29        20          21.0000          17.0000     23.53%
22690.09/1168.60	c      1169             30          29        20          21.0000          17.0000     23.53%
22789.28/1173.65	c      1174             30          29        20          21.0000          17.0000     23.53%
22888.49/1178.70	c      1179             30          29        20          21.0000          17.0000     23.53%
22989.66/1183.76	c      1184             30          29        20          21.0000          17.0000     23.53%
23090.82/1188.83	c      1189             30          29        20          21.0000          17.0000     23.53%
23190.02/1193.88	c      1194             30          29        20          21.0000          17.0000     23.53%
23291.20/1198.94	c      1199             30          29        20          21.0000          17.0000     23.53%
23390.39/1203.99	c      1204             30          29        20          21.0000          17.0000     23.53%
23489.59/1209.01	c      1209             55          52        20          21.0000          17.0000     23.53%
23591.50/1214.10	c      1214             55          52        20          21.0000          17.0000     23.53%
23692.68/1219.15	c      1219             32          31        20          21.0000          17.0000     23.53%
23793.12/1224.21	c      1224             56          53        20          21.0000          17.0000     23.53%
23892.33/1229.27	c      1229             56          53        20          21.0000          17.0000     23.53%
23993.52/1234.32	c      1234             56          53        20          21.0000          17.0000     23.53%
24092.72/1239.38	c      1239             32          33        20          21.0000          17.0000     23.53%
24193.91/1244.44	c      1244             32          33        20          21.0000          17.0000     23.53%
24293.10/1249.50	c      1250             32          33        20          21.0000          17.0000     23.53%
24394.25/1254.55	c      1255             59          56        20          21.0000          17.0000     23.53%
24495.40/1259.60	c      1260             59          56        20          21.0000          17.0000     23.53%
24594.56/1264.66	c      1265             59          56        20          21.0000          17.0000     23.53%
24695.71/1269.72	c      1270             59          56        20          21.0000          17.0000     23.53%
24794.88/1274.76	c      1275             35          36        20          21.0000          17.0000     23.53%
24896.05/1279.85	c      1280             35          36        20          21.0000          17.0000     23.53%
24997.25/1284.91	c      1285             35          36        20          21.0000          17.0000     23.53%
25096.44/1289.92	c      1290             35          36        20          21.0000          17.0000     23.53%
25195.64/1294.98	c      1295             35          36        20          21.0000          17.0000     23.53%
25297.46/1300.08	c      1300             35          36        20          21.0000          17.0000     23.53%
25396.62/1305.12	c      1305             35          36        20          21.0000          17.0000     23.53%
25499.17/1310.20	c      1310            129         128        20          21.0000          17.0000     23.53%
25602.32/1315.40	c      1315             63          60        20          21.0000          17.0000     23.53%
25701.51/1320.45	c      1320             63          60        20          21.0000          17.0000     23.53%
25802.67/1325.51	c      1326             63          60        20          21.0000          17.0000     23.53%
25901.86/1330.58	c      1331             63          60        20          21.0000          17.0000     23.53%
26003.02/1335.65	c      1336             63          60        20          21.0000          17.0000     23.53%
26104.19/1340.70	c      1341             63          60        20          21.0000          17.0000     23.53%
26203.37/1345.76	c      1346             63          60        20          21.0000          17.0000     23.53%
26304.51/1350.81	c      1351             63          60        20          21.0000          17.0000     23.53%
26403.66/1355.89	c      1356             63          60        20          21.0000          17.0000     23.53%
26504.63/1360.95	c      1361             63          60        20          21.0000          17.0000     23.53%
26603.63/1366.00	c      1366             63          60        20          21.0000          17.0000     23.53%
26705.12/1371.05	c      1371             63          60        20          21.0000          17.0000     23.53%
26804.25/1376.10	c      1376             39          38        20          21.0000          17.0000     23.53%
26903.21/1381.11	c      1381             63          62        20          21.0000          17.0000     23.53%
27004.26/1386.20	c      1386             63          62        20          21.0000          17.0000     23.53%
27104.55/1391.25	c      1391             63          62        20          21.0000          17.0000     23.53%
27205.66/1396.31	c      1396             63          62        20          21.0000          17.0000     23.53%
27304.61/1401.36	c      1401             63          62        20          21.0000          17.0000     23.53%
27405.59/1406.41	c      1406            138         133        20          21.0000          17.0000     23.53%
27504.60/1411.47	c      1411            138         133        20          21.0000          17.0000     23.53%
27605.60/1416.53	c      1417            138         133        20          21.0000          17.0000     23.53%
27704.63/1421.58	c      1422            138         133        20          21.0000          17.0000     23.53%
27805.67/1426.63	c      1427            138         133        20          21.0000          17.0000     23.53%
27904.75/1431.68	c      1432            138         133        20          21.0000          17.0000     23.53%
28005.78/1436.73	c      1437            138         133        20          21.0000          17.0000     23.53%
28104.84/1441.78	c      1442            138         133        20          21.0000          17.0000     23.53%
28205.88/1446.84	c      1447            138         133        20          21.0000          17.0000     23.53%
28304.96/1451.89	c      1452             47          46        20          21.0000          17.0000     23.53%
28406.05/1456.97	c      1457             47          46        20          21.0000          17.0000     23.53%
28505.16/1462.02	c      1462            142         137        20          21.0000          17.0000     23.53%
28606.90/1467.07	c      1467             67          64        20          21.0000          17.0000     23.53%
28706.02/1472.13	c      1472             67          64        20          21.0000          17.0000     23.53%
28807.10/1477.17	c      1477             67          64        20          21.0000          17.0000     23.53%
28907.48/1482.23	c      1482             50          49        20          21.0000          17.0000     23.53%
29006.52/1487.30	c      1487            144         139        20          21.0000          17.0000     23.53%
29107.66/1492.35	c      1492            144         139        20          21.0000          17.0000     23.53%
29206.64/1497.36	c      1497            144         139        20          21.0000          17.0000     23.53%
29307.70/1502.46	c      1502            144         139        20          21.0000          17.0000     23.53%
29408.80/1507.51	c      1508            144         139        20          21.0000          17.0000     23.53%
29507.91/1512.56	c      1513            144         139        20          21.0000          17.0000     23.53%
29607.21/1517.58	c      1518            144         139        20          21.0000          17.0000     23.53%
29708.11/1522.67	c      1523             54          53        20          21.0000          17.0000     23.53%
29809.24/1527.73	c      1528             73          70        20          21.0000          17.0000     23.53%
29910.32/1532.83	c      1533             73          70        20          21.0000          17.0000     23.53%
30011.41/1537.92	c      1538             73          70        20          21.0000          17.0000     23.53%
30110.50/1542.97	c      1543             73          70        20          21.0000          17.0000     23.53%
30209.62/1548.02	c      1548             73          70        20          21.0000          17.0000     23.53%
30311.36/1553.07	c      1553             58          57        20          21.0000          17.0000     23.53%
30410.66/1558.12	c      1558             58          57        20          21.0000          17.0000     23.53%
30511.61/1563.17	c      1563             58          57        20          21.0000          17.0000     23.53%
30611.90/1568.23	c      1568            152         147        20          21.0000          17.0000     23.53%
30711.00/1573.27	c      1573            152         147        20          21.0000          17.0000     23.53%
30812.05/1578.33	c      1578            152         147        20          21.0000          17.0000     23.53%
30913.10/1583.41	c      1583            152         147        20          21.0000          17.0000     23.53%
31012.18/1588.45	c      1588            152         147        20          21.0000          17.0000     23.53%
31113.24/1593.53	c      1594            152         147        20          21.0000          17.0000     23.53%
31212.33/1598.59	c      1599            152         147        20          21.0000          17.0000     23.53%
31313.37/1603.64	c      1604            152         147        20          21.0000          17.0000     23.53%
31414.43/1608.70	c      1609            152         147        20          21.0000          17.0000     23.53%
31513.49/1613.78	c      1614            152         147        20          21.0000          17.0000     23.53%
31614.55/1618.86	c      1619             73          74        20          21.0000          17.0000     23.53%
31715.58/1623.92	c      1624             73          74        20          21.0000          17.0000     23.53%
31814.68/1629.00	c      1629             73          74        20          21.0000          17.0000     23.53%
31916.56/1634.07	c      1634             73          74        20          21.0000          17.0000     23.53%
32015.42/1639.12	c      1639             73          74        20          21.0000          17.0000     23.53%
32116.67/1644.18	c      1644             73          74        20          21.0000          17.0000     23.53%
32217.05/1649.23	c      1649             73          74        20          21.0000          17.0000     23.53%
32316.16/1654.29	c      1654             73          74        20          21.0000          17.0000     23.53%
32417.25/1659.35	c      1659             73          74        20          21.0000          17.0000     23.53%
32518.33/1664.41	c      1664             73          74        20          21.0000          17.0000     23.53%
32617.46/1669.46	c      1669             73          74        20          21.0000          17.0000     23.53%
32718.57/1674.52	c      1675             73          74        20          21.0000          17.0000     23.53%
32817.72/1679.58	c      1680             73          74        20          21.0000          17.0000     23.53%
32918.86/1684.63	c      1685             73          74        20          21.0000          17.0000     23.53%
33018.03/1689.68	c      1690             73          74        20          21.0000          17.0000     23.53%
33119.15/1694.73	c      1695             73          74        20          21.0000          17.0000     23.53%
33218.29/1699.79	c      1700             73          74        20          21.0000          17.0000     23.53%
33319.37/1704.81	c      1705            158         151        20          21.0000          17.0000     23.53%
33418.46/1709.89	c      1710            158         151        20          21.0000          17.0000     23.53%
33519.53/1714.95	c      1715            158         151        20          21.0000          17.0000     23.53%
33618.61/1720.02	c      1720            158         151        20          21.0000          17.0000     23.53%
33720.20/1725.07	c      1725            158         151        20          21.0000          17.0000     23.53%
33819.28/1730.08	c      1730            158         151        20          21.0000          17.0000     23.53%
33920.40/1735.15	c      1735            158         151        20          21.0000          17.0000     23.53%
34020.85/1740.22	c      1740            158         151        20          21.0000          17.0000     23.53%
34119.92/1745.27	c      1745            158         151        20          21.0000          17.0000     23.53%
34218.99/1750.29	c      1750             77          76        20          21.0000          17.0000     23.53%
34320.03/1755.35	c      1755            159         152        20          21.0000          17.0000     23.53%
34421.09/1760.50	c      1760             79          78        20          21.0000          17.0000     23.53%
34522.14/1765.54	c      1766             96          93        20          21.0000          17.0000     23.53%
34623.20/1770.61	c      1771            160         153        20          21.0000          17.0000     23.53%
34722.28/1775.67	c      1776            160         153        20          21.0000          17.0000     23.53%
34823.33/1780.72	c      1781            160         153        20          21.0000          17.0000     23.53%
34922.39/1785.78	c      1786            160         153        20          21.0000          17.0000     23.53%
35023.48/1790.84	c      1791             80          79        20          21.0000          17.0000     23.53%
35124.56/1795.90	c      1796             80          79        20          21.0000          17.0000     23.53%
35223.65/1800.97	c      1801            102          99        20          21.0000          17.0000     23.53%
35322.75/1806.04	c      1806            161         154        20          21.0000          17.0000     23.53%
35424.55/1811.09	c      1811            161         154        20          21.0000          17.0000     23.53%
35525.54/1816.16	c      1816            161         154        20          21.0000          17.0000     23.53%
35625.95/1821.22	c      1821            161         154        20          21.0000          17.0000     23.53%
35727.03/1826.30	c      1826            106         103        20          21.0000          17.0000     23.53%
35826.12/1831.36	c      1831            165         158        20          21.0000          17.0000     23.53%
35927.18/1836.43	c      1836            165         158        20          21.0000          17.0000     23.53%
36026.24/1841.48	c      1841             88          87        20          21.0000          17.0000     23.53%
36127.31/1846.53	c      1847             88          87        20          21.0000          17.0000     23.53%
36226.36/1851.59	c      1852            170         163        20          21.0000          17.0000     23.53%
36327.41/1856.66	c      1857             91          90        20          21.0000          17.0000     23.53%
36428.49/1861.71	c      1862             91          90        20          21.0000          17.0000     23.53%
36527.56/1866.77	c      1867            173         166        20          21.0000          17.0000     23.53%
36628.63/1871.83	c      1872            119         116        20          21.0000          17.0000     23.53%
36727.70/1876.88	c      1877             92          91        20          21.0000          17.0000     23.53%
36828.74/1881.97	c      1882             92          91        20          21.0000          17.0000     23.53%
36930.62/1887.05	c      1887            122         119        20          21.0000          17.0000     23.53%
37029.57/1892.13	c      1892             92          93        20          21.0000          17.0000     23.53%
37130.65/1897.20	c      1897             92          93        20          21.0000          17.0000     23.53%
37230.99/1902.26	c      1902             92          93        20          21.0000          17.0000     23.53%
37332.05/1907.31	c      1907             92          93        20          21.0000          17.0000     23.53%
37431.16/1912.36	c      1912             92          93        20          21.0000          17.0000     23.53%
37532.22/1917.42	c      1917             92          93        20          21.0000          17.0000     23.53%
37631.28/1922.44	c      1922             92          93        20          21.0000          17.0000     23.53%
37730.35/1927.47	c      1927             92          93        20          21.0000          17.0000     23.53%
37831.40/1932.59	c      1933             92          93        20          21.0000          17.0000     23.53%
37932.46/1937.66	c      1938             92          93        20          21.0000          17.0000     23.53%
38033.51/1942.73	c      1943             92          93        20          21.0000          17.0000     23.53%
38132.57/1947.78	c      1948             92          93        20          21.0000          17.0000     23.53%
38233.63/1952.85	c      1953             92          93        20          21.0000          17.0000     23.53%
38334.68/1957.94	c      1958             92          93        20          21.0000          17.0000     23.53%
38433.74/1962.99	c      1963             92          93        20          21.0000          17.0000     23.53%
38535.42/1968.05	c      1968             92          93        20          21.0000          17.0000     23.53%
38634.58/1973.12	c      1973             92          93        20          21.0000          17.0000     23.53%
38735.67/1978.17	c      1978            204         193        20          21.0000          17.0000     23.53%
38835.97/1983.26	c      1983            204         193        20          21.0000          17.0000     23.53%
38937.11/1988.31	c      1988            204         193        20          21.0000          17.0000     23.53%
39036.11/1993.36	c      1993            204         193        20          21.0000          17.0000     23.53%
39137.17/1998.41	c      1998            204         193        20          21.0000          17.0000     23.53%
39236.25/2003.46	c      2003            204         193        20          21.0000          17.0000     23.53%
39337.31/2008.51	c      2009            204         193        20          21.0000          17.0000     23.53%
39436.39/2013.56	c      2014            204         193        20          21.0000          17.0000     23.53%
39537.45/2018.62	c      2019            204         193        20          21.0000          17.0000     23.53%
39636.54/2023.67	c      2024            204         193        20          21.0000          17.0000     23.53%
39737.61/2028.74	c      2029             99          98        20          21.0000          17.0000     23.53%
39838.68/2033.81	c      2034             99          98        20          21.0000          17.0000     23.53%
39937.78/2038.86	c      2039             99          98        20          21.0000          17.0000     23.53%
40038.89/2043.92	c      2044            140         137        20          21.0000          17.0000     23.53%
40138.10/2048.98	c      2049            140         137        20          21.0000          17.0000     23.53%
40239.81/2054.04	c      2054            140         137        20          21.0000          17.0000     23.53%
40338.85/2059.11	c      2059            227         208        20          21.0000          17.0000     23.53%
40439.90/2064.17	c      2064            142         139        20          21.0000          17.0000     23.53%
40540.35/2069.22	c      2069            105         104        20          21.0000          17.0000     23.53%
40639.46/2074.25	c      2074            105         104        20          21.0000          17.0000     23.53%
40740.54/2079.33	c      2079            105         104        20          21.0000          17.0000     23.53%
40839.72/2084.39	c      2084            105         104        20          21.0000          17.0000     23.53%
40940.71/2089.45	c      2089            105         104        20          21.0000          17.0000     23.53%
41041.78/2094.52	c      2095            105         104        20          21.0000          17.0000     23.53%
41140.88/2099.59	c      2100            105         104        20          21.0000          17.0000     23.53%
41241.92/2104.64	c      2105            105         104        20          21.0000          17.0000     23.53%
41341.00/2109.66	c      2110            105         104        20          21.0000          17.0000     23.53%
41440.07/2114.69	c      2115            105         104        20          21.0000          17.0000     23.53%
41541.12/2119.76	c      2120            105         104        20          21.0000          17.0000     23.53%
41642.18/2124.86	c      2125            105         104        20          21.0000          17.0000     23.53%
41743.24/2129.93	c      2130            105         104        20          21.0000          17.0000     23.53%
41842.32/2134.98	c      2135            106         107        20          21.0000          17.0000     23.53%
41943.94/2140.10	c      2140            106         107        20          21.0000          17.0000     23.53%
42044.95/2145.15	c      2145            106         107        20          21.0000          17.0000     23.53%
42145.61/2150.22	c      2150            106         107        20          21.0000          17.0000     23.53%
42244.74/2155.28	c      2155            106         107        20          21.0000          17.0000     23.53%
42345.83/2160.34	c      2160            106         107        20          21.0000          17.0000     23.53%
42446.94/2165.41	c      2165            106         107        20          21.0000          17.0000     23.53%
42546.05/2170.48	c      2170            106         107        20          21.0000          17.0000     23.53%
42647.14/2175.55	c      2176            106         107        20          21.0000          17.0000     23.53%
42748.25/2180.60	c      2181            106         107        20          21.0000          17.0000     23.53%
42847.36/2185.65	c      2186            106         107        20          21.0000          17.0000     23.53%
42948.45/2190.70	c      2191            106         107        20          21.0000          17.0000     23.53%
43047.55/2195.79	c      2196            106         107        20          21.0000          17.0000     23.53%
43148.63/2200.85	c      2201            106         107        20          21.0000          17.0000     23.53%
43247.73/2205.90	c      2206            106         107        20          21.0000          17.0000     23.53%
43348.80/2210.95	c      2211            106         107        20          21.0000          17.0000     23.53%
43447.91/2216.01	c      2216            106         107        20          21.0000          17.0000     23.53%
43549.60/2221.06	c      2221            166         163        20          21.0000          17.0000     23.53%
43648.54/2226.11	c      2226            166         163        20          21.0000          17.0000     23.53%
43749.66/2231.15	c      2231            166         163        20          21.0000          17.0000     23.53%
43850.14/2236.22	c      2236            108         107        20          21.0000          17.0000     23.53%
43949.21/2241.27	c      2241            108         107        20          21.0000          17.0000     23.53%
44050.26/2246.32	c      2246            108         107        20          21.0000          17.0000     23.53%
44149.33/2251.38	c      2251            108         107        20          21.0000          17.0000     23.53%
44252.38/2256.58	c      2257            173         170        20          21.0000          17.0000     23.53%
44353.43/2261.63	c      2262            173         170        20          21.0000          17.0000     23.53%
44454.53/2266.71	c      2267            173         170        20          21.0000          17.0000     23.53%
44553.63/2271.76	c      2272            173         170        20          21.0000          17.0000     23.53%
44654.70/2276.81	c      2277            173         170        20          21.0000          17.0000     23.53%
44753.79/2281.88	c      2282            173         170        20          21.0000          17.0000     23.53%
44854.87/2286.93	c      2287            173         170        20          21.0000          17.0000     23.53%
44953.96/2291.98	c      2292            173         170        20          21.0000          17.0000     23.53%
45055.70/2297.06	c      2297            364         272        20          21.0000          17.0000     23.53%
45154.74/2302.12	c      2302            364         272        20          21.0000          17.0000     23.53%
45256.00/2307.19	c      2307            364         272        20          21.0000          17.0000     23.53%
45356.21/2312.25	c      2312            366         274        20          21.0000          17.0000     23.53%
45455.29/2317.28	c      2317            115         114        20          21.0000          17.0000     23.53%
45554.36/2322.29	c      2322            115         114        20          21.0000          17.0000     23.53%
45655.41/2327.38	c      2327            115         114        20          21.0000          17.0000     23.53%
45756.47/2332.44	c      2332            178         175        20          21.0000          17.0000     23.53%
45857.53/2337.51	c      2338            117         116        20          21.0000          17.0000     23.53%
45958.58/2342.61	c      2343            117         116        20          21.0000          17.0000     23.53%
46057.65/2347.68	c      2348            180         177        20          21.0000          17.0000     23.53%
46158.72/2352.73	c      2353            180         177        20          21.0000          17.0000     23.53%
46257.79/2357.78	c      2358            180         177        20          21.0000          17.0000     23.53%
46358.85/2362.82	c      2363            121         120        20          21.0000          17.0000     23.53%
46459.91/2367.91	c      2368            184         179        20          21.0000          17.0000     23.53%
46558.99/2372.97	c      2373            420         286        20          21.0000          17.0000     23.53%
46660.67/2378.06	c      2378            420         286        20          21.0000          17.0000     23.53%
46761.79/2383.14	c      2383            126         125        20          21.0000          17.0000     23.53%
46860.89/2388.19	c      2388            126         125        20          21.0000          17.0000     23.53%
46961.32/2393.26	c      2393            189         184        20          21.0000          17.0000     23.53%
47062.41/2398.31	c      2398            426         290        20          21.0000          17.0000     23.53%
47161.52/2403.37	c      2403            130         129        20          21.0000          17.0000     23.53%
47262.60/2408.44	c      2408            193         188        20          21.0000          17.0000     23.53%
47361.69/2413.49	c      2413            194         189        20          21.0000          17.0000     23.53%
47462.76/2418.54	c      2419            195         190        20          21.0000          17.0000     23.53%
47563.82/2423.61	c      2424            195         190        20          21.0000          17.0000     23.53%
47662.92/2428.67	c      2429            195         190        20          21.0000          17.0000     23.53%
47764.00/2433.74	c      2434            133         132        20          21.0000          17.0000     23.53%
47863.10/2438.79	c      2439            197         192        20          21.0000          17.0000     23.53%
47964.16/2443.85	c      2444            197         192        20          21.0000          17.0000     23.53%
48065.21/2448.91	c      2449            197         192        20          21.0000          17.0000     23.53%
48164.30/2453.97	c      2454            197         192        20          21.0000          17.0000     23.53%
48263.36/2459.02	c      2459            197         192        20          21.0000          17.0000     23.53%
48364.93/2464.07	c      2464            197         192        20          21.0000          17.0000     23.53%
48464.05/2469.13	c      2469            197         192        20          21.0000          17.0000     23.53%
48565.34/2474.19	c      2474            492         307        20          21.0000          17.0000     23.53%
48665.61/2479.25	c      2479            493         308        20          21.0000          17.0000     23.53%
48764.68/2484.30	c      2484            142         141        20          21.0000          17.0000     23.53%
48865.75/2489.39	c      2489            142         141        20          21.0000          17.0000     23.53%
48966.83/2494.47	c      2494            496         311        20          21.0000          17.0000     23.53%
49067.89/2499.52	c      2500            145         144        20          21.0000          17.0000     23.53%
49166.97/2504.58	c      2505            145         144        20          21.0000          17.0000     23.53%
49268.03/2509.63	c      2510            145         144        20          21.0000          17.0000     23.53%
49367.11/2514.64	c      2515            145         144        20          21.0000          17.0000     23.53%
49466.20/2519.69	c      2520            145         144        20          21.0000          17.0000     23.53%
49567.29/2524.74	c      2525            148         147        20          21.0000          17.0000     23.53%
49666.39/2529.77	c      2530            148         147        20          21.0000          17.0000     23.53%
49767.47/2534.83	c      2535            213         208        20          21.0000          17.0000     23.53%
49866.57/2539.88	c      2540            542         317        20          21.0000          17.0000     23.53%
49967.65/2544.94	c      2545            542         317        20          21.0000          17.0000     23.53%
50066.77/2550.01	c      2550            215         210        20          21.0000          17.0000     23.53%
50170.44/2555.19	c      2555            543         318        20          21.0000          17.0000     23.53%
50270.87/2560.22	c      2560            153         152        20          21.0000          17.0000     23.53%
50369.94/2565.29	c      2565            544         319        20          21.0000          17.0000     23.53%
50471.16/2570.35	c      2570            155         154        20          21.0000          17.0000     23.53%
50572.08/2575.40	c      2575            155         154        20          21.0000          17.0000     23.53%
50671.15/2580.48	c      2580            221         214        20          21.0000          17.0000     23.53%
50772.21/2585.54	c      2586            160         159        20          21.0000          17.0000     23.53%
50873.27/2590.63	c      2591            160         159        20          21.0000          17.0000     23.53%
50972.35/2595.67	c      2596            224         217        20          21.0000          17.0000     23.53%
51073.42/2600.79	c      2601            224         217        20          21.0000          17.0000     23.53%
51176.47/2605.91	c      2606            161         160        20          21.0000          17.0000     23.53%
51275.54/2610.98	c      2611            225         220        20          21.0000          17.0000     23.53%
51377.42/2616.06	c      2616            225         220        20          21.0000          17.0000     23.53%
51476.34/2621.12	c      2621            164         163        20          21.0000          17.0000     23.53%
51577.29/2626.17	c      2626            227         220        20          21.0000          17.0000     23.53%
51677.79/2631.23	c      2631            227         220        20          21.0000          17.0000     23.53%
51776.88/2636.26	c      2636            167         166        20          21.0000          17.0000     23.53%
51877.99/2641.34	c      2641            228         221        20          21.0000          17.0000     23.53%
51979.06/2646.40	c      2646            171         170        20          21.0000          17.0000     23.53%
52078.15/2651.45	c      2651            171         170        20          21.0000          17.0000     23.53%
52179.22/2656.51	c      2657            171         170        20          21.0000          17.0000     23.53%
52278.31/2661.57	c      2662            627         315        20          21.0000          17.0000     23.53%
52379.37/2666.63	c      2667            173         172        20          21.0000          17.0000     23.53%
52478.44/2671.70	c      2672            173         172        20          21.0000          17.0000     23.53%
52579.50/2676.77	c      2677            173         172        20          21.0000          17.0000     23.53%
52680.54/2681.82	c      2682            238         231        20          21.0000          17.0000     23.53%
52779.62/2686.89	c      2687            177         176        20          21.0000          17.0000     23.53%
52880.66/2691.95	c      2692            177         176        20          21.0000          17.0000     23.53%
52979.75/2697.02	c      2697            244         235        20          21.0000          17.0000     23.53%
53081.46/2702.10	c      2702            180         179        20          21.0000          17.0000     23.53%
53182.48/2707.16	c      2707            245         236        20          21.0000          17.0000     23.53%
53282.88/2712.23	c      2712            245         236        20          21.0000          17.0000     23.53%
53381.95/2717.29	c      2717            184         183        20          21.0000          17.0000     23.53%
53483.00/2722.34	c      2722            184         183        20          21.0000          17.0000     23.53%
53582.09/2727.39	c      2727            666         312        20          21.0000          17.0000     23.53%
53683.15/2732.44	c      2732            666         312        20          21.0000          17.0000     23.53%
53782.22/2737.50	c      2738            666         312        20          21.0000          17.0000     23.53%
53883.29/2742.56	c      2743            666         312        20          21.0000          17.0000     23.53%
53984.33/2747.62	c      2748            666         312        20          21.0000          17.0000     23.53%
54083.41/2752.63	c      2753            667         313        20          21.0000          17.0000     23.53%
54182.47/2757.69	c      2758            667         313        20          21.0000          17.0000     23.53%
54283.52/2762.71	c      2763            258         249        20          21.0000          17.0000     23.53%
54384.60/2767.82	c      2768            190         189        20          21.0000          17.0000     23.53%
54483.68/2772.88	c      2773            262         253        20          21.0000          17.0000     23.53%
54584.75/2777.93	c      2778            193         192        20          21.0000          17.0000     23.53%
54683.81/2782.98	c      2783            193         192        20          21.0000          17.0000     23.53%
54785.43/2788.04	c      2788            196         195        20          21.0000          17.0000     23.53%
54884.56/2793.10	c      2793            196         195        20          21.0000          17.0000     23.53%
54983.66/2798.12	c      2798            196         195        20          21.0000          17.0000     23.53%
55086.07/2803.28	c      2803            196         195        20          21.0000          17.0000     23.53%
55187.12/2808.34	c      2808            695         321        20          21.0000          17.0000     23.53%
55288.20/2813.40	c      2813            695         321        20          21.0000          17.0000     23.53%
55387.28/2818.45	c      2818            201         200        20          21.0000          17.0000     23.53%
55488.34/2823.51	c      2824            201         200        20          21.0000          17.0000     23.53%
55587.42/2828.57	c      2829            201         200        20          21.0000          17.0000     23.53%
55688.48/2833.63	c      2834            697         323        20          21.0000          17.0000     23.53%
55787.55/2838.69	c      2839            205         204        20          21.0000          17.0000     23.53%
55888.60/2843.74	c      2844            205         204        20          21.0000          17.0000     23.53%
55987.68/2848.79	c      2849            704         326        20          21.0000          17.0000     23.53%
56088.73/2853.84	c      2854            704         326        20          21.0000          17.0000     23.53%
56187.80/2858.89	c      2859            704         326        20          21.0000          17.0000     23.53%
56288.85/2863.95	c      2864            704         326        20          21.0000          17.0000     23.53%
56387.93/2869.01	c      2869            704         326        20          21.0000          17.0000     23.53%
56489.62/2874.07	c      2874            704         326        20          21.0000          17.0000     23.53%
56588.64/2879.09	c      2879            705         327        20          21.0000          17.0000     23.53%
56689.77/2884.18	c      2884            214         213        20          21.0000          17.0000     23.53%
56790.16/2889.23	c      2889            706         328        20          21.0000          17.0000     23.53%
56889.21/2894.29	c      2894            706         328        20          21.0000          17.0000     23.53%
56990.28/2899.34	c      2899            217         216        20          21.0000          17.0000     23.53%
57089.35/2904.37	c      2904            217         216        20          21.0000          17.0000     23.53%
57190.41/2909.42	c      2909            218         217        20          21.0000          17.0000     23.53%
57291.46/2914.51	c      2915            218         217        20          21.0000          17.0000     23.53%
57390.54/2919.56	c      2920            218         217        20          21.0000          17.0000     23.53%
57489.62/2924.59	c      2925            294         285        20          21.0000          17.0000     23.53%
57590.67/2929.67	c      2930            721         333        20          21.0000          17.0000     23.53%
57691.73/2934.72	c      2935            721         333        20          21.0000          17.0000     23.53%
57790.78/2939.78	c      2940            721         333        20          21.0000          17.0000     23.53%
57891.85/2944.84	c      2945            221         220        20          21.0000          17.0000     23.53%
57992.91/2949.90	c      2950            724         336        20          21.0000          17.0000     23.53%
58091.97/2954.96	c      2955            724         336        20          21.0000          17.0000     23.53%
58191.05/2960.02	c      2960            304         295        20          21.0000          17.0000     23.53%
58292.73/2965.08	c      2965            725         337        20          21.0000          17.0000     23.53%
58393.79/2970.15	c      2970            725         337        20          21.0000          17.0000     23.53%
58492.98/2975.17	c      2975            226         225        20          21.0000          17.0000     23.53%
58593.28/2980.25	c      2980            226         225        20          21.0000          17.0000     23.53%
58694.36/2985.30	c      2985            226         225        20          21.0000          17.0000     23.53%
58793.45/2990.35	c      2990            313         304        20          21.0000          17.0000     23.53%
58894.51/2995.41	c      2995            313         304        20          21.0000          17.0000     23.53%
58993.60/3000.47	c      3000            313         304        20          21.0000          17.0000     23.53%
59094.70/3005.53	c      3006            229         228        20          21.0000          17.0000     23.53%
59193.77/3010.59	c      3011            229         228        20          21.0000          17.0000     23.53%
59294.85/3015.64	c      3016            229         228        20          21.0000          17.0000     23.53%
59395.92/3020.70	c      3021            229         228        20          21.0000          17.0000     23.53%
59495.01/3025.75	c      3026            229         228        20          21.0000          17.0000     23.53%
59594.09/3030.76	c      3031            229         228        20          21.0000          17.0000     23.53%
59695.15/3035.83	c      3036            229         228        20          21.0000          17.0000     23.53%
59794.24/3040.89	c      3041            229         228        20          21.0000          17.0000     23.53%
59895.29/3045.95	c      3046            325         316        20          21.0000          17.0000     23.53%
59994.37/3051.00	c      3051            325         316        20          21.0000          17.0000     23.53%
60093.44/3056.02	c      3056            325         316        20          21.0000          17.0000     23.53%
60195.21/3061.07	c      3061            233         232        20          21.0000          17.0000     23.53%
60296.29/3066.15	c      3066            233         232        20          21.0000          17.0000     23.53%
60396.60/3071.23	c      3071            327         318        20          21.0000          17.0000     23.53%
60495.69/3076.26	c      3076            330         321        20          21.0000          17.0000     23.53%
60596.76/3081.34	c      3081            331         322        20          21.0000          17.0000     23.53%
60697.81/3086.40	c      3086            331         322        20          21.0000          17.0000     23.53%
60796.88/3091.45	c      3091            237         236        20          21.0000          17.0000     23.53%
60897.95/3096.52	c      3097            237         236        20          21.0000          17.0000     23.53%
60997.02/3101.58	c      3102            237         236        20          21.0000          17.0000     23.53%
61098.09/3106.63	c      3107            239         238        20          21.0000          17.0000     23.53%
61199.07/3111.72	c      3112            241         240        20          21.0000          17.0000     23.53%
61298.13/3116.78	c      3117            241         240        20          21.0000          17.0000     23.53%
61399.18/3121.83	c      3122            816         366        20          21.0000          17.0000     23.53%
61498.25/3126.88	c      3127            816         366        20          21.0000          17.0000     23.53%
61599.31/3131.94	c      3132            816         366        20          21.0000          17.0000     23.53%
61698.38/3137.00	c      3137            816         366        20          21.0000          17.0000     23.53%
61800.00/3142.05	c      3142            816         366        20          21.0000          17.0000     23.53%
61899.15/3147.10	c      3147            816         366        20          21.0000          17.0000     23.53%
62000.30/3152.15	c      3152            247         246        20          21.0000          17.0000     23.53%
62099.33/3157.20	c      3157            817         367        20          21.0000          17.0000     23.53%
62199.67/3162.29	c      3162            249         248        20          21.0000          17.0000     23.53%
62300.72/3167.32	c      3167            249         248        20          21.0000          17.0000     23.53%
62399.87/3172.39	c      3172            249         248        20          21.0000          17.0000     23.53%
62500.85/3177.44	c      3177            833         369        20          21.0000          17.0000     23.53%
62599.91/3182.49	c      3182            833         369        20          21.0000          17.0000     23.53%
62700.98/3187.54	c      3188            833         369        20          21.0000          17.0000     23.53%
62800.04/3192.55	c      3193            252         251        20          21.0000          17.0000     23.53%
62899.11/3197.59	c      3198            834         370        20          21.0000          17.0000     23.53%
63002.15/3202.70	c      3203            834         370        20          21.0000          17.0000     23.53%
63101.22/3207.78	c      3208            253         252        20          21.0000          17.0000     23.53%
63202.32/3212.83	c      3213            253         252        20          21.0000          17.0000     23.53%
63301.40/3217.89	c      3218            836         372        20          21.0000          17.0000     23.53%
63402.46/3222.95	c      3223            375         362        20          21.0000          17.0000     23.53%
63501.56/3227.99	c      3228            254         253        20          21.0000          17.0000     23.53%
63603.29/3233.06	c      3233            254         253        20          21.0000          17.0000     23.53%
63702.41/3238.11	c      3238            837         373        20          21.0000          17.0000     23.53%
63801.50/3243.13	c      3243            259         258        20          21.0000          17.0000     23.53%
63902.61/3248.16	c      3248            259         258        20          21.0000          17.0000     23.53%
64002.85/3253.27	c      3253            386         373        20          21.0000          17.0000     23.53%
64103.90/3258.32	c      3258            388         375        20          21.0000          17.0000     23.53%
64202.96/3263.40	c      3263            262         261        20          21.0000          17.0000     23.53%
64304.02/3268.45	c      3268            861         373        20          21.0000          17.0000     23.53%
64405.10/3273.50	c      3274            861         373        20          21.0000          17.0000     23.53%
64504.22/3278.58	c      3279            861         373        20          21.0000          17.0000     23.53%
64605.30/3283.64	c      3284            265         264        20          21.0000          17.0000     23.53%
64704.40/3288.70	c      3289            265         264        20          21.0000          17.0000     23.53%
64805.48/3293.75	c      3294            265         264        20          21.0000          17.0000     23.53%
64906.56/3298.80	c      3299            265         264        20          21.0000          17.0000     23.53%
65005.65/3303.81	c      3304            265         264        20          21.0000          17.0000     23.53%
65106.74/3308.91	c      3309            265         264        20          21.0000          17.0000     23.53%
65205.83/3313.96	c      3314            265         264        20          21.0000          17.0000     23.53%
65305.04/3319.02	c      3319            406         393        20          21.0000          17.0000     23.53%
65407.00/3324.09	c      3324            268         267        20          21.0000          17.0000     23.53%
65508.10/3329.13	c      3329            268         267        20          21.0000          17.0000     23.53%
65608.67/3334.22	c      3334            866         378        20          21.0000          17.0000     23.53%
65707.87/3339.28	c      3339            866         378        20          21.0000          17.0000     23.53%
65809.09/3344.31	c      3344            271         270        20          21.0000          17.0000     23.53%
65908.30/3349.36	c      3349            271         270        20          21.0000          17.0000     23.53%
66009.50/3354.42	c      3354            274         273        20          21.0000          17.0000     23.53%
66108.73/3359.50	c      3360            274         273        20          21.0000          17.0000     23.53%
66211.93/3364.64	c      3365            417         404        20          21.0000          17.0000     23.53%
66313.15/3369.71	c      3370            277         276        20          21.0000          17.0000     23.53%
66412.36/3374.76	c      3375            277         276        20          21.0000          17.0000     23.53%
66513.56/3379.82	c      3380            277         276        20          21.0000          17.0000     23.53%
66612.78/3384.87	c      3385            277         276        20          21.0000          17.0000     23.53%
66713.99/3389.93	c      3390            277         276        20          21.0000          17.0000     23.53%
66813.20/3394.97	c      3395            277         276        20          21.0000          17.0000     23.53%
66912.44/3400.03	c      3400            277         276        20          21.0000          17.0000     23.53%
67014.27/3405.07	c      3405            277         276        20          21.0000          17.0000     23.53%
67113.51/3410.12	c      3410            277         276        20          21.0000          17.0000     23.53%
67214.76/3415.17	c      3415            279         278        20          21.0000          17.0000     23.53%
67315.27/3420.20	c      3420            279         278        20          21.0000          17.0000     23.53%
67416.49/3425.31	c      3425            279         278        20          21.0000          17.0000     23.53%
67515.73/3430.36	c      3430            279         278        20          21.0000          17.0000     23.53%
67616.98/3435.41	c      3435            279         278        20          21.0000          17.0000     23.53%
67716.22/3440.49	c      3440            436         423        20          21.0000          17.0000     23.53%
67817.47/3445.55	c      3446            280         279        20          21.0000          17.0000     23.53%
67918.68/3450.60	c      3451            280         279        20          21.0000          17.0000     23.53%
68017.91/3455.67	c      3456            966         391        20          21.0000          17.0000     23.53%
68119.09/3460.75	c      3461            966         391        20          21.0000          17.0000     23.53%
68218.30/3465.79	c      3466            966         391        20          21.0000          17.0000     23.53%
68319.52/3470.85	c      3471            281         280        20          21.0000          17.0000     23.53%
68420.71/3475.91	c      3476            967         392        20          21.0000          17.0000     23.53%
68519.95/3480.97	c      3481            967         392        20          21.0000          17.0000     23.53%
68619.17/3486.02	c      3486            449         436        20          21.0000          17.0000     23.53%
68721.13/3491.08	c      3491            286         285        20          21.0000          17.0000     23.53%
68820.29/3496.13	c      3496            286         285        20          21.0000          17.0000     23.53%
68921.34/3501.18	c      3501            287         286        20          21.0000          17.0000     23.53%
69021.96/3506.23	c      3506            453         440        20          21.0000          17.0000     23.53%
69123.18/3511.31	c      3511            289         288        20          21.0000          17.0000     23.53%
69222.52/3516.37	c      3516            289         288        20          21.0000          17.0000     23.53%
69323.64/3521.42	c      3521            454         441        20          21.0000          17.0000     23.53%
69422.86/3526.48	c      3526            290         289        20          21.0000          17.0000     23.53%
69524.05/3531.53	c      3532            291         290        20          21.0000          17.0000     23.53%
69623.26/3536.60	c      3537            457         444        20          21.0000          17.0000     23.53%
69724.50/3541.65	c      3542            292         291        20          21.0000          17.0000     23.53%
69825.77/3546.80	c      3547            292         291        20          21.0000          17.0000     23.53%
69927.00/3551.85	c      3552            292         291        20          21.0000          17.0000     23.53%
70028.23/3556.91	c      3557            292         291        20          21.0000          17.0000     23.53%
70127.47/3561.92	c      3562            292         291        20          21.0000          17.0000     23.53%
70226.71/3566.97	c      3567            292         291        20          21.0000          17.0000     23.53%
70328.48/3572.07	c      3572            292         291        20          21.0000          17.0000     23.53%
70427.88/3577.11	c      3577            292         291        20          21.0000          17.0000     23.53%
70529.06/3582.18	c      3582            292         291        20          21.0000          17.0000     23.53%
70629.58/3587.25	c      3587            292         291        20          21.0000          17.0000     23.53%
70730.78/3592.32	c      3592            292         291        20          21.0000          17.0000     23.53%
70830.00/3597.38	c      3597            292         291        20          21.0000          17.0000     23.53%
70931.21/3602.43	c      3602            292         291        20          21.0000          17.0000     23.53%
71030.52/3607.48	c      3607            476         463        20          21.0000          17.0000     23.53%
71131.62/3612.50	c      3612            477         464        20          21.0000          17.0000     23.53%
71230.84/3617.53	c      3618            477         464        20          21.0000          17.0000     23.53%
71332.03/3622.63	c      3623            295         294        20          21.0000          17.0000     23.53%
71431.23/3627.67	c      3628            295         294        20          21.0000          17.0000     23.53%
71532.45/3632.74	c      3633            295         294        20          21.0000          17.0000     23.53%
71631.66/3637.79	c      3638            295         294        20          21.0000          17.0000     23.53%
71732.86/3642.83	c      3643            295         294        20          21.0000          17.0000     23.53%
71832.07/3647.88	c      3648            484         471        20          21.0000          17.0000     23.53%
71933.27/3652.93	c      3653            484         471        20          21.0000          17.0000     23.53%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (184787 MiB free)
  memory of node 1: 193494 MiB (191477 MiB free)
  memory of node 2: 193531 MiB (186509 MiB free)
  memory of node 3: 193531 MiB (185137 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-4465925-1722619872/watcher-4465925-1722619872 -o /tmp/evaluation-result-4465925-1722619872/solver-4465925-1722619872 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722615853-181473 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465925-1722619872.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100106 s]*
/proc/loadavg: 50.56 54.84 68.16 43/945 184776
/proc/meminfo: memFree=765785220/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=102148 memory=88788 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 19904 0 0 0 9 2 0 0 20 0 1 0 28570319 104599552 22197 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 25537 22197 2614 3035 0 21933 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 102148 KiB
Current children cumulated memory: 88788 KiB

[startup+0.219285 s]*
/proc/loadavg: 50.56 54.84 68.16 43/945 184776
/proc/meminfo: memFree=765763432/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=122064 memory=108320 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 26412 0 0 0 19 3 0 0 20 0 1 0 28570319 124993536 27080 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 30516 27080 2678 3035 0 26912 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 122064 KiB
Current children cumulated memory: 108320 KiB

[startup+0.319172 s]*
/proc/loadavg: 50.56 54.84 68.16 43/945 184776
/proc/meminfo: memFree=765766308/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=118120 memory=104500 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 26569 0 0 0 29 4 0 0 20 0 1 0 28570319 120954880 26125 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 29530 26125 2726 3035 0 25926 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 118120 KiB
Current children cumulated memory: 104500 KiB

[startup+0.70022 s]
/proc/loadavg: 50.56 54.84 68.16 43/945 184776
/proc/meminfo: memFree=765759432/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=127036 memory=113180 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 28658 0 0 0 64 4 0 0 20 0 1 0 28570319 130084864 28295 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 31759 28295 2790 3035 0 28155 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 127036 KiB
Current children cumulated memory: 113180 KiB

[startup+1.50023 s]
/proc/loadavg: 50.56 54.84 68.16 43/945 184776
/proc/meminfo: memFree=765757456/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=132040 memory=117404 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 29761 0 0 0 144 4 0 0 20 0 1 0 28570319 135208960 29351 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 33010 29351 2790 3035 0 29406 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 132040 KiB
Current children cumulated memory: 117404 KiB

[startup+3.11918 s]
/proc/loadavg: 50.56 54.84 68.16 43/945 184777
/proc/meminfo: memFree=765741500/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=142396 memory=127884 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 33392 0 0 0 305 5 0 0 20 0 1 0 28570319 145813504 31971 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 35599 31971 2790 3035 0 31995 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 142396 KiB
Current children cumulated memory: 127884 KiB

[startup+6.3002 s]
/proc/loadavg: 49.87 54.63 68.02 43/945 184777
/proc/meminfo: memFree=765729092/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=149596 memory=134896 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 35365 0 0 0 621 5 0 0 20 0 1 0 28570319 153186304 33724 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 37399 33724 2790 3035 0 33795 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 149596 KiB
Current children cumulated memory: 134896 KiB

[startup+12.7002 s]
/proc/loadavg: 49.24 54.42 67.88 43/945 184779
/proc/meminfo: memFree=765704072/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=149996 memory=135160 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) R 184772 184775 181461 0 -1 4194304 35435 0 0 0 1259 5 0 0 20 0 1 0 28570319 153595904 33790 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 37499 33790 2790 3035 0 33895 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 149996 KiB
Current children cumulated memory: 135160 KiB

[startup+25.5009 s]
/proc/loadavg: 47.64 53.81 67.47 62/985 184820
/proc/meminfo: memFree=763748316/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=3624360 memory=2224228 CPUtime=41.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) S 184772 184775 181461 0 -1 1077936128 570490 0 0 0 4061 135 0 0 20 0 41 0 28570319 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 906090 556057 2966 3035 0 669457 0
[pid=184775/tid=184781] ppid=184772 vsize=3624360 memory=387876 CPUtime=0.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184781/stat : 184781 (fscip) R 184772 184775 181461 0 -1 4194368 17829 0 0 0 87 4 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184782] ppid=184772 vsize=3624360 memory=137536 CPUtime=0.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184782/stat : 184782 (fscip) R 184772 184775 181461 0 -1 4194368 33379 0 0 0 78 9 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184783] ppid=184772 vsize=3624360 memory=137536 CPUtime=0.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184783/stat : 184783 (fscip) R 184772 184775 181461 0 -1 4194368 27986 0 0 0 81 6 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184784] ppid=184772 vsize=3624360 memory=279247365646144 CPUtime=0.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184784/stat : 184784 (fscip) R 184772 184775 181461 0 -1 4194368 17882 0 0 0 86 4 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184785] ppid=184772 vsize=3624360 memory=11448 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184785/stat : 184785 (fscip) R 184772 184775 181461 0 -1 4194368 34359 0 0 0 80 8 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184786] ppid=184772 vsize=3624360 memory=5512 CPUtime=0.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184786/stat : 184786 (fscip) R 184772 184775 181461 0 -1 4194368 27789 0 0 0 83 6 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184787] ppid=184772 vsize=3624360 memory=279247366005680 CPUtime=0.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184787/stat : 184787 (fscip) R 184772 184775 181461 0 -1 4194368 17548 0 0 0 87 3 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184788] ppid=184772 vsize=3624360 memory=134896 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184788/stat : 184788 (fscip) R 184772 184775 181461 0 -1 4194368 33433 0 0 0 80 8 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184789] ppid=184772 vsize=3624360 memory=11448 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184789/stat : 184789 (fscip) R 184772 184775 181461 0 -1 4194368 27765 0 0 0 81 7 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184790] ppid=184772 vsize=3624360 memory=1804 CPUtime=0.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184790/stat : 184790 (fscip) R 184772 184775 181461 0 -1 4194368 17998 0 0 0 83 4 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184791] ppid=184772 vsize=3624360 memory=6048 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184791/stat : 184791 (fscip) R 184772 184775 181461 0 -1 4194368 34438 0 0 0 81 7 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184792] ppid=184772 vsize=3624360 memory=25932 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184792/stat : 184792 (fscip) R 184772 184775 181461 0 -1 4194368 27767 0 0 0 82 6 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184793] ppid=184772 vsize=3624360 memory=21380 CPUtime=0.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184793/stat : 184793 (fscip) R 184772 184775 181461 0 -1 4194368 17564 0 0 0 87 3 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184794] ppid=184772 vsize=3624360 memory=51200 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184794/stat : 184794 (fscip) R 184772 184775 181461 0 -1 4194368 33192 0 0 0 80 8 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184795] ppid=184772 vsize=3624360 memory=104 CPUtime=0.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184795/stat : 184795 (fscip) R 184772 184775 181461 0 -1 4194368 27786 0 0 0 83 6 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184796] ppid=184772 vsize=3624360 memory=0 CPUtime=0.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184796/stat : 184796 (fscip) R 184772 184775 181461 0 -1 4194368 17869 0 0 0 87 3 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184797] ppid=184772 vsize=3624360 memory=102297836 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184797/stat : 184797 (fscip) R 184772 184775 181461 0 -1 4194368 34442 0 0 0 79 9 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184798] ppid=184772 vsize=3624360 memory=0 CPUtime=0.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184798/stat : 184798 (fscip) R 184772 184775 181461 0 -1 4194368 27752 0 0 0 81 7 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184799] ppid=184772 vsize=3624360 memory=40 CPUtime=0.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184799/stat : 184799 (fscip) R 184772 184775 181461 0 -1 4194368 17446 0 0 0 88 3 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184800] ppid=184772 vsize=3624360 memory=1594 CPUtime=0.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184800/stat : 184800 (fscip) R 184772 184775 181461 0 -1 4194368 34159 0 0 0 79 8 0 0 20 0 41 0 28572731 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184801] ppid=184772 vsize=3624360 memory=2208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184801/stat : 184801 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184802] ppid=184772 vsize=3624360 memory=2036 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184802/stat : 184802 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184803] ppid=184772 vsize=3624360 memory=31316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184803/stat : 184803 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184804] ppid=184772 vsize=3624360 memory=10108 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184804/stat : 184804 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184805] ppid=184772 vsize=3624360 memory=28648 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184805/stat : 184805 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184806] ppid=184772 vsize=3624360 memory=32760 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184806/stat : 184806 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184807] ppid=184772 vsize=3624360 memory=7068 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184807/stat : 184807 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184808] ppid=184772 vsize=3624360 memory=36300 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184808/stat : 184808 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184809] ppid=184772 vsize=3624360 memory=40456 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184809/stat : 184809 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184810] ppid=184772 vsize=3624360 memory=8196 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184810/stat : 184810 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184811] ppid=184772 vsize=3624360 memory=3300 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184811/stat : 184811 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184812] ppid=184772 vsize=3624360 memory=2264 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184812/stat : 184812 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184813] ppid=184772 vsize=3624360 memory=1668 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184813/stat : 184813 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184814] ppid=184772 vsize=3624360 memory=28568 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184814/stat : 184814 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184815] ppid=184772 vsize=3624360 memory=7312 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184815/stat : 184815 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184816] ppid=184772 vsize=3624360 memory=26988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184816/stat : 184816 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184817] ppid=184772 vsize=3624360 memory=3776 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184817/stat : 184817 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184818] ppid=184772 vsize=3624360 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184818/stat : 184818 (fscip) S 184772 184775 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28572776 3711344640 556057 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0

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

[pid=184775/tid=184804] ppid=184772 vsize=8464168 memory=21380 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184804/stat : 184804 (fscip) S 184772 184775 181461 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184805] ppid=184772 vsize=8464168 memory=6720662160156148326 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184805/stat : 184805 (fscip) S 184772 184775 181461 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184806] ppid=184772 vsize=8464168 memory=62296 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184806/stat : 184806 (fscip) S 184772 184775 181461 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184807] ppid=184772 vsize=8464168 memory=19524 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184807/stat : 184807 (fscip) S 184772 184775 181461 0 -1 1077936192 152 0 0 0 1 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184808] ppid=184772 vsize=8464168 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184808/stat : 184808 (fscip) S 184772 184775 181461 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184809] ppid=184772 vsize=8464168 memory=7261596 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184809/stat : 184809 (fscip) S 184772 184775 181461 0 -1 1077936192 204 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184810] ppid=184772 vsize=8464168 memory=7261596 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184810/stat : 184810 (fscip) S 184772 184775 181461 0 -1 1077936192 235 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184811] ppid=184772 vsize=8464168 memory=19092 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184811/stat : 184811 (fscip) S 184772 184775 181461 0 -1 1077936192 231 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184812] ppid=184772 vsize=8464168 memory=7262264 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184812/stat : 184812 (fscip) S 184772 184775 181461 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184813] ppid=184772 vsize=8464168 memory=7208280 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184813/stat : 184813 (fscip) S 184772 184775 181461 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184814] ppid=184772 vsize=8464168 memory=7262556 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184814/stat : 184814 (fscip) S 184772 184775 181461 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184815] ppid=184772 vsize=8464168 memory=7262312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184815/stat : 184815 (fscip) S 184772 184775 181461 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184816] ppid=184772 vsize=8464168 memory=7262268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184816/stat : 184816 (fscip) S 184772 184775 181461 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184817] ppid=184772 vsize=8464168 memory=7262604 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184817/stat : 184817 (fscip) S 184772 184775 181461 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184818] ppid=184772 vsize=8464168 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184818/stat : 184818 (fscip) S 184772 184775 181461 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184819] ppid=184772 vsize=8464168 memory=279247367519280 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184819/stat : 184819 (fscip) S 184772 184775 181461 0 -1 1077936192 198 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184820] ppid=184772 vsize=8464168 memory=7374762468862615914 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184820/stat : 184820 (fscip) S 184772 184775 181461 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1815652 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
Current children cumulated CPU time: 71722.9 s
Current children cumulated vsize: 8464168 KiB
Current children cumulated memory: 7262608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3656.3 s]
/proc/loadavg: 20.02 20.35 23.70 21/885 188058
/proc/meminfo: memFree=774686136/790760804 swapFree=131071996/131071996
[pid=184775] ppid=184772 vsize=8464168 memory=7275856 CPUtime=72000.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/stat : 184775 (fscip) S 184772 184775 181461 0 -1 1077936128 33178924 0 0 0 7191527 8547 0 0 20 0 41 0 28570319 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
/proc/184775/statm: 2116042 1818964 3334 3035 0 1963431 0
[pid=184775/tid=184781] ppid=184772 vsize=8464168 memory=5512 CPUtime=3604.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184781/stat : 184781 (fscip) R 184772 184775 181461 0 -1 4194368 1412524 0 0 0 360355 131 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184782] ppid=184772 vsize=8464168 memory=0 CPUtime=3604.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184782/stat : 184782 (fscip) R 184772 184775 181461 0 -1 4194368 1635126 0 0 0 360321 163 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184783] ppid=184772 vsize=8464168 memory=279247367309600 CPUtime=3603.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184783/stat : 184783 (fscip) R 184772 184775 181461 0 -1 4194368 1832887 0 0 0 359289 1088 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184784] ppid=184772 vsize=8464168 memory=2 CPUtime=3604.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184784/stat : 184784 (fscip) R 184772 184775 181461 0 -1 4194368 1336332 0 0 0 360309 133 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184785] ppid=184772 vsize=8464168 memory=2808 CPUtime=3593.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184785/stat : 184785 (fscip) R 184772 184775 181461 0 -1 4194368 1499617 0 0 0 359217 153 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184786] ppid=184772 vsize=8464168 memory=279247367519552 CPUtime=3602.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184786/stat : 184786 (fscip) R 184772 184775 181461 0 -1 4194368 2320379 0 0 0 359179 1099 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184787] ppid=184772 vsize=8464168 memory=7260760 CPUtime=3604.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184787/stat : 184787 (fscip) R 184772 184775 181461 0 -1 4194368 1479706 0 0 0 360322 143 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184788] ppid=184772 vsize=8464168 memory=11448 CPUtime=3604.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184788/stat : 184788 (fscip) R 184772 184775 181461 0 -1 4194368 1595444 0 0 0 360272 162 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184789] ppid=184772 vsize=8464168 memory=7636 CPUtime=3602.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184789/stat : 184789 (fscip) R 184772 184775 181461 0 -1 4194368 1688382 0 0 0 359287 996 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184790] ppid=184772 vsize=8464168 memory=10544 CPUtime=3603.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184790/stat : 184790 (fscip) R 184772 184775 181461 0 -1 4194368 1292056 0 0 0 360258 118 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184791] ppid=184772 vsize=8464168 memory=28648 CPUtime=3605.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184791/stat : 184791 (fscip) R 184772 184775 181461 0 -1 4194368 1750850 0 0 0 360332 178 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184792] ppid=184772 vsize=8464168 memory=7262556 CPUtime=3601.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184792/stat : 184792 (fscip) R 184772 184775 181461 0 -1 4194368 2293354 0 0 0 359237 956 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184793] ppid=184772 vsize=8464168 memory=29836768444022866 CPUtime=3604.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184793/stat : 184793 (fscip) R 184772 184775 181461 0 -1 4194368 1194103 0 0 0 360365 115 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184794] ppid=184772 vsize=8464168 memory=25333125866717268 CPUtime=3605.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184794/stat : 184794 (fscip) R 184772 184775 181461 0 -1 4194368 1560465 0 0 0 360403 161 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184795] ppid=184772 vsize=8464168 memory=6720662160156148326 CPUtime=3564.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184795/stat : 184795 (fscip) R 184772 184775 181461 0 -1 4194368 2166703 0 0 0 355375 1048 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184796] ppid=184772 vsize=8464168 memory=279247366534720 CPUtime=3601.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184796/stat : 184796 (fscip) R 184772 184775 181461 0 -1 4194368 1365336 0 0 0 359979 144 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184797] ppid=184772 vsize=8464168 memory=19524 CPUtime=3605.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184797/stat : 184797 (fscip) R 184772 184775 181461 0 -1 4194368 1574842 0 0 0 360373 162 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184798] ppid=184772 vsize=8464168 memory=7262652 CPUtime=3546.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184798/stat : 184798 (fscip) R 184772 184775 181461 0 -1 4194368 2521950 0 0 0 353339 1284 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184799] ppid=184772 vsize=8464168 memory=7262692 CPUtime=3605.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184799/stat : 184799 (fscip) R 184772 184775 181461 0 -1 4194368 1249757 0 0 0 360437 126 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184800] ppid=184772 vsize=8464168 memory=279247366313920 CPUtime=3605.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184800/stat : 184800 (fscip) R 184772 184775 181461 0 -1 4194368 1357620 0 0 0 360382 139 0 0 20 0 41 0 28572731 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184801] ppid=184772 vsize=8464168 memory=6720662160156148326 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184801/stat : 184801 (fscip) S 184772 184775 181461 0 -1 1077936192 232 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184802] ppid=184772 vsize=8464168 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184802/stat : 184802 (fscip) S 184772 184775 181461 0 -1 1077936192 242 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184803] ppid=184772 vsize=8464168 memory=19092 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184803/stat : 184803 (fscip) S 184772 184775 181461 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184804] ppid=184772 vsize=8464168 memory=7262264 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184804/stat : 184804 (fscip) S 184772 184775 181461 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184805] ppid=184772 vsize=8464168 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184805/stat : 184805 (fscip) S 184772 184775 181461 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184806] ppid=184772 vsize=8464168 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184806/stat : 184806 (fscip) S 184772 184775 181461 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184807] ppid=184772 vsize=8464168 memory=7262308 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184807/stat : 184807 (fscip) S 184772 184775 181461 0 -1 1077936192 152 0 0 0 1 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184808] ppid=184772 vsize=8464168 memory=279247366844128 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184808/stat : 184808 (fscip) S 184772 184775 181461 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184809] ppid=184772 vsize=8464168 memory=7275356 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184809/stat : 184809 (fscip) S 184772 184775 181461 0 -1 1077936192 204 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184810] ppid=184772 vsize=8464168 memory=26988 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184810/stat : 184810 (fscip) S 184772 184775 181461 0 -1 1077936192 235 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184811] ppid=184772 vsize=8464168 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184811/stat : 184811 (fscip) S 184772 184775 181461 0 -1 1077936192 231 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184812] ppid=184772 vsize=8464168 memory=7262732 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184812/stat : 184812 (fscip) S 184772 184775 181461 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184813] ppid=184772 vsize=8464168 memory=7261596 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184813/stat : 184813 (fscip) S 184772 184775 181461 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184814] ppid=184772 vsize=8464168 memory=7261596 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184814/stat : 184814 (fscip) S 184772 184775 181461 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184815] ppid=184772 vsize=8464168 memory=7262312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184815/stat : 184815 (fscip) S 184772 184775 181461 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184816] ppid=184772 vsize=8464168 memory=7262268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184816/stat : 184816 (fscip) S 184772 184775 181461 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184817] ppid=184772 vsize=8464168 memory=7262604 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184817/stat : 184817 (fscip) S 184772 184775 181461 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184818] ppid=184772 vsize=8464168 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184818/stat : 184818 (fscip) S 184772 184775 181461 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184819] ppid=184772 vsize=8464168 memory=6720662160156148326 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184819/stat : 184819 (fscip) S 184772 184775 181461 0 -1 1077936192 198 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
[pid=184775/tid=184820] ppid=184772 vsize=8464168 memory=7262656 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/184775/task/184820/stat : 184820 (fscip) S 184772 184775 181461 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 28572776 8667308032 1818964 809668444160 4194304 16623229 140731285613088 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35913728 140731285619721 140731285619839 140731285619839 140731285626864 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 8464168 KiB
Current children cumulated memory: 7275856 KiB

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

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

# cumulated CPU time of all completed processes:  user=71915.5 s, system=85.67 s

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

[startup+3656.41 s]*
/proc/loadavg: 20.02 20.35 23.70 2/846 188058
/proc/meminfo: memFree=778999540/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3656.52 s]
/proc/loadavg: 20.02 20.35 23.70 2/846 188058
/proc/meminfo: memFree=778999540/790760804 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): 3656.53
CPU time (s): 72001.2
CPU user time (s): 71915.5
CPU system time (s): 85.67
CPU usage (%): 1969.11
Max. virtual memory (cumulated for all children) (KiB): 8529704
Max. memory (cumulated for all children) (KiB): 7275856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71915.5
system time used= 85.67
maximum resident set size= 7275952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33178926
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= 179877
involuntary context switches= 156694


# summary of solver processes directly reported to runsolver:
#   pid: 184775
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71915.5
#   total CPU system time (s): 85.67

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6468 second user time and 79.6343 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 19:31:12
IDJOB=4465925
IDBENCH=178791
IDSOLVER=3094
FILE ID=nodeD105/4465925-1722619872
RUNJOBID= nodeD105-1722615853-181473
SLURM_JOB_ID= 8254310
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns903616.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-4465925-1722619872/watcher-4465925-1722619872 -o /tmp/evaluation-result-4465925-1722619872/solver-4465925-1722619872 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722615853-181473 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465925-1722619872.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= e7ea4c2c57ab07c8372f618eaa0eff24
RANDOM SEED=1897187337

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        765862516 kB
MemAvailable:   768592052 kB
Buffers:          428404 kB
Cached:          5611952 kB
SwapCached:            0 kB
Active:           642248 kB
Inactive:       21567544 kB
Active(anon):       2168 kB
Inactive(anon): 16198048 kB
Active(file):     640080 kB
Inactive(file):  5369496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29236 kB
Writeback:            76 kB
AnonPages:      16169320 kB
Mapped:           126724 kB
Shmem:             30728 kB
KReclaimable:     279324 kB
Slab:             658328 kB
SReclaimable:     279324 kB
SUnreclaim:       379004 kB
KernelStack:       16272 kB
PageTables:        42868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7246820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           338688 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1802240 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:      735232 kB
DirectMap2M:    83648512 kB
DirectMap1G:    721420288 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD105 at 2024-08-02 20:32:09