Trace number 4468135

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-08-09? (TO) 72002.2 3644.67

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern60-60.opb
MD5SUM93ed2607cb9e7eaa6de474e9ba688804
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-82737
Best CPU time to get the best result obtained on this benchmark3600.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 52575
Biggest coefficient in the objective function 13565
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6490280
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 13565
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 6490280
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)52515
Sum of products size (including duplicates)172450
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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.10/0.19	c Default LC presolving (default).
0.10/0.19	c ** Before presolving: virtualMemUsedAtLc = 261256774, getVmSize() = 191545344, SCIPgetMemUsed() = 141740074, SCIPgetMemTotal() = 164296498, SCIPgetMemExternEstim() = 96960276
0.10/0.19	c ** set memory limit for presolving in LC to 8.79527e+12 for SCIP **
7.26/7.39	c ** Estimated virtualMemUsedAtSolver = 470377421, getVmSize() = 644694016, SCIPgetMemUsed() = 435952472, SCIPgetMemTotal() = 608605856, SCIPgetMemExternEstim() = 96960276
7.26/7.39	c ** set memory limit for solvers to 4.18713e+11 for each SCIP **
7.26/7.39	c Original Problem   :
7.26/7.39	c   Problem name     : instance-4468135-1723257002
7.26/7.39	c   Variables        : 52575 (60 binary, 0 integer, 52515 implicit integer, 0 continuous)
7.26/7.39	c   Constraints      : 52515
7.26/7.39	c   Objective sense  : minimize
7.26/7.39	c Presolved Problem  :
7.26/7.39	c   Variables        : 52575 (60 binary, 0 integer, 52515 implicit integer, 0 continuous)
7.26/7.39	c   Constraints      : 52515
7.26/7.39	c Constraints        : Number
7.26/7.39	c   and              : 52515 
7.26/7.39	c ** Instance transfer method used: 0
7.46/7.51	c ** ParaScipInstance copy does not increase the number of variables. **
9.13/9.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
9.13/9.17	c                                Nodes    Active                                            
9.13/9.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
635.88/41.05	c *      41              0           1        20       -1711.0000                -          -
635.88/41.05	c        41              0           1        20       -1711.0000                -          -
1236.96/71.45	c *      71              0           1        20      -12285.0000                -          -
1236.96/71.45	c        71              0           1        20      -12285.0000                -          -
1240.93/71.67	c *      72              0           1        20      -12783.0000                -          -
1242.91/71.76	c *      72              0           1        20      -13561.0000                -          -
1269.24/73.11	c *      73              0           1        20      -18283.0000                -          -
9542.34/490.68	c *     491              0           1        20      -55457.0000                -          -
9542.34/490.68	c       491              0           1        20      -55457.0000                -          -
9560.22/491.51	c *     492              0           1        20      -60896.0000                -          -
11764.02/602.69	c *     603              0           1        20      -74131.0000                -          -
11764.02/602.69	c       603              0           1        20      -74131.0000                -          -
11887.00/608.90	c *     609              0           1        20      -76624.0000                -          -
11887.00/608.90	c       609              0           1        20      -76624.0000                -          -
12012.56/615.14	c *     615              0           1        20      -77259.0000                -          -
12012.56/615.14	c       615              0           1        20      -77259.0000                -          -
12116.77/620.45	c       620              2           1        20      -77259.0000    -1586867.8333          -
12255.49/627.46	c       627              2           1        20      -77259.0000    -1586867.8333          -
12378.39/633.66	c       634              2           1        20      -77259.0000    -1586747.6667          -
12481.50/638.86	c       639              2           3        20      -77259.0000    -1586747.6667          -
12899.88/660.02	c       660              2           3        20      -77259.0000    -1586747.6667          -
13014.86/665.72	c       666              2           3        20      -77259.0000    -1586747.6667          -
13153.63/672.71	c       673              2           3        20      -77259.0000    -1586747.6667          -
13405.35/685.46	c       685              2           1        20      -77259.0000    -1586538.1667          -
13452.91/687.84	c *     688              3           4        20      -80826.0000    -1581678.0000          -
13497.09/690.07	c *     690              3           4        20      -80865.0000    -1581678.0000          -
13578.42/694.15	c       694              3           4        20      -80865.0000    -1581678.0000          -
13781.75/704.40	c       704              3           4        20      -80865.0000    -1581678.0000          -
13882.87/709.57	c       710              3           4        20      -80865.0000    -1581678.0000          -
13989.99/714.90	c       715              3           4        20      -80865.0000    -1581678.0000          -
14089.13/719.98	c       720              3           4        20      -80865.0000    -1581678.0000          -
14190.78/725.05	c       725              3           4        20      -80865.0000    -1581678.0000          -
14336.92/732.48	c       732              3           4        20      -80865.0000    -1581678.0000          -
14440.00/737.65	c       738              3           4        20      -80865.0000    -1581678.0000          -
14695.85/750.56	c       751              3           4        20      -80865.0000    -1575904.8333          -
14987.39/765.21	c       765              3           4        20      -80865.0000    -1575904.8333          -
15187.74/775.32	c       775              4           5        20      -80865.0000    -1575024.8333          -
15324.56/782.23	c       782              4           5        20      -80865.0000    -1573843.1667          -
17180.89/875.96	c       876              4           5        20      -80865.0000    -1573843.1667          -
18242.47/929.59	c       930              4           5        20      -80865.0000    -1573843.1667          -
18347.48/934.83	c       935              4           5        20      -80865.0000    -1573843.1667          -
19326.09/984.29	c       984              4           5        20      -80865.0000    -1573843.1667          -
19498.48/993.00	c       993              4           5        20      -80865.0000    -1573843.1667          -
19730.27/1004.66	c      1005              4           5        20      -80865.0000    -1573843.1667          -
19847.15/1010.58	c      1011              4           3        20      -80865.0000    -1557382.0333          -
20277.06/1032.23	c      1032              4           3        20      -80865.0000    -1557382.0333          -
20667.33/1051.92	c      1052              4           3        20      -80865.0000    -1557382.0333          -
20784.22/1057.87	c      1058              4           3        20      -80865.0000    -1557382.0333          -
20970.45/1067.24	c      1067              4           3        20      -80865.0000    -1551362.8333          -
21178.55/1077.73	c      1078              4           3        20      -80865.0000    -1551362.8333          -
21378.68/1087.81	c      1088              4           3        20      -80865.0000    -1551362.8333          -
22054.38/1121.95	c      1122              4           3        20      -80865.0000    -1551362.8333          -
22312.01/1134.90	c      1135              4           3        20      -80865.0000    -1551362.8333          -
22674.51/1153.29	c      1153              4           3        20      -80865.0000    -1549133.0630          -
22790.00/1159.14	c      1159              4           3        20      -80865.0000    -1549133.0630          -
22977.55/1168.58	c      1169              4           3        20      -80865.0000    -1549133.0630          -
23080.57/1173.74	c      1174              4           3        20      -80865.0000    -1549133.0630          -
23619.39/1200.99	c      1201              4           3        20      -80865.0000    -1549133.0630          -
23924.43/1216.36	c      1216              4           3        20      -80865.0000    -1549133.0630          -
24357.05/1238.17	c      1238              4           3        20      -80865.0000    -1549133.0630          -
25158.01/1278.64	c      1279              5           4        20      -80865.0000    -1549133.0630          -
25424.05/1292.08	c      1292              5           4        20      -80865.0000    -1549133.0630          -
25536.14/1297.70	c      1298              5           4        20      -80865.0000    -1549133.0630          -
25785.62/1310.39	c      1310              5           4        20      -80865.0000    -1549133.0630          -
25960.72/1319.19	c      1319              6           5        20      -80865.0000    -1549133.0630          -
26245.44/1333.53	c      1334              6           5        20      -80865.0000    -1549133.0630          -
26451.51/1343.97	c      1344              6           5        20      -80865.0000    -1549133.0630          -
26776.26/1360.33	c      1360              8           7        20      -80865.0000    -1518866.1667          -
26879.22/1365.53	c      1366              8           7        20      -80865.0000    -1518866.1667          -
27035.63/1373.48	c      1373              9           8        20      -80865.0000    -1518866.1667          -
27164.36/1379.93	c      1380              9           8        20      -80865.0000    -1518866.1667          -
27352.42/1389.45	c      1389              9           8        20      -80865.0000    -1518866.1667          -
27459.34/1394.80	c      1395              9           8        20      -80865.0000    -1518866.1667          -
27560.31/1399.96	c      1400              9           8        20      -80865.0000    -1518866.1667          -
27708.80/1407.49	c      1407              9           8        20      -80865.0000    -1518866.1667          -
27859.82/1415.08	c      1415              9           8        20      -80865.0000    -1518866.1667          -
28150.29/1429.78	c      1430              9           8        20      -80865.0000    -1518866.1667          -
28306.70/1437.68	c      1438             10           9        20      -80865.0000    -1518866.1667          -
28641.25/1454.52	c      1455             10           9        20      -80865.0000    -1518866.1667          -
28748.16/1459.97	c      1460             10           9        20      -80865.0000    -1518866.1667          -
28866.91/1466.02	c      1466             10           9        20      -80865.0000    -1518866.1667          -
29001.51/1472.70	c      1473             10           9        20      -80865.0000    -1518866.1667          -
29247.57/1485.13	c      1485             12          11        20      -80865.0000    -1514449.1667          -
29407.38/1493.27	c      1493             12          11        20      -80865.0000    -1491934.2000          -
29686.58/1507.36	c      1507             14          13        20      -80865.0000    -1491934.2000          -
29846.92/1515.43	c      1515             12          11        20      -80865.0000    -1490144.1667          -
30060.72/1526.20	c      1526             14          13        20      -80865.0000    -1490144.1667          -
30230.97/1534.88	c      1535             14          13        20      -80865.0000    -1490144.1667          -
30359.62/1541.34	c      1541             14          13        20      -80865.0000    -1490144.1667          -
30514.46/1549.15	c      1549             14          13        20      -80865.0000    -1490144.1667          -
30631.35/1555.04	c *    1555             14          13        20      -82411.0000    -1490144.1667          -
30631.35/1555.04	c      1555             14          13        20      -82411.0000    -1490144.1667          -
30786.98/1562.93	c      1563             14          13        20      -82411.0000    -1490144.1667          -
30948.12/1571.12	c      1571             14          13        20      -82411.0000    -1490144.1667          -
31403.41/1594.05	c      1594             15          14        20      -82411.0000    -1490144.1667          -
31604.64/1604.25	c      1604             12          11        20      -82411.0000    -1489104.8056          -
31776.94/1612.93	c      1613             12          11        20      -82411.0000    -1489104.8056          -
31878.61/1618.10	c      1618             12          11        20      -82411.0000    -1489104.8056          -
32000.64/1624.20	c      1624             15          14        20      -82411.0000    -1478936.2000          -
32190.71/1633.82	c      1634             15          14        20      -82411.0000    -1478936.2000          -
32325.33/1640.64	c      1641             15          14        20      -82411.0000    -1478936.2000          -
32645.99/1656.87	c      1657             15          14        20      -82411.0000    -1478936.2000          -
32905.34/1669.95	c      1670             15          14        20      -82411.0000    -1478936.2000          -
33071.58/1678.31	c      1678             17          16        20      -82411.0000    -1473245.9167          -
33231.90/1686.40	c      1686             17          16        20      -82411.0000    -1473245.9167          -
33346.72/1692.28	c      1692             18          17        20      -82411.0000    -1473245.9167          -
33467.45/1698.31	c      1698             18          17        20      -82411.0000    -1473245.9167          -
33818.49/1716.03	c      1716             18          17        20      -82411.0000    -1473245.9167          -
34023.87/1726.49	c      1726             18          17        20      -82411.0000    -1473245.9167          -
34137.41/1732.16	c      1732             18          17        20      -82411.0000    -1473245.9167          -
34322.86/1741.53	c      1742             15          14        20      -82411.0000    -1472434.8222          -
34429.77/1746.94	c      1747             16          15        20      -82411.0000    -1472434.8222          -
34580.24/1754.57	c      1755             16          15        20      -82411.0000    -1472434.8222          -
34837.62/1767.56	c      1768             16          15        20      -82411.0000    -1472434.8222          -
35009.86/1776.29	c      1776             16          15        20      -82411.0000    -1472434.8222          -
35180.13/1784.84	c      1785             16          15        20      -82411.0000    -1472434.8222          -
35439.53/1797.99	c      1798             16          15        20      -82411.0000    -1472434.8222          -
35647.40/1808.44	c      1808             16          15        20      -82411.0000    -1472434.8222          -
35845.34/1818.46	c      1818             16          15        20      -82411.0000    -1472434.8222          -
36132.42/1832.94	c      1833             22          21        20      -82411.0000    -1469036.2500          -
36409.48/1847.00	c      1847             22          21        20      -82411.0000    -1469036.2500          -
36660.90/1859.69	c      1860             24          23        20      -82411.0000    -1469036.2500          -
36884.58/1870.97	c      1871             24          23        20      -82411.0000    -1469036.2500          -
37003.34/1877.00	c      1877             24          23        20      -82411.0000    -1469036.2500          -
37278.51/1890.85	c      1891             25          24        20      -82411.0000    -1469036.2500          -
37781.42/1916.26	c      1916             25          24        20      -82411.0000    -1469036.2500          -
37886.35/1921.50	c      1922             26          25        20      -82411.0000    -1469036.2500          -
38363.31/1945.63	c      1946             26          25        20      -82411.0000    -1469036.2500          -
38474.16/1951.23	c      1951             26          25        20      -82411.0000    -1469036.2500          -
38864.13/1970.96	c      1971             26          25        20      -82411.0000    -1469036.2500          -
39077.88/1981.79	c      1982             26          25        20      -82411.0000    -1469036.2500          -
39256.03/1990.79	c      1991             27          26        20      -82411.0000    -1469036.2500          -
39374.79/1996.73	c      1997             27          26        20      -82411.0000    -1469036.2500          -
39594.48/2007.88	c      2008             27          26        20      -82411.0000    -1469036.2500          -
39942.78/2025.45	c      2025             29          28        20      -82411.0000    -1469036.2500          -
40108.99/2033.81	c      2034             29          28        20      -82411.0000    -1469036.2500          -
40603.68/2058.82	c      2059             29          28        20      -82411.0000    -1469036.2500          -
40791.60/2068.37	c      2068             29          28        20      -82411.0000    -1469036.2500          -
40971.67/2077.45	c      2077             22          21        20      -82411.0000    -1465534.3111          -
41114.15/2084.68	c      2085             22          21        20      -82411.0000    -1465534.3111          -
41446.67/2101.45	c      2101             23          22        20      -82411.0000    -1465534.3111          -
41686.18/2113.52	c      2114             23          22        20      -82411.0000    -1465534.3111          -
42040.39/2131.45	c      2131             23          22        20      -82411.0000    -1465534.3111          -
42347.21/2147.00	c      2147             23          22        20      -82411.0000    -1465534.3111          -
42602.50/2159.80	c      2160             23          22        20      -82411.0000    -1465534.3111          -
42834.11/2171.54	c      2172             24          23        20      -82411.0000    -1465534.3111          -
42884.32/2174.08	c *    2174             24          23        20      -83374.0000    -1465534.3111          -
43026.16/2181.25	c      2181             24          23        20      -83374.0000    -1465534.3111          -
43255.76/2192.81	c      2193             24          23        20      -83374.0000    -1465534.3111          -
43440.65/2202.14	c      2202             25          24        20      -83374.0000    -1465534.3111          -
43600.24/2210.28	c      2210             25          24        20      -83374.0000    -1465534.3111          -
43879.40/2224.32	c      2224             25          24        20      -83374.0000    -1465534.3111          -
44105.10/2235.70	c      2236             25          24        20      -83374.0000    -1465534.3111          -
44241.65/2242.62	c      2243             25          24        20      -83374.0000    -1465534.3111          -
44413.87/2251.32	c      2251             25          24        20      -83374.0000    -1465534.3111          -
44556.42/2258.53	c      2259             25          24        20      -83374.0000    -1465534.3111          -
44696.98/2265.64	c      2266             25          24        20      -83374.0000    -1465534.3111          -
44863.86/2274.08	c      2274             26          25        20      -83374.0000    -1465534.3111          -
45053.31/2283.63	c      2284             26          25        20      -83374.0000    -1465534.3111          -
45193.85/2290.70	c      2291             26          25        20      -83374.0000    -1465534.3111          -
45316.61/2296.90	c      2297             26          25        20      -83374.0000    -1465534.3111          -
45477.64/2305.11	c      2305             26          25        20      -83374.0000    -1465534.3111          -
45607.68/2311.70	c      2312             26          25        20      -83374.0000    -1465534.3111          -
45758.15/2319.24	c      2319             27          26        20      -83374.0000    -1465534.3111          -
45882.89/2325.58	c      2326             27          26        20      -83374.0000    -1465534.3111          -
45999.70/2331.41	c      2331             28          27        20      -83374.0000    -1465534.3111          -
46195.72/2341.38	c      2341             29          28        20      -83374.0000    -1465534.3111          -
46377.96/2350.55	c      2351             30          29        20      -83374.0000    -1465534.3111          -
46480.93/2355.71	c      2356             30          29        20      -83374.0000    -1465534.3111          -
46603.72/2361.98	c      2362             30          29        20      -83374.0000    -1465534.3111          -
46782.00/2370.97	c      2371             30          29        20      -83374.0000    -1465534.3111          -
46888.96/2376.39	c      2376             30          29        20      -83374.0000    -1465534.3111          -
47079.12/2385.91	c      2386             30          29        20      -83374.0000    -1465534.3111          -
47203.84/2392.29	c      2392             30          29        20      -83374.0000    -1465534.3111          -
47376.16/2400.99	c      2401             30          29        20      -83374.0000    -1465534.3111          -
47506.91/2407.52	c      2408             30          29        20      -83374.0000    -1465534.3111          -
47671.35/2415.87	c      2416             30          29        20      -83374.0000    -1465534.3111          -
47802.10/2422.49	c      2422             30          29        20      -83374.0000    -1465534.3111          -
48012.70/2433.06	c      2433             31          30        20      -83374.0000    -1465534.3111          -
48186.39/2441.86	c      2442             31          30        20      -83374.0000    -1465534.3111          -
48325.05/2448.87	c      2449             31          30        20      -83374.0000    -1465534.3111          -
48489.96/2457.19	c      2457             31          30        20      -83374.0000    -1465534.3111          -
48820.11/2473.89	c      2474             31          30        20      -83374.0000    -1465534.3111          -
49077.54/2486.81	c      2487             31          30        20      -83374.0000    -1465534.3111          -
49350.84/2500.70	c      2501             31          30        20      -83374.0000    -1465534.3111          -
49471.68/2506.72	c      2507             32          31        20      -83374.0000    -1465534.3111          -
49643.94/2515.46	c      2515             32          31        20      -83374.0000    -1465534.3111          -
49869.70/2526.86	c      2527             32          31        20      -83374.0000    -1465534.3111          -
50250.64/2546.06	c      2546             42          41        20      -83374.0000    -1447654.8333          -
50422.37/2554.76	c      2555             42          41        20      -83374.0000    -1447654.8333          -
50761.19/2571.84	c      2572             43          42        20      -83374.0000    -1447654.8333          -
50868.06/2577.20	c      2577             44          43        20      -83374.0000    -1447654.8333          -
50986.88/2583.23	c      2583             44          43        20      -83374.0000    -1447654.8333          -
51258.30/2596.99	c      2597             45          44        20      -83374.0000    -1447654.8333          -
51379.89/2603.13	c      2603             45          44        20      -83374.0000    -1447654.8333          -
51587.17/2613.59	c      2614             47          46        20      -83374.0000    -1447654.8333          -
51741.72/2621.31	c      2621             48          47        20      -83374.0000    -1447654.8333          -
51985.30/2633.61	c      2634             48          47        20      -83374.0000    -1447654.8333          -
52149.69/2641.95	c      2642             48          47        20      -83374.0000    -1447654.8333          -
52284.38/2648.79	c      2649             49          48        20      -83374.0000    -1447654.8333          -
52429.72/2656.08	c      2656             50          49        20      -83374.0000    -1447654.8333          -
52664.74/2668.01	c      2668             50          49        20      -83374.0000    -1447654.8333          -
53017.29/2685.70	c      2686             51          50        20      -83374.0000    -1447654.8333          -
53153.92/2692.69	c      2693             51          50        20      -83374.0000    -1447654.8333          -
53532.19/2711.80	c      2712             52          51        20      -83374.0000    -1445843.4111          -
53672.80/2718.82	c      2719             53          52        20      -83374.0000    -1445843.4111          -
53813.42/2726.01	c      2726             53          52        20      -83374.0000    -1445843.4111          -
54219.30/2746.43	c      2746             53          52        20      -83374.0000    -1445843.4111          -
54383.58/2754.80	c      2755             54          53        20      -83374.0000    -1445843.4111          -
54494.42/2760.30	c      2760             55          54        20      -83374.0000    -1445843.4111          -
54726.70/2772.07	c      2772             56          55        20      -83374.0000    -1445843.4111          -
54882.49/2779.92	c      2780             56          55        20      -83374.0000    -1445843.4111          -
55015.19/2786.61	c      2787             57          56        20      -83374.0000    -1445843.4111          -
55179.59/2794.96	c      2795             57          56        20      -83374.0000    -1445843.4111          -
55357.84/2803.94	c      2804             58          57        20      -83374.0000    -1445843.4111          -
55621.14/2817.25	c      2817             58          57        20      -83374.0000    -1445843.4111          -
55749.85/2823.75	c      2824             59          58        20      -83374.0000    -1445843.4111          -
55931.99/2832.90	c      2833             59          58        20      -83374.0000    -1445843.4111          -
56036.89/2838.29	c      2838             60          59        20      -83374.0000    -1445843.4111          -
56179.43/2845.43	c      2845             61          60        20      -83374.0000    -1445843.4111          -
56308.13/2852.02	c      2852             61          60        20      -83374.0000    -1445843.4111          -
56413.06/2857.20	c      2857             62          61        20      -83374.0000    -1445843.4111          -
56739.72/2873.75	c      2874             62          61        20      -83374.0000    -1445843.4111          -
56867.12/2880.18	c      2880             62          61        20      -83374.0000    -1445843.4111          -
57060.39/2890.02	c      2890             62          61        20      -83374.0000    -1445843.4111          -
57234.63/2898.79	c      2899             62          61        20      -83374.0000    -1445843.4111          -
57353.42/2904.73	c      2905             62          61        20      -83374.0000    -1445843.4111          -
57470.26/2910.63	c      2911             63          62        20      -83374.0000    -1445843.4111          -
57597.76/2917.09	c      2917             64          63        20      -83374.0000    -1440571.1333          -
57765.29/2925.50	c      2926             64          63        20      -83374.0000    -1440571.1333          -
57929.67/2933.83	c      2934             65          64        20      -83374.0000    -1440571.1333          -
58028.61/2938.88	c      2939             65          64        20      -83374.0000    -1440571.1333          -
58216.69/2948.31	c      2948             65          64        20      -83374.0000    -1440571.1333          -
58323.60/2953.73	c      2954             66          65        20      -83374.0000    -1440571.1333          -
58424.55/2958.81	c      2959             67          66        20      -83374.0000    -1440571.1333          -
58550.03/2965.16	c      2965             68          67        20      -83374.0000    -1440571.1333          -
58672.06/2971.31	c      2971             68          67        20      -83374.0000    -1440571.1333          -
58778.98/2976.79	c      2977             68          67        20      -83374.0000    -1440571.1333          -
59135.45/2994.74	c      2995             44          43        20      -83374.0000    -1439415.8333          -
59276.19/3001.89	c      3002             44          43        20      -83374.0000    -1439415.8333          -
59442.68/3010.24	c      3010             45          44        20      -83374.0000    -1439415.8333          -
59581.41/3017.22	c      3017             47          46        20      -83374.0000    -1439415.8333          -
59688.50/3022.67	c      3023             47          46        20      -83374.0000    -1439415.8333          -
59831.24/3029.82	c      3030             47          46        20      -83374.0000    -1439415.8333          -
59970.02/3036.81	c      3037             47          46        20      -83374.0000    -1439415.8333          -
60088.97/3042.81	c      3043             47          46        20      -83374.0000    -1439415.8333          -
60252.36/3051.11	c      3051             47          46        20      -83374.0000    -1439415.8333          -
60382.33/3057.65	c      3058             49          48        20      -83374.0000    -1439415.8333          -
60611.10/3069.14	c      3069             49          48        20      -83374.0000    -1439415.8333          -
60816.43/3079.51	c      3080             51          50        20      -83374.0000    -1439415.8333          -
60959.12/3086.79	c      3087             52          51        20      -83374.0000    -1439415.8333          -
61081.86/3093.03	c      3093             53          52        20      -83374.0000    -1439415.8333          -
61214.51/3099.70	c      3100             53          52        20      -83374.0000    -1439415.8333          -
61353.10/3106.60	c      3107             53          52        20      -83374.0000    -1439415.8333          -
61460.73/3112.11	c      3112             72          71        20      -83374.0000    -1430061.7778          -
61678.21/3123.08	c      3123             73          72        20      -83374.0000    -1430061.7778          -
61853.88/3131.96	c      3132             73          72        20      -83374.0000    -1430061.7778          -
62024.26/3140.57	c      3141             73          72        20      -83374.0000    -1430061.7778          -
62327.57/3155.83	c      3156             74          73        20      -83374.0000    -1430061.7778          -
62431.44/3161.10	c      3161             74          73        20      -83374.0000    -1430061.7778          -
62535.66/3166.31	c      3166             74          73        20      -83374.0000    -1430061.7778          -
62646.67/3171.94	c      3172             75          74        20      -83374.0000    -1430061.7778          -
62876.58/3183.55	c      3184             75          74        20      -83374.0000    -1430061.7778          -
63215.57/3200.68	c      3201             75          74        20      -83374.0000    -1430061.7778          -
63350.38/3207.41	c      3207             75          74        20      -83374.0000    -1430061.7778          -
63526.79/3216.36	c      3216             76          75        20      -83374.0000    -1430061.7778          -
63693.26/3224.79	c      3225             76          75        20      -83374.0000    -1430061.7778          -
63911.28/3235.74	c      3236             76          75        20      -83374.0000    -1430061.7778          -
64010.34/3240.77	c      3241             76          75        20      -83374.0000    -1430061.7778          -
64200.67/3250.35	c      3250             76          75        20      -83374.0000    -1430061.7778          -
64337.45/3257.26	c      3257             77          76        20      -83374.0000    -1430061.7778          -
64506.12/3265.73	c      3266             78          77        20      -83374.0000    -1430061.7778          -
64646.66/3272.84	c      3273             78          77        20      -83374.0000    -1430061.7778          -
64807.19/3281.01	c      3281             79          78        20      -83374.0000    -1430061.7778          -
64908.93/3286.06	c      3286             79          78        20      -83374.0000    -1430061.7778          -
65035.14/3292.46	c      3292             80          79        20      -83374.0000    -1430061.7778          -
65134.23/3297.48	c      3297             62          61        20      -83374.0000    -1419734.7262          -
65285.60/3305.07	c      3305             62          61        20      -83374.0000    -1419734.7262          -
65457.27/3313.75	c      3314             62          61        20      -83374.0000    -1419734.7262          -
65595.98/3320.78	c      3321             63          62        20      -83374.0000    -1419734.7262          -
65761.09/3329.11	c      3329             63          62        20      -83374.0000    -1419734.7262          -
65941.67/3338.18	c      3338             63          62        20      -83374.0000    -1419734.7262          -
66147.05/3348.60	c      3349             64          63        20      -83374.0000    -1419734.7262          -
66313.71/3356.99	c      3357             64          63        20      -83374.0000    -1419734.7262          -
66458.12/3364.20	c      3364             82          81        20      -83374.0000    -1414597.5333          -
66660.29/3374.44	c      3374             82          81        20      -83374.0000    -1414597.5333          -
66834.63/3383.21	c      3383             84          83        20      -83374.0000    -1414597.5333          -
66947.56/3388.92	c      3389             84          83        20      -83374.0000    -1414597.5333          -
67119.96/3397.68	c      3398             85          84        20      -83374.0000    -1414597.5333          -
67225.02/3403.00	c      3403             85          84        20      -83374.0000    -1414597.5333          -
67373.68/3410.48	c      3410             85          84        20      -83374.0000    -1414597.5333          -
67673.00/3425.57	c      3426             85          84        20      -83374.0000    -1414597.5333          -
67824.42/3433.15	c      3433             85          84        20      -83374.0000    -1414597.5333          -
67978.30/3440.97	c      3441             85          84        20      -83374.0000    -1414597.5333          -
68162.46/3450.28	c      3450             85          84        20      -83374.0000    -1414597.5333          -
68362.50/3460.39	c      3460             85          84        20      -83374.0000    -1414597.5333          -
68515.71/3468.13	c      3468             85          84        20      -83374.0000    -1414597.5333          -
68722.91/3478.58	c      3479             85          84        20      -83374.0000    -1414597.5333          -
68903.14/3487.60	c      3488             85          84        20      -83374.0000    -1414597.5333          -
69043.73/3494.75	c      3495             85          84        20      -83374.0000    -1414597.5333          -
69204.14/3502.89	c      3503             85          84        20      -83374.0000    -1414597.5333          -
69350.65/3510.20	c      3510             85          84        20      -83374.0000    -1414597.5333          -
69475.40/3516.54	c      3517             85          84        20      -83374.0000    -1414597.5333          -
69664.22/3526.05	c      3526             86          85        20      -83374.0000    -1414597.5333          -
69796.61/3532.77	c      3533             86          85        20      -83374.0000    -1414597.5333          -
69919.57/3539.02	c      3539             86          85        20      -83374.0000    -1414597.5333          -
70043.23/3545.18	c      3545             86          85        20      -83374.0000    -1414597.5333          -
70203.19/3553.28	c      3553             86          85        20      -83374.0000    -1414597.5333          -
70393.59/3562.80	c      3563             87          86        20      -83374.0000    -1414597.5333          -
70522.46/3569.34	c      3569             87          86        20      -83374.0000    -1414597.5333          -
70794.67/3583.09	c      3583             88          87        20      -83374.0000    -1414597.5333          -
71037.78/3595.39	c      3595             88          87        20      -83374.0000    -1414597.5333          -
71293.52/3608.21	c      3608             88          87        20      -83374.0000    -1414597.5333          -
71446.22/3615.99	c      3616             89          88        20      -83374.0000    -1414597.5333          -
71559.16/3621.68	c      3622             89          88        20      -83374.0000    -1414597.5333          -
71672.14/3627.31	c      3627             89          88        20      -83374.0000    -1414597.5333          -
71789.06/3633.23	c      3633             90          89        20      -83374.0000    -1414597.5333          -
71946.63/3641.16	c      3641             90          89        20      -83374.0000    -1414597.5333          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (152181 MiB free)
  memory of node 1: 193531 MiB (171282 MiB free)
  memory of node 2: 193531 MiB (170300 MiB free)
  memory of node 3: 193493 MiB (178111 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-4468135-1723257002/watcher-4468135-1723257002 -o /tmp/evaluation-result-4468135-1723257002/solver-4468135-1723257002 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723249546-564624 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468135-1723257002.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=570360, runsolver pid=570357
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 62.00 71.66 77.04 43/945 570361
/proc/meminfo: memFree=687916076/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=130116 memory=119288 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 30270 0 0 0 6 4 0 0 20 0 1 0 92282886 133238784 29822 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 32529 29822 2571 3035 0 28925 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 130116 KiB
Current children cumulated memory: 119288 KiB

[startup+0.219605 s]*
/proc/loadavg: 62.00 71.66 77.04 43/945 570361
/proc/meminfo: memFree=687830360/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=203048 memory=183192 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 46207 0 0 0 15 7 0 0 20 0 1 0 92282886 207921152 45798 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 50762 45798 2614 3035 0 47158 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 203048 KiB
Current children cumulated memory: 183192 KiB

[startup+0.319247 s]*
/proc/loadavg: 62.00 71.66 77.04 43/945 570363
/proc/meminfo: memFree=687794916/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=239208 memory=217300 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 54818 0 0 0 24 9 0 0 20 0 1 0 92282886 244948992 54325 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 59802 54325 2614 3035 0 56198 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 239208 KiB
Current children cumulated memory: 217300 KiB

[startup+0.70026 s]
/proc/loadavg: 62.00 71.66 77.04 43/945 570363
/proc/meminfo: memFree=687787632/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=246012 memory=224436 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 56575 0 0 0 60 9 0 0 20 0 1 0 92282886 251916288 56109 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 61503 56109 2630 3035 0 57899 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 246012 KiB
Current children cumulated memory: 224436 KiB

[startup+1.50027 s]
/proc/loadavg: 60.48 71.18 76.86 43/945 570363
/proc/meminfo: memFree=687785244/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=247460 memory=225492 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 56847 0 0 0 139 9 0 0 20 0 1 0 92282886 253399040 56373 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 61865 56373 2630 3035 0 58261 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 247460 KiB
Current children cumulated memory: 225492 KiB

[startup+3.11935 s]
/proc/loadavg: 60.48 71.18 76.86 44/945 570363
/proc/meminfo: memFree=687779660/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=247972 memory=226020 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 57015 0 0 0 300 9 0 0 20 0 1 0 92282886 253923328 56505 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 61993 56505 2630 3035 0 58389 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 247972 KiB
Current children cumulated memory: 226020 KiB

[startup+6.30024 s]
/proc/loadavg: 59.16 70.73 76.68 43/945 570363
/proc/meminfo: memFree=687771892/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=249320 memory=227340 CPUtime=6.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) R 570357 570360 564611 0 -1 4194304 57359 0 0 0 616 9 0 0 20 0 1 0 92282886 255303680 56835 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 62330 56835 2630 3035 0 58726 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 249320 KiB
Current children cumulated memory: 227340 KiB

[startup+12.7011 s]
/proc/loadavg: 59.31 70.57 76.60 62/990 570466
/proc/meminfo: memFree=683041868/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=6199480 memory=4872272 CPUtime=78.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/stat : 570360 (fscip) S 570357 570360 564611 0 -1 1077936128 1270786 0 0 0 7579 259 0 0 20 0 41 0 92282886 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 1549870 1218068 2726 3035 0 1396608 0
[pid=570360/tid=570364] ppid=570357 vsize=6199480 memory=52808 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570364/stat : 570364 (fscip) R 570357 570360 564611 0 -1 4194368 57602 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570365] ppid=570357 vsize=6199480 memory=11636 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570365/stat : 570365 (fscip) R 570357 570360 564611 0 -1 4194368 55226 0 0 0 342 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570366] ppid=570357 vsize=6199480 memory=3790160 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570366/stat : 570366 (fscip) R 570357 570360 564611 0 -1 4194368 58341 0 0 0 342 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570367] ppid=570357 vsize=6199480 memory=4869352 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570367/stat : 570367 (fscip) R 570357 570360 564611 0 -1 4194368 57049 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570368] ppid=570357 vsize=6199480 memory=226020 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570368/stat : 570368 (fscip) R 570357 570360 564611 0 -1 4194368 58236 0 0 0 341 13 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570369] ppid=570357 vsize=6199480 memory=2110592 CPUtime=3.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570369/stat : 570369 (fscip) R 570357 570360 564611 0 -1 4194368 56928 0 0 0 332 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570370] ppid=570357 vsize=6199480 memory=25333125866717268 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570370/stat : 570370 (fscip) R 570357 570360 564611 0 -1 4194368 54270 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570371] ppid=570357 vsize=6199480 memory=280311712349184 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570371/stat : 570371 (fscip) R 570357 570360 564611 0 -1 4194368 58993 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570372] ppid=570357 vsize=6199480 memory=7318452475133972 CPUtime=3.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570372/stat : 570372 (fscip) R 570357 570360 564611 0 -1 4194368 58396 0 0 0 344 9 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570373] ppid=570357 vsize=6199480 memory=0 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570373/stat : 570373 (fscip) R 570357 570360 564611 0 -1 4194368 54208 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570374] ppid=570357 vsize=6199480 memory=24686587259368521 CPUtime=3.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570374/stat : 570374 (fscip) R 570357 570360 564611 0 -1 4194368 55346 0 0 0 344 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570375] ppid=570357 vsize=6199480 memory=29836794214613092 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570375/stat : 570375 (fscip) R 570357 570360 564611 0 -1 4194368 59088 0 0 0 342 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570376] ppid=570357 vsize=6199480 memory=1236864 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570376/stat : 570376 (fscip) R 570357 570360 564611 0 -1 4194368 54143 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570377] ppid=570357 vsize=6199480 memory=280311711968128 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570377/stat : 570377 (fscip) R 570357 570360 564611 0 -1 4194368 55495 0 0 0 342 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570378] ppid=570357 vsize=6199480 memory=10528 CPUtime=3.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570378/stat : 570378 (fscip) R 570357 570360 564611 0 -1 4194368 58156 0 0 0 341 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570379] ppid=570357 vsize=6199480 memory=0 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570379/stat : 570379 (fscip) R 570357 570360 564611 0 -1 4194368 57144 0 0 0 342 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570380] ppid=570357 vsize=6199480 memory=0 CPUtime=3.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570380/stat : 570380 (fscip) R 570357 570360 564611 0 -1 4194368 59047 0 0 0 341 12 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570381] ppid=570357 vsize=6199480 memory=280311711837472 CPUtime=3.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570381/stat : 570381 (fscip) R 570357 570360 564611 0 -1 4194368 55271 0 0 0 344 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570382] ppid=570357 vsize=6199480 memory=2212 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570382/stat : 570382 (fscip) R 570357 570360 564611 0 -1 4194368 54151 0 0 0 343 11 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570383] ppid=570357 vsize=6199480 memory=52808 CPUtime=3.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570383/stat : 570383 (fscip) R 570357 570360 564611 0 -1 4194368 55453 0 0 0 344 10 0 0 20 0 41 0 92283626 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570445] ppid=570357 vsize=6199480 memory=1952 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570445/stat : 570445 (fscip) S 570357 570360 564611 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570446] ppid=570357 vsize=6199480 memory=1852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570446/stat : 570446 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570447] ppid=570357 vsize=6199480 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/570360/task/570447/stat : 570447 (fscip) S 570357 570360 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570448] ppid=570357 vsize=6199480 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/570360/task/570448/stat : 570448 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570449] ppid=570357 vsize=6199480 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570449/stat : 570449 (fscip) S 570357 570360 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570450] ppid=570357 vsize=6199480 memory=4857068 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570450/stat : 570450 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570451] ppid=570357 vsize=6199480 memory=4844924 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570451/stat : 570451 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570452] ppid=570357 vsize=6199480 memory=-7465405268641471099 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570452/stat : 570452 (fscip) S 570357 570360 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570453] ppid=570357 vsize=6199480 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570453/stat : 570453 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570454] ppid=570357 vsize=6199480 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570454/stat : 570454 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570455] ppid=570357 vsize=6199480 memory=25992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570455/stat : 570455 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570456] ppid=570357 vsize=6199480 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/570360/task/570456/stat : 570456 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570457] ppid=570357 vsize=6199480 memory=6232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570457/stat : 570457 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570458] ppid=570357 vsize=6199480 memory=19860 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570458/stat : 570458 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570459] ppid=570357 vsize=6199480 memory=5450889932671322176 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570459/stat : 570459 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570460] ppid=570357 vsize=6199480 memory=7306638845857852009 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570460/stat : 570460 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570461] ppid=570357 vsize=6199480 memory=7661294051850862689 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570461/stat : 570461 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570462] ppid=570357 vsize=6199480 memory=1578460 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570462/stat : 570462 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570463] ppid=570357 vsize=6199480 memory=52303 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570463/stat : 570463 (fscip) S 570357 570360 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570464] ppid=570357 vsize=6199480 memory=1427046 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570464/stat : 570464 (fscip) S 570357 570360 564611 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 92283804 6348267520 1218068 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
Current children cumulated CPU time: 78.38 s
Current children cumulated vsize: 6199480 KiB
Current children cumulated memory: 4872272 KiB

[startup+25.5011 s]
/proc/loadavg: 59.57 70.26 76.43 62/988 570469

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

/proc/570360/task/570451/stat : 570451 (fscip) S 570357 570360 564611 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570452] ppid=570357 vsize=29675828 memory=16325789170925620 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/570360/task/570452/stat : 570452 (fscip) S 570357 570360 564611 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570453] ppid=570357 vsize=29675828 memory=7956012698026987879 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570453/stat : 570453 (fscip) S 570357 570360 564611 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570454] ppid=570357 vsize=29675828 memory=26567208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570454/stat : 570454 (fscip) S 570357 570360 564611 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570455] ppid=570357 vsize=29675828 memory=3516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570455/stat : 570455 (fscip) S 570357 570360 564611 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570456] ppid=570357 vsize=29675828 memory=280311711891072 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570456/stat : 570456 (fscip) S 570357 570360 564611 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570457] ppid=570357 vsize=29675828 memory=280311713106336 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570457/stat : 570457 (fscip) S 570357 570360 564611 0 -1 1077936192 209 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570458] ppid=570357 vsize=29675828 memory=26570688 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570458/stat : 570458 (fscip) S 570357 570360 564611 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570459] ppid=570357 vsize=29675828 memory=26568904 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570459/stat : 570459 (fscip) S 570357 570360 564611 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570460] ppid=570357 vsize=29675828 memory=8323350987516068516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570460/stat : 570460 (fscip) S 570357 570360 564611 0 -1 1077936192 188 0 0 0 0 2 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570461] ppid=570357 vsize=29675828 memory=280311714063152 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570461/stat : 570461 (fscip) S 570357 570360 564611 0 -1 1077936192 196 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570462] ppid=570357 vsize=29675828 memory=26509364 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570462/stat : 570462 (fscip) S 570357 570360 564611 0 -1 1077936192 224 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570463] ppid=570357 vsize=29675828 memory=26573060 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570463/stat : 570463 (fscip) S 570357 570360 564611 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570464] ppid=570357 vsize=29675828 memory=36760 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570464/stat : 570464 (fscip) S 570357 570360 564611 0 -1 1077936192 256 0 0 0 2 0 0 0 20 0 41 0 92283804 30388047872 6642030 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
Current children cumulated CPU time: 71969.4 s
Current children cumulated vsize: 29675828 KiB
Current children cumulated memory: 26568120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.9 s]
/proc/loadavg: 60.13 60.77 61.38 61/979 572837
/proc/meminfo: memFree=681047632/790760804 swapFree=131071996/131071996
[pid=570360] ppid=570357 vsize=29677528 memory=26570000 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/570360/stat : 570360 (fscip) S 570357 570360 564611 0 -1 1077936128 86867033 0 0 0 7187118 12999 0 0 20 0 41 0 92282886 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
/proc/570360/statm: 7419382 6642500 3014 3035 0 7291386 0
[pid=570360/tid=570364] ppid=570357 vsize=29677528 memory=280311712899728 CPUtime=3605.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570364/stat : 570364 (fscip) R 570357 570360 564611 0 -1 4194368 5010322 0 0 0 359891 680 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570365] ppid=570357 vsize=29677528 memory=25333125866717268 CPUtime=3605.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570365/stat : 570365 (fscip) R 570357 570360 564611 0 -1 4194368 4640225 0 0 0 359797 722 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570366] ppid=570357 vsize=29677528 memory=62 CPUtime=3605.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570366/stat : 570366 (fscip) R 570357 570360 564611 0 -1 4194368 3237403 0 0 0 360008 575 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570367] ppid=570357 vsize=29677528 memory=280311711704960 CPUtime=3605.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570367/stat : 570367 (fscip) R 570357 570360 564611 0 -1 4194368 5023270 0 0 0 359874 662 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570368] ppid=570357 vsize=29677528 memory=2577 CPUtime=3604.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570368/stat : 570368 (fscip) R 570357 570360 564611 0 -1 4194368 4567658 0 0 0 359765 649 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570369] ppid=570357 vsize=29677528 memory=280311711803024 CPUtime=3604.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570369/stat : 570369 (fscip) R 570357 570360 564611 0 -1 4194368 3255327 0 0 0 359884 572 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570370] ppid=570357 vsize=29677528 memory=25992 CPUtime=3603.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570370/stat : 570370 (fscip) R 570357 570360 564611 0 -1 4194368 5063678 0 0 0 359715 631 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570371] ppid=570357 vsize=29677528 memory=26568908 CPUtime=3548.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570371/stat : 570371 (fscip) R 570357 570360 564611 0 -1 4194368 4808555 0 0 0 354052 762 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570372] ppid=570357 vsize=29677528 memory=26528508 CPUtime=3606.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570372/stat : 570372 (fscip) R 570357 570360 564611 0 -1 4194368 3084810 0 0 0 360054 570 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570373] ppid=570357 vsize=29677528 memory=226020 CPUtime=3605.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570373/stat : 570373 (fscip) R 570357 570360 564611 0 -1 4194368 5004453 0 0 0 359876 635 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570374] ppid=570357 vsize=29677528 memory=280311711881904 CPUtime=3571.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570374/stat : 570374 (fscip) R 570357 570360 564611 0 -1 4194368 4575138 0 0 0 356469 722 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570375] ppid=570357 vsize=29677528 memory=0 CPUtime=3584.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570375/stat : 570375 (fscip) R 570357 570360 564611 0 -1 4194368 3293341 0 0 0 357840 568 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570376] ppid=570357 vsize=29677528 memory=28720 CPUtime=3606.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570376/stat : 570376 (fscip) R 570357 570360 564611 0 -1 4194368 5210913 0 0 0 359980 631 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570377] ppid=570357 vsize=29677528 memory=1952 CPUtime=3605.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570377/stat : 570377 (fscip) R 570357 570360 564611 0 -1 4194368 4205014 0 0 0 359869 704 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570378] ppid=570357 vsize=29677528 memory=26535072 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/570360/task/570378/stat : 570378 (fscip) R 570357 570360 564611 0 -1 4194368 3449912 0 0 0 359938 591 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570379] ppid=570357 vsize=29677528 memory=104 CPUtime=3604.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570379/stat : 570379 (fscip) R 570357 570360 564611 0 -1 4194368 5149712 0 0 0 359775 679 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570380] ppid=570357 vsize=29677528 memory=25333125866717268 CPUtime=3605.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570380/stat : 570380 (fscip) R 570357 570360 564611 0 -1 4194368 4532519 0 0 0 359864 650 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570381] ppid=570357 vsize=29677528 memory=104 CPUtime=3605.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570381/stat : 570381 (fscip) R 570357 570360 564611 0 -1 4194368 3290644 0 0 0 359972 574 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570382] ppid=570357 vsize=29677528 memory=26567640 CPUtime=3605.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570382/stat : 570382 (fscip) R 570357 570360 564611 0 -1 4194368 5151454 0 0 0 359917 679 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570383] ppid=570357 vsize=29677528 memory=280311713068192 CPUtime=3604.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570383/stat : 570383 (fscip) R 570357 570360 564611 0 -1 4194368 4111459 0 0 0 359777 703 0 0 20 0 41 0 92283626 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570445] ppid=570357 vsize=29677528 memory=4900102419343516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570445/stat : 570445 (fscip) S 570357 570360 564611 0 -1 1077936192 185 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570446] ppid=570357 vsize=29677528 memory=5488257725693453 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570446/stat : 570446 (fscip) S 570357 570360 564611 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570447] ppid=570357 vsize=29677528 memory=26509364 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570447/stat : 570447 (fscip) S 570357 570360 564611 0 -1 1077936192 198 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570448] ppid=570357 vsize=29677528 memory=26573060 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570448/stat : 570448 (fscip) S 570357 570360 564611 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570449] ppid=570357 vsize=29677528 memory=3516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570449/stat : 570449 (fscip) S 570357 570360 564611 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570450] ppid=570357 vsize=29677528 memory=26567804 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570450/stat : 570450 (fscip) S 570357 570360 564611 0 -1 1077936192 208 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570451] ppid=570357 vsize=29677528 memory=6840 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570451/stat : 570451 (fscip) S 570357 570360 564611 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570452] ppid=570357 vsize=29677528 memory=4551244 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/570360/task/570452/stat : 570452 (fscip) S 570357 570360 564611 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570453] ppid=570357 vsize=29677528 memory=33752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570453/stat : 570453 (fscip) S 570357 570360 564611 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570454] ppid=570357 vsize=29677528 memory=11636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570454/stat : 570454 (fscip) S 570357 570360 564611 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570455] ppid=570357 vsize=29677528 memory=31492 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570455/stat : 570455 (fscip) S 570357 570360 564611 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570456] ppid=570357 vsize=29677528 memory=26573056 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570456/stat : 570456 (fscip) S 570357 570360 564611 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570457] ppid=570357 vsize=29677528 memory=26567208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570457/stat : 570457 (fscip) S 570357 570360 564611 0 -1 1077936192 209 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570458] ppid=570357 vsize=29677528 memory=3516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570458/stat : 570458 (fscip) S 570357 570360 564611 0 -1 1077936192 201 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570459] ppid=570357 vsize=29677528 memory=280311712000656 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570459/stat : 570459 (fscip) S 570357 570360 564611 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570460] ppid=570357 vsize=29677528 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570460/stat : 570460 (fscip) S 570357 570360 564611 0 -1 1077936192 188 0 0 0 0 2 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570461] ppid=570357 vsize=29677528 memory=280311711891072 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570461/stat : 570461 (fscip) S 570357 570360 564611 0 -1 1077936192 196 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570462] ppid=570357 vsize=29677528 memory=11636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570462/stat : 570462 (fscip) S 570357 570360 564611 0 -1 1077936192 224 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570463] ppid=570357 vsize=29677528 memory=16325789170925620 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570463/stat : 570463 (fscip) S 570357 570360 564611 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
[pid=570360/tid=570464] ppid=570357 vsize=29677528 memory=7956012698026987879 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/570360/task/570464/stat : 570464 (fscip) S 570357 570360 564611 0 -1 1077936192 256 0 0 0 2 0 0 0 20 0 41 0 92283804 30389788672 6642500 809668444160 4194304 16622877 140726614253872 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32137216 140726614258665 140726614258781 140726614258781 140726614265807 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 29677528 KiB
Current children cumulated memory: 26570000 KiB

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

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

# cumulated CPU time of all completed processes:  user=71871.4 s, system=130.746 s

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

[startup+3644.01 s]*
/proc/loadavg: 60.13 60.77 61.38 42/940 572837
/proc/meminfo: memFree=684762552/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644.4 s]
/proc/loadavg: 60.13 60.77 61.38 42/940 572837
/proc/meminfo: memFree=684762552/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644.6 s]
/proc/loadavg: 60.13 60.77 61.38 42/940 572837
/proc/meminfo: memFree=684762552/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3644.67
CPU time (s): 72002.2
CPU user time (s): 71871.4
CPU system time (s): 130.746
CPU usage (%): 1975.55
Max. virtual memory (cumulated for all children) (KiB): 29681232
Max. memory (cumulated for all children) (KiB): 26573704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71871.4
system time used= 130.746
maximum resident set size= 26575104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86867039
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= 2454691
involuntary context switches= 173735


# summary of solver processes directly reported to runsolver:
#   pid: 570360
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71871.4
#   total CPU system time (s): 130.746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3276 second user time and 82.0834 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 04:30:02
IDJOB=4468135
IDBENCH=160558
IDSOLVER=3097
FILE ID=nodeD103/4468135-1723257002
RUNJOBID= nodeD103-1723249546-564624
SLURM_JOB_ID= 8266910
Free space on /tmp= 8586604 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.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-4468135-1723257002/watcher-4468135-1723257002 -o /tmp/evaluation-result-4468135-1723257002/solver-4468135-1723257002 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723249546-564624 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468135-1723257002.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 93ed2607cb9e7eaa6de474e9ba688804
RANDOM SEED=1893087276

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        688002176 kB
MemAvailable:   753626856 kB
Buffers:         1006352 kB
Cached:         67402800 kB
SwapCached:            0 kB
Active:          9429924 kB
Inactive:       88970656 kB
Active(anon):       2132 kB
Inactive(anon): 30028212 kB
Active(file):    9427792 kB
Inactive(file): 58942444 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29120 kB
Writeback:            56 kB
AnonPages:      29985496 kB
Mapped:           133628 kB
Shmem:             38920 kB
KReclaimable:    1348320 kB
Slab:            1872424 kB
SReclaimable:    1348320 kB
SUnreclaim:       524104 kB
KernelStack:       16176 kB
PageTables:        72080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   11047416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           834048 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2813952 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:      806912 kB
DirectMap2M:    140199936 kB
DirectMap1G:    664797184 kB

Free space on /tmp at the end= 8586668 MiB
End job on nodeD103 at 2024-08-10 05:30:47