Trace number 4467744

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) 72002.6 3674.04

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUMc8aab35d42bad0d90391f6d533654bf0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.2834
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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.33/0.37	c Default LC presolving (default).
0.33/0.37	c ** Before presolving: virtualMemUsedAtLc = 369300259, getVmSize() = 251797504, SCIPgetMemUsed() = 211175787, SCIPgetMemTotal() = 220150715, SCIPgetMemExternEstim() = 149149544
0.33/0.37	c ** set memory limit for presolving in LC to 8.79493e+12 for SCIP **
43.09/43.34	c ** Estimated virtualMemUsedAtSolver = 379936888, getVmSize() = 468373504, SCIPgetMemUsed() = 269686964, SCIPgetMemTotal() = 420755788, SCIPgetMemExternEstim() = 149149544
43.09/43.34	c ** set memory limit for solvers to 4.18742e+11 for each SCIP **
43.09/43.34	c Original Problem   :
43.09/43.34	c   Problem name     : instance-4467744-1723596319
43.09/43.34	c   Variables        : 40605 (40605 binary, 0 integer, 0 implicit integer, 0 continuous)
43.09/43.34	c   Constraints      : 118930
43.09/43.34	c   Objective sense  : minimize
43.09/43.34	c Presolved Problem  :
43.09/43.34	c   Variables        : 33159 (33159 binary, 0 integer, 0 implicit integer, 0 continuous)
43.09/43.34	c   Constraints      : 34766
43.09/43.34	c Constraints        : Number
43.09/43.34	c   knapsack         : 1740 
43.09/43.34	c   setppc           : 1078 
43.09/43.34	c   and              : 31931 
43.09/43.34	c   logicor          : 17 
43.09/43.34	c ** Instance transfer method used: 0
43.19/43.42	c ** ParaScipInstance copy increased the number of variables. **
44.73/44.97	c LC is working with racing ramp-up and with rebuilding tree after racing.
44.73/44.97	c                                Nodes    Active                                            
44.73/44.97	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
21053.05/1104.24	c      1104              2           1        20                -           0.0000          -
22255.10/1164.86	c      1165              3           2        20                -           0.0000          -
22562.52/1180.33	c      1180              4           3        20                -           0.0000          -
22673.52/1186.03	c      1186              2           1        20                -           0.0000          -
22927.39/1198.79	c      1199              2           1        20                -           0.0000          -
23670.83/1236.27	c      1236              2           1        20                -           0.0000          -
23786.79/1242.10	c      1242              2           1        20                -           0.0000          -
23898.95/1247.79	c      1248              2           1        20                -           0.0000          -
24015.95/1253.64	c      1254              2           1        20                -           0.0000          -
24132.97/1259.54	c      1260              2           1        20                -           0.0000          -
24236.18/1264.72	c      1265              2           1        20                -           0.0000          -
24345.03/1270.23	c      1270              2           1        20                -           0.0000          -
24743.68/1290.39	c      1290              2           1        20                -           0.0000          -
24996.30/1303.08	c      1303              2           1        20                -           0.0000          -
25412.80/1324.05	c      1324              2           1        20                -           0.0000          -
25558.88/1331.48	c      1331              2           1        20                -           0.0000          -
25679.86/1337.57	c      1338              2           1        20                -           0.0000          -
25809.52/1344.04	c      1344              2           1        20                -           0.0000          -
25939.68/1350.69	c      1351              2           1        20                -           0.0000          -
26243.16/1365.94	c      1366              2           1        20                -           0.0000          -
26348.28/1371.28	c      1371              2           1        20                -           0.0000          -
26461.33/1377.00	c      1377              2           1        20                -           0.0000          -
26603.06/1384.09	c      1384              3           2        20                -           0.0000          -
26719.17/1389.91	c      1390              3           2        20                -           0.0000          -
26832.22/1395.69	c      1396              3           2        20                -           0.0000          -
26935.36/1400.87	c      1401              3           2        20                -           0.0000          -
27036.52/1405.94	c      1406              3           2        20                -           0.0000          -
27165.42/1412.47	c      1412              3           2        20                -           0.0000          -
27508.53/1429.73	c      1430              3           2        20                -           0.0000          -
27677.10/1438.23	c      1438             74          56        20                -           0.0000          -
27845.70/1446.70	c      1447             74          56        20                -           0.0000          -
28333.76/1471.34	c      1471             74          56        20                -           0.0000          -
28432.95/1476.37	c      1476              2           1        20                -           0.0000          -
28583.68/1483.93	c      1484              2           1        20                -           0.0000          -
28730.42/1491.31	c      1491              2           1        20                -           0.0000          -
28866.21/1498.19	c      1498             82          60        20                -           0.0000          -
28972.42/1503.52	c      1504             82          60        20                -           0.0000          -
29097.40/1509.87	c      1510             82          60        20                -           0.0000          -
29206.47/1515.34	c      1515             82          60        20                -           0.0000          -
29375.09/1523.84	c      1524              3           2        20                -           0.0000          -
29488.15/1529.53	c      1530              3           2        20                -           0.0000          -
29613.13/1535.83	c      1536              3           2        20                -           0.0000          -
29717.21/1541.08	c      1541              3           2        20                -           0.0000          -
29825.39/1546.57	c      1547              3           2        20                -           0.0000          -
29938.46/1552.29	c      1552              3           2        20                -           0.0000          -
30054.16/1558.05	c      1558              3           2        20                -           0.0000          -
30168.60/1563.83	c      1564             13          10        20                -           0.0000          -
30277.64/1569.38	c      1569             13          10        20                -           0.0000          -
30380.76/1574.59	c      1575              4           3        20                -           0.0000          -
30490.68/1580.06	c      1580              4           3        20                -           0.0000          -
30598.91/1585.58	c      1586              4           3        20                -           0.0000          -
30725.85/1591.99	c      1592              4           3        20                -           0.0000          -
30834.88/1597.48	c      1597              4           3        20                -           0.0000          -
30977.74/1604.66	c      1605              4           3        20                -           0.0000          -
31078.93/1609.79	c      1610             22          17        20                -           0.0000          -
31186.95/1615.17	c      1615            129          33        20                -           0.0000          -
31310.98/1621.44	c      1621              5           4        20                -           0.0000          -
31509.31/1631.44	c      1631              5           4        20                -           0.0000          -
31616.40/1636.87	c      1637             27          22        20                -           0.0000          -
31725.51/1642.39	c      1642              6           5        20                -           0.0000          -
31842.55/1648.24	c      1648              6           5        20                -           0.0000          -
31945.74/1653.41	c      1653              6           5        20                -           0.0000          -
32044.93/1658.42	c      1658              6           5        20                -           0.0000          -
32144.05/1663.49	c      1663              7           6        20                -           0.0000          -
32251.18/1668.81	c      1669              7           6        20                -           0.0000          -
32362.27/1674.50	c      1674              7           6        20                -           0.0000          -
32463.45/1679.53	c      1680              7           6        20                -           0.0000          -
32566.62/1684.77	c      1685            207          66        20                -           0.0000          -
32683.67/1690.60	c      1691            207          66        20                -           0.0000          -
32796.76/1696.39	c      1696            207          66        20                -           0.0000          -
32917.81/1702.49	c      1702            207          66        20                -           0.0000          -
33032.89/1708.22	c      1708            207          66        20                -           0.0000          -
33150.73/1714.15	c      1714            207          66        20                -           0.0000          -
33259.12/1719.60	c      1720            207          66        20                -           0.0000          -
33382.17/1725.84	c      1726            207          66        20                -           0.0000          -
33505.86/1732.09	c      1732            207          66        20                -           0.0000          -
33612.35/1737.46	c      1737            207          66        20                -           0.0000          -
33721.50/1743.02	c      1743            207          66        20                -           0.0000          -
33826.66/1748.28	c      1748            207          66        20                -           0.0000          -
33933.82/1753.68	c      1754            207          66        20                -           0.0000          -
34043.56/1759.20	c      1759            207          66        20                -           0.0000          -
34152.09/1764.62	c      1765            252          12        20                -           0.0000          -
34273.14/1770.73	c      1771             82          60        20                -           0.0000          -
34374.34/1775.89	c      1776             82          60        20                -           0.0000          -
34483.49/1781.37	c      1781             82          60        20                -           0.0000          -
34588.68/1786.65	c      1787             82          60        20                -           0.0000          -
34703.72/1792.44	c      1792             82          60        20                -           0.0000          -
34818.79/1798.27	c      1798             82          60        20                -           0.0000          -
34921.96/1803.46	c      1803             82          60        20                -           0.0000          -
35031.10/1808.93	c      1809            254          14        20                -           0.0000          -
35217.52/1818.30	c      1818            254          14        20                -           0.0000          -
35331.42/1824.05	c      1824             27          26        20                -           0.0000          -
35475.29/1831.32	c      1831             27          26        20                -           0.0000          -
35588.98/1837.09	c      1837             27          26        20                -           0.0000          -
35695.44/1842.45	c      1842             27          26        20                -           0.0000          -
35798.61/1847.69	c      1848             27          26        20                -           0.0000          -
35899.80/1852.76	c      1853             27          26        20                -           0.0000          -
36014.87/1858.56	c      1859             27          26        20                -           0.0000          -
36127.89/1864.23	c      1864             27          26        20                -           0.0000          -
36248.93/1870.32	c      1870             27          26        20                -           0.0000          -
36356.07/1875.73	c      1876             27          26        20                -           0.0000          -
36459.25/1880.98	c      1881             27          26        20                -           0.0000          -
36561.14/1886.10	c      1886             27          26        20                -           0.0000          -
36662.23/1891.16	c      1891             27          26        20                -           0.0000          -
36776.66/1896.93	c      1897             27          26        20                -           0.0000          -
36887.76/1902.50	c      1902             27          26        20                -           0.0000          -
36988.95/1907.62	c      1908             27          26        20                -           0.0000          -
37088.16/1912.67	c      1913             27          26        20                -           0.0000          -
37191.32/1917.88	c      1918             27          26        20                -           0.0000          -
37292.48/1922.93	c      1923             27          26        20                -           0.0000          -
37405.56/1928.61	c      1929             27          26        20                -           0.0000          -
37504.77/1933.62	c      1934             27          26        20                -           0.0000          -
37609.81/1938.92	c      1939             27          26        20                -           0.0000          -
37722.77/1944.61	c      1945             27          26        20                -           0.0000          -
37832.63/1950.19	c      1950             27          26        20                -           0.0000          -
37946.97/1955.96	c      1956             27          26        20                -           0.0000          -
38052.12/1961.22	c      1961             27          26        20                -           0.0000          -
38151.32/1966.27	c      1966             27          26        20                -           0.0000          -
38417.22/1979.69	c      1980             27          26        20                -           0.0000          -
38525.00/1985.09	c      1985             27          26        20                -           0.0000          -
38700.88/1993.95	c      1994             27          26        20                -           0.0000          -
38819.94/1999.92	c      2000             27          26        20                -           0.0000          -
38994.56/2008.79	c      2009             27          26        20                -           0.0000          -
39105.68/2014.39	c      2014             27          26        20                -           0.0000          -
39212.75/2019.72	c      2020             27          26        20                -           0.0000          -
39325.83/2025.40	c      2025             27          26        20                -           0.0000          -
39477.32/2033.13	c      2033             27          26        20                -           0.0000          -
39598.43/2039.15	c      2039             27          26        20                -           0.0000          -
39712.74/2044.95	c      2045             27          26        20                -           0.0000          -
39834.33/2051.10	c      2051            371          16        20                -           0.0000          -
39950.72/2056.90	c      2057            371          16        20                -           0.0000          -
40069.54/2062.95	c      2063            471          11        20                -           0.0000          -
40180.57/2068.57	c      2069            471          11        20                -           0.0000          -
40292.48/2074.18	c      2074            471          11        20                -           0.0000          -
40400.79/2079.63	c      2080            471          11        20                -           0.0000          -
40501.99/2084.79	c      2085            471          11        20                -           0.0000          -
40624.93/2090.95	c      2091            471          11        20                -           0.0000          -
40734.03/2096.49	c      2096            471          11        20                -           0.0000          -
40835.21/2101.58	c      2102            471          11        20                -           0.0000          -
40936.41/2106.65	c      2107            471          11        20                -           0.0000          -
41035.62/2111.68	c      2112            471          11        20                -           0.0000          -
41138.80/2116.83	c      2117            471          11        20                -           0.0000          -
41257.80/2122.89	c      2123            471          11        20                -           0.0000          -
41368.90/2128.44	c      2128            471          11        20                -           0.0000          -
41474.04/2133.76	c      2134            471          11        20                -           0.0000          -
41591.10/2139.70	c      2140            471          11        20                -           0.0000          -
41727.92/2146.50	c      2146            471          11        20                -           0.0000          -
41827.12/2151.52	c      2152            471          11        20                -           0.0000          -
41939.12/2157.18	c      2157            471          11        20                -           0.0000          -
42061.14/2163.33	c      2163            471          11        20                -           0.0000          -
42162.34/2168.46	c      2168            471          11        20                -           0.0000          -
42267.46/2173.73	c      2174            471          11        20                -           0.0000          -
42376.58/2179.23	c      2179            471          11        20                -           0.0000          -
42489.55/2184.97	c      2185            471          11        20                -           0.0000          -
42591.44/2190.05	c      2190            471          11        20                -           0.0000          -
42719.69/2196.56	c      2197            471          11        20                -           0.0000          -
42818.90/2201.59	c      2202            471          11        20                -           0.0000          -
42922.06/2206.71	c      2207            471          11        20                -           0.0000          -
43035.08/2212.44	c      2212            471          11        20                -           0.0000          -
43152.14/2218.31	c      2218            471          11        20                -           0.0000          -
43253.28/2223.48	c      2223            471          11        20                -           0.0000          -
43356.45/2228.68	c      2229            471          11        20                -           0.0000          -
43467.60/2234.22	c      2234            471          11        20                -           0.0000          -
43588.57/2240.39	c      2240            471          11        20                -           0.0000          -
43704.40/2246.16	c      2246            471          11        20                -           0.0000          -
43808.77/2251.48	c      2251            471          11        20                -           0.0000          -
43907.97/2256.49	c      2256            471          11        20                -           0.0000          -
44011.03/2261.65	c      2262            471          11        20                -           0.0000          -
44128.01/2267.58	c      2268            471          11        20                -           0.0000          -
44242.99/2273.38	c      2273            471          11        20                -           0.0000          -
44348.14/2278.70	c      2279            471          11        20                -           0.0000          -
44467.17/2284.60	c      2285            471          11        20                -           0.0000          -
44568.35/2289.73	c      2290            471          11        20                -           0.0000          -
44667.53/2294.77	c      2295            471          11        20                -           0.0000          -
44782.58/2300.58	c      2301            471          11        20                -           0.0000          -
44895.62/2306.20	c      2306            471          11        20                -           0.0000          -
45016.70/2312.37	c      2312            471          11        20                -           0.0000          -
45127.81/2317.90	c      2318            471          11        20                -           0.0000          -
45226.96/2322.98	c      2323            471          11        20                -           0.0000          -
45330.82/2328.17	c      2328            471          11        20                -           0.0000          -
45461.01/2334.71	c      2335            471          11        20                -           0.0000          -
45572.09/2340.30	c      2340            471          11        20                -           0.0000          -
45693.09/2346.42	c      2346            471          11        20                -           0.0000          -
45810.12/2352.39	c      2352            471          11        20                -           0.0000          -
45911.29/2357.43	c      2357            471          11        20                -           0.0000          -
46028.29/2363.37	c      2363            471          11        20                -           0.0000          -
46139.37/2368.91	c      2369            471          11        20                -           0.0000          -
46256.38/2374.86	c      2375            471          11        20                -           0.0000          -
46362.22/2380.20	c      2380            471          11        20                -           0.0000          -
46482.58/2386.22	c      2386            471          11        20                -           0.0000          -
46589.59/2391.62	c      2392            471          11        20                -           0.0000          -
46699.52/2397.18	c      2397            471          11        20                -           0.0000          -
46807.77/2402.67	c      2403            471          11        20                -           0.0000          -
46920.86/2408.38	c      2408            471          11        20                -           0.0000          -
47039.93/2414.35	c      2414            471          11        20                -           0.0000          -
47158.99/2420.31	c      2420            471          11        20                -           0.0000          -
47264.13/2425.62	c      2426            471          11        20                -           0.0000          -
47369.30/2430.91	c      2431            471          11        20                -           0.0000          -
47476.40/2436.37	c      2436            471          11        20                -           0.0000          -
47612.13/2443.18	c      2443            471          11        20                -           0.0000          -
47718.42/2448.57	c      2449            471          11        20                -           0.0000          -
47830.26/2454.17	c      2454            471          11        20                -           0.0000          -
47944.55/2459.96	c      2460            471          11        20                -           0.0000          -
48048.46/2465.19	c      2465            471          11        20                -           0.0000          -
48152.76/2470.49	c      2470            471          11        20                -           0.0000          -
48313.45/2478.53	c      2479            471          11        20                -           0.0000          -
48423.40/2484.08	c      2484            471          11        20                -           0.0000          -
48531.69/2489.57	c      2490            471          11        20                -           0.0000          -
48658.67/2495.90	c      2496            471          11        20                -           0.0000          -
48763.80/2501.26	c      2501            471          11        20                -           0.0000          -
48978.73/2512.03	c      2512            471          11        20                -           0.0000          -
49095.12/2517.94	c      2518            471          11        20                -           0.0000          -
49210.18/2523.76	c      2524            471          11        20                -           0.0000          -
49316.04/2529.13	c      2529            471          11        20                -           0.0000          -
49426.42/2534.62	c      2535            471          11        20                -           0.0000          -
49587.10/2542.77	c      2543            471          11        20                -           0.0000          -
49686.27/2547.79	c      2548            471          11        20                -           0.0000          -
49805.30/2553.74	c      2554            471          11        20                -           0.0000          -
49930.88/2560.10	c      2560            471          11        20                -           0.0000          -
50033.43/2565.27	c      2565            471          11        20                -           0.0000          -
50140.57/2570.65	c      2571            471          11        20                -           0.0000          -
50243.73/2575.86	c      2576            471          11        20                -           0.0000          -
50356.79/2581.56	c      2582            471          11        20                -           0.0000          -
50463.93/2586.97	c      2587            471          11        20                -           0.0000          -
50612.72/2594.49	c      2594            471          11        20                -           0.0000          -
50713.87/2599.57	c      2600            471          11        20                -           0.0000          -
50840.82/2605.98	c      2606            471          11        20                -           0.0000          -
50995.50/2613.80	c      2614            471          11        20                -           0.0000          -
51144.24/2621.29	c      2621            471          11        20                -           0.0000          -
51253.36/2626.74	c      2627            471          11        20                -           0.0000          -
51423.95/2635.30	c      2635            471          11        20                -           0.0000          -
51535.05/2640.95	c      2641            471          11        20                -           0.0000          -
51654.07/2646.97	c      2647            471          11        20                -           0.0000          -
51763.16/2652.47	c      2652            471          11        20                -           0.0000          -
51892.11/2658.93	c      2659            471          11        20                -           0.0000          -
52009.16/2664.84	c      2665            471          11        20                -           0.0000          -
52138.09/2671.36	c      2671            471          11        20                -           0.0000          -
52255.15/2677.24	c      2677            512          19        20                -           0.0000          -
52378.13/2683.42	c      2683            512          19        20                -           0.0000          -
52481.29/2688.67	c      2689            512          19        20                -           0.0000          -
52705.46/2700.02	c      2700            512          19        20                -           0.0000          -
52830.42/2706.26	c      2706            512          19        20                -           0.0000          -
52935.56/2711.55	c      2712            512          19        20                -           0.0000          -
53062.54/2717.96	c      2718            512          19        20                -           0.0000          -
53177.59/2723.71	c      2724            512          19        20                -           0.0000          -
53305.34/2730.18	c      2730            512          19        20                -           0.0000          -
53407.71/2735.34	c      2735            512          19        20                -           0.0000          -
53543.39/2742.15	c      2742            512          19        20                -           0.0000          -
53671.54/2748.68	c      2749            512          19        20                -           0.0000          -
53772.72/2753.78	c      2754            512          19        20                -           0.0000          -
53885.78/2759.48	c      2759            512          19        20                -           0.0000          -
54004.81/2765.45	c      2765            512          19        20                -           0.0000          -
54292.48/2779.93	c      2780            512          19        20                -           0.0000          -
54411.50/2785.92	c      2786            512          19        20                -           0.0000          -
54535.11/2792.19	c      2792            512          19        20                -           0.0000          -
54652.31/2798.08	c      2798            512          19        20                -           0.0000          -
54793.12/2805.14	c      2805            512          19        20                -           0.0000          -
54919.36/2811.55	c      2812            512          19        20                -           0.0000          -
55032.43/2817.27	c      2817            512          19        20                -           0.0000          -
55143.52/2822.86	c      2823            512          19        20                -           0.0000          -
55270.48/2829.28	c      2829            512          19        20                -           0.0000          -
55373.64/2834.41	c      2834            512          19        20                -           0.0000          -
55474.83/2839.50	c      2840            512          19        20                -           0.0000          -
55577.97/2844.74	c      2845            512          19        20                -           0.0000          -
55689.05/2850.36	c      2850            512          19        20                -           0.0000          -
55790.23/2855.42	c      2855            512          19        20                -           0.0000          -
55905.29/2861.21	c      2861            512          19        20                -           0.0000          -
56006.45/2866.35	c      2866            512          19        20                -           0.0000          -
56109.61/2871.53	c      2872            512          19        20                -           0.0000          -
56224.66/2877.37	c      2877            512          19        20                -           0.0000          -
56325.84/2882.41	c      2882            512          19        20                -           0.0000          -
56427.01/2887.50	c      2888            512          19        20                -           0.0000          -
56530.19/2892.71	c      2893            512          19        20                -           0.0000          -
56633.35/2898.02	c      2898            512          19        20                -           0.0000          -
56786.09/2905.65	c      2906            512          19        20                -           0.0000          -
56891.24/2910.94	c      2911            512          19        20                -           0.0000          -
57030.13/2917.91	c      2918            512          19        20                -           0.0000          -
57147.16/2923.86	c      2924            512          19        20                -           0.0000          -
57301.89/2931.66	c      2932            512          19        20                -           0.0000          -
57420.90/2937.61	c      2938            512          19        20                -           0.0000          -
57559.77/2944.69	c      2945            512          19        20                -           0.0000          -
57680.77/2950.73	c      2951            512          19        20                -           0.0000          -
57781.95/2955.87	c      2956            512          19        20                -           0.0000          -
57900.95/2961.83	c      2962            512          19        20                -           0.0000          -
58004.77/2967.09	c      2967            512          19        20                -           0.0000          -
58127.08/2973.26	c      2973            512          19        20                -           0.0000          -
58269.91/2980.42	c      2980            512          19        20                -           0.0000          -
58371.08/2985.57	c      2986            512          19        20                -           0.0000          -
58474.24/2990.78	c      2991            512          19        20                -           0.0000          -
58607.14/2997.44	c      2997            512          19        20                -           0.0000          -
58706.33/3002.49	c      3002            512          19        20                -           0.0000          -
58841.22/3009.24	c      3009            512          19        20                -           0.0000          -
58964.22/3015.43	c      3015            512          19        20                -           0.0000          -
59073.34/3020.92	c      3021            512          19        20                -           0.0000          -
59188.39/3026.78	c      3027            512          19        20                -           0.0000          -
59301.47/3032.45	c      3032            512          19        20                -           0.0000          -
59420.48/3038.42	c      3038            512          19        20                -           0.0000          -
59534.38/3044.19	c      3044            512          19        20                -           0.0000          -
59634.73/3049.22	c      3049            512          19        20                -           0.0000          -
59739.87/3054.57	c      3055            512          19        20                -           0.0000          -
59847.00/3060.00	c      3060            512          19        20                -           0.0000          -
59946.20/3065.04	c      3065            512          19        20                -           0.0000          -
60061.24/3070.79	c      3071            512          19        20                -           0.0000          -
60170.34/3076.23	c      3076            512          19        20                -           0.0000          -
60289.36/3082.30	c      3082            512          19        20                -           0.0000          -
60396.51/3087.68	c      3088            512          19        20                -           0.0000          -
60501.65/3092.96	c      3093            512          19        20                -           0.0000          -
60610.75/3098.48	c      3098            512          19        20                -           0.0000          -
60713.90/3103.62	c      3104            512          19        20                -           0.0000          -
60858.70/3110.94	c      3111            512          19        20                -           0.0000          -
60973.76/3116.79	c      3117            512          19        20                -           0.0000          -
61092.76/3122.73	c      3123            512          19        20                -           0.0000          -
61201.86/3128.27	c      3128            512          19        20                -           0.0000          -
61319.74/3134.14	c      3134            512          19        20                -           0.0000          -
61426.02/3139.56	c      3140            512          19        20                -           0.0000          -
61537.82/3145.19	c      3145            512          19        20                -           0.0000          -
61650.17/3150.89	c      3151            512          19        20                -           0.0000          -
61751.33/3155.93	c      3156            512          19        20                -           0.0000          -
61868.35/3161.82	c      3162            512          19        20                -           0.0000          -
61979.42/3167.48	c      3167            512          19        20                -           0.0000          -
62084.57/3172.75	c      3173            512          19        20                -           0.0000          -
62199.62/3178.55	c      3179            512          19        20                -           0.0000          -
62309.50/3184.08	c      3184            816          43        20                -           0.0000          -
62421.80/3189.77	c      3190            816          43        20                -           0.0000          -
62540.83/3195.79	c      3196            514          21        20                -           0.0000          -
62653.90/3201.45	c      3201            515          22        20                -           0.0000          -
62772.93/3207.48	c      3207            516          23        20                -           0.0000          -
62897.92/3213.78	c      3214            517          24        20                -           0.0000          -
63026.87/3220.29	c      3220            827          49        20                -           0.0000          -
63139.96/3225.99	c      3226            731          20        20                -           0.0000          -
63259.00/3231.91	c      3232            833          52        20                -           0.0000          -
63362.74/3237.14	c      3237            833          52        20                -           0.0000          -
63491.11/3243.62	c      3244            833          52        20                -           0.0000          -
63610.14/3249.69	c      3250            530          27        20                -           0.0000          -
63727.18/3255.53	c      3256            750          20        20                -           0.0000          -
63854.15/3262.04	c      3262            532          26        20                -           0.0000          -
63971.19/3267.82	c      3268            532          26        20                -           0.0000          -
64078.30/3273.22	c      3273            762          21        20                -           0.0000          -
64183.43/3278.58	c      3279            533          27        20                -           0.0000          -
64293.20/3284.07	c      3284            533          27        20                -           0.0000          -
64399.64/3289.43	c      3289            312          76        20                -           0.0000          -
64508.76/3294.97	c      3295            534          28        20                -           0.0000          -
64635.71/3301.33	c      3301            882           0        20                -           0.0000          -
64744.83/3306.81	c      3307            882           0        20                -           0.0000          -
64868.58/3313.08	c      3313            882           0        20                -           0.0000          -
64978.90/3318.67	c      3319            882           0        20                -           0.0000          -
65108.75/3325.18	c      3325            882           0        20                -           0.0000          -
65220.86/3330.85	c      3331            882           0        20                -           0.0000          -
65329.93/3336.30	c      3336            882           0        20                -           0.0000          -
65443.91/3342.06	c      3342            882           0        20                -           0.0000          -
65565.99/3348.20	c      3348            882           0        20                -           0.0000          -
65669.15/3353.49	c      3353            882           0        20                -           0.0000          -
65783.14/3359.19	c      3359            882           0        20                -           0.0000          -
65911.16/3365.63	c      3366            882           0        20                -           0.0000          -
66012.30/3370.71	c      3371            882           0        20                -           0.0000          -
66121.38/3376.20	c      3376            882           0        20                -           0.0000          -
66232.50/3381.82	c      3382            882           0        20                -           0.0000          -
66336.41/3387.13	c      3387            882           0        20                -           0.0000          -
66442.77/3392.44	c      3392            882           0        20                -           0.0000          -
66565.76/3398.65	c      3399            882           0        20                -           0.0000          -
66670.88/3403.98	c      3404            882           0        20                -           0.0000          -
66770.04/3408.99	c      3409            882           0        20                -           0.0000          -
66871.91/3414.09	c      3414            882           0        20                -           0.0000          -
66990.90/3420.04	c      3420            882           0        20                -           0.0000          -
67103.28/3425.70	c      3426            882           0        20                -           0.0000          -
67209.18/3431.10	c      3431            882           0        20                -           0.0000          -
67319.52/3436.68	c      3437            882           0        20                -           0.0000          -
67424.67/3441.95	c      3442            882           0        20                -           0.0000          -
67523.87/3447.01	c      3447            882           0        20                -           0.0000          -
67636.92/3452.61	c      3453            882           0        20                -           0.0000          -
67740.09/3457.90	c      3458            882           0        20                -           0.0000          -
67857.12/3463.78	c      3464            882           0        20                -           0.0000          -
67960.28/3469.02	c      3469            882           0        20                -           0.0000          -
68065.40/3474.21	c      3474            882           0        20                -           0.0000          -
68186.41/3480.31	c      3480            882           0        20                -           0.0000          -
68311.39/3486.69	c      3487            882           0        20                -           0.0000          -
68419.27/3492.13	c      3492            882           0        20                -           0.0000          -
68523.65/3497.37	c      3497            882           0        20                -           0.0000          -
68626.80/3502.51	c      3503            882           0        20                -           0.0000          -
68726.02/3507.56	c      3508            882           0        20                -           0.0000          -
68833.16/3512.99	c      3513            882           0        20                -           0.0000          -
68938.29/3518.28	c      3518            882           0        20                -           0.0000          -
69039.46/3523.36	c      3523            882           0        20                -           0.0000          -
69142.63/3528.50	c      3529            882           0        20                -           0.0000          -
69252.44/3534.13	c      3534            882           0        20                -           0.0000          -
69368.79/3539.98	c      3540            882           0        20                -           0.0000          -
69481.86/3545.69	c      3546            882           0        20                -           0.0000          -
69589.66/3551.04	c      3551            882           0        20                -           0.0000          -
69708.66/3557.08	c      3557            882           0        20                -           0.0000          -
69819.09/3562.65	c      3563            882           0        20                -           0.0000          -
69924.23/3567.96	c      3568            882           0        20                -           0.0000          -
70026.02/3573.07	c      3573            882           0        20                -           0.0000          -
70128.55/3578.20	c      3578            882           0        20                -           0.0000          -
70235.67/3583.62	c      3584            882           0        20                -           0.0000          -
70348.74/3589.39	c      3589            882           0        20                -           0.0000          -
70459.83/3594.90	c      3595            882           0        20                -           0.0000          -
70588.76/3601.41	c      3601            882           0        20                -           0.0000          -
70693.91/3606.75	c      3607            882           0        20                -           0.0000          -
70801.68/3612.14	c      3612            882           0        20                -           0.0000          -
70914.12/3617.84	c      3618            882           0        20                -           0.0000          -
71019.83/3623.18	c      3623            882           0        20                -           0.0000          -
71120.40/3628.24	c      3628            882           0        20                -           0.0000          -
71229.50/3633.71	c      3634            882           0        20                -           0.0000          -
71335.47/3639.13	c      3639            882           0        20                -           0.0000          -
71437.74/3644.20	c      3644            882           0        20                -           0.0000          -
71546.82/3649.75	c      3650            882           0        20                -           0.0000          -
71655.89/3655.29	c      3655            882           0        20                -           0.0000          -
71766.97/3660.88	c      3661            882           0        20                -           0.0000          -
71870.87/3666.04	c      3666            882           0        20                -           0.0000          -
71981.17/3671.60	c      3672            882           0        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 (112350 MiB free)
  memory of node 1: 193531 MiB (173278 MiB free)
  memory of node 2: 193531 MiB (148537 MiB free)
  memory of node 3: 193493 MiB (153737 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-4467744-1723596319/watcher-4467744-1723596319 -o /tmp/evaluation-result-4467744-1723596319/solver-4467744-1723596319 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723591277-768572 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467744-1723596319.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 80.48 80.55 78.86 62/984 772004
/proc/meminfo: memFree=601958112/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=84800 memory=72348 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 16016 0 0 0 8 2 0 0 20 0 1 0 126214617 86835200 18087 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 21200 18087 2331 3035 0 17596 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 84800 KiB
Current children cumulated memory: 72348 KiB

[startup+0.220295 s]*
/proc/loadavg: 80.48 80.55 78.86 62/984 772004
/proc/meminfo: memFree=601879444/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=168432 memory=156660 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 37424 0 0 0 17 6 0 0 20 0 1 0 126214617 172474368 39165 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 42108 39165 2555 3035 0 38504 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 168432 KiB
Current children cumulated memory: 156660 KiB

[startup+0.32027 s]*
/proc/loadavg: 80.48 80.55 78.86 62/984 772004
/proc/meminfo: memFree=601805768/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=228836 memory=216852 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 52485 0 0 0 24 9 0 0 20 0 1 0 126214617 234328064 54213 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 57209 54213 2555 3035 0 53605 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 228836 KiB
Current children cumulated memory: 216852 KiB

[startup+0.700278 s]
/proc/loadavg: 80.48 80.55 78.86 64/984 772004
/proc/meminfo: memFree=601752236/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=352820 memory=336672 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 77165 0 0 0 55 13 0 0 20 0 1 0 126214617 361287680 84168 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 88205 84168 2694 3035 0 84601 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 352820 KiB
Current children cumulated memory: 336672 KiB

[startup+1.50025 s]
/proc/loadavg: 80.48 80.55 78.86 62/984 772004
/proc/meminfo: memFree=601654468/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=352820 memory=336672 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 77177 0 0 0 135 13 0 0 20 0 1 0 126214617 361287680 84168 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 88205 84168 2694 3035 0 84601 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 352820 KiB
Current children cumulated memory: 336672 KiB

[startup+3.12016 s]
/proc/loadavg: 78.92 80.22 78.77 62/984 772006
/proc/meminfo: memFree=601589216/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=352820 memory=337024 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 77201 0 0 0 296 14 0 0 20 0 1 0 126214617 361287680 84256 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 88205 84256 2742 3035 0 84601 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 352820 KiB
Current children cumulated memory: 337024 KiB

[startup+6.30024 s]
/proc/loadavg: 78.92 80.22 78.77 62/984 772006
/proc/meminfo: memFree=601489868/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=352820 memory=337024 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 77225 0 0 0 612 14 0 0 20 0 1 0 126214617 361287680 84256 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 88205 84256 2742 3035 0 84601 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 352820 KiB
Current children cumulated memory: 337024 KiB

[startup+12.7002 s]
/proc/loadavg: 76.32 79.62 78.59 62/984 772006
/proc/meminfo: memFree=601286464/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=352820 memory=337024 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 77249 0 0 0 1249 14 0 0 20 0 1 0 126214617 361287680 84256 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 88205 84256 2742 3035 0 84601 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 352820 KiB
Current children cumulated memory: 337024 KiB

[startup+25.5002 s]
/proc/loadavg: 73.97 79.01 78.40 62/983 772009
/proc/meminfo: memFree=600840136/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=352820 memory=337024 CPUtime=25.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) R 772000 772003 768561 0 -1 4194304 77275 0 0 0 2523 15 0 0 20 0 1 0 126214617 361287680 84256 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 88205 84256 2742 3035 0 84601 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 352820 KiB
Current children cumulated memory: 337024 KiB

[startup+51.1351 s]
/proc/loadavg: 71.06 77.87 78.04 81/1021 772053
/proc/meminfo: memFree=595574776/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=6096924 memory=4552460 CPUtime=166.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) S 772000 772003 768561 0 -1 1077936128 1258129 0 0 0 16360 248 0 0 20 0 41 0 126214617 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 1524231 1138115 2822 3035 0 1269831 0
[pid=772003/tid=772013] ppid=772000 vsize=6096924 memory=198340509722 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772013/stat : 772013 (fscip) R 772000 772003 768561 0 -1 4194368 59450 0 0 0 602 12 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772014] ppid=772000 vsize=6096924 memory=11636 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772014/stat : 772014 (fscip) R 772000 772003 768561 0 -1 4194368 59786 0 0 0 602 12 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772015] ppid=772000 vsize=6096924 memory=281220232865024 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772015/stat : 772015 (fscip) R 772000 772003 768561 0 -1 4194368 55652 0 0 0 603 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772016] ppid=772000 vsize=6096924 memory=809420 CPUtime=5.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772016/stat : 772016 (fscip) R 772000 772003 768561 0 -1 4194368 59312 0 0 0 586 10 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772017] ppid=772000 vsize=6096924 memory=0 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772017/stat : 772017 (fscip) R 772000 772003 768561 0 -1 4194368 59763 0 0 0 603 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772018] ppid=772000 vsize=6096924 memory=8100094810558654547 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772018/stat : 772018 (fscip) R 772000 772003 768561 0 -1 4194368 55794 0 0 0 604 10 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772019] ppid=772000 vsize=6096924 memory=281220232996016 CPUtime=6.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772019/stat : 772019 (fscip) R 772000 772003 768561 0 -1 4194368 59856 0 0 0 603 10 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772020] ppid=772000 vsize=6096924 memory=11636 CPUtime=6.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772020/stat : 772020 (fscip) R 772000 772003 768561 0 -1 4194368 53143 0 0 0 604 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772021] ppid=772000 vsize=6096924 memory=30399726987509844 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772021/stat : 772021 (fscip) R 772000 772003 768561 0 -1 4194368 55567 0 0 0 605 9 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772022] ppid=772000 vsize=6096924 memory=0 CPUtime=6.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772022/stat : 772022 (fscip) R 772000 772003 768561 0 -1 4194368 59232 0 0 0 604 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772023] ppid=772000 vsize=6096924 memory=0 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772023/stat : 772023 (fscip) R 772000 772003 768561 0 -1 4194368 53137 0 0 0 603 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772024] ppid=772000 vsize=6096924 memory=0 CPUtime=6.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772024/stat : 772024 (fscip) R 772000 772003 768561 0 -1 4194368 53466 0 0 0 603 12 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772025] ppid=772000 vsize=6096924 memory=1432428 CPUtime=6.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772025/stat : 772025 (fscip) R 772000 772003 768561 0 -1 4194368 59532 0 0 0 603 10 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772026] ppid=772000 vsize=6096924 memory=224177479868 CPUtime=6.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772026/stat : 772026 (fscip) R 772000 772003 768561 0 -1 4194368 59816 0 0 0 604 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772027] ppid=772000 vsize=6096924 memory=0 CPUtime=6.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772027/stat : 772027 (fscip) R 772000 772003 768561 0 -1 4194368 53129 0 0 0 605 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772028] ppid=772000 vsize=6096924 memory=4417 CPUtime=6.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772028/stat : 772028 (fscip) R 772000 772003 768561 0 -1 4194368 53328 0 0 0 604 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772029] ppid=772000 vsize=6096924 memory=25333125866717268 CPUtime=6.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772029/stat : 772029 (fscip) R 772000 772003 768561 0 -1 4194368 59877 0 0 0 602 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772030] ppid=772000 vsize=6096924 memory=26271032 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772030/stat : 772030 (fscip) R 772000 772003 768561 0 -1 4194368 56779 0 0 0 603 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772031] ppid=772000 vsize=6096924 memory=281220232324176 CPUtime=6.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772031/stat : 772031 (fscip) R 772000 772003 768561 0 -1 4194368 55365 0 0 0 604 10 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772032] ppid=772000 vsize=6096924 memory=281220231660688 CPUtime=6.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772032/stat : 772032 (fscip) R 772000 772003 768561 0 -1 4194368 58729 0 0 0 604 11 0 0 20 0 41 0 126218952 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772033] ppid=772000 vsize=6096924 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772033/stat : 772033 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772034] ppid=772000 vsize=6096924 memory=11227853031738 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772034/stat : 772034 (fscip) S 772000 772003 768561 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772035] ppid=772000 vsize=6096924 memory=1852 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772035/stat : 772035 (fscip) S 772000 772003 768561 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772036] ppid=772000 vsize=6096924 memory=33108 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772036/stat : 772036 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772037] ppid=772000 vsize=6096924 memory=2208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772037/stat : 772037 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772038] ppid=772000 vsize=6096924 memory=25992 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772038/stat : 772038 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772039] ppid=772000 vsize=6096924 memory=104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772039/stat : 772039 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772040] ppid=772000 vsize=6096924 memory=281220231489504 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772040/stat : 772040 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772041] ppid=772000 vsize=6096924 memory=6943526294502006880 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772041/stat : 772041 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772042] ppid=772000 vsize=6096924 memory=-1881706657156641074 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772042/stat : 772042 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772043] ppid=772000 vsize=6096924 memory=32244 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772043/stat : 772043 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772044] ppid=772000 vsize=6096924 memory=28720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772044/stat : 772044 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772045] ppid=772000 vsize=6096924 memory=4081868 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772045/stat : 772045 (fscip) S 772000 772003 768561 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126219115 6243250176 1138115 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0

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

/proc/772003/task/772039/stat : 772039 (fscip) S 772000 772003 768561 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772040] ppid=772000 vsize=156481556 memory=7380393093574453603 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772040/stat : 772040 (fscip) S 772000 772003 768561 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772041] ppid=772000 vsize=156481556 memory=7883647227914184544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772041/stat : 772041 (fscip) S 772000 772003 768561 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772042] ppid=772000 vsize=156481556 memory=49602208 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772042/stat : 772042 (fscip) S 772000 772003 768561 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772043] ppid=772000 vsize=156481556 memory=49648508 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772043/stat : 772043 (fscip) S 772000 772003 768561 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772044] ppid=772000 vsize=156481556 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772044/stat : 772044 (fscip) S 772000 772003 768561 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772045] ppid=772000 vsize=156481556 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772045/stat : 772045 (fscip) S 772000 772003 768561 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772046] ppid=772000 vsize=156481556 memory=281220232796288 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772046/stat : 772046 (fscip) S 772000 772003 768561 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772047] ppid=772000 vsize=156481556 memory=8174723239089013032 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772047/stat : 772047 (fscip) S 772000 772003 768561 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772048] ppid=772000 vsize=156481556 memory=3458818601166045578 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772048/stat : 772048 (fscip) S 772000 772003 768561 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772049] ppid=772000 vsize=156481556 memory=28720 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772049/stat : 772049 (fscip) S 772000 772003 768561 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772050] ppid=772000 vsize=156481556 memory=7384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772050/stat : 772050 (fscip) S 772000 772003 768561 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772051] ppid=772000 vsize=156481556 memory=27608 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772051/stat : 772051 (fscip) S 772000 772003 768561 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772052] ppid=772000 vsize=156481556 memory=50399720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772052/stat : 772052 (fscip) S 772000 772003 768561 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12610834 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
Current children cumulated CPU time: 71400.1 s
Current children cumulated vsize: 156481556 KiB
Current children cumulated memory: 50443336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3672.6 s]
/proc/loadavg: 65.03 65.32 68.75 66/992 774246
/proc/meminfo: memFree=536514136/790760804 swapFree=131071996/131071996
[pid=772003] ppid=772000 vsize=156481556 memory=50843836 CPUtime=72001 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/stat : 772003 (fscip) S 772000 772003 768561 0 -1 1077936128 52369251 0 0 0 7190157 9943 0 0 20 0 41 0 126214617 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
/proc/772003/statm: 39120389 12710959 3030 3035 0 38753900 0
[pid=772003/tid=772013] ppid=772000 vsize=156481556 memory=6720659930950549866 CPUtime=3602.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772013/stat : 772013 (fscip) R 772000 772003 768561 0 -1 4194368 3718001 0 0 0 359908 326 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772014] ppid=772000 vsize=156481556 memory=6720659930950549866 CPUtime=3604.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772014/stat : 772014 (fscip) R 772000 772003 768561 0 -1 4194368 2127124 0 0 0 359829 589 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772015] ppid=772000 vsize=156481556 memory=51407492 CPUtime=3602.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772015/stat : 772015 (fscip) R 772000 772003 768561 0 -1 4194368 2066541 0 0 0 359684 578 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 25 0 0 126420942 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772016] ppid=772000 vsize=156481556 memory=2788 CPUtime=3598.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772016/stat : 772016 (fscip) R 772000 772003 768561 0 -1 4194368 3432193 0 0 0 359569 304 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772017] ppid=772000 vsize=156481556 memory=6676 CPUtime=3603.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772017/stat : 772017 (fscip) R 772000 772003 768561 0 -1 4194368 2193095 0 0 0 359752 598 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772018] ppid=772000 vsize=156481556 memory=27077356 CPUtime=3604.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772018/stat : 772018 (fscip) R 772000 772003 768561 0 -1 4194368 2282498 0 0 0 359784 632 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772019] ppid=772000 vsize=156481556 memory=2728 CPUtime=3602.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772019/stat : 772019 (fscip) R 772000 772003 768561 0 -1 4194368 2978738 0 0 0 359991 270 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772020] ppid=772000 vsize=156481556 memory=6052 CPUtime=3567.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772020/stat : 772020 (fscip) R 772000 772003 768561 0 -1 4194368 2254188 0 0 0 356156 626 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772021] ppid=772000 vsize=156481556 memory=29651612 CPUtime=3596.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772021/stat : 772021 (fscip) R 772000 772003 768561 0 -1 4194368 2083868 0 0 0 359118 581 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772022] ppid=772000 vsize=156481556 memory=50735964 CPUtime=3597.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772022/stat : 772022 (fscip) R 772000 772003 768561 0 -1 4194368 3716468 0 0 0 359463 325 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772023] ppid=772000 vsize=156481556 memory=36760 CPUtime=3601.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772023/stat : 772023 (fscip) R 772000 772003 768561 0 -1 4194368 2084674 0 0 0 359641 557 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772024] ppid=772000 vsize=156481556 memory=198340509722 CPUtime=3603.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772024/stat : 772024 (fscip) R 772000 772003 768561 0 -1 4194368 2235720 0 0 0 359705 611 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772025] ppid=772000 vsize=156481556 memory=57796 CPUtime=3602.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772025/stat : 772025 (fscip) R 772000 772003 768561 0 -1 4194368 3444489 0 0 0 359918 314 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772026] ppid=772000 vsize=156481556 memory=58134 CPUtime=3601.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772026/stat : 772026 (fscip) R 772000 772003 768561 0 -1 4194368 2355461 0 0 0 359451 680 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772027] ppid=772000 vsize=156481556 memory=58464 CPUtime=3580.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772027/stat : 772027 (fscip) R 772000 772003 768561 0 -1 4194368 2172925 0 0 0 357472 595 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772028] ppid=772000 vsize=156481556 memory=58797 CPUtime=3602.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772028/stat : 772028 (fscip) R 772000 772003 768561 0 -1 4194368 3434908 0 0 0 359915 311 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772029] ppid=772000 vsize=156481556 memory=77559 CPUtime=3580.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772029/stat : 772029 (fscip) R 772000 772003 768561 0 -1 4194368 2249565 0 0 0 357448 639 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772030] ppid=772000 vsize=156481556 memory=2436 CPUtime=3603.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772030/stat : 772030 (fscip) R 772000 772003 768561 0 -1 4194368 1968043 0 0 0 359848 521 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772031] ppid=772000 vsize=156481556 memory=52303 CPUtime=3596.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772031/stat : 772031 (fscip) R 772000 772003 768561 0 -1 4194368 3469148 0 0 0 359387 299 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772032] ppid=772000 vsize=156481556 memory=2015584 CPUtime=3602.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772032/stat : 772032 (fscip) R 772000 772003 768561 0 -1 4194368 1980212 0 0 0 359743 549 0 0 20 0 41 0 126218952 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772033] ppid=772000 vsize=156481556 memory=2143515 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772033/stat : 772033 (fscip) S 772000 772003 768561 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772034] ppid=772000 vsize=156481556 memory=2187482 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772034/stat : 772034 (fscip) S 772000 772003 768561 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772035] ppid=772000 vsize=156481556 memory=41464 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772035/stat : 772035 (fscip) S 772000 772003 768561 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772036] ppid=772000 vsize=156481556 memory=10528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772036/stat : 772036 (fscip) S 772000 772003 768561 0 -1 1077936192 96 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772037] ppid=772000 vsize=156481556 memory=5440 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772037/stat : 772037 (fscip) S 772000 772003 768561 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772038] ppid=772000 vsize=156481556 memory=50805544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772038/stat : 772038 (fscip) S 772000 772003 768561 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772039] ppid=772000 vsize=156481556 memory=104 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772039/stat : 772039 (fscip) S 772000 772003 768561 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772040] ppid=772000 vsize=156481556 memory=50820864 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772040/stat : 772040 (fscip) S 772000 772003 768561 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772041] ppid=772000 vsize=156481556 memory=12380 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772041/stat : 772041 (fscip) S 772000 772003 768561 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772042] ppid=772000 vsize=156481556 memory=12884 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772042/stat : 772042 (fscip) S 772000 772003 768561 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772043] ppid=772000 vsize=156481556 memory=11556 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772043/stat : 772043 (fscip) S 772000 772003 768561 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772044] ppid=772000 vsize=156481556 memory=2664 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772044/stat : 772044 (fscip) S 772000 772003 768561 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772045] ppid=772000 vsize=156481556 memory=6820 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772045/stat : 772045 (fscip) S 772000 772003 768561 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772046] ppid=772000 vsize=156481556 memory=50813784 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772046/stat : 772046 (fscip) S 772000 772003 768561 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772047] ppid=772000 vsize=156481556 memory=2664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772047/stat : 772047 (fscip) S 772000 772003 768561 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772048] ppid=772000 vsize=156481556 memory=6748 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772048/stat : 772048 (fscip) S 772000 772003 768561 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772049] ppid=772000 vsize=156481556 memory=51407496 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772049/stat : 772049 (fscip) S 772000 772003 768561 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772050] ppid=772000 vsize=156481556 memory=2788 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772050/stat : 772050 (fscip) S 772000 772003 768561 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772051] ppid=772000 vsize=156481556 memory=6676 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772051/stat : 772051 (fscip) S 772000 772003 768561 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
[pid=772003/tid=772052] ppid=772000 vsize=156481556 memory=27077356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772003/task/772052/stat : 772052 (fscip) S 772000 772003 768561 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 126219115 160237113344 12710959 809668444160 4194304 16622877 140733591669296 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27181056 140733591675879 140733591675995 140733591675995 140733591683023 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 156481556 KiB
Current children cumulated memory: 50843836 KiB

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

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

# cumulated CPU time of all completed processes:  user=71901.8 s, system=100.829 s

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

[startup+3672.82 s]
/proc/loadavg: 65.03 65.32 68.75 48/953 774248
/proc/meminfo: memFree=541529424/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3673.6 s]
/proc/loadavg: 65.03 65.32 68.75 47/953 774248
/proc/meminfo: memFree=550981848/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3674 s]*
/proc/loadavg: 65.03 65.32 68.75 47/953 774248
/proc/meminfo: memFree=586613876/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3674.04
CPU time (s): 72002.6
CPU user time (s): 71901.8
CPU system time (s): 100.829
CPU usage (%): 1959.77
Max. virtual memory (cumulated for all children) (KiB): 156481556
Max. memory (cumulated for all children) (KiB): 50843836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71901.8
system time used= 100.829
maximum resident set size= 50843836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52369301
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= 125862
involuntary context switches= 303252


# summary of solver processes directly reported to runsolver:
#   pid: 772003
#   total CPU time (s): 72002.6
#   total CPU user time (s): 71901.8
#   total CPU system time (s): 100.829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8923 second user time and 86.7615 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-14 02:45:19
IDJOB=4467744
IDBENCH=147734
IDSOLVER=3097
FILE ID=nodeD103/4467744-1723596319
RUNJOBID= nodeD103-1723591277-768572
SLURM_JOB_ID= 8267896
Free space on /tmp= 8586600 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.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-4467744-1723596319/watcher-4467744-1723596319 -o /tmp/evaluation-result-4467744-1723596319/solver-4467744-1723596319 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723591277-768572 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467744-1723596319.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=295981361

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        602016592 kB
MemAvailable:   688951860 kB
Buffers:         1229960 kB
Cached:         88444504 kB
SwapCached:            0 kB
Active:         14565312 kB
Inactive:       169146312 kB
Active(anon):       2132 kB
Inactive(anon): 94073944 kB
Active(file):   14563180 kB
Inactive(file): 75072368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31384 kB
Writeback:            64 kB
AnonPages:      94034912 kB
Mapped:           138196 kB
Shmem:             38920 kB
KReclaimable:    1438868 kB
Slab:            1983096 kB
SReclaimable:    1438868 kB
SUnreclaim:       544228 kB
KernelStack:       16880 kB
PageTables:       406704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8239488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1102464 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10612736 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:      993280 kB
DirectMap2M:    192442368 kB
DirectMap1G:    612368384 kB

Free space on /tmp at the end= 8586584 MiB
End job on nodeD103 at 2024-08-14 03:46:33