Trace number 4467804

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72000.8 3657.52

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K143.opb
MD5SUM5b71eb3fc2b19671b5e391982561b6cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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.00/0.08	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 99044785, getVmSize() = 89546752, SCIPgetMemUsed() = 59077981, SCIPgetMemTotal() = 65976573, SCIPgetMemExternEstim() = 33068212
0.00/0.09	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
20.91/21.10	c ** Estimated virtualMemUsedAtSolver = 206669856, getVmSize() = 308785152, SCIPgetMemUsed() = 205047413, SCIPgetMemTotal() = 276936573, SCIPgetMemExternEstim() = 33068212
20.91/21.10	c ** set memory limit for solvers to 4.18796e+11 for each SCIP **
20.91/21.10	c Original Problem   :
20.91/21.10	c   Problem name     : instance-4467804-1723241178
20.91/21.10	c   Variables        : 17017 (17017 binary, 0 integer, 0 implicit integer, 0 continuous)
20.91/21.10	c   Constraints      : 17305
20.91/21.10	c   Objective sense  : minimize
20.91/21.10	c Presolved Problem  :
20.91/21.10	c   Variables        : 15505 (15505 binary, 0 integer, 0 implicit integer, 0 continuous)
20.91/21.10	c   Constraints      : 15762
20.91/21.10	c Constraints        : Number
20.91/21.10	c   knapsack         : 1 
20.91/21.10	c   setppc           : 1933 
20.91/21.10	c   orbitope         : 1 
20.91/21.10	c   logicor          : 13827 
20.91/21.10	c ** Instance transfer method used: 0
21.01/21.14	c ** ParaScipInstance copy increased the number of variables. **
21.70/21.83	c LC is working with racing ramp-up and with rebuilding tree after racing.
21.70/21.83	c                                Nodes    Active                                            
21.70/21.83	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
16085.78/832.04	c       832              2           1        20                -           0.0000          -
16462.78/851.05	c       851              2           1        20                -           0.0000          -
16572.93/856.62	c       857              2           1        20                -           0.0000          -
16676.06/861.81	c       862              5           4        20                -           0.0000          -
16777.22/866.98	c       867              6           5        20                -           0.0000          -
18419.50/949.83	c       950              6           5        20                -           0.0000          -
18530.56/955.46	c       955              6           5        20                -           0.0000          -
18651.42/961.54	c       962              6           5        20                -           0.0000          -
18752.53/966.67	c       967              6           5        20                -           0.0000          -
19719.81/1015.57	c      1016              6           5        20                -           0.0000          -
19854.62/1022.35	c      1022              6           5        20                -           0.0000          -
20027.84/1031.11	c      1031           1486           0        20                -           0.0000          -
20414.76/1050.70	c      1051           1486           0        20                -           0.0000          -
20522.45/1056.11	c      1056           1486           0        20                -           0.0000          -
20634.67/1061.77	c      1062           1486           0        20                -           0.0000          -
20742.47/1067.16	c      1067           1486           0        20                -           0.0000          -
20844.93/1072.39	c      1072           1486           0        20                -           0.0000          -
21027.30/1081.58	c      1082           1486           0        20                -           0.0000          -
21554.42/1108.19	c      1108           1486           0        20                -           0.0000          -
21664.70/1113.71	c      1114           1486           0        20                -           0.0000          -
21775.77/1119.33	c      1119           1486           0        20                -           0.0000          -
21886.83/1124.90	c      1125           1486           0        20                -           0.0000          -
22081.85/1134.80	c      1135           1486           0        20                -           0.0000          -
22271.97/1144.47	c      1144           1486           0        20                -           0.0000          -
22408.50/1151.34	c      1151           1486           0        20                -           0.0000          -
22779.87/1170.06	c      1170           1486           0        20                -           0.0000          -
23048.84/1183.65	c      1184           1486           0        20                -           0.0000          -
23245.03/1193.54	c      1194           1486           0        20                -           0.0000          -
23370.00/1199.82	c      1200           1486           0        20                -           0.0000          -
23758.55/1219.46	c      1219           1486           0        20                -           0.0000          -
24059.70/1234.65	c      1235           1486           0        20                -           0.0000          -
24261.11/1244.82	c      1245           1486           0        20                -           0.0000          -
24401.82/1252.03	c      1252           1486           0        20                -           0.0000          -
24565.45/1260.19	c      1260           1486           0        20                -           0.0000          -
24812.29/1272.65	c      1273           1486           0        20                -           0.0000          -
24925.28/1278.31	c      1278           1486           0        20                -           0.0000          -
25039.12/1284.13	c      1284           1486           0        20                -           0.0000          -
25242.60/1294.35	c      1294           1486           0        20                -           0.0000          -
25579.70/1311.35	c      1311           1486           0        20                -           0.0000          -
25702.44/1317.53	c      1318           1486           0        20                -           0.0000          -
25908.44/1327.90	c      1328           1486           0        20                -           0.0000          -
26340.38/1349.79	c      1350           1486           0        20                -           0.0000          -
26487.96/1357.18	c      1357           1486           0        20                -           0.0000          -
26838.11/1374.81	c      1375           1486           0        20                -           0.0000          -
26976.88/1381.81	c      1382           1486           0        20                -           0.0000          -
27076.01/1386.84	c      1387           1486           0        20                -           0.0000          -
27183.11/1392.28	c      1392           1486           0        20                -           0.0000          -
27292.23/1397.72	c      1398           1486           0        20                -           0.0000          -
27401.23/1403.24	c      1403           1486           0        20                -           0.0000          -
27514.19/1408.93	c      1409           1486           0        20                -           0.0000          -
27641.08/1415.35	c      1415           1330         530        20                -           0.0000          -
27776.74/1422.18	c      1422           1330         530        20                -           0.0000          -
27962.29/1431.53	c      1432           1330         530        20                -           0.0000          -
28122.89/1439.61	c      1440           1330         530        20                -           0.0000          -
28450.56/1456.17	c      1456           1330         530        20                -           0.0000          -
28558.77/1461.64	c      1462           1330         530        20                -           0.0000          -
28695.59/1468.58	c      1469           1330         530        20                -           0.0000          -
28802.64/1474.04	c      1474           1330         530        20                -           0.0000          -
28977.12/1482.77	c      1483           1330         530        20                -           0.0000          -
29083.23/1488.08	c      1488           1330         530        20                -           0.0000          -
29189.34/1493.50	c      1494           1330         530        20                -           0.0000          -
29298.40/1498.91	c      1499           1330         530        20                -           0.0000          -
29403.34/1504.21	c      1504           1330         530        20                -           0.0000          -
29508.26/1509.56	c      1510           1330         530        20                -           0.0000          -
29639.84/1516.19	c      1516           1330         530        20                -           0.0000          -
29754.02/1522.04	c      1522           1330         530        20                -           0.0000          -
29869.03/1527.74	c      1528           1330         530        20                -           0.0000          -
29972.17/1532.98	c      1533           1330         530        20                -           0.0000          -
30074.00/1538.08	c      1538           1330         530        20                -           0.0000          -
30178.08/1543.32	c      1543           1330         530        20                -           0.0000          -
30355.89/1552.38	c      1552           1330         530        20                -           0.0000          -
30533.78/1561.30	c      1561           1330         530        20                -           0.0000          -
30684.38/1568.99	c      1569           1330         530        20                -           0.0000          -
30835.08/1576.58	c      1577           1330         530        20                -           0.0000          -
31096.68/1589.72	c      1590           1330         530        20                -           0.0000          -
31304.85/1600.24	c      1600           1330         530        20                -           0.0000          -
31564.51/1613.33	c      1613           1330         530        20                -           0.0000          -
31715.20/1621.00	c      1621           1330         530        20                -           0.0000          -
31830.25/1626.75	c      1627           1330         530        20                -           0.0000          -
32028.41/1636.72	c      1637              4           3        20                -           0.0000          -
32179.14/1644.34	c      1644              4           3        20                -           0.0000          -
32324.03/1651.68	c      1652              4           3        20                -           0.0000          -
32438.75/1657.42	c      1657              4           3        20                -           0.0000          -
32617.32/1666.50	c      1667              4           3        20                -           0.0000          -
32786.65/1675.07	c      1675              4           3        20                -           0.0000          -
32925.33/1682.12	c      1682              4           3        20                -           0.0000          -
33029.57/1687.31	c      1687              4           3        20                -           0.0000          -
33136.46/1692.80	c      1693              4           3        20                -           0.0000          -
33301.84/1701.06	c      1701              4           3        20                -           0.0000          -
33500.10/1711.08	c      1711              4           3        20                -           0.0000          -
33644.00/1718.32	c      1718              4           3        20                -           0.0000          -
33762.95/1724.31	c      1724              4           3        20                -           0.0000          -
33862.13/1729.38	c      1729              4           3        20                -           0.0000          -
34044.57/1738.54	c      1739              4           3        20                -           0.0000          -
34171.47/1744.94	c      1745              4           3        20                -           0.0000          -
34277.90/1750.39	c      1750              4           3        20                -           0.0000          -
34378.84/1755.40	c      1755              4           3        20                -           0.0000          -
34481.98/1760.67	c      1761              4           3        20                -           0.0000          -
34596.96/1766.49	c      1766              4           3        20                -           0.0000          -
34706.05/1771.95	c      1772              4           3        20                -           0.0000          -
34867.17/1780.11	c      1780              4           3        20                -           0.0000          -
34975.40/1785.52	c      1786              4           3        20                -           0.0000          -
35159.97/1794.85	c      1795              4           3        20                -           0.0000          -
35272.87/1800.58	c      1801              4           3        20                -           0.0000          -
35379.98/1805.99	c      1806              4           3        20                -           0.0000          -
35499.02/1811.99	c      1812              4           3        20                -           0.0000          -
35618.00/1817.93	c      1818              4           3        20                -           0.0000          -
35722.01/1823.18	c      1823              4           3        20                -           0.0000          -
35838.89/1829.10	c      1829              4           3        20                -           0.0000          -
35947.12/1834.58	c      1835              4           3        20                -           0.0000          -
36050.15/1839.72	c      1840              4           3        20                -           0.0000          -
36281.20/1851.47	c      1851              4           3        20                -           0.0000          -
36400.21/1857.40	c      1857              4           3        20                -           0.0000          -
36564.53/1865.78	c      1866              4           3        20                -           0.0000          -
36673.36/1871.25	c      1871              4           3        20                -           0.0000          -
36843.93/1879.83	c      1880              4           3        20                -           0.0000          -
36951.13/1885.22	c      1885              4           3        20                -           0.0000          -
37054.12/1890.41	c      1890              4           3        20                -           0.0000          -
37167.92/1896.14	c      1896              4           3        20                -           0.0000          -
37272.04/1901.46	c      1901           3368           0        20                -           0.0000          -
37373.14/1906.53	c      1907           3368           0        20                -           0.0000          -
37537.70/1914.87	c      1915           3368           0        20                -           0.0000          -
37648.77/1920.45	c      1920           3368           0        20                -           0.0000          -
37765.77/1926.38	c      1926           3368           0        20                -           0.0000          -
37871.07/1931.63	c      1932           3368           0        20                -           0.0000          -
38038.31/1940.06	c      1940           3368           0        20                -           0.0000          -
38164.49/1946.44	c      1946           3368           0        20                -           0.0000          -
38273.58/1951.94	c      1952           3368           0        20                -           0.0000          -
38437.02/1960.18	c      1960           3368           0        20                -           0.0000          -
38578.91/1967.32	c      1967           3368           0        20                -           0.0000          -
38688.04/1972.84	c      1973           3368           0        20                -           0.0000          -
38798.96/1978.49	c      1978           2333        1002        20                -           0.0000          -
38945.74/1985.87	c      1986           2333        1002        20                -           0.0000          -
39144.10/1995.83	c      1996           2333        1002        20                -           0.0000          -
39324.59/2005.04	c      2005           2333        1002        20                -           0.0000          -
39429.67/2010.24	c      2010           2333        1002        20                -           0.0000          -
39560.44/2016.86	c      2017           2333        1002        20                -           0.0000          -
39664.28/2022.08	c      2022           2333        1002        20                -           0.0000          -
39857.80/2031.86	c      2032           2333        1002        20                -           0.0000          -
39958.95/2036.95	c      2037           2333        1002        20                -           0.0000          -
40075.93/2042.80	c      2043           2333        1002        20                -           0.0000          -
40177.13/2048.02	c      2048           2333        1002        20                -           0.0000          -
40281.21/2053.19	c      2053           2333        1002        20                -           0.0000          -
40385.39/2058.42	c      2058           2333        1002        20                -           0.0000          -
40492.44/2063.85	c      2064           2333        1002        20                -           0.0000          -
40593.52/2068.92	c      2069           2333        1002        20                -           0.0000          -
40702.57/2074.42	c      2074           2333        1002        20                -           0.0000          -
40807.57/2079.73	c      2080           2333        1002        20                -           0.0000          -
40913.25/2085.06	c      2085           2333        1002        20                -           0.0000          -
41029.49/2091.03	c      2091           2333        1002        20                -           0.0000          -
41188.08/2098.98	c      2099           2333        1002        20                -           0.0000          -
41419.99/2110.66	c      2111           2333        1002        20                -           0.0000          -
41576.70/2118.52	c      2119           2333        1002        20                -           0.0000          -
41790.94/2129.30	c      2129           2333        1002        20                -           0.0000          -
41896.08/2134.67	c      2135           2333        1002        20                -           0.0000          -
42052.76/2142.54	c      2143           2333        1002        20                -           0.0000          -
42159.91/2147.96	c      2148           2333        1002        20                -           0.0000          -
42263.73/2153.19	c      2153           2333        1002        20                -           0.0000          -
42463.14/2163.25	c      2163           2333        1002        20                -           0.0000          -
42635.59/2171.97	c      2172           2333        1002        20                -           0.0000          -
42744.58/2177.49	c      2178           2333        1002        20                -           0.0000          -
42851.65/2182.88	c      2183           2333        1002        20                -           0.0000          -
42964.69/2188.51	c      2189           2333        1002        20                -           0.0000          -
43065.85/2193.62	c      2194           2333        1002        20                -           0.0000          -
43367.31/2208.83	c      2209           2333        1002        20                -           0.0000          -
43555.64/2218.35	c      2218           2333        1002        20                -           0.0000          -
43930.25/2237.22	c      2237           2333        1002        20                -           0.0000          -
44041.23/2242.86	c      2243           2333        1002        20                -           0.0000          -
44273.19/2254.60	c      2255           2333        1002        20                -           0.0000          -
44584.57/2270.29	c      2270           2333        1002        20                -           0.0000          -
44834.36/2282.87	c      2283           2333        1002        20                -           0.0000          -
44973.01/2289.84	c      2290             28          23        20                -           0.0000          -
45185.17/2300.54	c      2301             28          23        20                -           0.0000          -
45312.11/2306.99	c      2307             28          23        20                -           0.0000          -
45466.72/2314.78	c      2315             28          23        20                -           0.0000          -
45659.15/2324.43	c      2324             28          23        20                -           0.0000          -
45791.06/2331.14	c      2331             28          23        20                -           0.0000          -
45915.07/2337.31	c      2337             28          23        20                -           0.0000          -
46063.87/2344.81	c      2345             28          23        20                -           0.0000          -
46319.67/2357.74	c      2358             28          23        20                -           0.0000          -
46480.38/2365.85	c      2366             28          23        20                -           0.0000          -
46591.43/2371.42	c      2371             28          23        20                -           0.0000          -
46692.51/2376.55	c      2377           5823           0        20                -           0.0000          -
46807.44/2382.31	c      2382           5823           0        20                -           0.0000          -
46914.22/2387.76	c      2388           5823           0        20                -           0.0000          -
47023.24/2393.20	c      2393           5823           0        20                -           0.0000          -
47136.30/2398.96	c      2399           5823           0        20                -           0.0000          -
47251.34/2404.76	c      2405           5823           0        20                -           0.0000          -
47360.41/2410.24	c      2410           5823           0        20                -           0.0000          -
47465.43/2415.52	c      2416           5823           0        20                -           0.0000          -
47566.57/2420.68	c      2421           5823           0        20                -           0.0000          -
47677.53/2426.27	c      2426           5823           0        20                -           0.0000          -
47843.97/2434.68	c      2435           5823           0        20                -           0.0000          -
47968.94/2440.93	c      2441           5823           0        20                -           0.0000          -
48079.98/2446.55	c      2447           5823           0        20                -           0.0000          -
48234.68/2454.37	c      2454           5823           0        20                -           0.0000          -
48399.26/2462.63	c      2463           5823           0        20                -           0.0000          -
48502.40/2467.87	c      2468           5823           0        20                -           0.0000          -
48649.09/2475.27	c      2475           5823           0        20                -           0.0000          -
48837.48/2484.74	c      2485           5823           0        20                -           0.0000          -
48940.61/2490.03	c      2490           5823           0        20                -           0.0000          -
49136.97/2499.88	c      2500           5823           0        20                -           0.0000          -
49317.36/2509.03	c      2509           5823           0        20                -           0.0000          -
49424.43/2514.30	c      2514           5823           0        20                -           0.0000          -
49610.82/2523.76	c      2524           5823           0        20                -           0.0000          -
49778.27/2532.19	c      2532           5823           0        20                -           0.0000          -
50169.63/2551.96	c      2552           5823           0        20                -           0.0000          -
50331.01/2560.12	c      2560           5823           0        20                -           0.0000          -
50599.94/2573.64	c      2574           5823           0        20                -           0.0000          -
50780.38/2582.73	c      2583           5823           0        20                -           0.0000          -
50913.17/2589.48	c      2589           5823           0        20                -           0.0000          -
51030.17/2595.32	c      2595           5823           0        20                -           0.0000          -
51141.00/2600.90	c      2601           5823           0        20                -           0.0000          -
51319.47/2609.96	c      2610           5823           0        20                -           0.0000          -
51434.48/2615.76	c      2616           5823           0        20                -           0.0000          -
51549.27/2621.53	c      2622           5823           0        20                -           0.0000          -
51909.94/2639.79	c      2640           5823           0        20                -           0.0000          -
52072.57/2647.94	c      2648           5823           0        20                -           0.0000          -
52176.63/2653.18	c      2653           5823           0        20                -           0.0000          -
52286.63/2658.72	c      2659           5823           0        20                -           0.0000          -
52425.39/2665.74	c      2666           5823           0        20                -           0.0000          -
52531.44/2671.09	c      2671           5823           0        20                -           0.0000          -
53061.59/2697.81	c      2698           5823           0        20                -           0.0000          -
53315.39/2710.63	c      2711           5823           0        20                -           0.0000          -
53511.53/2720.50	c      2721           5823           0        20                -           0.0000          -
54119.78/2751.21	c      2751           5823           0        20                -           0.0000          -
54554.48/2773.14	c      2773           5823           0        20                -           0.0000          -
54830.12/2787.08	c      2787           5823           0        20                -           0.0000          -
54993.99/2795.32	c      2795           5823           0        20                -           0.0000          -
55295.31/2810.52	c      2811           5823           0        20                -           0.0000          -
55495.58/2820.61	c      2821           5823           0        20                -           0.0000          -
55598.60/2825.85	c      2826           5823           0        20                -           0.0000          -
55702.23/2831.11	c      2831           5823           0        20                -           0.0000          -
55816.47/2836.82	c      2837           5823           0        20                -           0.0000          -
56123.66/2852.33	c      2852           6009           0        20                -           0.0000          -
56276.63/2860.12	c      2860           6009           0        20                -           0.0000          -
56438.42/2868.23	c      2868           6009           0        20                -           0.0000          -
56543.37/2873.53	c      2874           6009           0        20                -           0.0000          -
56655.21/2879.19	c      2879           6009           0        20                -           0.0000          -
56779.17/2885.44	c      2885           6009           0        20                -           0.0000          -
56910.70/2892.06	c      2892           6009           0        20                -           0.0000          -
57022.97/2897.72	c      2898           6009           0        20                -           0.0000          -
57223.15/2907.88	c      2908           6009           0        20                -           0.0000          -
57328.82/2913.16	c      2913           6009           0        20                -           0.0000          -
57442.99/2919.00	c      2919           6009           0        20                -           0.0000          -
57589.36/2926.37	c      2926           6009           0        20                -           0.0000          -
57690.37/2931.49	c      2931           6009           0        20                -           0.0000          -
57795.38/2936.72	c      2937           6009           0        20                -           0.0000          -
57898.47/2941.96	c      2942           6009           0        20                -           0.0000          -
58007.22/2947.43	c      2947           6009           0        20                -           0.0000          -
58112.19/2952.72	c      2953           6009           0        20                -           0.0000          -
58217.92/2958.05	c      2958           6009           0        20                -           0.0000          -
58324.26/2963.47	c      2963           6009           0        20                -           0.0000          -
58433.35/2968.91	c      2969           6009           0        20                -           0.0000          -
58532.50/2974.01	c      2974           6009           0        20                -           0.0000          -
58639.56/2979.33	c      2979           6009           0        20                -           0.0000          -
58804.16/2987.61	c      2988           6009           0        20                -           0.0000          -
58938.84/2994.45	c      2994           6009           0        20                -           0.0000          -
59067.76/3000.90	c      3001           6009           0        20                -           0.0000          -
59166.95/3005.91	c      3006           6009           0        20                -           0.0000          -
59319.64/3013.68	c      3014           6009           0        20                -           0.0000          -
59454.51/3020.46	c      3020           6009           0        20                -           0.0000          -
59597.49/3027.67	c      3028           6009           0        20                -           0.0000          -
59696.48/3032.69	c      3033           6009           0        20                -           0.0000          -
59799.52/3037.90	c      3038           6009           0        20                -           0.0000          -
59920.36/3044.01	c      3044           6009           0        20                -           0.0000          -
60059.04/3050.92	c      3051           6009           0        20                -           0.0000          -
60180.65/3057.08	c      3057           6009           0        20                -           0.0000          -
60326.61/3064.49	c      3064           6009           0        20                -           0.0000          -
60449.25/3070.64	c      3071           6009           0        20                -           0.0000          -
60550.25/3075.76	c      3076           6009           0        20                -           0.0000          -
60675.54/3082.12	c      3082           6009           0        20                -           0.0000          -
60807.51/3088.78	c      3089           6009           0        20                -           0.0000          -
60975.94/3097.26	c      3097           6009           0        20                -           0.0000          -
61087.01/3102.80	c      3103           6009           0        20                -           0.0000          -
61188.13/3107.90	c      3108           6009           0        20                -           0.0000          -
61286.89/3112.95	c      3113           6009           0        20                -           0.0000          -
61502.79/3123.86	c      3124           6009           0        20                -           0.0000          -
61609.84/3129.20	c      3129           6009           0        20                -           0.0000          -
61802.14/3138.90	c      3139           6009           0        20                -           0.0000          -
61920.95/3144.90	c      3145           6009           0        20                -           0.0000          -
62107.08/3154.36	c      3154           6009           0        20                -           0.0000          -
62282.38/3163.17	c      3163           6009           0        20                -           0.0000          -
62392.35/3168.73	c      3169           6009           0        20                -           0.0000          -
62546.92/3176.51	c      3177           6009           0        20                -           0.0000          -
62925.32/3195.64	c      3196           6009           0        20                -           0.0000          -
63085.84/3203.76	c      3204           6009           0        20                -           0.0000          -
63471.76/3223.21	c      3223           6009           0        20                -           0.0000          -
63572.83/3228.33	c      3228           6009           0        20                -           0.0000          -
63683.77/3233.98	c      3234           6009           0        20                -           0.0000          -
63838.48/3241.76	c      3242           6009           0        20                -           0.0000          -
64583.65/3279.36	c      3279             11          10        20                -           0.0000          -
64791.44/3289.85	c      3290             11          10        20                -           0.0000          -
65014.53/3301.06	c      3301             11          10        20                -           0.0000          -
65160.37/3308.48	c      3308             11          10        20                -           0.0000          -
65277.41/3314.37	c      3314             11          10        20                -           0.0000          -
65396.41/3320.35	c      3320             11          10        20                -           0.0000          -
65513.45/3326.28	c      3326             11          10        20                -           0.0000          -
65626.45/3332.00	c      3332             11          10        20                -           0.0000          -
65737.42/3337.59	c      3338             11          10        20                -           0.0000          -
65844.57/3342.95	c      3343             11          10        20                -           0.0000          -
65946.41/3348.06	c      3348             11          10        20                -           0.0000          -
66050.77/3353.39	c      3353             11          10        20                -           0.0000          -
66153.89/3358.55	c      3359             11          10        20                -           0.0000          -
66260.98/3364.01	c      3364             11          10        20                -           0.0000          -
66564.45/3379.23	c      3379             11          10        20                -           0.0000          -
66739.66/3388.04	c      3388             11          10        20                -           0.0000          -
66895.62/3395.95	c      3396             11          10        20                -           0.0000          -
67000.72/3401.23	c      3401             11          10        20                -           0.0000          -
67107.81/3406.68	c      3407             11          10        20                -           0.0000          -
67252.64/3414.00	c      3414             11          10        20                -           0.0000          -
67379.55/3420.33	c      3420             11          10        20                -           0.0000          -
67565.80/3429.70	c      3430             11          10        20                -           0.0000          -
67768.09/3440.01	c      3440             11          10        20                -           0.0000          -
67904.71/3446.85	c      3447             11          10        20                -           0.0000          -
68059.18/3454.63	c      3455             11          10        20                -           0.0000          -
68172.12/3460.39	c      3460             11          10        20                -           0.0000          -
68295.11/3466.52	c      3467             11          10        20                -           0.0000          -
68415.91/3472.69	c      3473             11          10        20                -           0.0000          -
68532.93/3478.51	c      3479             11          10        20                -           0.0000          -
68645.98/3484.20	c      3484             11          10        20                -           0.0000          -
68759.02/3489.91	c      3490             11          10        20                -           0.0000          -
69185.24/3511.46	c      3511             11          10        20                -           0.0000          -
69308.15/3517.61	c      3518             11          10        20                -           0.0000          -
69423.19/3523.47	c      3523             11          10        20                -           0.0000          -
69532.18/3528.97	c      3529             11          10        20                -           0.0000          -
69637.25/3534.29	c      3534             11          10        20                -           0.0000          -
69742.30/3539.53	c      3540             11          10        20                -           0.0000          -
69843.33/3544.64	c      3545             11          10        20                -           0.0000          -
69946.40/3549.88	c      3550             11          10        20                -           0.0000          -
70047.27/3554.95	c      3555             11          10        20                -           0.0000          -
70148.92/3560.08	c      3560             11          10        20                -           0.0000          -
70316.55/3568.52	c      3569             11          10        20                -           0.0000          -
70463.21/3575.94	c      3576             11          10        20                -           0.0000          -
70624.52/3584.09	c      3584             11          10        20                -           0.0000          -
70746.62/3590.28	c      3590             11          10        20                -           0.0000          -
70925.11/3599.24	c      3599             11          10        20                -           0.0000          -
71186.43/3612.41	c      3612             11          10        20                -           0.0000          -
71287.56/3617.55	c      3618             11          10        20                -           0.0000          -
71440.23/3625.29	c      3625             11          10        20                -           0.0000          -
71588.93/3632.74	c      3633             11          10        20                -           0.0000          -
71723.65/3639.56	c      3640             11          10        20                -           0.0000          -
71967.30/3651.86	c      3652             11          10        20                -           0.0000          -

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 (188661 MiB free)
  memory of node 1: 193494 MiB (180523 MiB free)
  memory of node 2: 193531 MiB (180112 MiB free)
  memory of node 3: 193531 MiB (180709 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-4467804-1723241178/watcher-4467804-1723241178 -o /tmp/evaluation-result-4467804-1723241178/solver-4467804-1723241178 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723238631-532628 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467804-1723241178.opb -qsol -t 72000 -sth 20 

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

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

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

solver pid=536586, runsolver pid=536583

[startup+0.100119 s]*
/proc/loadavg: 36.66 28.77 35.82 63/981 536587
/proc/meminfo: memFree=747119908/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=93456 memory=80060 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 17760 0 0 0 9 2 0 0 20 0 1 0 90700929 95698944 20015 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 23364 20015 2614 3035 0 19760 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 93456 KiB
Current children cumulated memory: 80060 KiB

[startup+0.226262 s]*
/proc/loadavg: 36.66 28.77 35.82 58/981 536587
/proc/meminfo: memFree=746758776/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=116504 memory=103216 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 25440 0 0 0 19 4 0 0 20 0 1 0 90700929 119300096 25804 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 29126 25804 2678 3035 0 25522 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 116504 KiB
Current children cumulated memory: 103216 KiB

[startup+0.320363 s]*
/proc/loadavg: 36.66 28.77 35.82 62/981 536587
/proc/meminfo: memFree=746420048/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=116504 memory=103216 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 25440 0 0 0 28 4 0 0 20 0 1 0 90700929 119300096 25804 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 29126 25804 2678 3035 0 25522 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 116504 KiB
Current children cumulated memory: 103216 KiB

[startup+0.700232 s]
/proc/loadavg: 36.66 28.77 35.82 62/981 536587
/proc/meminfo: memFree=745495072/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=129436 memory=115612 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 30237 0 0 0 64 5 0 0 20 0 1 0 90700929 132542464 28903 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 32359 28903 2774 3035 0 28755 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 129436 KiB
Current children cumulated memory: 115612 KiB

[startup+1.50027 s]
/proc/loadavg: 36.66 28.77 35.82 62/981 536587
/proc/meminfo: memFree=742925824/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=165100 memory=149152 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 37287 0 0 0 142 6 0 0 20 0 1 0 90700929 169062400 37288 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 41275 37288 2790 3035 0 37671 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 165100 KiB
Current children cumulated memory: 149152 KiB

[startup+3.11981 s]
/proc/loadavg: 38.61 29.30 35.95 62/981 536587
/proc/meminfo: memFree=741193380/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=167828 memory=151780 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 37934 0 0 0 303 7 0 0 20 0 1 0 90700929 171855872 37945 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 41957 37945 2790 3035 0 38353 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 167828 KiB
Current children cumulated memory: 151780 KiB

[startup+6.30025 s]
/proc/loadavg: 38.61 29.30 35.95 62/981 536589
/proc/meminfo: memFree=741020716/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=171852 memory=155832 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 38982 0 0 0 619 7 0 0 20 0 1 0 90700929 175976448 38958 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 42963 38958 2790 3035 0 39359 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 171852 KiB
Current children cumulated memory: 155832 KiB

[startup+12.7003 s]
/proc/loadavg: 40.40 29.83 36.09 62/981 536589
/proc/meminfo: memFree=739102664/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=172204 memory=156380 CPUtime=12.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) R 536583 536586 532618 0 -1 4194304 39089 0 0 0 1255 7 0 0 20 0 1 0 90700929 176336896 39095 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 43051 39095 2790 3035 0 39447 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 172204 KiB
Current children cumulated memory: 156380 KiB

[startup+25.5011 s]
/proc/loadavg: 46.49 31.67 36.59 80/1021 536632
/proc/meminfo: memFree=736444572/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=3275392 memory=2400048 CPUtime=93.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) S 536583 536586 532618 0 -1 1077936128 670441 0 0 0 9249 134 0 0 20 0 41 0 90700929 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
/proc/536586/statm: 818848 600012 2822 3035 0 717248 0
[pid=536586/tid=536591] ppid=536583 vsize=3275392 memory=787936 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536591/stat : 536591 (fscip) R 536583 536586 532618 0 -1 4194368 26680 0 0 0 358 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536592] ppid=536583 vsize=3275392 memory=11448 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536592/stat : 536592 (fscip) R 536583 536586 532618 0 -1 4194368 26587 0 0 0 359 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536593] ppid=536583 vsize=3275392 memory=228489191639 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536593/stat : 536593 (fscip) R 536583 536586 532618 0 -1 4194368 32316 0 0 0 357 7 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536594] ppid=536583 vsize=3275392 memory=5512 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536594/stat : 536594 (fscip) R 536583 536586 532618 0 -1 4194368 32238 0 0 0 358 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536595] ppid=536583 vsize=3275392 memory=2399112 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536595/stat : 536595 (fscip) R 536583 536586 532618 0 -1 4194368 32298 0 0 0 358 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536596] ppid=536583 vsize=3275392 memory=11448 CPUtime=3.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536596/stat : 536596 (fscip) R 536583 536586 532618 0 -1 4194368 26610 0 0 0 358 4 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536597] ppid=536583 vsize=3275392 memory=0 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536597/stat : 536597 (fscip) R 536583 536586 532618 0 -1 4194368 32267 0 0 0 356 7 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536598] ppid=536583 vsize=3275392 memory=279512848618768 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536598/stat : 536598 (fscip) R 536583 536586 532618 0 -1 4194368 32300 0 0 0 357 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536599] ppid=536583 vsize=3275392 memory=279512849142336 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536599/stat : 536599 (fscip) R 536583 536586 532618 0 -1 4194368 32478 0 0 0 358 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536600] ppid=536583 vsize=3275392 memory=5512 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536600/stat : 536600 (fscip) R 536583 536586 532618 0 -1 4194368 32220 0 0 0 358 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536601] ppid=536583 vsize=3275392 memory=0 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536601/stat : 536601 (fscip) R 536583 536586 532618 0 -1 4194368 26544 0 0 0 358 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536602] ppid=536583 vsize=3275392 memory=33000 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536602/stat : 536602 (fscip) R 536583 536586 532618 0 -1 4194368 32319 0 0 0 357 7 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536603] ppid=536583 vsize=3275392 memory=15776 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536603/stat : 536603 (fscip) R 536583 536586 532618 0 -1 4194368 32291 0 0 0 357 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536604] ppid=536583 vsize=3275392 memory=1804 CPUtime=3.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536604/stat : 536604 (fscip) R 536583 536586 532618 0 -1 4194368 26597 0 0 0 349 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536605] ppid=536583 vsize=3275392 memory=15776 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536605/stat : 536605 (fscip) R 536583 536586 532618 0 -1 4194368 32323 0 0 0 357 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536606] ppid=536583 vsize=3275392 memory=2316 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536606/stat : 536606 (fscip) R 536583 536586 532618 0 -1 4194368 26735 0 0 0 358 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536607] ppid=536583 vsize=3275392 memory=315900 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536607/stat : 536607 (fscip) R 536583 536586 532618 0 -1 4194368 26775 0 0 0 359 5 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536608] ppid=536583 vsize=3275392 memory=1713 CPUtime=3.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536608/stat : 536608 (fscip) R 536583 536586 532618 0 -1 4194368 32312 0 0 0 358 4 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536609] ppid=536583 vsize=3275392 memory=279512847950976 CPUtime=3.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536609/stat : 536609 (fscip) R 536583 536586 532618 0 -1 4194368 30197 0 0 0 357 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536610] ppid=536583 vsize=3275392 memory=279512847951168 CPUtime=3.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536610/stat : 536610 (fscip) R 536583 536586 532618 0 -1 4194368 33134 0 0 0 358 6 0 0 20 0 41 0 90703040 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536611] ppid=536583 vsize=3275392 memory=2398040 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536611/stat : 536611 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536612] ppid=536583 vsize=3275392 memory=-1088251628401078322 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536612/stat : 536612 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536613] ppid=536583 vsize=3275392 memory=6944656592387989600 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536613/stat : 536613 (fscip) S 536583 536586 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536614] ppid=536583 vsize=3275392 memory=15776 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536614/stat : 536614 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536615] ppid=536583 vsize=3275392 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536615/stat : 536615 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536616] ppid=536583 vsize=3275392 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536616/stat : 536616 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536617] ppid=536583 vsize=3275392 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536617/stat : 536617 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536618] ppid=536583 vsize=3275392 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536618/stat : 536618 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536619] ppid=536583 vsize=3275392 memory=-7522837583079234168 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536619/stat : 536619 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536620] ppid=536583 vsize=3275392 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536620/stat : 536620 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536621] ppid=536583 vsize=3275392 memory=6933690305039933585 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536621/stat : 536621 (fscip) S 536583 536586 532618 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536622] ppid=536583 vsize=3275392 memory=24642 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536622/stat : 536622 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536623] ppid=536583 vsize=3275392 memory=279512848192784 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536623/stat : 536623 (fscip) S 536583 536586 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536624] ppid=536583 vsize=3275392 memory=6655300316396806240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536624/stat : 536624 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536625] ppid=536583 vsize=3275392 memory=6944656575208382560 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536625/stat : 536625 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536626] ppid=536583 vsize=3275392 memory=-6153437077106244457 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536626/stat : 536626 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536627] ppid=536583 vsize=3275392 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536627/stat : 536627 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536628] ppid=536583 vsize=3275392 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536628/stat : 536628 (fscip) S 536583 536586 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90703113 3354001408 600012 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0

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

/proc/536586/task/536598/stat : 536598 (fscip) D 536583 536586 532618 0 -1 1077937220 1887728 0 0 0 360186 253 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536599] ppid=536583 vsize=19053652 memory=0 CPUtime=3592.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536599/stat : 536599 (fscip) D 536583 536586 532618 0 -1 1077937220 2041729 0 0 0 358923 317 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536600] ppid=536583 vsize=19053652 memory=279512849202256 CPUtime=3600.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536600/stat : 536600 (fscip) D 536583 536586 532618 0 -1 1077937220 1508848 0 0 0 359852 153 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536601] ppid=536583 vsize=19053652 memory=279512851003648 CPUtime=3602.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536601/stat : 536601 (fscip) D 536583 536586 532618 0 -1 1077937220 1513746 0 0 0 359984 223 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536602] ppid=536583 vsize=19053652 memory=8043651662324552402 CPUtime=3590.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536602/stat : 536602 (fscip) D 536583 536586 532618 0 -1 1077937220 2056256 0 0 0 358807 292 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536603] ppid=536583 vsize=19053652 memory=-7522837583079234168 CPUtime=3583.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536603/stat : 536603 (fscip) D 536583 536586 532618 0 -1 1077937220 1372303 0 0 0 358178 140 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536604] ppid=536583 vsize=19053652 memory=279512849901712 CPUtime=3588.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536604/stat : 536604 (fscip) D 536583 536586 532618 0 -1 1077937220 1412887 0 0 0 358681 208 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536605] ppid=536583 vsize=19053652 memory=7805978851828199528 CPUtime=3601.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536605/stat : 536605 (fscip) D 536583 536586 532618 0 -1 1077937220 2325143 0 0 0 359796 352 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536606] ppid=536583 vsize=19053652 memory=7596000726731221588 CPUtime=3600.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536606/stat : 536606 (fscip) D 536583 536586 532618 0 -1 1077937220 1182442 0 0 0 359959 116 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536607] ppid=536583 vsize=19053652 memory=7667755920777111392 CPUtime=3587.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536607/stat : 536607 (fscip) D 536583 536586 532618 0 -1 1077937220 1485413 0 0 0 358522 246 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536608] ppid=536583 vsize=19053652 memory=7811871108852967264 CPUtime=3605.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536608/stat : 536608 (fscip) D 536583 536586 532618 0 -1 1077937220 2295108 0 0 0 360189 354 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536609] ppid=536583 vsize=19053652 memory=8021158853936096 CPUtime=3601.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536609/stat : 536609 (fscip) D 536583 536586 532618 0 -1 1077937220 538337 0 0 0 360119 58 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536610] ppid=536583 vsize=19053652 memory=8021158853938448 CPUtime=3598.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536610/stat : 536610 (fscip) D 536583 536586 532618 0 -1 1077937220 1156269 0 0 0 359634 194 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536611] ppid=536583 vsize=19053652 memory=8021158853940800 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536611/stat : 536611 (fscip) D 536583 536586 532618 0 -1 1077937220 161 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536612] ppid=536583 vsize=19053652 memory=8021158853943152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536612/stat : 536612 (fscip) D 536583 536586 532618 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536613] ppid=536583 vsize=19053652 memory=8021158853945504 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536613/stat : 536613 (fscip) D 536583 536586 532618 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536614] ppid=536583 vsize=19053652 memory=8021158853947856 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536614/stat : 536614 (fscip) D 536583 536586 532618 0 -1 1077937220 242 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536615] ppid=536583 vsize=19053652 memory=15489 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536615/stat : 536615 (fscip) D 536583 536586 532618 0 -1 1077937220 218 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536616] ppid=536583 vsize=19053652 memory=7229229190834727046 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536616/stat : 536616 (fscip) D 536583 536586 532618 0 -1 1077937220 275 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536617] ppid=536583 vsize=19053652 memory=6083356405356915818 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536617/stat : 536617 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536618] ppid=536583 vsize=19053652 memory=7728299450492217969 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536618/stat : 536618 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536619] ppid=536583 vsize=19053652 memory=7596000726731221588 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536619/stat : 536619 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536620] ppid=536583 vsize=19053652 memory=7810487918579246693 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536620/stat : 536620 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536621] ppid=536583 vsize=19053652 memory=4609470572290120 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536621/stat : 536621 (fscip) D 536583 536586 532618 0 -1 1077937220 234 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536622] ppid=536583 vsize=19053652 memory=25932 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536622/stat : 536622 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 1 1 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536623] ppid=536583 vsize=19053652 memory=21392 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536623/stat : 536623 (fscip) D 536583 536586 532618 0 -1 1077937220 225 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536624] ppid=536583 vsize=19053652 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536624/stat : 536624 (fscip) D 536583 536586 532618 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536625] ppid=536583 vsize=19053652 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536625/stat : 536625 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536626] ppid=536583 vsize=19053652 memory=2444360378507294 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536626/stat : 536626 (fscip) D 536583 536586 532618 0 -1 1077937220 230 0 0 0 1 2 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536627] ppid=536583 vsize=19053652 memory=2444360378507295 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536627/stat : 536627 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536628] ppid=536583 vsize=19053652 memory=2444360378507296 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536628/stat : 536628 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536629] ppid=536583 vsize=19053652 memory=6147508532115432808 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536629/stat : 536629 (fscip) D 536583 536586 532618 0 -1 1077937220 242 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536630] ppid=536583 vsize=19053652 memory=4638778398332829792 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536630/stat : 536630 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 19053652 KiB
Current children cumulated memory: 15514016 KiB

[startup+3657.12 s]
/proc/loadavg: 80.60 80.71 79.62 63/1022 539271
/proc/meminfo: memFree=704368136/790760804 swapFree=131071996/131071996
[pid=536586] ppid=536583 vsize=19053652 memory=15514016 CPUtime=72000.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/stat : 536586 (fscip) D 536583 536586 532618 0 -1 1077937156 31346707 0 0 0 7195515 4523 0 0 20 0 41 0 90700929 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
/proc/536586/statm: 4763413 3878504 3334 3035 0 4687792 0
[pid=536586/tid=536591] ppid=536583 vsize=19053652 memory=279512849708128 CPUtime=3604.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536591/stat : 536591 (fscip) D 536583 536586 532618 0 -1 1077937220 1210572 0 0 0 360281 127 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536592] ppid=536583 vsize=19053652 memory=15776 CPUtime=3604.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536592/stat : 536592 (fscip) D 536583 536586 532618 0 -1 1077937220 1390054 0 0 0 360253 216 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536593] ppid=536583 vsize=19053652 memory=11822120823029796 CPUtime=3602.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536593/stat : 536593 (fscip) D 536583 536586 532618 0 -1 1077937220 1681910 0 0 0 360036 263 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536594] ppid=536583 vsize=19053652 memory=279512847780512 CPUtime=3599.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536594/stat : 536594 (fscip) D 536583 536586 532618 0 -1 1077937220 1532841 0 0 0 359795 151 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536595] ppid=536583 vsize=19053652 memory=21392 CPUtime=3603.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536595/stat : 536595 (fscip) D 536583 536586 532618 0 -1 1077937220 1414280 0 0 0 360172 209 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536596] ppid=536583 vsize=19053652 memory=15439496 CPUtime=3603.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536596/stat : 536596 (fscip) S 536583 536586 532618 0 -1 4195904 1828963 0 0 0 359824 478 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 139796232864432 10821845 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 0
[pid=536586/tid=536597] ppid=536583 vsize=19053652 memory=279512849197792 CPUtime=3602.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536597/stat : 536597 (fscip) D 536583 536586 532618 0 -1 1077937220 1441044 0 0 0 360143 150 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536598] ppid=536583 vsize=19053652 memory=279512848797792 CPUtime=3604.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536598/stat : 536598 (fscip) D 536583 536586 532618 0 -1 1077937220 1887728 0 0 0 360186 253 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536599] ppid=536583 vsize=19053652 memory=15499336 CPUtime=3592.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536599/stat : 536599 (fscip) D 536583 536586 532618 0 -1 1077937220 2041729 0 0 0 358923 317 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536600] ppid=536583 vsize=19053652 memory=15514016 CPUtime=3600.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536600/stat : 536600 (fscip) D 536583 536586 532618 0 -1 1077937220 1508848 0 0 0 359852 153 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536601] ppid=536583 vsize=19053652 memory=29273809900535888 CPUtime=3602.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536601/stat : 536601 (fscip) D 536583 536586 532618 0 -1 1077937220 1513746 0 0 0 359984 223 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536602] ppid=536583 vsize=19053652 memory=11448 CPUtime=3590.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536602/stat : 536602 (fscip) D 536583 536586 532618 0 -1 1077937220 2056256 0 0 0 358807 292 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536603] ppid=536583 vsize=19053652 memory=25333125866717268 CPUtime=3583.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536603/stat : 536603 (fscip) D 536583 536586 532618 0 -1 1077937220 1372303 0 0 0 358178 140 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536604] ppid=536583 vsize=19053652 memory=104 CPUtime=3588.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536604/stat : 536604 (fscip) D 536583 536586 532618 0 -1 1077937220 1412887 0 0 0 358681 208 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536605] ppid=536583 vsize=19053652 memory=279512849295456 CPUtime=3601.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536605/stat : 536605 (fscip) D 536583 536586 532618 0 -1 1077937220 2325143 0 0 0 359796 352 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536606] ppid=536583 vsize=19053652 memory=15486948 CPUtime=3600.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536606/stat : 536606 (fscip) D 536583 536586 532618 0 -1 1077937220 1182442 0 0 0 359959 116 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536607] ppid=536583 vsize=19053652 memory=279512848700400 CPUtime=3587.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536607/stat : 536607 (fscip) D 536583 536586 532618 0 -1 1077937220 1485413 0 0 0 358522 246 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536608] ppid=536583 vsize=19053652 memory=5512 CPUtime=3605.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536608/stat : 536608 (fscip) D 536583 536586 532618 0 -1 1077937220 2295108 0 0 0 360189 354 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536609] ppid=536583 vsize=19053652 memory=6657 CPUtime=3601.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536609/stat : 536609 (fscip) D 536583 536586 532618 0 -1 1077937220 538337 0 0 0 360119 58 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536610] ppid=536583 vsize=19053652 memory=6055652847293562906 CPUtime=3598.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536610/stat : 536610 (fscip) D 536583 536586 532618 0 -1 1077937220 1156269 0 0 0 359634 194 0 0 20 0 41 0 90703040 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536611] ppid=536583 vsize=19053652 memory=7444841964305210007 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536611/stat : 536611 (fscip) D 536583 536586 532618 0 -1 1077937220 161 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536612] ppid=536583 vsize=19053652 memory=8021158852533920 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536612/stat : 536612 (fscip) D 536583 536586 532618 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536613] ppid=536583 vsize=19053652 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536613/stat : 536613 (fscip) D 536583 536586 532618 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536614] ppid=536583 vsize=19053652 memory=3 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536614/stat : 536614 (fscip) D 536583 536586 532618 0 -1 1077937220 242 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536615] ppid=536583 vsize=19053652 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536615/stat : 536615 (fscip) D 536583 536586 532618 0 -1 1077937220 218 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536616] ppid=536583 vsize=19053652 memory=11448 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536616/stat : 536616 (fscip) D 536583 536586 532618 0 -1 1077937220 275 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536617] ppid=536583 vsize=19053652 memory=31792 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536617/stat : 536617 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536618] ppid=536583 vsize=19053652 memory=15513884 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536618/stat : 536618 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536619] ppid=536583 vsize=19053652 memory=15511384 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536619/stat : 536619 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536620] ppid=536583 vsize=19053652 memory=15487740 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536620/stat : 536620 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536621] ppid=536583 vsize=19053652 memory=15499316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536621/stat : 536621 (fscip) D 536583 536586 532618 0 -1 1077937220 234 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536622] ppid=536583 vsize=19053652 memory=15487624 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536622/stat : 536622 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 1 1 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536623] ppid=536583 vsize=19053652 memory=15513532 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536623/stat : 536623 (fscip) D 536583 536586 532618 0 -1 1077937220 225 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536624] ppid=536583 vsize=19053652 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536624/stat : 536624 (fscip) D 536583 536586 532618 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536625] ppid=536583 vsize=19053652 memory=6442205753248858226 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536625/stat : 536625 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536626] ppid=536583 vsize=19053652 memory=2264 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536626/stat : 536626 (fscip) D 536583 536586 532618 0 -1 1077937220 230 0 0 0 1 2 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536627] ppid=536583 vsize=19053652 memory=15513036 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536627/stat : 536627 (fscip) D 536583 536586 532618 0 -1 1077937220 228 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536628] ppid=536583 vsize=19053652 memory=15514016 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536628/stat : 536628 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536629] ppid=536583 vsize=19053652 memory=3617016342811164671 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536629/stat : 536629 (fscip) D 536583 536586 532618 0 -1 1077937220 242 0 0 0 4 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
[pid=536586/tid=536630] ppid=536583 vsize=19053652 memory=3906091131024952107 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/536586/task/536630/stat : 536630 (fscip) D 536583 536586 532618 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90703113 19510939648 3878504 809668444160 4194304 16622877 140733649858896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36073472 140733649863657 140733649863773 140733649863773 140733649870799 24
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 19053652 KiB
Current children cumulated memory: 15514016 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3657.52
CPU time (s): 72000.8
CPU user time (s): 71955.2
CPU system time (s): 45.6247
CPU usage (%): 1968.57
Max. virtual memory (cumulated for all children) (KiB): 19184724
Max. memory (cumulated for all children) (KiB): 15514016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71955.2
system time used= 45.6247
maximum resident set size= 15514096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31346707
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= 101707
involuntary context switches= 352738


# summary of solver processes directly reported to runsolver:
#   pid: 536586
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71955.2
#   total CPU system time (s): 45.6247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.195 second user time and 92.5067 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 00:06:18
IDJOB=4467804
IDBENCH=158274
IDSOLVER=3097
FILE ID=nodeD105/4467804-1723241178
RUNJOBID= nodeD105-1723238631-532628
SLURM_JOB_ID= 8266908
Free space on /tmp= 8622792 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K143.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-4467804-1723241178/watcher-4467804-1723241178 -o /tmp/evaluation-result-4467804-1723241178/solver-4467804-1723241178 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723238631-532628 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467804-1723241178.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5b71eb3fc2b19671b5e391982561b6cd
RANDOM SEED=1479944571

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        747663592 kB
MemAvailable:   751422296 kB
Buffers:          940096 kB
Cached:          6112256 kB
SwapCached:            0 kB
Active:          1331916 kB
Inactive:       38549176 kB
Active(anon):       2184 kB
Inactive(anon): 32857296 kB
Active(file):    1329732 kB
Inactive(file):  5691880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30008 kB
Writeback:             0 kB
AnonPages:      32827680 kB
Mapped:           135376 kB
Shmem:             30728 kB
KReclaimable:     313588 kB
Slab:             730232 kB
SReclaimable:     313588 kB
SUnreclaim:       416644 kB
KernelStack:       16816 kB
PageTables:        76168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5026512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           834432 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3082240 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:      899072 kB
DirectMap2M:    117039104 kB
DirectMap1G:    687865856 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-08-10 01:07:16