Trace number 4465295

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.9 3632.64

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUM5bd9df7c04c5af36994bd737db01c977
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark445.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
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.11/0.22	c Default LC presolving (default).
0.11/0.23	c ** Before presolving: virtualMemUsedAtLc = 236070677, getVmSize() = 169037824, SCIPgetMemUsed() = 131811278, SCIPgetMemTotal() = 140606950, SCIPgetMemExternEstim() = 95463727
0.11/0.23	c ** set memory limit for presolving in LC to 8.79535e+12 for SCIP **
1.19/1.21	c ** Estimated virtualMemUsedAtSolver = 228457164, getVmSize() = 289259520, SCIPgetMemUsed() = 150439996, SCIPgetMemTotal() = 247222020, SCIPgetMemExternEstim() = 95463727
1.19/1.21	c ** set memory limit for solvers to 4.1879e+11 for each SCIP **
1.19/1.21	c Original Problem   :
1.19/1.21	c   Problem name     : instance-4465295-1722457093
1.19/1.21	c   Variables        : 21320 (21320 binary, 0 integer, 0 implicit integer, 0 continuous)
1.19/1.21	c   Constraints      : 79746
1.19/1.21	c   Objective sense  : minimize
1.19/1.21	c Presolved Problem  :
1.19/1.21	c   Variables        : 19629 (19629 binary, 0 integer, 0 implicit integer, 0 continuous)
1.19/1.21	c   Constraints      : 19557
1.19/1.21	c Constraints        : Number
1.19/1.21	c   knapsack         : 1 
1.19/1.21	c   setppc           : 1324 
1.19/1.21	c   and              : 18227 
1.19/1.21	c   logicor          : 5 
1.19/1.21	c ** Instance transfer method used: 0
1.19/1.27	c ** ParaScipInstance copy does not increase the number of variables. **
2.12/2.19	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.12/2.19	c                                Nodes    Active                                            
2.12/2.19	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
51.50/4.86	c *       5              0           1        20          28.0000                -          -
53.48/5.01	c         5              0           1        20          28.0000                -          -
179.85/11.35	c        11              2           1        20          28.0000           5.0000    460.00%
284.90/16.60	c        17             22          21        20          28.0000           5.0000    460.00%
385.89/21.73	c        22            121         122        20          28.0000           5.0000    460.00%
484.97/26.79	c        27            203         149        20          28.0000           5.0000    460.00%
586.06/31.87	c        32            598          61        20          28.0000           5.0000    460.00%
687.24/36.94	c        37           1331         279        20          28.0000           5.0000    460.00%
794.43/42.31	c        42           1589         261        20          28.0000           5.0000    460.00%
897.60/47.54	c        48           2667         366        20          28.0000           5.0000    460.00%
996.79/52.57	c        53           3087          81        20          28.0000           5.0000    460.00%
1097.90/57.67	c        58           3952         271        20          28.0000           5.0000    460.00%
1199.00/62.71	c        63           5099         298        20          28.0000           5.0000    460.00%
1298.14/67.77	c        68           6004         377        20          28.0000           5.0000    460.00%
1407.21/73.28	c        73           6682         374        20          28.0000           5.0000    460.00%
1508.14/78.36	c        78           7375         368        20          28.0000           5.0000    460.00%
1564.46/81.17	c *      81           5793         182        20          27.0000           5.0000    440.00%
1610.93/83.52	c        84           5959         160        20          27.0000           5.0000    440.00%
1710.02/88.54	c        89              2           1        20          27.0000          10.0000    170.00%
1819.69/94.13	c        94              6           5        20          27.0000          10.0000    170.00%
1922.10/99.28	c        99              6           5        20          27.0000          10.0000    170.00%
2025.06/104.43	c       104              8           7        20          27.0000          10.0000    170.00%
2128.05/109.61	c       110             12          11        20          27.0000          10.0000    170.00%
2228.99/114.73	c       115              9           8        20          27.0000          10.0000    170.00%
2330.09/119.84	c       120              8           7        20          27.0000          10.0000    170.00%
2431.09/124.95	c       125             10           9        20          27.0000          10.0000    170.00%
2530.15/129.98	c       130             16          15        20          27.0000          10.2838    162.55%
2629.29/135.02	c       135             19          18        20          27.0000          10.2838    162.55%
2730.97/140.08	c       140             19          18        20          27.0000          10.2838    162.55%
2832.22/145.17	c       145             19          18        20          27.0000          10.2838    162.55%
2902.82/148.70	c *     149             19          18        20          26.0000          10.2838    152.83%
2932.55/150.20	c       150             19          18        20          26.0000          10.2838    152.83%
3031.62/155.27	c       155             20          19        20          26.0000          10.2838    152.83%
3132.72/160.33	c       160             22          21        20          26.0000          10.3133    152.10%
3231.87/165.34	c       165             27          26        20          26.0000          10.3133    152.10%
3334.97/170.56	c       171             27          26        20          26.0000          10.3133    152.10%
3438.08/175.73	c       176             27          26        20          26.0000          10.3133    152.10%
3541.13/180.92	c       181             28          27        20          26.0000          10.5587    146.24%
3640.25/186.02	c       186             28          27        20          26.0000          10.5587    146.24%
3742.05/191.10	c       191             30          29        20          26.0000          10.5587    146.24%
3842.83/196.17	c       196             30          29        20          26.0000          10.5587    146.24%
3943.51/201.28	c       201             31          30        20          26.0000          10.6822    143.39%
4046.59/206.41	c       206             31          30        20          26.0000          10.6822    143.39%
4145.66/211.43	c       211             31          30        20          26.0000          10.6822    143.39%
4248.77/216.64	c       217             31          30        20          26.0000          10.6822    143.39%
4349.93/221.76	c       222             32          31        20          26.0000          10.7675    141.47%
4451.09/226.85	c       227             32          31        20          26.0000          10.7675    141.47%
4552.24/231.92	c       232             33          32        20          26.0000          10.8294    140.09%
4654.03/237.06	c       237             33          32        20          26.0000          10.8294    140.09%
4755.29/242.18	c       242             34          33        20          26.0000          10.8294    140.09%
4855.59/247.24	c       247             34          33        20          26.0000          10.8294    140.09%
4956.71/252.35	c       252             39          38        20          26.0000          10.8294    140.09%
5057.85/257.44	c       257             41          42        20          26.0000          10.8294    140.09%
5164.97/262.84	c       263             41          42        20          26.0000          10.8294    140.09%
5266.12/267.90	c       268             41          42        20          26.0000          10.8294    140.09%
5367.71/273.09	c       273             41          42        20          26.0000          10.8294    140.09%
5469.07/278.16	c       278             45          44        20          26.0000          10.8294    140.09%
5569.36/283.26	c       283             47          46        20          26.0000          10.8294    140.09%
5668.54/288.30	c       288             49          48        20          26.0000          10.8294    140.09%
5769.74/293.31	c       293             49          48        20          26.0000          10.8294    140.09%
5870.90/298.44	c       298             49          48        20          26.0000          10.8294    140.09%
5971.95/303.57	c       304             49          50        20          26.0000          10.8294    140.09%
6077.08/308.82	c       309             53          52        20          26.0000          10.8294    140.09%
6178.19/313.91	c       314             55          54        20          26.0000          10.8294    140.09%
6280.12/319.06	c       319             57          56        20          26.0000          10.8294    140.09%
6381.31/324.19	c       324             58          57        20          26.0000          10.8294    140.09%
6481.72/329.23	c       329             58          57        20          26.0000          10.8294    140.09%
6582.90/334.36	c       334             58          57        20          26.0000          10.8294    140.09%
6684.09/339.43	c       339             58          57        20          26.0000          10.8294    140.09%
6783.24/344.47	c       344             58          57        20          26.0000          10.8294    140.09%
6882.43/349.49	c       349             58          57        20          26.0000          10.8294    140.09%
6983.61/354.60	c       355             61          60        20          26.0000          10.8294    140.09%
7086.76/359.72	c       360              2           1        20          26.0000          11.3550    128.97%
7187.95/364.80	c       365              2           1        20          26.0000          11.3550    128.97%
7289.13/369.91	c       370              2           1        20          26.0000          11.3550    128.97%
7390.99/375.04	c       375              2           1        20          26.0000          11.3550    128.97%
7492.19/380.16	c       380              2           1        20          26.0000          11.3550    128.97%
7592.62/385.28	c       385              2           1        20          26.0000          11.3550    128.97%
7693.76/390.38	c       390              2           1        20          26.0000          11.3550    128.97%
7794.93/395.47	c       395              2           1        20          26.0000          11.3550    128.97%
7896.07/400.52	c       401              2           1        20          26.0000          11.3550    128.97%
7997.21/405.61	c       406              2           1        20          26.0000          11.3550    128.97%
8096.10/410.64	c       411              2           1        20          26.0000          11.3550    128.97%
8197.18/415.79	c       416              2           1        20          26.0000          11.3550    128.97%
8300.28/420.92	c       421              2           1        20          26.0000          11.3550    128.97%
8399.42/426.01	c       426              2           1        20          26.0000          11.3550    128.97%
8501.12/431.12	c       431              3           2        20          26.0000          11.3599    128.88%
8602.36/436.18	c       436              3           2        20          26.0000          11.3599    128.88%
8704.76/441.32	c       441              3           2        20          26.0000          11.3599    128.88%
8803.94/446.33	c       446              3           2        20          26.0000          11.3599    128.88%
8902.91/451.35	c       451              3           2        20          26.0000          11.3599    128.88%
9008.01/456.61	c       457              3           2        20          26.0000          11.3599    128.88%
9107.14/461.65	c       462              3           2        20          26.0000          11.3599    128.88%
9206.24/466.69	c       467              3           2        20          26.0000          11.3599    128.88%
9309.34/471.80	c       472              3           2        20          26.0000          11.3599    128.88%
9410.42/477.02	c       477              3           2        20          26.0000          11.3599    128.88%
9512.23/482.12	c       482              3           2        20          26.0000          11.3599    128.88%
9613.14/487.19	c       487              3           2        20          26.0000          11.3599    128.88%
9719.66/492.51	c       493              3           2        20          26.0000          11.3599    128.88%
9818.76/497.52	c       498              3           2        20          26.0000          11.3599    128.88%
9921.90/502.78	c       503              3           2        20          26.0000          11.3599    128.88%
10021.05/507.78	c       508              4           3        20          26.0000          11.3599    128.88%
10122.12/512.84	c       513              4           3        20          26.0000          11.3599    128.88%
10223.18/517.92	c       518              4           3        20          26.0000          11.3599    128.88%
10322.33/523.01	c       523              4           3        20          26.0000          11.3599    128.88%
10424.12/528.11	c       528              4           3        20          26.0000          11.3599    128.88%
10526.50/533.21	c       533              4           3        20          26.0000          11.3599    128.88%
10627.63/538.35	c       538              4           3        20          26.0000          11.3599    128.88%
10728.74/543.45	c       543              4           3        20          26.0000          11.3599    128.88%
10829.89/548.58	c       549              4           3        20          26.0000          11.3599    128.88%
10931.05/553.65	c       554              4           3        20          26.0000          11.3599    128.88%
11032.18/558.75	c       559              4           3        20          26.0000          11.3599    128.88%
11133.31/563.81	c       564              4           3        20          26.0000          11.3599    128.88%
11232.44/568.90	c       569              4           3        20          26.0000          11.3599    128.88%
11333.53/574.03	c       574              5           4        20          26.0000          11.3599    128.88%
11437.32/579.13	c       579              5           4        20          26.0000          11.3599    128.88%
11537.70/584.23	c       584              5           4        20          26.0000          11.3599    128.88%
11638.69/589.37	c       589              5           4        20          26.0000          11.3599    128.88%
11739.76/594.47	c       594              5           4        20          26.0000          11.3599    128.88%
11840.88/599.59	c       600              5           4        20          26.0000          11.3599    128.88%
11944.01/604.71	c       605              5           4        20          26.0000          11.3599    128.88%
12045.12/609.84	c       610              5           4        20          26.0000          11.3599    128.88%
12146.33/614.94	c       615              5           4        20          26.0000          11.3599    128.88%
12245.49/620.02	c       620              5           4        20          26.0000          11.3599    128.88%
12347.26/625.12	c       625              5           4        20          26.0000          11.3599    128.88%
12449.65/630.23	c       630              5           4        20          26.0000          11.3599    128.88%
12550.67/635.32	c       635              5           4        20          26.0000          11.3599    128.88%
12651.79/640.41	c       640              5           4        20          26.0000          11.3599    128.88%
12750.93/645.47	c       645              5           4        20          26.0000          11.3599    128.88%
12852.04/650.56	c       651              5           4        20          26.0000          11.3599    128.88%
12951.17/655.59	c       656              5           4        20          26.0000          11.3599    128.88%
13054.27/660.71	c       661              5           4        20          26.0000          11.3599    128.88%
13155.42/665.82	c       666              6           5        20          26.0000          11.3599    128.88%
13256.58/670.93	c       671              6           5        20          26.0000          11.3599    128.88%
13355.77/676.01	c       676              6           5        20          26.0000          11.3599    128.88%
13457.53/681.09	c       681              6           5        20          26.0000          11.3599    128.88%
13558.77/686.14	c       686              6           5        20          26.0000          11.3599    128.88%
13659.23/691.22	c       691              6           5        20          26.0000          11.3599    128.88%
13760.40/696.30	c       696              6           5        20          26.0000          11.3599    128.88%
13861.58/701.40	c       701              6           5        20          26.0000          11.3599    128.88%
13960.77/706.45	c       706              6           5        20          26.0000          11.3599    128.88%
14059.87/711.48	c       711              7           6        20          26.0000          11.3599    128.88%
14161.03/716.58	c       717              7           6        20          26.0000          11.3599    128.88%
14262.13/721.67	c       722              7           6        20          26.0000          11.3599    128.88%
14363.33/726.70	c       727              7           6        20          26.0000          11.3599    128.88%
14464.51/731.80	c       732              7           6        20          26.0000          11.3599    128.88%
14563.73/736.90	c       737              7           6        20          26.0000          11.3599    128.88%
14667.56/742.07	c       742              7           6        20          26.0000          11.3599    128.88%
14768.76/747.16	c       747              7           6        20          26.0000          11.3599    128.88%
14869.18/752.28	c       752              7           6        20          26.0000          11.3599    128.88%
14972.33/757.43	c       757              7           6        20          26.0000          11.3599    128.88%
15073.49/762.51	c       763              7           6        20          26.0000          11.3599    128.88%
15172.68/767.59	c       768              7           6        20          26.0000          11.3599    128.88%
15275.82/772.71	c       773              7           6        20          26.0000          11.3599    128.88%
15376.97/777.82	c       778              7           6        20          26.0000          11.3599    128.88%
15478.10/782.91	c       783              8           7        20          26.0000          11.3599    128.88%
15577.28/788.01	c       788              8           7        20          26.0000          11.3599    128.88%
15679.07/793.08	c       793              8           7        20          26.0000          11.3599    128.88%
15778.29/798.12	c       798              8           7        20          26.0000          11.3599    128.88%
15879.36/803.18	c       803              8           7        20          26.0000          11.3599    128.88%
15979.84/808.30	c       808              8           7        20          26.0000          11.3599    128.88%
16082.97/813.47	c       813              8           7        20          26.0000          11.3599    128.88%
16184.05/818.56	c       819              8           7        20          26.0000          11.3599    128.88%
16287.20/823.71	c       824              8           7        20          26.0000          11.3599    128.88%
16390.35/828.91	c       829              8           7        20          26.0000          11.3599    128.88%
16492.09/834.03	c       834              8           7        20          26.0000          11.3599    128.88%
16591.29/839.13	c       839              8           7        20          26.0000          11.3599    128.88%
16695.66/844.35	c       844              8           7        20          26.0000          11.3599    128.88%
16796.80/849.47	c       849              8           7        20          26.0000          11.3599    128.88%
16899.86/854.65	c       855              8           7        20          26.0000          11.3599    128.88%
17000.99/859.71	c       860              8           7        20          26.0000          11.3599    128.88%
17100.15/864.80	c       865              8           7        20          26.0000          11.3599    128.88%
17201.30/869.86	c       870              9           8        20          26.0000          11.3599    128.88%
17300.43/874.88	c       875              9           8        20          26.0000          11.3599    128.88%
17399.60/879.89	c       880              9           8        20          26.0000          11.3599    128.88%
17503.40/885.10	c       885              9           8        20          26.0000          11.3599    128.88%
17605.88/890.21	c       890              9           8        20          26.0000          11.3599    128.88%
17707.02/895.33	c       895              9           8        20          26.0000          11.3599    128.88%
17808.20/900.47	c       900              9           8        20          26.0000          11.3599    128.88%
17911.37/905.62	c       906              9           8        20          26.0000          11.3599    128.88%
18010.56/910.68	c       911              9           8        20          26.0000          11.3599    128.88%
18111.74/915.78	c       916              9           8        20          26.0000          11.3599    128.88%
18212.92/920.84	c       921              9           8        20          26.0000          11.3599    128.88%
18314.11/925.91	c       926             10           9        20          26.0000          11.3599    128.88%
18413.31/930.93	c       931             10           9        20          26.0000          11.3599    128.88%
18515.05/936.04	c       936             10           9        20          26.0000          11.3599    128.88%
18616.34/941.15	c       941             10           9        20          26.0000          11.3599    128.88%
18716.80/946.28	c       946             10           9        20          26.0000          11.3599    128.88%
18823.96/951.65	c       952             10           9        20          26.0000          11.3599    128.88%
18925.17/956.72	c       957             10           9        20          26.0000          11.3599    128.88%
19026.35/961.82	c       962             10           9        20          26.0000          11.3599    128.88%
19125.56/966.89	c       967             10           9        20          26.0000          11.3599    128.88%
19229.43/972.08	c       972             10           9        20          26.0000          11.3599    128.88%
19328.74/977.13	c       977             10           9        20          26.0000          11.3599    128.88%
19431.10/982.28	c       982             10           9        20          26.0000          11.3599    128.88%
19532.27/987.37	c       987             10           9        20          26.0000          11.3599    128.88%
19633.46/992.47	c       992             10           9        20          26.0000          11.3599    128.88%
19734.59/997.55	c       998             10           9        20          26.0000          11.3599    128.88%
19835.79/1002.69	c      1003             10           9        20          26.0000          11.3599    128.88%
19938.98/1007.81	c      1008             10           9        20          26.0000          11.3599    128.88%
20040.16/1012.91	c      1013             10           9        20          26.0000          11.3599    128.88%
20139.38/1018.02	c      1018             10           9        20          26.0000          11.3599    128.88%
20241.36/1023.13	c      1023             10           9        20          26.0000          11.3599    128.88%
20343.70/1028.25	c      1028             10           9        20          26.0000          11.3599    128.88%
20442.88/1033.28	c      1033             10           9        20          26.0000          11.3599    128.88%
20546.01/1038.40	c      1038             10           9        20          26.0000          11.3599    128.88%
20651.15/1043.74	c      1044             10           9        20          26.0000          11.3599    128.88%
20752.26/1048.82	c      1049             10           9        20          26.0000          11.3599    128.88%
20853.40/1053.93	c      1054             10           9        20          26.0000          11.3599    128.88%
20952.57/1059.02	c      1059             10           9        20          26.0000          11.3599    128.88%
21054.43/1064.11	c      1064             10           9        20          26.0000          11.3599    128.88%
21156.88/1069.23	c      1069             10           9        20          26.0000          11.3599    128.88%
21258.05/1074.32	c      1074             10           9        20          26.0000          11.3599    128.88%
21359.23/1079.42	c      1079             10           9        20          26.0000          11.3599    128.88%
21460.43/1084.50	c      1084             10           9        20          26.0000          11.3599    128.88%
21559.62/1089.56	c      1090             10           9        20          26.0000          11.3599    128.88%
21660.82/1094.61	c      1095             10           9        20          26.0000          11.3599    128.88%
21760.04/1099.67	c      1100             10           9        20          26.0000          11.3599    128.88%
21861.24/1104.76	c      1105             10           9        20          26.0000          11.3599    128.88%
21962.44/1109.85	c      1110             10           9        20          26.0000          11.3599    128.88%
22063.56/1114.93	c      1115             10           9        20          26.0000          11.3599    128.88%
22162.71/1119.94	c      1120             10           9        20          26.0000          11.3599    128.88%
22264.41/1125.06	c      1125             10           9        20          26.0000          11.3599    128.88%
22363.58/1130.08	c      1130             10           9        20          26.0000          11.3599    128.88%
22468.18/1135.30	c      1135             10           9        20          26.0000          11.3599    128.88%
22567.36/1140.39	c      1140             10           9        20          26.0000          11.3599    128.88%
22670.54/1145.50	c      1146             10           9        20          26.0000          11.3599    128.88%
22769.72/1150.60	c      1151             10           9        20          26.0000          11.3599    128.88%
22870.84/1155.67	c      1156             10           9        20          26.0000          11.3599    128.88%
22972.02/1160.75	c      1161             10           9        20          26.0000          11.3599    128.88%
23073.19/1165.86	c      1166             10           9        20          26.0000          11.3599    128.88%
23174.37/1170.95	c      1171             10           9        20          26.0000          11.3599    128.88%
23278.18/1176.15	c      1176             10           9        20          26.0000          11.3599    128.88%
23378.61/1181.29	c      1181             10           9        20          26.0000          11.3599    128.88%
23479.79/1186.36	c      1186             10           9        20          26.0000          11.3599    128.88%
23580.96/1191.43	c      1191             11          10        20          26.0000          11.3599    128.88%
23682.15/1196.55	c      1197             14          13        20          26.0000          11.3669    128.73%
23783.34/1201.63	c      1202             14          13        20          26.0000          11.3669    128.73%
23884.54/1206.72	c      1207             14          13        20          26.0000          11.3669    128.73%
23983.75/1211.79	c      1212             14          13        20          26.0000          11.3669    128.73%
24084.98/1216.81	c      1217             14          13        20          26.0000          11.3669    128.73%
24186.21/1221.96	c      1222             14          13        20          26.0000          11.3669    128.73%
24288.08/1227.07	c      1227             14          13        20          26.0000          11.3669    128.73%
24389.30/1232.18	c      1232             14          13        20          26.0000          11.3669    128.73%
24489.77/1237.27	c      1237             14          13        20          26.0000          11.3669    128.73%
24590.95/1242.35	c      1242             14          13        20          26.0000          11.3669    128.73%
24692.14/1247.45	c      1247             14          13        20          26.0000          11.3669    128.73%
24793.28/1252.56	c      1253             14          13        20          26.0000          11.3669    128.73%
24894.48/1257.67	c      1258             14          13        20          26.0000          11.3669    128.73%
24995.67/1262.77	c      1263             14          13        20          26.0000          11.3669    128.73%
25096.86/1267.86	c      1268             14          13        20          26.0000          11.3669    128.73%
25198.07/1273.00	c      1273             15          14        20          26.0000          11.3669    128.73%
25299.95/1278.07	c      1278             15          14        20          26.0000          11.3669    128.73%
25401.17/1283.14	c      1283             15          14        20          26.0000          11.3669    128.73%
25501.62/1288.22	c      1288             15          14        20          26.0000          11.3669    128.73%
25602.81/1293.32	c      1293             15          14        20          26.0000          11.3669    128.73%
25703.96/1298.44	c      1298             15          14        20          26.0000          11.3669    128.73%
25805.16/1303.56	c      1304             15          14        20          26.0000          11.3669    128.73%
25906.29/1308.65	c      1309             15          14        20          26.0000          11.3669    128.73%
26007.48/1313.72	c      1314             12          11        20          26.0000          11.3880    128.31%
26108.67/1318.81	c      1319             12          11        20          26.0000          11.3880    128.31%
26207.89/1323.87	c      1324             12          11        20          26.0000          11.3880    128.31%
26307.09/1328.88	c      1329             12          11        20          26.0000          11.3880    128.31%
26408.30/1333.99	c      1334             12          11        20          26.0000          11.3880    128.31%
26510.07/1339.06	c      1339             12          11        20          26.0000          11.3880    128.31%
26611.39/1344.15	c      1344             12          11        20          26.0000          11.3880    128.31%
26711.87/1349.23	c      1349             12          11        20          26.0000          11.3880    128.31%
26813.07/1354.34	c      1354             12          11        20          26.0000          11.3880    128.31%
26914.14/1359.45	c      1359             12          11        20          26.0000          11.3880    128.31%
27015.32/1364.52	c      1365             12          11        20          26.0000          11.3880    128.31%
27114.52/1369.60	c      1370             12          11        20          26.0000          11.3880    128.31%
27215.72/1374.68	c      1375             12          11        20          26.0000          11.3880    128.31%
27318.89/1379.83	c      1380             12          11        20          26.0000          11.3880    128.31%
27420.09/1384.94	c      1385             12          11        20          26.0000          11.3880    128.31%
27521.85/1390.05	c      1390             12          11        20          26.0000          11.3880    128.31%
27623.25/1395.15	c      1395             12          11        20          26.0000          11.3880    128.31%
27723.64/1400.23	c      1400             12          11        20          26.0000          11.3880    128.31%
27822.86/1405.25	c      1405             12          11        20          26.0000          11.3880    128.31%
27924.06/1410.36	c      1410             12          11        20          26.0000          11.3880    128.31%
28025.25/1415.45	c      1415             12          11        20          26.0000          11.3880    128.31%
28126.44/1420.56	c      1421             12          11        20          26.0000          11.3880    128.31%
28227.64/1425.68	c      1426             13          12        20          26.0000          11.3880    128.31%
28332.80/1431.01	c      1431             13          12        20          26.0000          11.3880    128.31%
28434.68/1436.10	c      1436             13          12        20          26.0000          11.3880    128.31%
28537.16/1441.20	c      1441             13          12        20          26.0000          11.3880    128.31%
28636.36/1446.27	c      1446             13          12        20          26.0000          11.3880    128.31%
28737.54/1451.34	c      1451             13          12        20          26.0000          11.3880    128.31%
28840.72/1456.52	c      1457             13          12        20          26.0000          11.3880    128.31%
28939.93/1461.59	c      1462             13          12        20          26.0000          11.3880    128.31%
29043.13/1466.71	c      1467             13          12        20          26.0000          11.3880    128.31%
29144.34/1471.86	c      1472             13          12        20          26.0000          11.3880    128.31%
29245.49/1476.99	c      1477             13          12        20          26.0000          11.3880    128.31%
29347.35/1482.12	c      1482             13          12        20          26.0000          11.3880    128.31%
29449.86/1487.23	c      1487             13          12        20          26.0000          11.3880    128.31%
29551.04/1492.37	c      1492             13          12        20          26.0000          11.3880    128.31%
29652.24/1497.45	c      1497             13          12        20          26.0000          11.3880    128.31%
29753.43/1502.53	c      1503             13          12        20          26.0000          11.3880    128.31%
29852.60/1507.59	c      1508             13          12        20          26.0000          11.3880    128.31%
29955.78/1512.73	c      1513             13          12        20          26.0000          11.3880    128.31%
30056.96/1517.83	c      1518             13          12        20          26.0000          11.3880    128.31%
30158.13/1522.93	c      1523             13          12        20          26.0000          11.3880    128.31%
30257.33/1528.02	c      1528             13          12        20          26.0000          11.3880    128.31%
30359.15/1533.08	c      1533             13          12        20          26.0000          11.3880    128.31%
30461.56/1538.23	c      1538             13          12        20          26.0000          11.3880    128.31%
30562.73/1543.32	c      1543             13          12        20          26.0000          11.3880    128.31%
30663.90/1548.41	c      1548             13          12        20          26.0000          11.3880    128.31%
30763.10/1553.44	c      1553             13          12        20          26.0000          11.3880    128.31%
30864.29/1558.59	c      1559             14          13        20          26.0000          11.3880    128.31%
30967.44/1563.73	c      1564             14          13        20          26.0000          11.3880    128.31%
31068.62/1568.90	c      1569             14          13        20          26.0000          11.3880    128.31%
31169.79/1574.00	c      1574             14          13        20          26.0000          11.3880    128.31%
31271.65/1579.11	c      1579             14          13        20          26.0000          11.3880    128.31%
31374.11/1584.22	c      1584             14          13        20          26.0000          11.3880    128.31%
31475.29/1589.34	c      1589             14          13        20          26.0000          11.3880    128.31%
31576.49/1594.42	c      1594             14          13        20          26.0000          11.3880    128.31%
31677.65/1599.52	c      1600             14          13        20          26.0000          11.3880    128.31%
31778.82/1604.62	c      1605             14          13        20          26.0000          11.3880    128.31%
31878.01/1609.69	c      1610             14          13        20          26.0000          11.3880    128.31%
31979.19/1614.75	c      1615             14          13        20          26.0000          11.3880    128.31%
32080.39/1619.87	c      1620             14          13        20          26.0000          11.3880    128.31%
32184.25/1625.04	c      1625             15          14        20          26.0000          11.3880    128.31%
32283.34/1630.11	c      1630             15          14        20          26.0000          11.3880    128.31%
32385.89/1635.25	c      1635             15          14        20          26.0000          11.3880    128.31%
32485.11/1640.27	c      1640             15          14        20          26.0000          11.3880    128.31%
32586.29/1645.37	c      1645             15          14        20          26.0000          11.3880    128.31%
32687.48/1650.48	c      1650             15          14        20          26.0000          11.3880    128.31%
32788.69/1655.55	c      1656             15          14        20          26.0000          11.3880    128.31%
32887.86/1660.59	c      1661             15          14        20          26.0000          11.3880    128.31%
32991.05/1665.72	c      1666             15          14        20          26.0000          11.3880    128.31%
33092.25/1670.86	c      1671             15          14        20          26.0000          11.3880    128.31%
33193.44/1675.96	c      1676             15          14        20          26.0000          11.3880    128.31%
33295.31/1681.10	c      1681             15          14        20          26.0000          11.3880    128.31%
33399.72/1686.39	c      1686             15          14        20          26.0000          11.3880    128.31%
33500.84/1691.49	c      1691             16          15        20          26.0000          11.3880    128.31%
33602.04/1696.51	c      1697             16          15        20          26.0000          11.3880    128.31%
33701.22/1701.53	c      1702             16          15        20          26.0000          11.3880    128.31%
33802.38/1706.62	c      1707             16          15        20          26.0000          11.3880    128.31%
33901.58/1711.69	c      1712             16          15        20          26.0000          11.3880    128.31%
34002.73/1716.77	c      1717             16          15        20          26.0000          11.3880    128.31%
34101.90/1721.79	c      1722             16          15        20          26.0000          11.3880    128.31%
34209.56/1727.17	c      1727             16          15        20          26.0000          11.3880    128.31%
34312.05/1732.35	c      1732             16          15        20          26.0000          11.3880    128.31%
34413.22/1737.41	c      1737             16          15        20          26.0000          11.3880    128.31%
34516.37/1742.63	c      1743             16          15        20          26.0000          11.3880    128.31%
34617.50/1747.75	c      1748             17          16        20          26.0000          11.3880    128.31%
34718.66/1752.83	c      1753             17          16        20          26.0000          11.3880    128.31%
34817.85/1757.89	c      1758             17          16        20          26.0000          11.3880    128.31%
34919.03/1762.95	c      1763             17          16        20          26.0000          11.3880    128.31%
35020.89/1768.07	c      1768             17          16        20          26.0000          11.3880    128.31%
35121.99/1773.19	c      1773             17          16        20          26.0000          11.3880    128.31%
35228.43/1778.57	c      1779             17          16        20          26.0000          11.3880    128.31%
35329.59/1783.67	c      1784             17          16        20          26.0000          11.3880    128.31%
35430.69/1788.72	c      1789             17          16        20          26.0000          11.3880    128.31%
35531.88/1793.86	c      1794             17          16        20          26.0000          11.3880    128.31%
35633.03/1798.96	c      1799             17          16        20          26.0000          11.3880    128.31%
35734.92/1804.04	c      1804             18          17        20          26.0000          11.3880    128.31%
35834.09/1809.07	c      1809             18          17        20          26.0000          11.3880    128.31%
35935.29/1814.20	c      1814             18          17        20          26.0000          11.3880    128.31%
36037.74/1819.31	c      1819             18          17        20          26.0000          11.3880    128.31%
36138.93/1824.45	c      1824             18          17        20          26.0000          11.3880    128.31%
36240.12/1829.51	c      1830             18          17        20          26.0000          11.3880    128.31%
36341.33/1834.67	c      1835             18          17        20          26.0000          11.3880    128.31%
36444.39/1839.86	c      1840             18          17        20          26.0000          11.3880    128.31%
36545.58/1845.01	c      1845             18          17        20          26.0000          11.3880    128.31%
36647.34/1850.11	c      1850             18          17        20          26.0000          11.3880    128.31%
36749.79/1855.22	c      1855             18          17        20          26.0000          11.3880    128.31%
36850.96/1860.31	c      1860             18          17        20          26.0000          11.3880    128.31%
36952.14/1865.43	c      1865             18          17        20          26.0000          11.3880    128.31%
37051.18/1870.48	c      1870             18          17        20          26.0000          11.3880    128.31%
37150.37/1875.50	c      1876             18          17        20          26.0000          11.3880    128.31%
37255.44/1880.78	c      1881             18          17        20          26.0000          11.3880    128.31%
37356.61/1885.88	c      1886             18          17        20          26.0000          11.3880    128.31%
37457.77/1890.99	c      1891             19          18        20          26.0000          11.3880    128.31%
37559.63/1896.07	c      1896             19          18        20          26.0000          11.3880    128.31%
37658.76/1901.10	c      1901             19          18        20          26.0000          11.3880    128.31%
37759.84/1906.19	c      1906             19          18        20          26.0000          11.3880    128.31%
37862.25/1911.30	c      1911             19          18        20          26.0000          11.3880    128.31%
37961.44/1916.39	c      1916             19          18        20          26.0000          11.3880    128.31%
38062.60/1921.48	c      1921             19          18        20          26.0000          11.3880    128.31%
38163.76/1926.56	c      1927             19          18        20          26.0000          11.3880    128.31%
38264.92/1931.63	c      1932             19          18        20          26.0000          11.3880    128.31%
38364.13/1936.67	c      1937             20          19        20          26.0000          11.3880    128.31%
38467.26/1941.81	c      1942             20          19        20          26.0000          11.3880    128.31%
38568.44/1946.90	c      1947             20          19        20          26.0000          11.3880    128.31%
38667.63/1951.96	c      1952             20          19        20          26.0000          11.3880    128.31%
38766.83/1957.02	c      1957             20          19        20          26.0000          11.3880    128.31%
38868.55/1962.11	c      1962             20          19        20          26.0000          11.3880    128.31%
38970.98/1967.20	c      1967             20          19        20          26.0000          11.3880    128.31%
39072.08/1972.31	c      1972             20          19        20          26.0000          11.3880    128.31%
39171.22/1977.39	c      1977             20          19        20          26.0000          11.3880    128.31%
39272.33/1982.48	c      1982             20          19        20          26.0000          11.3880    128.31%
39373.43/1987.58	c      1988             21          20        20          26.0000          11.3880    128.31%
39474.53/1992.67	c      1993             21          20        20          26.0000          11.3880    128.31%
39575.69/1997.75	c      1998             21          20        20          26.0000          11.3880    128.31%
39676.83/2002.81	c      2003             21          20        20          26.0000          11.3880    128.31%
39775.99/2007.83	c      2008             21          20        20          26.0000          11.3880    128.31%
39877.06/2012.93	c      2013             21          20        20          26.0000          11.3880    128.31%
39976.19/2018.03	c      2018             21          20        20          26.0000          11.3880    128.31%
40079.63/2023.17	c      2023             21          20        20          26.0000          11.3880    128.31%
40180.22/2028.27	c      2028             21          20        20          26.0000          11.3880    128.31%
40281.32/2033.34	c      2033             21          20        20          26.0000          11.3880    128.31%
40382.41/2038.43	c      2038             21          20        20          26.0000          11.3880    128.31%
40483.56/2043.52	c      2044             22          21        20          26.0000          11.3880    128.31%
40582.71/2048.55	c      2049             22          21        20          26.0000          11.3880    128.31%
40681.83/2053.58	c      2054             22          21        20          26.0000          11.3880    128.31%
40782.97/2058.70	c      2059             22          21        20          26.0000          11.3880    128.31%
40884.13/2063.77	c      2064             22          21        20          26.0000          11.3880    128.31%
40985.27/2068.83	c      2069             22          21        20          26.0000          11.3880    128.31%
41089.06/2074.04	c      2074             22          21        20          26.0000          11.3880    128.31%
41188.53/2079.12	c      2079             22          21        20          26.0000          11.3880    128.31%
41290.61/2084.24	c      2084             22          21        20          26.0000          11.3880    128.31%
41389.64/2089.29	c      2089             22          21        20          26.0000          11.3880    128.31%
41490.80/2094.36	c      2094             22          21        20          26.0000          11.3880    128.31%
41591.91/2099.45	c      2099             22          21        20          26.0000          11.3880    128.31%
41693.04/2104.57	c      2105             22          21        20          26.0000          11.3880    128.31%
41794.06/2109.64	c      2110             22          21        20          26.0000          11.3880    128.31%
41895.17/2114.73	c      2115             22          21        20          26.0000          11.3880    128.31%
41996.28/2119.84	c      2120             22          21        20          26.0000          11.3880    128.31%
42097.38/2124.91	c      2125             22          21        20          26.0000          11.3880    128.31%
42196.43/2130.02	c      2130             22          21        20          26.0000          11.3880    128.31%
42298.27/2135.11	c      2135             23          22        20          26.0000          11.3880    128.31%
42399.30/2140.18	c      2140             23          22        20          26.0000          11.3880    128.31%
42499.69/2145.27	c      2145             23          22        20          26.0000          11.3880    128.31%
42600.72/2150.35	c      2150             23          22        20          26.0000          11.3880    128.31%
42701.84/2155.45	c      2155             23          22        20          26.0000          11.3880    128.31%
42802.97/2160.54	c      2161             23          22        20          26.0000          11.3880    128.31%
42904.12/2165.64	c      2166             23          22        20          26.0000          11.3880    128.31%
43005.26/2170.71	c      2171             23          22        20          26.0000          11.3880    128.31%
43104.46/2175.72	c      2176             23          22        20          26.0000          11.3880    128.31%
43203.60/2180.75	c      2181             23          22        20          26.0000          11.3880    128.31%
43304.76/2185.87	c      2186             23          22        20          26.0000          11.3880    128.31%
43405.95/2190.94	c      2191             23          22        20          26.0000          11.3880    128.31%
43507.72/2196.06	c      2196             23          22        20          26.0000          11.3880    128.31%
43606.90/2201.13	c      2201             24          23        20          26.0000          11.3880    128.31%
43709.33/2206.20	c      2206             24          23        20          26.0000          11.3880    128.31%
43810.08/2211.38	c      2211             24          23        20          26.0000          11.3880    128.31%
43913.23/2216.53	c      2217             24          23        20          26.0000          11.3880    128.31%
44014.39/2221.61	c      2222             24          23        20          26.0000          11.3880    128.31%
44115.56/2226.70	c      2227             24          23        20          26.0000          11.3880    128.31%
44216.71/2231.87	c      2232             24          23        20          26.0000          11.3880    128.31%
44317.84/2236.99	c      2237             24          23        20          26.0000          11.3880    128.31%
44419.62/2242.08	c      2242             24          23        20          26.0000          11.3880    128.31%
44520.69/2247.17	c      2247             24          23        20          26.0000          11.3880    128.31%
44621.30/2252.26	c      2252             24          23        20          26.0000          11.3880    128.31%
44722.49/2257.30	c      2257             25          24        20          26.0000          11.3880    128.31%
44823.65/2262.45	c      2262             25          24        20          26.0000          11.3880    128.31%
44924.82/2267.57	c      2268             25          24        20          26.0000          11.3880    128.31%
45026.01/2272.67	c      2273             25          24        20          26.0000          11.3880    128.31%
45127.20/2277.76	c      2278             25          24        20          26.0000          11.3880    128.31%
45228.36/2282.86	c      2283             25          24        20          26.0000          11.3880    128.31%
45329.53/2287.93	c      2288             25          24        20          26.0000          11.3880    128.31%
45428.70/2293.02	c      2293             25          24        20          26.0000          11.3880    128.31%
45530.57/2298.12	c      2298             25          24        20          26.0000          11.3880    128.31%
45633.03/2303.21	c      2303             26          25        20          26.0000          11.3880    128.31%
45732.19/2308.27	c      2308             26          25        20          26.0000          11.3880    128.31%
45831.35/2313.29	c      2313             26          25        20          26.0000          11.3880    128.31%
45934.49/2318.40	c      2318             26          25        20          26.0000          11.3880    128.31%
46035.58/2323.54	c      2324             26          25        20          26.0000          11.3880    128.31%
46136.71/2328.67	c      2329             26          25        20          26.0000          11.3880    128.31%
46237.85/2333.77	c      2334             26          25        20          26.0000          11.3880    128.31%
46340.98/2338.90	c      2339             26          25        20          26.0000          11.3880    128.31%
46440.17/2344.01	c      2344             27          26        20          26.0000          11.3880    128.31%
46542.09/2349.08	c      2349             27          26        20          26.0000          11.3880    128.31%
46643.31/2354.17	c      2354             27          26        20          26.0000          11.3880    128.31%
46743.64/2359.24	c      2359             27          26        20          26.0000          11.3880    128.31%
46844.82/2364.33	c      2364             27          26        20          26.0000          11.3880    128.31%
46946.00/2369.41	c      2369             27          26        20          26.0000          11.3880    128.31%
47045.12/2374.48	c      2374             27          26        20          26.0000          11.3880    128.31%
47146.29/2379.52	c      2380             27          26        20          26.0000          11.3880    128.31%
47245.42/2384.53	c      2385             27          26        20          26.0000          11.3880    128.31%
47346.52/2389.65	c      2390             27          26        20          26.0000          11.3880    128.31%
47447.66/2394.76	c      2395             27          26        20          26.0000          11.3880    128.31%
47548.83/2399.86	c      2400             27          26        20          26.0000          11.3880    128.31%
47650.00/2404.95	c      2405             27          26        20          26.0000          11.3880    128.31%
47749.16/2410.03	c      2410             28          27        20          26.0000          11.3880    128.31%
47851.11/2415.10	c      2415             28          27        20          26.0000          11.3880    128.31%
47952.27/2420.16	c      2420             28          27        20          26.0000          11.3880    128.31%
48051.57/2425.20	c      2425             28          27        20          26.0000          11.3880    128.31%
48154.02/2430.39	c      2430             28          27        20          26.0000          11.3880    128.31%
48255.28/2435.48	c      2435             28          27        20          26.0000          11.3880    128.31%
48356.49/2440.56	c      2441             28          27        20          26.0000          11.3880    128.31%
48459.77/2445.75	c      2446             28          27        20          26.0000          11.3880    128.31%
48561.02/2450.89	c      2451             28          27        20          26.0000          11.3880    128.31%
48662.32/2455.99	c      2456             28          27        20          26.0000          11.3880    128.31%
48764.25/2461.06	c      2461             28          27        20          26.0000          11.3880    128.31%
48865.40/2466.15	c      2466             28          27        20          26.0000          11.3880    128.31%
48966.04/2471.21	c      2471             28          27        20          26.0000          11.3880    128.31%
49065.34/2476.27	c      2476             28          27        20          26.0000          11.3880    128.31%
49166.58/2481.36	c      2481             28          27        20          26.0000          11.3880    128.31%
49267.85/2486.48	c      2486             28          27        20          26.0000          11.3880    128.31%
49369.08/2491.57	c      2492             28          27        20          26.0000          11.3880    128.31%
49470.14/2496.64	c      2497             28          27        20          26.0000          11.3880    128.31%
49571.32/2501.75	c      2502             29          28        20          26.0000          11.3880    128.31%
49672.55/2506.86	c      2507             29          28        20          26.0000          11.3880    128.31%
49773.71/2511.96	c      2512             29          28        20          26.0000          11.3880    128.31%
49872.92/2516.98	c      2517             29          28        20          26.0000          11.3880    128.31%
49974.56/2522.11	c      2522             29          28        20          26.0000          11.3880    128.31%
50077.10/2527.20	c      2527             29          28        20          26.0000          11.3880    128.31%
50178.29/2532.30	c      2532             29          28        20          26.0000          11.3880    128.31%
50279.52/2537.42	c      2537             29          28        20          26.0000          11.3880    128.31%
50378.78/2542.48	c      2542             29          28        20          26.0000          11.3880    128.31%
50479.94/2547.59	c      2548             29          28        20          26.0000          11.3880    128.31%
50583.07/2552.70	c      2553             29          28        20          26.0000          11.3880    128.31%
50682.28/2557.76	c      2558             29          28        20          26.0000          11.3880    128.31%
50783.49/2562.84	c      2563             29          28        20          26.0000          11.3880    128.31%
50884.70/2567.94	c      2568             29          28        20          26.0000          11.3880    128.31%
50986.70/2573.04	c      2573             29          28        20          26.0000          11.3880    128.31%
51085.72/2578.12	c      2578             29          28        20          26.0000          11.3880    128.31%
51186.61/2583.19	c      2583             30          29        20          26.0000          11.3880    128.31%
51287.31/2588.29	c      2588             30          29        20          26.0000          11.3880    128.31%
51388.52/2593.37	c      2593             30          29        20          26.0000          11.3880    128.31%
51489.76/2598.45	c      2598             30          29        20          26.0000          11.3880    128.31%
51590.95/2603.54	c      2604             30          29        20          26.0000          11.3880    128.31%
51692.17/2608.63	c      2609             30          29        20          26.0000          11.3880    128.31%
51791.36/2613.69	c      2614             30          29        20          26.0000          11.3880    128.31%
51892.57/2618.78	c      2619             30          29        20          26.0000          11.3880    128.31%
51993.82/2623.85	c      2624             30          29        20          26.0000          11.3880    128.31%
52092.96/2628.90	c      2629             30          29        20          26.0000          11.3880    128.31%
52194.05/2633.94	c      2634             31          30        20          26.0000          11.3880    128.31%
52293.29/2639.03	c      2639             31          30        20          26.0000          11.3880    128.31%
52395.22/2644.13	c      2644             31          30        20          26.0000          11.3880    128.31%
52499.64/2649.31	c      2649             31          30        20          26.0000          11.3880    128.31%
52600.81/2654.47	c      2654             31          30        20          26.0000          11.3880    128.31%
52703.82/2659.61	c      2660             31          30        20          26.0000          11.3880    128.31%
52805.00/2664.71	c      2665             31          30        20          26.0000          11.3880    128.31%
52906.13/2669.83	c      2670             31          30        20          26.0000          11.3880    128.31%
53007.11/2674.93	c      2675             31          30        20          26.0000          11.3880    128.31%
53108.98/2680.07	c      2680             31          30        20          26.0000          11.3880    128.31%
53210.22/2685.18	c      2685             32          31        20          26.0000          11.3880    128.31%
53310.73/2690.29	c      2690             32          31        20          26.0000          11.3880    128.31%
53413.97/2695.45	c      2695             32          31        20          26.0000          11.3880    128.31%
53515.16/2700.56	c      2701             32          31        20          26.0000          11.3880    128.31%
53616.34/2705.66	c      2706             32          31        20          26.0000          11.3880    128.31%
53717.46/2710.79	c      2711             32          31        20          26.0000          11.3880    128.31%
53820.59/2715.94	c      2716             32          31        20          26.0000          11.3880    128.31%
53922.51/2721.10	c      2721             32          31        20          26.0000          11.3880    128.31%
54023.78/2726.18	c      2726             33          32        20          26.0000          11.3880    128.31%
54124.27/2731.26	c      2731             33          32        20          26.0000          11.3880    128.31%
54225.47/2736.39	c      2736             33          32        20          26.0000          11.3880    128.31%
54326.73/2741.49	c      2741             33          32        20          26.0000          11.3880    128.31%
54427.97/2746.56	c      2747             33          32        20          26.0000          11.3880    128.31%
54531.20/2751.73	c      2752             33          32        20          26.0000          11.3880    128.31%
54632.41/2756.80	c      2757             33          32        20          26.0000          11.3880    128.31%
54733.60/2761.90	c      2762             33          32        20          26.0000          11.3880    128.31%
54835.52/2767.07	c      2767             33          32        20          26.0000          11.3880    128.31%
54936.76/2772.15	c      2772             33          32        20          26.0000          11.3880    128.31%
55037.33/2777.22	c      2777             33          32        20          26.0000          11.3880    128.31%
55138.51/2782.32	c      2782             33          32        20          26.0000          11.3880    128.31%
55239.63/2787.42	c      2787             33          32        20          26.0000          11.3880    128.31%
55338.87/2792.48	c      2792             34          33        20          26.0000          11.3880    128.31%
55440.03/2797.57	c      2798             34          33        20          26.0000          11.3880    128.31%
55540.98/2802.64	c      2803             34          33        20          26.0000          11.3880    128.31%
55642.24/2807.72	c      2808             34          33        20          26.0000          11.3880    128.31%
55743.47/2812.85	c      2813             34          33        20          26.0000          11.3880    128.31%
55844.71/2817.95	c      2818             34          33        20          26.0000          11.3880    128.31%
55946.56/2823.04	c      2823             34          33        20          26.0000          11.3880    128.31%
56045.92/2828.13	c      2828             34          33        20          26.0000          11.3880    128.31%
56147.18/2833.16	c      2833             35          34        20          26.0000          11.3880    128.31%
56247.71/2838.24	c      2838             35          34        20          26.0000          11.3880    128.31%
56348.81/2843.35	c      2843             35          34        20          26.0000          11.3880    128.31%
56452.05/2848.57	c      2849             35          34        20          26.0000          11.3880    128.31%
56553.22/2853.68	c      2854             35          34        20          26.0000          11.3880    128.31%
56656.31/2858.85	c      2859             35          34        20          26.0000          11.3880    128.31%
56757.39/2863.96	c      2864             35          34        20          26.0000          11.3880    128.31%
56856.51/2869.00	c      2869             35          34        20          26.0000          11.3880    128.31%
56958.41/2874.10	c      2874             35          34        20          26.0000          11.3880    128.31%
57060.99/2879.21	c      2879             35          34        20          26.0000          11.3880    128.31%
57162.20/2884.32	c      2884             35          34        20          26.0000          11.3880    128.31%
57263.41/2889.44	c      2889             35          34        20          26.0000          11.3880    128.31%
57364.61/2894.56	c      2895             35          34        20          26.0000          11.3880    128.31%
57465.86/2899.65	c      2900             35          34        20          26.0000          11.3880    128.31%
57565.12/2904.67	c      2905             36          35        20          26.0000          11.3880    128.31%
57668.39/2909.87	c      2910             36          35        20          26.0000          11.3880    128.31%
57769.61/2914.95	c      2915             36          35        20          26.0000          11.3880    128.31%
57871.66/2920.05	c      2920             36          35        20          26.0000          11.3880    128.31%
57970.57/2925.07	c      2925             36          35        20          26.0000          11.3880    128.31%
58079.18/2930.53	c      2931             36          35        20          26.0000          11.3880    128.31%
58180.38/2935.64	c      2936             36          35        20          26.0000          11.3880    128.31%
58281.63/2940.75	c      2941             36          35        20          26.0000          11.3880    128.31%
58382.80/2945.85	c      2946             37          36        20          26.0000          11.3880    128.31%
58483.92/2950.96	c      2951             37          36        20          26.0000          11.3880    128.31%
58586.05/2956.07	c      2956             37          36        20          26.0000          11.3880    128.31%
58687.12/2961.19	c      2961             37          36        20          26.0000          11.3880    128.31%
58787.72/2966.27	c      2966             37          36        20          26.0000          11.3880    128.31%
58888.97/2971.36	c      2971             37          36        20          26.0000          11.3880    128.31%
58990.20/2976.44	c      2976             38          37        20          26.0000          11.3880    128.31%
59091.46/2981.53	c      2982             38          37        20          26.0000          11.3880    128.31%
59192.72/2986.63	c      2987             38          37        20          26.0000          11.3880    128.31%
59293.98/2991.73	c      2992             38          37        20          26.0000          11.3880    128.31%
59395.26/2996.80	c      2997             38          37        20          26.0000          11.3880    128.31%
59494.54/3001.89	c      3002             38          37        20          26.0000          11.3880    128.31%
59595.75/3006.92	c      3007             38          37        20          26.0000          11.3880    128.31%
59700.97/3012.20	c      3012             38          37        20          26.0000          11.3880    128.31%
59802.23/3017.31	c      3017             38          37        20          26.0000          11.3880    128.31%
59903.47/3022.41	c      3022             39          38        20          26.0000          11.3880    128.31%
60004.32/3027.54	c      3028             39          38        20          26.0000          11.3880    128.31%
60107.52/3032.70	c      3033             39          38        20          26.0000          11.3880    128.31%
60208.68/3037.83	c      3038             39          38        20          26.0000          11.3880    128.31%
60309.95/3042.93	c      3043             39          38        20          26.0000          11.3880    128.31%
60409.23/3048.02	c      3048             39          38        20          26.0000          11.3880    128.31%
60513.16/3053.16	c      3053             39          38        20          26.0000          11.3880    128.31%
60613.69/3058.27	c      3058             39          38        20          26.0000          11.3880    128.31%
60716.93/3063.49	c      3063             39          38        20          26.0000          11.3880    128.31%
60818.18/3068.60	c      3069             39          38        20          26.0000          11.3880    128.31%
60921.44/3073.70	c      3074             39          38        20          26.0000          11.3880    128.31%
61022.71/3078.83	c      3079             40          39        20          26.0000          11.3880    128.31%
61123.81/3083.96	c      3084             40          39        20          26.0000          11.3880    128.31%
61230.85/3089.31	c      3089             40          39        20          26.0000          11.3880    128.31%
61332.10/3094.41	c      3094             40          39        20          26.0000          11.3880    128.31%
61431.33/3099.49	c      3099             40          39        20          26.0000          11.3880    128.31%
61532.54/3104.59	c      3105             40          39        20          26.0000          11.3880    128.31%
61635.70/3109.79	c      3110             40          39        20          26.0000          11.3880    128.31%
61736.94/3114.87	c      3115             40          39        20          26.0000          11.3880    128.31%
61838.19/3119.93	c      3120             41          40        20          26.0000          11.3880    128.31%
61937.44/3125.00	c      3125             41          40        20          26.0000          11.3880    128.31%
62042.59/3130.27	c      3130             41          40        20          26.0000          11.3880    128.31%
62143.74/3135.40	c      3135             41          40        20          26.0000          11.3880    128.31%
62244.96/3140.49	c      3140             41          40        20          26.0000          11.3880    128.31%
62346.18/3145.57	c      3146             41          40        20          26.0000          11.3880    128.31%
62447.41/3150.68	c      3151             41          40        20          26.0000          11.3880    128.31%
62548.58/3155.76	c      3156             42          41        20          26.0000          11.3880    128.31%
62649.81/3160.86	c      3161             42          41        20          26.0000          11.3880    128.31%
62750.91/3165.99	c      3166             42          41        20          26.0000          11.3880    128.31%
62854.73/3171.19	c      3171             42          41        20          26.0000          11.3880    128.31%
62955.20/3176.29	c      3176             42          41        20          26.0000          11.3880    128.31%
63056.42/3181.39	c      3181             42          41        20          26.0000          11.3880    128.31%
63157.64/3186.47	c      3186             42          41        20          26.0000          11.3880    128.31%
63258.78/3191.56	c      3192             42          41        20          26.0000          11.3880    128.31%
63365.97/3196.91	c      3197             42          41        20          26.0000          11.3880    128.31%
63469.88/3202.17	c      3202             42          41        20          26.0000          11.3880    128.31%
63570.23/3207.25	c      3207             42          41        20          26.0000          11.3880    128.31%
63671.41/3212.32	c      3212             42          41        20          26.0000          11.3880    128.31%
63772.55/3217.44	c      3217             42          41        20          26.0000          11.3880    128.31%
63879.77/3222.90	c      3223             42          41        20          26.0000          11.3880    128.31%
63981.02/3228.00	c      3228             42          41        20          26.0000          11.3880    128.31%
64086.20/3233.24	c      3233             42          41        20          26.0000          11.3880    128.31%
64187.44/3238.30	c      3238             42          41        20          26.0000          11.3880    128.31%
64286.69/3243.36	c      3243             42          41        20          26.0000          11.3880    128.31%
64389.91/3248.55	c      3249             42          41        20          26.0000          11.3880    128.31%
64491.11/3253.62	c      3254             42          41        20          26.0000          11.3880    128.31%
64594.30/3258.80	c      3259             42          41        20          26.0000          11.3880    128.31%
64693.52/3263.87	c      3264             42          41        20          26.0000          11.3880    128.31%
64794.75/3268.96	c      3269             42          41        20          26.0000          11.3880    128.31%
64896.62/3274.04	c      3274             42          41        20          26.0000          11.3880    128.31%
64995.72/3279.12	c      3279             42          41        20          26.0000          11.3880    128.31%
65097.01/3284.17	c      3284             42          41        20          26.0000          11.3880    128.31%
65199.59/3289.30	c      3289             42          41        20          26.0000          11.3880    128.31%
65298.78/3294.37	c      3294             42          41        20          26.0000          11.3880    128.31%
65400.00/3299.48	c      3299             42          41        20          26.0000          11.3880    128.31%
65501.20/3304.58	c      3305             42          41        20          26.0000          11.3880    128.31%
65602.42/3309.61	c      3310             42          41        20          26.0000          11.3880    128.31%
65701.67/3314.62	c      3315             42          41        20          26.0000          11.3880    128.31%
65802.88/3319.74	c      3320             42          41        20          26.0000          11.3880    128.31%
65906.11/3324.92	c      3325             42          41        20          26.0000          11.3880    128.31%
66007.98/3330.06	c      3330             42          41        20          26.0000          11.3880    128.31%
66107.11/3335.13	c      3335             42          41        20          26.0000          11.3880    128.31%
66208.39/3340.19	c      3340             42          41        20          26.0000          11.3880    128.31%
66310.77/3345.35	c      3345             42          41        20          26.0000          11.3880    128.31%
66411.98/3350.41	c      3350             42          41        20          26.0000          11.3880    128.31%
66513.20/3355.53	c      3356             42          41        20          26.0000          11.3880    128.31%
66614.40/3360.67	c      3361             42          41        20          26.0000          11.3880    128.31%
66717.59/3365.82	c      3366             42          41        20          26.0000          11.3880    128.31%
66816.80/3370.88	c      3371             42          41        20          26.0000          11.3880    128.31%
66918.00/3375.95	c      3376             42          41        20          26.0000          11.3880    128.31%
67021.82/3381.18	c      3381             42          41        20          26.0000          11.3880    128.31%
67124.40/3386.39	c      3386             42          41        20          26.0000          11.3880    128.31%
67227.62/3391.50	c      3392             42          41        20          26.0000          11.3880    128.31%
67328.82/3396.64	c      3397             42          41        20          26.0000          11.3880    128.31%
67431.75/3401.83	c      3402             42          41        20          26.0000          11.3880    128.31%
67532.96/3406.93	c      3407             42          41        20          26.0000          11.3880    128.31%
67632.17/3411.97	c      3412             42          41        20          26.0000          11.3880    128.31%
67733.98/3417.12	c      3417             42          41        20          26.0000          11.3880    128.31%
67836.53/3422.22	c      3422             42          41        20          26.0000          11.3880    128.31%
67935.76/3427.29	c      3427             42          41        20          26.0000          11.3880    128.31%
68040.95/3432.54	c      3433             42          41        20          26.0000          11.3880    128.31%
68144.13/3437.71	c      3438             42          41        20          26.0000          11.3880    128.31%
68245.36/3442.85	c      3443             42          41        20          26.0000          11.3880    128.31%
68346.51/3448.00	c      3448             42          41        20          26.0000          11.3880    128.31%
68448.31/3453.10	c      3453             42          41        20          26.0000          11.3880    128.31%
68549.30/3458.19	c      3458             42          41        20          26.0000          11.3880    128.31%
68649.91/3463.29	c      3463             42          41        20          26.0000          11.3880    128.31%
68753.09/3468.49	c      3468             42          41        20          26.0000          11.3880    128.31%
68854.29/3473.59	c      3474             42          41        20          26.0000          11.3880    128.31%
68957.46/3478.71	c      3479             42          41        20          26.0000          11.3880    128.31%
69058.70/3483.80	c      3484             42          41        20          26.0000          11.3880    128.31%
69157.90/3488.86	c      3489             42          41        20          26.0000          11.3880    128.31%
69259.09/3493.93	c      3494             42          41        20          26.0000          11.3880    128.31%
69358.33/3499.02	c      3499             42          41        20          26.0000          11.3880    128.31%
69462.23/3504.16	c      3504             42          41        20          26.0000          11.3880    128.31%
69562.63/3509.28	c      3509             42          41        20          26.0000          11.3880    128.31%
69669.80/3514.64	c      3515             42          41        20          26.0000          11.3880    128.31%
69770.90/3519.72	c      3520             42          41        20          26.0000          11.3880    128.31%
69870.05/3524.73	c      3525             42          41        20          26.0000          11.3880    128.31%
69971.20/3529.86	c      3530             42          41        20          26.0000          11.3880    128.31%
70074.96/3535.11	c      3535             42          41        20          26.0000          11.3880    128.31%
70176.29/3540.18	c      3540             42          41        20          26.0000          11.3880    128.31%
70276.59/3545.23	c      3545             42          41        20          26.0000          11.3880    128.31%
70379.79/3550.44	c      3550             42          41        20          26.0000          11.3880    128.31%
70481.00/3555.51	c      3556             42          41        20          26.0000          11.3880    128.31%
70582.21/3560.67	c      3561             42          41        20          26.0000          11.3880    128.31%
70683.42/3565.78	c      3566             42          41        20          26.0000          11.3880    128.31%
70786.65/3570.92	c      3571             42          41        20          26.0000          11.3880    128.31%
70885.81/3576.01	c      3576             42          41        20          26.0000          11.3880    128.31%
70987.30/3581.10	c      3581             42          41        20          26.0000          11.3880    128.31%
71088.26/3586.18	c      3586             42          41        20          26.0000          11.3880    128.31%
71188.88/3591.25	c      3591             42          41        20          26.0000          11.3880    128.31%
71290.04/3596.33	c      3596             42          41        20          26.0000          11.3880    128.31%
71393.23/3601.50	c      3602             42          41        20          26.0000          11.3880    128.31%
71492.46/3606.59	c      3607             42          41        20          26.0000          11.3880    128.31%
71593.68/3611.63	c      3612             42          41        20          26.0000          11.3880    128.31%
71696.88/3616.82	c      3617             42          41        20          26.0000          11.3880    128.31%
71796.08/3621.85	c      3622             42          41        20          26.0000          11.3880    128.31%
71895.25/3626.86	c      3627             42          41        20          26.0000          11.3880    128.31%
71996.47/3631.96	c      3632             42          41        20          26.0000          11.3880    128.31%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (185265 MiB free)
  memory of node 1: 193531 MiB (170899 MiB free)
  memory of node 2: 193531 MiB (188138 MiB free)
  memory of node 3: 193531 MiB (193029 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-4465295-1722457093/watcher-4465295-1722457093 -o /tmp/evaluation-result-4465295-1722457093/solver-4465295-1722457093 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68158 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465295-1722457093.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 77.88 79.85 79.60 62/981 70472
/proc/meminfo: memFree=754913740/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=82556 memory=70404 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) R 70468 70471 68145 0 -1 4194304 15463 0 0 0 9 2 0 0 20 0 1 0 12296052 84537344 17601 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 20639 17601 2347 3035 0 17035 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 82556 KiB
Current children cumulated memory: 70404 KiB

[startup+0.219494 s]*
/proc/loadavg: 77.88 79.85 79.60 62/981 70472
/proc/meminfo: memFree=754820800/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=171352 memory=157612 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) R 70468 70471 68145 0 -1 4194304 37337 0 0 0 18 5 0 0 20 0 1 0 12296052 175464448 39403 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 42838 39403 2598 3035 0 39234 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 171352 KiB
Current children cumulated memory: 157612 KiB

[startup+0.319741 s]*
/proc/loadavg: 77.88 79.85 79.60 62/981 70472
/proc/meminfo: memFree=754780680/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=181028 memory=167176 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) R 70468 70471 68145 0 -1 4194304 39752 0 0 0 27 5 0 0 20 0 1 0 12296052 185372672 41794 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 45257 41794 2614 3035 0 41653 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 181028 KiB
Current children cumulated memory: 167176 KiB

[startup+0.700273 s]
/proc/loadavg: 77.88 79.85 79.60 62/981 70472
/proc/meminfo: memFree=754697924/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=213564 memory=199364 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) R 70468 70471 68145 0 -1 4194304 60888 0 0 0 59 9 0 0 20 0 1 0 12296052 218689536 49841 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 53391 49841 2726 3035 0 49787 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 213564 KiB
Current children cumulated memory: 199364 KiB

[startup+1.50028 s]
/proc/loadavg: 77.88 79.85 79.60 62/981 70472
/proc/meminfo: memFree=754621672/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=1765176 memory=486984 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) S 70468 70471 68145 0 -1 1077936128 140900 0 0 0 128 21 0 0 20 0 21 0 12296052 1807540224 121746 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 441294 121746 2806 3035 0 170736 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1765176 KiB
Current children cumulated memory: 486984 KiB

[startup+3.12487 s]
/proc/loadavg: 77.88 79.85 79.60 61/975 70543
/proc/meminfo: memFree=772228828/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=5402504 memory=4104748 CPUtime=19.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) S 70468 70471 68145 0 -1 1077936128 1045493 0 0 0 1726 210 0 0 20 0 41 0 12296052 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 1350626 1026187 2822 3035 0 1162094 0
[pid=70471/tid=70473] ppid=70468 vsize=5402504 memory=11424 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70473/stat : 70473 (fscip) R 70468 70471 68145 0 -1 4194368 33351 0 0 0 84 5 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70474] ppid=70468 vsize=5402504 memory=1264328 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70474/stat : 70474 (fscip) R 70468 70471 68145 0 -1 4194368 56287 0 0 0 79 10 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70475] ppid=70468 vsize=5402504 memory=13664 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70475/stat : 70475 (fscip) R 70468 70471 68145 0 -1 4194368 56280 0 0 0 77 12 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70476] ppid=70468 vsize=5402504 memory=281110173253008 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70476/stat : 70476 (fscip) R 70468 70471 68145 0 -1 4194368 33648 0 0 0 84 7 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70477] ppid=70468 vsize=5402504 memory=12103604389873865 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70477/stat : 70477 (fscip) R 70468 70471 68145 0 -1 4194368 55836 0 0 0 79 11 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70478] ppid=70468 vsize=5402504 memory=2372 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70478/stat : 70478 (fscip) R 70468 70471 68145 0 -1 4194368 55706 0 0 0 77 12 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70479] ppid=70468 vsize=5402504 memory=30399726987509844 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70479/stat : 70479 (fscip) R 70468 70471 68145 0 -1 4194368 33351 0 0 0 84 6 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70480] ppid=70468 vsize=5402504 memory=0 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70480/stat : 70480 (fscip) R 70468 70471 68145 0 -1 4194368 56284 0 0 0 77 12 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70481] ppid=70468 vsize=5402504 memory=0 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70481/stat : 70481 (fscip) R 70468 70471 68145 0 -1 4194368 55784 0 0 0 79 10 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70482] ppid=70468 vsize=5402504 memory=281110173255504 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70482/stat : 70482 (fscip) R 70468 70471 68145 0 -1 4194368 33358 0 0 0 83 6 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70483] ppid=70468 vsize=5402504 memory=8209964205569 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70483/stat : 70483 (fscip) R 70468 70471 68145 0 -1 4194368 55808 0 0 0 76 13 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70484] ppid=70468 vsize=5402504 memory=8214259172609 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70484/stat : 70484 (fscip) R 70468 70471 68145 0 -1 4194368 56536 0 0 0 80 11 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70485] ppid=70468 vsize=5402504 memory=-1814703496963563588 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70485/stat : 70485 (fscip) R 70468 70471 68145 0 -1 4194368 33427 0 0 0 84 6 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70486] ppid=70468 vsize=5402504 memory=6944656575208382560 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70486/stat : 70486 (fscip) R 70468 70471 68145 0 -1 4194368 56535 0 0 0 79 11 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70487] ppid=70468 vsize=5402504 memory=-7662980745959663145 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70487/stat : 70487 (fscip) R 70468 70471 68145 0 -1 4194368 55770 0 0 0 78 12 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70488] ppid=70468 vsize=5402504 memory=-3183236011981972412 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70488/stat : 70488 (fscip) R 70468 70471 68145 0 -1 4194368 33659 0 0 0 84 6 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70489] ppid=70468 vsize=5402504 memory=33100 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70489/stat : 70489 (fscip) R 70468 70471 68145 0 -1 4194368 56271 0 0 0 79 10 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70490] ppid=70468 vsize=5402504 memory=19580 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70490/stat : 70490 (fscip) R 70468 70471 68145 0 -1 4194368 56291 0 0 0 78 11 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70491] ppid=70468 vsize=5402504 memory=54528 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70491/stat : 70491 (fscip) R 70468 70471 68145 0 -1 4194368 33353 0 0 0 85 6 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70492] ppid=70468 vsize=5402504 memory=28496 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70492/stat : 70492 (fscip) R 70468 70471 68145 0 -1 4194368 55877 0 0 0 78 11 0 0 20 0 41 0 12296174 5532164096 1026187 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70493] ppid=70468 vsize=5402504 memory=19580 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70493/stat : 70493 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026253 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70494] ppid=70468 vsize=5402504 memory=54528 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70494/stat : 70494 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026253 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70495] ppid=70468 vsize=5402504 memory=28496 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70495/stat : 70495 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026253 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70496] ppid=70468 vsize=5402504 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70496/stat : 70496 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026253 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70497] ppid=70468 vsize=5402504 memory=26960 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70497/stat : 70497 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026319 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70498] ppid=70468 vsize=5402504 memory=31356 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70498/stat : 70498 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026319 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70499] ppid=70468 vsize=5402504 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70499/stat : 70499 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296271 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70500] ppid=70468 vsize=5402504 memory=8240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70500/stat : 70500 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70501] ppid=70468 vsize=5402504 memory=8240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70501/stat : 70501 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70502] ppid=70468 vsize=5402504 memory=2112 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70502/stat : 70502 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70503] ppid=70468 vsize=5402504 memory=3308 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70503/stat : 70503 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70504] ppid=70468 vsize=5402504 memory=1704 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70504/stat : 70504 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70505] ppid=70468 vsize=5402504 memory=2152 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70505/stat : 70505 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70506] ppid=70468 vsize=5402504 memory=6056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70506/stat : 70506 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70507] ppid=70468 vsize=5402504 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70507/stat : 70507 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026385 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70508] ppid=70468 vsize=5402504 memory=33100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70508/stat : 70508 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026451 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70509] ppid=70468 vsize=5402504 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70509/stat : 70509 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026451 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70510] ppid=70468 vsize=5402504 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70510/stat : 70510 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026451 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70511] ppid=70468 vsize=5402504 memory=235184 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70511/stat : 70511 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026451 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70512] ppid=70468 vsize=5402504 memory=7896 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70512/stat : 70512 (fscip) S 70468 70471 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12296272 5532164096 1026517 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
Current children cumulated CPU time: 19.36 s
Current children cumulated vsize: 5402504 KiB
Current children cumulated memory: 4104748 KiB

[startup+6.30087 s]
/proc/loadavg: 76.60 79.55 79.51 62/981 70558
/proc/meminfo: memFree=769406460/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=6327368 memory=5314512 CPUtime=81.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) S 70468 70471 68145 0 -1 1077936128 1421749 0 0 0 7072 1041 0 0 20 0 41 0 12296052 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 1581842 1328628 2918 3035 0 1484249 0
[pid=70471/tid=70473] ppid=70468 vsize=6327368 memory=224227754321 CPUtime=3.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70473/stat : 70473 (fscip) R 70468 70471 68145 0 -1 4194368 56828 0 0 0 331 65 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70474] ppid=70468 vsize=6327368 memory=281110173253008 CPUtime=3.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70474/stat : 70474 (fscip) R 70468 70471 68145 0 -1 4194368 77398 0 0 0 327 70 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70475] ppid=70468 vsize=6327368 memory=13664 CPUtime=4.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70475/stat : 70475 (fscip) R 70468 70471 68145 0 -1 4194368 60981 0 0 0 391 13 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70476] ppid=70468 vsize=6327368 memory=5298532 CPUtime=3.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70476/stat : 70476 (fscip) R 70468 70471 68145 0 -1 4194368 63000 0 0 0 333 65 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70477] ppid=70468 vsize=6327368 memory=2268 CPUtime=3.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70477/stat : 70477 (fscip) R 70468 70471 68145 0 -1 4194368 79447 0 0 0 327 69 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70478] ppid=70468 vsize=6327368 memory=5270932 CPUtime=4.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70478/stat : 70478 (fscip) R 70468 70471 68145 0 -1 4194368 60994 0 0 0 391 13 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70479] ppid=70468 vsize=6327368 memory=1264328 CPUtime=3.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70479/stat : 70479 (fscip) R 70468 70471 68145 0 -1 4194368 57070 0 0 0 333 64 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70480] ppid=70468 vsize=6327368 memory=2782592 CPUtime=3.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70480/stat : 70480 (fscip) R 70468 70471 68145 0 -1 4194368 78741 0 0 0 325 70 0 0 20 0 41 0 12296174 6479224832 1328628 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0

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

[pid=70471/tid=70496] ppid=70468 vsize=20008216 memory=7517466931809509440 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70496/stat : 70496 (fscip) S 70468 70471 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70497] ppid=70468 vsize=20008216 memory=281110175098000 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70497/stat : 70497 (fscip) S 70468 70471 68145 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70498] ppid=70468 vsize=20008216 memory=-4125664751245767265 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70498/stat : 70498 (fscip) S 70468 70471 68145 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70499] ppid=70468 vsize=20008216 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70499/stat : 70499 (fscip) S 70468 70471 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70500] ppid=70468 vsize=20008216 memory=17321656 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70500/stat : 70500 (fscip) S 70468 70471 68145 0 -1 1077936192 111 0 0 0 4 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70501] ppid=70468 vsize=20008216 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70501/stat : 70501 (fscip) S 70468 70471 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70502] ppid=70468 vsize=20008216 memory=13664 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70502/stat : 70502 (fscip) S 70468 70471 68145 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70503] ppid=70468 vsize=20008216 memory=10392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70503/stat : 70503 (fscip) S 70468 70471 68145 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70504] ppid=70468 vsize=20008216 memory=5432 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70504/stat : 70504 (fscip) S 70468 70471 68145 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70505] ppid=70468 vsize=20008216 memory=16108 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70505/stat : 70505 (fscip) S 70468 70471 68145 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70506] ppid=70468 vsize=20008216 memory=28496 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70506/stat : 70506 (fscip) S 70468 70471 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70507] ppid=70468 vsize=20008216 memory=7644 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70507/stat : 70507 (fscip) S 70468 70471 68145 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70508] ppid=70468 vsize=20008216 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70508/stat : 70508 (fscip) S 70468 70471 68145 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70509] ppid=70468 vsize=20008216 memory=2268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70509/stat : 70509 (fscip) S 70468 70471 68145 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70510] ppid=70468 vsize=20008216 memory=1996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70510/stat : 70510 (fscip) S 70468 70471 68145 0 -1 1077936192 177 0 0 0 0 3 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70511] ppid=70468 vsize=20008216 memory=1836 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70511/stat : 70511 (fscip) S 70468 70471 68145 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70512] ppid=70468 vsize=20008216 memory=38468 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70512/stat : 70512 (fscip) S 70468 70471 68145 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4335785 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
Current children cumulated CPU time: 71012.5 s
Current children cumulated vsize: 20008216 KiB
Current children cumulated memory: 17343140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.14 s]
/proc/loadavg: 80.95 80.60 80.51 83/1021 74517
/proc/meminfo: memFree=757845708/790760800 swapFree=131071996/131071996
[pid=70471] ppid=70468 vsize=20008216 memory=17418244 CPUtime=72001.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/stat : 70471 (fscip) S 70468 70471 68145 0 -1 1077936128 59984089 0 0 0 7192040 8083 0 0 20 0 41 0 12296052 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
/proc/70471/statm: 5002054 4354561 3030 3035 0 4816404 0
[pid=70471/tid=70473] ppid=70468 vsize=20008216 memory=16108 CPUtime=3593.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70473/stat : 70473 (fscip) R 70468 70471 68145 0 -1 4194368 2645031 0 0 0 359113 276 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70474] ppid=70468 vsize=20008216 memory=17271176 CPUtime=3586.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70474/stat : 70474 (fscip) R 70468 70471 68145 0 -1 4194368 3575058 0 0 0 358292 404 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70475] ppid=70468 vsize=20008216 memory=281110175268320 CPUtime=3599.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70475/stat : 70475 (fscip) R 70468 70471 68145 0 -1 4194368 2928075 0 0 0 359374 532 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70476] ppid=70468 vsize=20008216 memory=3 CPUtime=3601.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70476/stat : 70476 (fscip) R 70468 70471 68145 0 -1 4194368 2728867 0 0 0 359901 281 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70477] ppid=70468 vsize=20008216 memory=0 CPUtime=3601.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70477/stat : 70477 (fscip) R 70468 70471 68145 0 -1 4194368 3878321 0 0 0 359739 444 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70478] ppid=70468 vsize=20008216 memory=17250384 CPUtime=3602.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70478/stat : 70478 (fscip) R 70468 70471 68145 0 -1 4194368 2800335 0 0 0 359700 552 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70479] ppid=70468 vsize=20008216 memory=38468 CPUtime=3599.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70479/stat : 70479 (fscip) R 70468 70471 68145 0 -1 4194368 2794034 0 0 0 359700 280 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70480] ppid=70468 vsize=20008216 memory=281110175098000 CPUtime=3606.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70480/stat : 70480 (fscip) R 70468 70471 68145 0 -1 4194368 3363356 0 0 0 360267 381 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70481] ppid=70468 vsize=20008216 memory=281110174011888 CPUtime=3600.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70481/stat : 70481 (fscip) R 70468 70471 68145 0 -1 4194368 2748107 0 0 0 359512 535 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70482] ppid=70468 vsize=20008216 memory=17364332 CPUtime=3601.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70482/stat : 70482 (fscip) R 70468 70471 68145 0 -1 4194368 2560506 0 0 0 359896 272 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70483] ppid=70468 vsize=20008216 memory=281110174886144 CPUtime=3605.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70483/stat : 70483 (fscip) R 70468 70471 68145 0 -1 4194368 3518471 0 0 0 360124 405 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70484] ppid=70468 vsize=20008216 memory=17383436 CPUtime=3592.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70484/stat : 70484 (fscip) R 70468 70471 68145 0 -1 4194368 2798696 0 0 0 358679 550 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70485] ppid=70468 vsize=20008216 memory=62 CPUtime=3605.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70485/stat : 70485 (fscip) R 70468 70471 68145 0 -1 4194368 2575520 0 0 0 360254 278 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70486] ppid=70468 vsize=20008216 memory=13664 CPUtime=3607.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70486/stat : 70486 (fscip) R 70468 70471 68145 0 -1 4194368 3478325 0 0 0 360332 405 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70487] ppid=70468 vsize=20008216 memory=0 CPUtime=3602.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70487/stat : 70487 (fscip) R 70468 70471 68145 0 -1 4194368 2808352 0 0 0 359732 553 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70488] ppid=70468 vsize=20008216 memory=281110173718240 CPUtime=3601.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70488/stat : 70488 (fscip) R 70468 70471 68145 0 -1 4194368 2665868 0 0 0 359894 286 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70489] ppid=70468 vsize=20008216 memory=281110173614064 CPUtime=3604.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70489/stat : 70489 (fscip) R 70468 70471 68145 0 -1 4194368 3831695 0 0 0 359988 421 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70490] ppid=70468 vsize=20008216 memory=17409344 CPUtime=3588.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70490/stat : 70490 (fscip) R 70468 70471 68145 0 -1 4194368 2826784 0 0 0 358255 552 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70491] ppid=70468 vsize=20008216 memory=17405380 CPUtime=3591.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70491/stat : 70491 (fscip) R 70468 70471 68145 0 -1 4194368 2595071 0 0 0 358921 272 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70492] ppid=70468 vsize=20008216 memory=25333125866717268 CPUtime=3604.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70492/stat : 70492 (fscip) R 70468 70471 68145 0 -1 4194368 2769939 0 0 0 360137 351 0 0 20 0 41 0 12296174 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70493] ppid=70468 vsize=20008216 memory=6944652177228980320 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70493/stat : 70493 (fscip) S 70468 70471 68145 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70494] ppid=70468 vsize=20008216 memory=2268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70494/stat : 70494 (fscip) S 70468 70471 68145 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70495] ppid=70468 vsize=20008216 memory=1996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70495/stat : 70495 (fscip) S 70468 70471 68145 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70496] ppid=70468 vsize=20008216 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70496/stat : 70496 (fscip) S 70468 70471 68145 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70497] ppid=70468 vsize=20008216 memory=4135218639729039750 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70497/stat : 70497 (fscip) S 70468 70471 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70498] ppid=70468 vsize=20008216 memory=17411048 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70498/stat : 70498 (fscip) S 70468 70471 68145 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70499] ppid=70468 vsize=20008216 memory=11408 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70499/stat : 70499 (fscip) S 70468 70471 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12296271 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70500] ppid=70468 vsize=20008216 memory=16108 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70500/stat : 70500 (fscip) S 70468 70471 68145 0 -1 1077936192 112 0 0 0 4 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70501] ppid=70468 vsize=20008216 memory=17410392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70501/stat : 70501 (fscip) S 70468 70471 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70502] ppid=70468 vsize=20008216 memory=11424 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70502/stat : 70502 (fscip) S 70468 70471 68145 0 -1 1077936192 129 0 0 0 4 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70503] ppid=70468 vsize=20008216 memory=13664 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70503/stat : 70503 (fscip) S 70468 70471 68145 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70504] ppid=70468 vsize=20008216 memory=17391000 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70504/stat : 70504 (fscip) S 70468 70471 68145 0 -1 1077936192 174 0 0 0 4 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70505] ppid=70468 vsize=20008216 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70505/stat : 70505 (fscip) S 70468 70471 68145 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70506] ppid=70468 vsize=20008216 memory=13664 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70506/stat : 70506 (fscip) S 70468 70471 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70507] ppid=70468 vsize=20008216 memory=10392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70507/stat : 70507 (fscip) S 70468 70471 68145 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70508] ppid=70468 vsize=20008216 memory=28496 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70508/stat : 70508 (fscip) S 70468 70471 68145 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70509] ppid=70468 vsize=20008216 memory=7644 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70509/stat : 70509 (fscip) S 70468 70471 68145 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70510] ppid=70468 vsize=20008216 memory=26960 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70510/stat : 70510 (fscip) S 70468 70471 68145 0 -1 1077936192 178 0 0 0 0 3 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70511] ppid=70468 vsize=20008216 memory=2688 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70511/stat : 70511 (fscip) S 70468 70471 68145 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
[pid=70471/tid=70512] ppid=70468 vsize=20008216 memory=17398748 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70471/task/70512/stat : 70512 (fscip) S 70468 70471 68145 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12296272 20488413184 4354561 809668444160 4194304 16623229 140735297223152 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53616640 140735297225738 140735297225856 140735297225856 140735297232880 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 20008216 KiB
Current children cumulated memory: 17418244 KiB

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

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

# cumulated CPU time of all completed processes:  user=71920.6 s, system=81.3207 s

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

[startup+3632.4 s]
/proc/loadavg: 80.95 80.60 80.51 68/982 74517
/proc/meminfo: memFree=760460172/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.6 s]
/proc/loadavg: 80.95 80.60 80.51 68/982 74517
/proc/meminfo: memFree=760460172/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.64
CPU time (s): 72001.9
CPU user time (s): 71920.6
CPU system time (s): 81.3207
CPU usage (%): 1982.08
Max. virtual memory (cumulated for all children) (KiB): 20008216
Max. memory (cumulated for all children) (KiB): 17418244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71920.6
system time used= 81.3207
maximum resident set size= 17418252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59984110
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= 783389
involuntary context switches= 217760


# summary of solver processes directly reported to runsolver:
#   pid: 70471
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71920.6
#   total CPU system time (s): 81.3207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.387 second user time and 82.2297 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 22:18:13
IDJOB=4465295
IDBENCH=148189
IDSOLVER=3094
FILE ID=nodeD101/4465295-1722457093
RUNJOBID= nodeD101-1722453440-68158
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.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-4465295-1722457093/watcher-4465295-1722457093 -o /tmp/evaluation-result-4465295-1722457093/solver-4465295-1722457093 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68158 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465295-1722457093.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5bd9df7c04c5af36994bd737db01c977
RANDOM SEED=1587471652

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        755048396 kB
MemAvailable:   753167048 kB
Buffers:          159624 kB
Cached:           957032 kB
SwapCached:            0 kB
Active:           317404 kB
Inactive:       32990472 kB
Active(anon):       2128 kB
Inactive(anon): 32211672 kB
Active(file):     315276 kB
Inactive(file):   778800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31388 kB
Writeback:           124 kB
AnonPages:      32190612 kB
Mapped:           126620 kB
Shmem:             22536 kB
KReclaimable:     130540 kB
Slab:             456964 kB
SReclaimable:     130540 kB
SUnreclaim:       326424 kB
KernelStack:       16848 kB
PageTables:        74260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    9233964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           208896 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3373056 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD101 at 2024-07-31 23:18:46