Trace number 4467810

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72000.9 3665.59

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.10	c Default LC presolving (default).
0.00/0.10	c ** Before presolving: virtualMemUsedAtLc = 116864754, getVmSize() = 101011456, SCIPgetMemUsed() = 70524814, SCIPgetMemTotal() = 77087622, SCIPgetMemExternEstim() = 39777132
0.00/0.10	c ** set memory limit for presolving in LC to 8.79572e+12 for SCIP **
29.56/29.76	c ** Estimated virtualMemUsedAtSolver = 247750836, getVmSize() = 365015040, SCIPgetMemUsed() = 249378875, SCIPgetMemTotal() = 331849123, SCIPgetMemExternEstim() = 39777132
29.56/29.76	c ** set memory limit for solvers to 4.18784e+11 for each SCIP **
29.56/29.76	c Original Problem   :
29.56/29.76	c   Problem name     : instance-4467810-1723242244
29.56/29.76	c   Variables        : 20468 (20468 binary, 0 integer, 0 implicit integer, 0 continuous)
29.56/29.76	c   Constraints      : 20814
29.56/29.76	c   Objective sense  : minimize
29.56/29.76	c Presolved Problem  :
29.56/29.76	c   Variables        : 18938 (18938 binary, 0 integer, 0 implicit integer, 0 continuous)
29.56/29.76	c   Constraints      : 19224
29.56/29.76	c Constraints        : Number
29.56/29.76	c   knapsack         : 1 
29.56/29.76	c   setppc           : 2339 
29.56/29.76	c   orbitope         : 1 
29.56/29.76	c   logicor          : 16883 
29.56/29.76	c ** Instance transfer method used: 0
29.66/29.81	c ** ParaScipInstance copy increased the number of variables. **
30.47/30.66	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.47/30.66	c                                Nodes    Active                                            
30.47/30.66	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
24226.35/1251.03	c      1251              2           1        20                -           0.0000          -
24337.28/1256.50	c      1256            302         301        20                -           0.0000          -
24442.63/1261.93	c      1262            602         601        20                -           0.0000          -
24546.14/1267.15	c      1267            924         630        20                -           0.0000          -
24657.12/1272.82	c      1273           1232         858        20                -           0.0000          -
24772.12/1278.62	c      1279           1726        1317        20                -           0.0000          -
24873.26/1283.73	c      1284           2482        2073        20                -           0.0000          -
24972.18/1288.79	c      1289           3626        3217        20                -           0.0000          -
25073.33/1293.90	c      1294           5351        4942        20                -           0.0000          -
25466.62/1313.72	c      1314           6386           0        20                -           0.0000          -
25574.37/1319.16	c      1319           6386           0        20                -           0.0000          -
25676.79/1324.34	c      1324           6386           0        20                -           0.0000          -
25779.89/1329.51	c      1330           6386           0        20                -           0.0000          -
25891.54/1335.18	c      1335           6386           0        20                -           0.0000          -
25993.88/1340.34	c      1340           6386           0        20                -           0.0000          -
26095.02/1345.47	c      1345           6386           0        20                -           0.0000          -
26196.22/1350.52	c      1351           6386           0        20                -           0.0000          -
26333.00/1357.46	c      1357           6386           0        20                -           0.0000          -
26440.89/1363.03	c      1363           6386           0        20                -           0.0000          -
26769.82/1379.55	c      1380           6386           0        20                -           0.0000          -
26954.93/1388.94	c      1389           6386           0        20                -           0.0000          -
27076.65/1395.09	c      1395           6386           0        20                -           0.0000          -
27183.07/1400.47	c      1400           6386           0        20                -           0.0000          -
27288.23/1405.70	c      1406           6386           0        20                -           0.0000          -
27390.99/1411.11	c      1411           6386           0        20                -           0.0000          -
27821.35/1432.89	c      1433           6386           0        20                -           0.0000          -
27927.01/1438.18	c      1438           6386           0        20                -           0.0000          -
28033.39/1443.53	c      1444           6386           0        20                -           0.0000          -
28140.39/1448.99	c      1449           6386           0        20                -           0.0000          -
28242.23/1454.11	c      1454           6386           0        20                -           0.0000          -
28346.63/1459.30	c      1459           6386           0        20                -           0.0000          -
28453.77/1464.74	c      1465           6386           0        20                -           0.0000          -
28559.52/1470.05	c      1470           6386           0        20                -           0.0000          -
28667.99/1475.50	c      1476           6386           0        20                -           0.0000          -
28780.84/1481.20	c      1481           6386           0        20                -           0.0000          -
28893.84/1486.94	c      1487           6386           0        20                -           0.0000          -
28995.63/1492.08	c      1492           6386           0        20                -           0.0000          -
29098.08/1497.28	c      1497           6386           0        20                -           0.0000          -
29213.82/1503.04	c      1503           6386           0        20                -           0.0000          -
29314.96/1508.20	c      1508           6386           0        20                -           0.0000          -
29427.29/1513.84	c      1514           6386           0        20                -           0.0000          -
29535.92/1519.32	c      1519           6386           0        20                -           0.0000          -
29636.51/1524.46	c      1524           6386           0        20                -           0.0000          -
29737.68/1529.54	c      1530           6386           0        20                -           0.0000          -
29858.68/1535.69	c      1536           6386           0        20                -           0.0000          -
30019.21/1543.78	c      1544           6386           0        20                -           0.0000          -
30138.18/1549.73	c      1550           6386           0        20                -           0.0000          -
30244.04/1555.08	c      1555           6386           0        20                -           0.0000          -
30346.38/1560.28	c      1560           6386           0        20                -           0.0000          -
30453.50/1565.62	c      1566           6386           0        20                -           0.0000          -
30561.41/1571.06	c      1571           6386           0        20                -           0.0000          -
30660.35/1576.10	c      1576           6386           0        20                -           0.0000          -
30764.71/1581.30	c      1581           6386           0        20                -           0.0000          -
31024.49/1594.47	c      1594           6386           0        20                -           0.0000          -
31138.27/1600.17	c      1600           6386           0        20                -           0.0000          -
31504.41/1618.65	c      1619           6386           0        20                -           0.0000          -
31621.29/1624.52	c      1625           6386           0        20                -           0.0000          -
31801.65/1633.63	c      1634           6386           0        20                -           0.0000          -
32035.69/1645.42	c      1645           6386           0        20                -           0.0000          -
32269.55/1657.23	c      1657           6386           0        20                -           0.0000          -
32428.07/1665.24	c      1665           6386           0        20                -           0.0000          -
32594.52/1673.66	c      1674           6386           0        20                -           0.0000          -
33058.77/1697.13	c      1697           6386           0        20                -           0.0000          -
33237.30/1706.06	c      1706           6386           0        20                -           0.0000          -
33378.16/1713.20	c      1713           6386           0        20                -           0.0000          -
33616.99/1725.28	c      1725           6386           0        20                -           0.0000          -
33745.92/1731.76	c      1732           6386           0        20                -           0.0000          -
34019.64/1745.56	c      1746           6386           0        20                -           0.0000          -
34178.16/1753.57	c      1754           6386           0        20                -           0.0000          -
34422.12/1765.87	c      1766           6386           0        20                -           0.0000          -
34525.92/1771.09	c      1771           6386           0        20                -           0.0000          -
34858.39/1787.82	c      1788           6386           0        20                -           0.0000          -
35003.85/1795.18	c      1795           6386           0        20                -           0.0000          -
35215.32/1805.87	c      1806           6386           0        20                -           0.0000          -
35375.85/1813.95	c      1814           6386           0        20                -           0.0000          -
35530.47/1821.78	c      1822           6386           0        20                -           0.0000          -
35643.38/1827.48	c      1827           6386           0        20                -           0.0000          -
35803.89/1835.51	c      1836           6386           0        20                -           0.0000          -
36006.14/1845.73	c      1846           6386           0        20                -           0.0000          -
36337.30/1862.49	c      1862           6386           0        20                -           0.0000          -
36471.94/1869.28	c      1869           6386           0        20                -           0.0000          -
36598.87/1875.63	c      1876           6386           0        20                -           0.0000          -
36779.29/1884.75	c      1885           6224           0        20                -           0.0000          -
36941.88/1893.02	c      1893           6224           0        20                -           0.0000          -
37058.86/1898.85	c      1899           6224           0        20                -           0.0000          -
37239.32/1907.99	c      1908           6224           0        20                -           0.0000          -
37467.00/1919.42	c      1919           6224           0        20                -           0.0000          -
37651.29/1928.76	c      1929           6224           0        20                -           0.0000          -
37897.85/1941.15	c      1941              6           5        20                -           0.0000          -
38012.18/1947.01	c      1947              6           5        20                -           0.0000          -
38151.01/1953.90	c      1954              6           5        20                -           0.0000          -
38325.53/1962.80	c      1963              6           5        20                -           0.0000          -
38490.80/1971.09	c      1971              6           5        20                -           0.0000          -
38688.79/1981.06	c      1981              6           5        20                -           0.0000          -
38802.94/1986.81	c      1987              6           5        20                -           0.0000          -
38911.99/1992.35	c      1992              6           5        20                -           0.0000          -
39015.11/1997.56	c      1998              6           5        20                -           0.0000          -
39161.70/2004.92	c      2005              6           5        20                -           0.0000          -
39395.73/2016.73	c      2017              6           5        20                -           0.0000          -
39514.67/2022.73	c      2023              6           5        20                -           0.0000          -
39651.49/2029.68	c      2030              6           5        20                -           0.0000          -
39764.52/2035.34	c      2035              6           5        20                -           0.0000          -
39994.40/2046.91	c      2047              6           5        20                -           0.0000          -
40109.44/2052.78	c      2053              6           5        20                -           0.0000          -
40220.41/2058.33	c      2058              6           5        20                -           0.0000          -
40329.54/2063.80	c      2064              6           5        20                -           0.0000          -
40430.72/2069.02	c      2069              6           5        20                -           0.0000          -
40537.71/2074.39	c      2074              6           5        20                -           0.0000          -
40646.78/2079.87	c      2080              6           5        20                -           0.0000          -
40886.80/2091.98	c      2092              6           5        20                -           0.0000          -
41211.94/2108.37	c      2108              6           5        20                -           0.0000          -
41319.07/2113.71	c      2114              6           5        20                -           0.0000          -
41420.23/2118.87	c      2119              6           5        20                -           0.0000          -
41526.15/2124.16	c      2124              6           5        20                -           0.0000          -
41628.51/2129.30	c      2129              6           5        20                -           0.0000          -
41731.69/2134.54	c      2135              6           5        20                -           0.0000          -
41894.36/2142.71	c      2143              6           5        20                -           0.0000          -
42443.83/2170.47	c      2170              6           5        20                -           0.0000          -
42549.01/2175.75	c      2176              6           5        20                -           0.0000          -
42660.09/2181.30	c      2181              6           5        20                -           0.0000          -
42767.20/2186.73	c      2187              6           5        20                -           0.0000          -
42870.33/2191.90	c      2192              6           5        20                -           0.0000          -
42969.42/2196.97	c      2197              6           5        20                -           0.0000          -
43078.40/2202.42	c      2202              6           5        20                -           0.0000          -
43179.51/2207.56	c      2208              6           5        20                -           0.0000          -
43289.43/2213.10	c      2213              6           5        20                -           0.0000          -
43395.41/2218.46	c      2218              6           5        20                -           0.0000          -
43778.22/2237.75	c      2238              6           5        20                -           0.0000          -
43983.19/2248.09	c      2248              6           5        20                -           0.0000          -
44168.99/2257.44	c      2257              6           5        20                -           0.0000          -
44381.95/2268.18	c      2268              6           5        20                -           0.0000          -
44508.08/2274.58	c      2275              6           5        20                -           0.0000          -
44615.14/2279.93	c      2280              6           5        20                -           0.0000          -
44724.22/2285.41	c      2285              6           5        20                -           0.0000          -
44827.36/2290.69	c      2291           7435           0        20                -           0.0000          -
44972.17/2297.94	c      2298           7435           0        20                -           0.0000          -
45118.93/2305.33	c      2305           7435           0        20                -           0.0000          -
45269.59/2312.94	c      2313           7435           0        20                -           0.0000          -
45396.32/2319.34	c      2319           7435           0        20                -           0.0000          -
45535.18/2326.31	c      2326           7435           0        20                -           0.0000          -
45640.32/2331.64	c      2332           7435           0        20                -           0.0000          -
45830.67/2341.22	c      2341           7435           0        20                -           0.0000          -
45931.81/2346.30	c      2346           7435           0        20                -           0.0000          -
46151.85/2357.47	c      2357           7435           0        20                -           0.0000          -
46415.66/2370.78	c      2371           7435           0        20                -           0.0000          -
46570.28/2378.55	c      2379           7435           0        20                -           0.0000          -
46683.34/2384.28	c      2384           7435           0        20                -           0.0000          -
46792.42/2389.79	c      2390           7435           0        20                -           0.0000          -
46895.58/2395.03	c      2395           7435           0        20                -           0.0000          -
47030.33/2401.76	c      2402           7435           0        20                -           0.0000          -
47554.79/2428.17	c      2428           7435           0        20                -           0.0000          -
47716.52/2436.34	c      2436           7435           0        20                -           0.0000          -
48246.80/2463.08	c      2463           7435           0        20                -           0.0000          -
48551.55/2478.40	c      2478           7435           0        20                -           0.0000          -
48712.23/2486.57	c      2487           7435           0        20                -           0.0000          -
48918.50/2496.93	c      2497           7435           0        20                -           0.0000          -
49121.48/2507.15	c      2507           7435           0        20                -           0.0000          -
49275.47/2514.92	c      2515           7435           0        20                -           0.0000          -
49473.81/2524.98	c      2525           7435           0        20                -           0.0000          -
49957.62/2549.33	c      2549           7435           0        20                -           0.0000          -
50104.43/2556.76	c      2557           7273           0        20                -           0.0000          -
50233.30/2563.26	c      2563           7273           0        20                -           0.0000          -
50435.65/2573.50	c      2574           7273           0        20                -           0.0000          -
50933.33/2598.57	c      2599           7273           0        20                -           0.0000          -
51425.18/2623.33	c      2623             13          10        20                -           0.0000          -
51534.15/2628.80	c      2629             13          10        20                -           0.0000          -
51702.72/2637.39	c      2637             13          10        20                -           0.0000          -
51818.43/2643.18	c      2643             13          10        20                -           0.0000          -
51926.83/2648.68	c      2649             13          10        20                -           0.0000          -
52030.01/2653.84	c      2654             13          10        20                -           0.0000          -
52131.11/2658.93	c      2659             13          10        20                -           0.0000          -
52236.21/2664.21	c      2664             13          10        20                -           0.0000          -
52347.26/2669.88	c      2670             13          10        20                -           0.0000          -
52495.93/2677.39	c      2677             13          10        20                -           0.0000          -
52620.84/2683.64	c      2684             13          10        20                -           0.0000          -
52862.65/2695.86	c      2696             13          10        20                -           0.0000          -
53017.24/2703.63	c      2704             13          10        20                -           0.0000          -
53213.48/2713.58	c      2714             13          10        20                -           0.0000          -
53320.33/2718.92	c      2719             13          10        20                -           0.0000          -
53429.27/2724.50	c      2724             13          10        20                -           0.0000          -
53536.39/2729.88	c      2730             13          10        20                -           0.0000          -
53637.54/2735.04	c      2735             13          10        20                -           0.0000          -
53739.31/2740.09	c      2740             13          10        20                -           0.0000          -
53847.70/2745.56	c      2746             44          33        20                -           0.0000          -
53957.52/2751.07	c      2751             44          33        20                -           0.0000          -
54617.00/2784.37	c      2784             44          33        20                -           0.0000          -
54726.06/2789.83	c      2790             44          33        20                -           0.0000          -
55215.58/2814.58	c      2815             44          33        20                -           0.0000          -
55510.94/2829.42	c      2829             44          33        20                -           0.0000          -
56220.59/2865.20	c      2865             44          33        20                -           0.0000          -
56406.98/2874.63	c      2875             44          33        20                -           0.0000          -
56700.19/2889.49	c      2889             44          33        20                -           0.0000          -
57736.70/2941.71	c      2942             44          33        20                -           0.0000          -
58255.84/2968.00	c      2968             44          33        20                -           0.0000          -
58412.24/2975.84	c      2976             44          33        20                -           0.0000          -
58630.05/2986.82	c      2987             44          33        20                -           0.0000          -
58741.03/2992.41	c      2992             44          33        20                -           0.0000          -
58848.11/2997.80	c      2998             44          33        20                -           0.0000          -
58949.04/3002.91	c      3003             44          33        20                -           0.0000          -
59200.66/3015.69	c      3016           9302           0        20                -           0.0000          -
59321.60/3021.72	c      3022           9302           0        20                -           0.0000          -
59456.18/3028.56	c      3029           9302           0        20                -           0.0000          -
59579.00/3034.79	c      3035           9302           0        20                -           0.0000          -
59711.84/3041.42	c      3041           9302           0        20                -           0.0000          -
59823.55/3047.06	c      3047           9302           0        20                -           0.0000          -
59929.95/3052.47	c      3052           9302           0        20                -           0.0000          -
60033.09/3057.69	c      3058           9302           0        20                -           0.0000          -
60134.16/3062.75	c      3063           9302           0        20                -           0.0000          -
60244.93/3068.32	c      3068           9302           0        20                -           0.0000          -
60350.05/3073.69	c      3074           9302           0        20                -           0.0000          -
60451.19/3078.74	c      3079           9302           0        20                -           0.0000          -
60554.33/3083.92	c      3084           9302           0        20                -           0.0000          -
60656.07/3089.08	c      3089           9302           0        20                -           0.0000          -
60758.35/3094.28	c      3094           9302           0        20                -           0.0000          -
60861.21/3099.43	c      3099           9302           0        20                -           0.0000          -
60962.34/3104.56	c      3105           9302           0        20                -           0.0000          -
61115.00/3112.26	c      3112           9302           0        20                -           0.0000          -
61454.05/3129.32	c      3129           9302           0        20                -           0.0000          -
61867.48/3150.17	c      3150           9302           0        20                -           0.0000          -
62142.82/3164.10	c      3164           9302           0        20                -           0.0000          -
62371.82/3175.61	c      3176           9302           0        20                -           0.0000          -
62484.86/3181.34	c      3181           9302           0        20                -           0.0000          -
62591.98/3186.78	c      3187           9302           0        20                -           0.0000          -
62697.80/3192.08	c      3192           9302           0        20                -           0.0000          -
62800.20/3197.29	c      3197           9302           0        20                -           0.0000          -
62911.30/3202.89	c      3203           9302           0        20                -           0.0000          -
63018.32/3208.22	c      3208           9302           0        20                -           0.0000          -
63123.33/3213.53	c      3214           9302           0        20                -           0.0000          -
63228.43/3218.80	c      3219           9302           0        20                -           0.0000          -
63329.46/3223.94	c      3224           9302           0        20                -           0.0000          -
63431.01/3229.05	c      3229           9302           0        20                -           0.0000          -
63611.50/3238.17	c      3238           9302           0        20                -           0.0000          -
63728.28/3244.11	c      3244           9302           0        20                -           0.0000          -
63951.65/3255.34	c      3255           9302           0        20                -           0.0000          -
64276.64/3271.74	c      3272           9302           0        20                -           0.0000          -
64635.51/3289.87	c      3290           9302           0        20                -           0.0000          -
64736.62/3294.96	c      3295           9302           0        20                -           0.0000          -
64880.09/3302.18	c      3302           9302           0        20                -           0.0000          -
64988.36/3307.63	c      3308           9302           0        20                -           0.0000          -
65152.78/3315.93	c      3316           9302           0        20                -           0.0000          -
65323.09/3324.50	c      3324           9302           0        20                -           0.0000          -
65465.86/3331.80	c      3332           9302           0        20                -           0.0000          -
65664.08/3341.78	c      3342           9302           0        20                -           0.0000          -
65816.72/3349.45	c      3349           9302           0        20                -           0.0000          -
65925.80/3355.01	c      3355           9302           0        20                -           0.0000          -
66044.69/3361.00	c      3361           9302           0        20                -           0.0000          -
66195.24/3368.55	c      3369           9302           0        20                -           0.0000          -
66314.18/3374.58	c      3375           9302           0        20                -           0.0000          -
66534.12/3385.62	c      3386           9302           0        20                -           0.0000          -
66703.33/3394.16	c      3394           9302           0        20                -           0.0000          -
66946.35/3406.47	c      3406           9302           0        20                -           0.0000          -
67128.67/3415.63	c      3416           9302           0        20                -           0.0000          -
67256.08/3422.13	c      3422           9302           0        20                -           0.0000          -
67360.41/3427.36	c      3427           9302           0        20                -           0.0000          -
67509.20/3434.83	c      3435           9302           0        20                -           0.0000          -
67640.08/3441.44	c      3441           9302           0        20                -           0.0000          -
67761.05/3447.58	c      3448           9302           0        20                -           0.0000          -
67882.06/3453.64	c      3454           9302           0        20                -           0.0000          -
68056.59/3462.42	c      3462           9302           0        20                -           0.0000          -
68254.68/3472.42	c      3472           9302           0        20                -           0.0000          -
68355.84/3477.59	c      3478           9302           0        20                -           0.0000          -
68558.16/3487.71	c      3488           9302           0        20                -           0.0000          -
68716.88/3495.76	c      3496           9302           0        20                -           0.0000          -
68889.51/3504.42	c      3504           9302           0        20                -           0.0000          -
68996.66/3509.88	c      3510           9302           0        20                -           0.0000          -
69284.40/3524.30	c      3524           9302           0        20                -           0.0000          -
69619.72/3541.26	c      3541           9302           0        20                -           0.0000          -
69869.45/3553.88	c      3554           9302           0        20                -           0.0000          -
70069.62/3563.97	c      3564           9302           0        20                -           0.0000          -
70230.86/3572.05	c      3572           9302           0        20                -           0.0000          -
70380.91/3579.70	c      3580           9302           0        20                -           0.0000          -
70636.75/3592.58	c      3593           9302           0        20                -           0.0000          -
70777.55/3599.64	c      3600           9302           0        20                -           0.0000          -
71154.34/3618.66	c      3619           9302           0        20                -           0.0000          -
71911.80/3656.88	c      3657           9302           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 (163612 MiB free)
  memory of node 1: 193531 MiB (169941 MiB free)
  memory of node 2: 193531 MiB (172108 MiB free)
  memory of node 3: 193493 MiB (169492 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-4467810-1723242244/watcher-4467810-1723242244 -o /tmp/evaluation-result-4467810-1723242244/solver-4467810-1723242244 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723237719-554653 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467810-1723242244.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100123 s]*
/proc/loadavg: 80.15 79.46 74.58 62/983 559581
/proc/meminfo: memFree=691283564/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=104880 memory=91300 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 20545 0 0 0 9 2 0 0 20 0 1 0 90807073 107397120 22825 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 26220 22825 2598 3035 0 22616 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 104880 KiB
Current children cumulated memory: 91300 KiB

[startup+0.222656 s]*
/proc/loadavg: 80.15 79.46 74.58 62/983 559581
/proc/meminfo: memFree=691245524/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=133828 memory=119964 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 29665 0 0 0 19 4 0 0 20 0 1 0 90807073 137039872 29991 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 33457 29991 2678 3035 0 29853 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 133828 KiB
Current children cumulated memory: 119964 KiB

[startup+0.319445 s]*
/proc/loadavg: 80.15 79.46 74.58 62/983 559581
/proc/meminfo: memFree=691244856/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=133828 memory=119964 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 29667 0 0 0 28 4 0 0 20 0 1 0 90807073 137039872 29991 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 33457 29991 2678 3035 0 29853 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 133828 KiB
Current children cumulated memory: 119964 KiB

[startup+0.700269 s]
/proc/loadavg: 80.15 79.46 74.58 62/983 559581
/proc/meminfo: memFree=691253244/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=146540 memory=132484 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 36020 0 0 0 63 5 0 0 20 0 1 0 90807073 150056960 33121 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 36635 33121 2774 3035 0 33031 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 146540 KiB
Current children cumulated memory: 132484 KiB

[startup+1.50028 s]
/proc/loadavg: 78.62 79.16 74.50 63/983 559581
/proc/meminfo: memFree=691205708/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=188136 memory=171704 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 43959 0 0 0 142 7 0 0 20 0 1 0 90807073 192651264 42926 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 47034 42926 2790 3035 0 43430 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 188136 KiB
Current children cumulated memory: 171704 KiB

[startup+3.12147 s]
/proc/loadavg: 78.62 79.16 74.50 64/983 559581
/proc/meminfo: memFree=690781152/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=188704 memory=172220 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 44087 0 0 0 303 7 0 0 20 0 1 0 90807073 193232896 43055 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 47176 43055 2790 3035 0 43572 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 188704 KiB
Current children cumulated memory: 172220 KiB

[startup+6.30028 s]
/proc/loadavg: 77.21 78.86 74.43 63/983 559581
/proc/meminfo: memFree=690687256/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=192968 memory=176692 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 45185 0 0 0 619 7 0 0 20 0 1 0 90807073 197599232 44173 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 48242 44173 2790 3035 0 44638 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 192968 KiB
Current children cumulated memory: 176692 KiB

[startup+12.7003 s]
/proc/loadavg: 75.91 78.56 74.36 63/983 559583
/proc/meminfo: memFree=690623468/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=198916 memory=182540 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 46687 0 0 0 1256 8 0 0 20 0 1 0 90807073 203689984 45635 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 49729 45635 2790 3035 0 46125 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 198916 KiB
Current children cumulated memory: 182540 KiB

[startup+25.5003 s]
/proc/loadavg: 73.62 77.98 74.21 64/983 559584
/proc/meminfo: memFree=690496008/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=199864 memory=183316 CPUtime=25.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) R 559577 559580 554643 0 -1 4194304 46926 0 0 0 2530 8 0 0 20 0 1 0 90807073 204660736 45829 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 49966 45829 2790 3035 0 46362 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 199864 KiB
Current children cumulated memory: 183316 KiB

[startup+51.1452 s]
/proc/loadavg: 75.20 77.90 74.31 83/1023 559631
/proc/meminfo: memFree=685379276/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=4799468 memory=3798868 CPUtime=435.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) S 559577 559580 554643 0 -1 1077936128 1388915 0 0 0 43327 241 0 0 20 0 41 0 90807073 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
/proc/559580/statm: 1199867 949717 2966 3035 0 1084999 0
[pid=559580/tid=559587] ppid=559577 vsize=4799468 memory=28140 CPUtime=20.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559587/stat : 559587 (fscip) R 559577 559580 554643 0 -1 4194368 62881 0 0 0 2023 11 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559588] ppid=559577 vsize=4799468 memory=0 CPUtime=20.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559588/stat : 559588 (fscip) R 559577 559580 554643 0 -1 4194368 64437 0 0 0 2019 12 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559589] ppid=559577 vsize=4799468 memory=309648 CPUtime=20.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559589/stat : 559589 (fscip) R 559577 559580 554643 0 -1 4194368 60717 0 0 0 2020 11 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559590] ppid=559577 vsize=4799468 memory=25992 CPUtime=20.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559590/stat : 559590 (fscip) R 559577 559580 554643 0 -1 4194368 62707 0 0 0 2025 10 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559591] ppid=559577 vsize=4799468 memory=10528 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559591/stat : 559591 (fscip) R 559577 559580 554643 0 -1 4194368 63912 0 0 0 2022 11 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559592] ppid=559577 vsize=4799468 memory=280977701878224 CPUtime=20.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559592/stat : 559592 (fscip) R 559577 559580 554643 0 -1 4194368 77511 0 0 0 2015 13 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559593] ppid=559577 vsize=4799468 memory=2209 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559593/stat : 559593 (fscip) R 559577 559580 554643 0 -1 4194368 63067 0 0 0 2021 12 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559594] ppid=559577 vsize=4799468 memory=3472468785079113152 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559594/stat : 559594 (fscip) R 559577 559580 554643 0 -1 4194368 51118 0 0 0 2025 8 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559595] ppid=559577 vsize=4799468 memory=2212 CPUtime=20.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559595/stat : 559595 (fscip) R 559577 559580 554643 0 -1 4194368 75238 0 0 0 2016 13 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559596] ppid=559577 vsize=4799468 memory=15164 CPUtime=19.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559596/stat : 559596 (fscip) R 559577 559580 554643 0 -1 4194368 49176 0 0 0 1956 8 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559597] ppid=559577 vsize=4799468 memory=25333125866717268 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559597/stat : 559597 (fscip) R 559577 559580 554643 0 -1 4194368 51312 0 0 0 2024 9 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559598] ppid=559577 vsize=4799468 memory=25333125866717268 CPUtime=20.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559598/stat : 559598 (fscip) R 559577 559580 554643 0 -1 4194368 77078 0 0 0 2015 13 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559599] ppid=559577 vsize=4799468 memory=3784880 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559599/stat : 559599 (fscip) R 559577 559580 554643 0 -1 4194368 72543 0 0 0 2022 11 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559600] ppid=559577 vsize=4799468 memory=25333125866717268 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559600/stat : 559600 (fscip) R 559577 559580 554643 0 -1 4194368 73838 0 0 0 2023 10 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559601] ppid=559577 vsize=4799468 memory=280977700226624 CPUtime=20.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559601/stat : 559601 (fscip) R 559577 559580 554643 0 -1 4194368 74490 0 0 0 2024 11 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559602] ppid=559577 vsize=4799468 memory=0 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559602/stat : 559602 (fscip) R 559577 559580 554643 0 -1 4194368 72462 0 0 0 2021 12 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559603] ppid=559577 vsize=4799468 memory=0 CPUtime=20.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559603/stat : 559603 (fscip) R 559577 559580 554643 0 -1 4194368 75747 0 0 0 2021 11 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559604] ppid=559577 vsize=4799468 memory=0 CPUtime=20.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559604/stat : 559604 (fscip) R 559577 559580 554643 0 -1 4194368 73826 0 0 0 2023 12 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559605] ppid=559577 vsize=4799468 memory=0 CPUtime=20.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559605/stat : 559605 (fscip) R 559577 559580 554643 0 -1 4194368 49173 0 0 0 2025 9 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559606] ppid=559577 vsize=4799468 memory=5507152521407992617 CPUtime=20.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559606/stat : 559606 (fscip) R 559577 559580 554643 0 -1 4194368 58957 0 0 0 2023 10 0 0 20 0 41 0 90810050 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559608] ppid=559577 vsize=4799468 memory=-7449378687097877595 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559608/stat : 559608 (fscip) S 559577 559580 554643 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559609] ppid=559577 vsize=4799468 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559609/stat : 559609 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559610] ppid=559577 vsize=4799468 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559610/stat : 559610 (fscip) S 559577 559580 554643 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559611] ppid=559577 vsize=4799468 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559611/stat : 559611 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559612] ppid=559577 vsize=4799468 memory=389 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559612/stat : 559612 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559613] ppid=559577 vsize=4799468 memory=3783080 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559613/stat : 559613 (fscip) S 559577 559580 554643 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559614] ppid=559577 vsize=4799468 memory=38843847609229436 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559614/stat : 559614 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559615] ppid=559577 vsize=4799468 memory=38844130906812516 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559615/stat : 559615 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559616] ppid=559577 vsize=4799468 memory=3493908 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559616/stat : 559616 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559617] ppid=559577 vsize=4799468 memory=6554589857537 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559617/stat : 559617 (fscip) S 559577 559580 554643 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559618] ppid=559577 vsize=4799468 memory=7993403901697 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559618/stat : 559618 (fscip) S 559577 559580 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559619] ppid=559577 vsize=4799468 memory=16108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559619/stat : 559619 (fscip) S 559577 559580 554643 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559620] ppid=559577 vsize=4799468 memory=4807013298148338 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559620/stat : 559620 (fscip) S 559577 559580 554643 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 90810139 4914655232 949717 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0

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

/proc/559580/task/559594/stat : 559594 (fscip) D 559577 559580 554643 0 -1 1077937220 1924577 0 0 0 360063 276 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559595] ppid=559577 vsize=23885612 memory=18468 CPUtime=3595.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559595/stat : 559595 (fscip) D 559577 559580 554643 0 -1 1077937220 2472584 0 0 0 359192 361 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559596] ppid=559577 vsize=23885612 memory=20448 CPUtime=3598.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559596/stat : 559596 (fscip) D 559577 559580 554643 0 -1 1077937220 1530266 0 0 0 359731 157 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559597] ppid=559577 vsize=23885612 memory=5712 CPUtime=3596.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559597/stat : 559597 (fscip) D 559577 559580 554643 0 -1 1077937220 2519232 0 0 0 359350 338 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559598] ppid=559577 vsize=23885612 memory=18355676 CPUtime=3600.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559598/stat : 559598 (fscip) D 559577 559580 554643 0 -1 1077937220 2510805 0 0 0 359667 369 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559599] ppid=559577 vsize=23885612 memory=16108 CPUtime=3598.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559599/stat : 559599 (fscip) D 559577 559580 554643 0 -1 1077937220 1601484 0 0 0 359706 158 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559600] ppid=559577 vsize=23885612 memory=2212 CPUtime=3601.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559600/stat : 559600 (fscip) D 559577 559580 554643 0 -1 1077937220 1658185 0 0 0 359868 247 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559601] ppid=559577 vsize=23885612 memory=52808 CPUtime=3602.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559601/stat : 559601 (fscip) D 559577 559580 554643 0 -1 1077937220 2510136 0 0 0 359853 368 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559602] ppid=559577 vsize=23885612 memory=1952 CPUtime=3602.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559602/stat : 559602 (fscip) D 559577 559580 554643 0 -1 1077937220 1494301 0 0 0 360117 150 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559603] ppid=559577 vsize=23885612 memory=1852 CPUtime=3601.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559603/stat : 559603 (fscip) D 559577 559580 554643 0 -1 1077937220 1028130 0 0 0 359957 197 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559604] ppid=559577 vsize=23885612 memory=33752 CPUtime=3579.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559604/stat : 559604 (fscip) D 559577 559580 554643 0 -1 1077937220 2471106 0 0 0 357557 355 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559605] ppid=559577 vsize=23885612 memory=40232 CPUtime=3601.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559605/stat : 559605 (fscip) D 559577 559580 554643 0 -1 1077937220 1643329 0 0 0 359976 164 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559606] ppid=559577 vsize=23885612 memory=7764 CPUtime=3598.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559606/stat : 559606 (fscip) D 559577 559580 554643 0 -1 1077937220 1435990 0 0 0 359605 238 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559608] ppid=559577 vsize=23885612 memory=18468 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559608/stat : 559608 (fscip) D 559577 559580 554643 0 -1 1077937220 263 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559609] ppid=559577 vsize=23885612 memory=20448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559609/stat : 559609 (fscip) D 559577 559580 554643 0 -1 1077937220 279 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559610] ppid=559577 vsize=23885612 memory=5712 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559610/stat : 559610 (fscip) D 559577 559580 554643 0 -1 1077937220 262 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559611] ppid=559577 vsize=23885612 memory=11636 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559611/stat : 559611 (fscip) D 559577 559580 554643 0 -1 1077937220 222 0 0 0 4 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559612] ppid=559577 vsize=23885612 memory=13764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559612/stat : 559612 (fscip) D 559577 559580 554643 0 -1 1077937220 281 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559613] ppid=559577 vsize=23885612 memory=12008 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559613/stat : 559613 (fscip) D 559577 559580 554643 0 -1 1077937220 183 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559614] ppid=559577 vsize=23885612 memory=11632 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559614/stat : 559614 (fscip) D 559577 559580 554643 0 -1 1077937220 267 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559615] ppid=559577 vsize=23885612 memory=11548 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559615/stat : 559615 (fscip) D 559577 559580 554643 0 -1 1077937220 259 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559616] ppid=559577 vsize=23885612 memory=12288 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559616/stat : 559616 (fscip) D 559577 559580 554643 0 -1 1077937220 253 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559617] ppid=559577 vsize=23885612 memory=2668 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559617/stat : 559617 (fscip) D 559577 559580 554643 0 -1 1077937220 334 0 0 0 4 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559618] ppid=559577 vsize=23885612 memory=6844 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559618/stat : 559618 (fscip) D 559577 559580 554643 0 -1 1077937220 183 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559619] ppid=559577 vsize=23885612 memory=18355676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559619/stat : 559619 (fscip) D 559577 559580 554643 0 -1 1077937220 243 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559620] ppid=559577 vsize=23885612 memory=2720 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559620/stat : 559620 (fscip) D 559577 559580 554643 0 -1 1077937220 260 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559621] ppid=559577 vsize=23885612 memory=6672 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559621/stat : 559621 (fscip) D 559577 559580 554643 0 -1 1077937220 299 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559622] ppid=559577 vsize=23885612 memory=15565812 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559622/stat : 559622 (fscip) D 559577 559580 554643 0 -1 1077937220 265 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559623] ppid=559577 vsize=23885612 memory=2744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559623/stat : 559623 (fscip) D 559577 559580 554643 0 -1 1077937220 264 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559624] ppid=559577 vsize=23885612 memory=6628 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559624/stat : 559624 (fscip) D 559577 559580 554643 0 -1 1077937220 205 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559625] ppid=559577 vsize=23885612 memory=5428148 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559625/stat : 559625 (fscip) D 559577 559580 554643 0 -1 1077937220 107 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559626] ppid=559577 vsize=23885612 memory=2680 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559626/stat : 559626 (fscip) D 559577 559580 554643 0 -1 1077937220 215 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559627] ppid=559577 vsize=23885612 memory=4608 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559627/stat : 559627 (fscip) D 559577 559580 554643 0 -1 1077937220 263 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 23885612 KiB
Current children cumulated memory: 18355676 KiB

[startup+3665 s]*
/proc/loadavg: 78.63 80.10 80.12 62/1027 562280
/proc/meminfo: memFree=675508596/790760804 swapFree=131071996/131071996
[pid=559580] ppid=559577 vsize=23885612 memory=18355676 CPUtime=72000.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/stat : 559580 (fscip) D 559577 559580 554643 0 -1 1077937156 36979642 0 0 0 7194776 5257 0 0 20 0 41 0 90807073 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
/proc/559580/statm: 5971403 4588919 3316 3035 0 5881351 0
[pid=559580/tid=559587] ppid=559577 vsize=23885612 memory=-4421386496147024481 CPUtime=3589.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559587/stat : 559587 (fscip) S 559577 559580 554643 0 -1 4195904 662130 0 0 0 358674 278 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 140398314375248 9764500 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 0
[pid=559580/tid=559588] ppid=559577 vsize=23885612 memory=-4421386521933998433 CPUtime=3598.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559588/stat : 559588 (fscip) D 559577 559580 554643 0 -1 1077937220 2759600 0 0 0 359450 377 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559589] ppid=559577 vsize=23885612 memory=280977702201104 CPUtime=3600.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559589/stat : 559589 (fscip) D 559577 559580 554643 0 -1 1077937220 2520566 0 0 0 359692 367 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559590] ppid=559577 vsize=23885612 memory=6935649255759568960 CPUtime=3595.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559590/stat : 559590 (fscip) D 559577 559580 554643 0 -1 1077937220 1750152 0 0 0 359430 163 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559591] ppid=559577 vsize=23885612 memory=280977700863552 CPUtime=3602.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559591/stat : 559591 (fscip) D 559577 559580 554643 0 -1 1077937220 1350251 0 0 0 359971 231 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559592] ppid=559577 vsize=23885612 memory=0 CPUtime=3601.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559592/stat : 559592 (fscip) D 559577 559580 554643 0 -1 1077937220 2252025 0 0 0 359850 341 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559593] ppid=559577 vsize=23885612 memory=29273809900535888 CPUtime=3601.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559593/stat : 559593 (fscip) D 559577 559580 554643 0 -1 1077937220 799560 0 0 0 360028 95 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559594] ppid=559577 vsize=23885612 memory=18351396 CPUtime=3603.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559594/stat : 559594 (fscip) D 559577 559580 554643 0 -1 1077937220 1924577 0 0 0 360063 276 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559595] ppid=559577 vsize=23885612 memory=18468 CPUtime=3595.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559595/stat : 559595 (fscip) D 559577 559580 554643 0 -1 1077937220 2472584 0 0 0 359192 361 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559596] ppid=559577 vsize=23885612 memory=7955986288221513824 CPUtime=3598.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559596/stat : 559596 (fscip) D 559577 559580 554643 0 -1 1077937220 1530266 0 0 0 359731 157 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559597] ppid=559577 vsize=23885612 memory=7806539632655225965 CPUtime=3596.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559597/stat : 559597 (fscip) D 559577 559580 554643 0 -1 1077937220 2519232 0 0 0 359350 338 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559598] ppid=559577 vsize=23885612 memory=7017849921993009257 CPUtime=3600.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559598/stat : 559598 (fscip) D 559577 559580 554643 0 -1 1077937220 2510805 0 0 0 359667 369 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559599] ppid=559577 vsize=23885612 memory=-8824942624584126760 CPUtime=3598.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559599/stat : 559599 (fscip) D 559577 559580 554643 0 -1 1077937220 1601484 0 0 0 359706 158 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559600] ppid=559577 vsize=23885612 memory=6944656592455360569 CPUtime=3601.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559600/stat : 559600 (fscip) D 559577 559580 554643 0 -1 1077937220 1658185 0 0 0 359868 247 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559601] ppid=559577 vsize=23885612 memory=-7595718147998060640 CPUtime=3602.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559601/stat : 559601 (fscip) D 559577 559580 554643 0 -1 1077937220 2510136 0 0 0 359853 368 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559602] ppid=559577 vsize=23885612 memory=-7662980745959663145 CPUtime=3602.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559602/stat : 559602 (fscip) D 559577 559580 554643 0 -1 1077937220 1494301 0 0 0 360117 150 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559603] ppid=559577 vsize=23885612 memory=6655300316396806240 CPUtime=3601.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559603/stat : 559603 (fscip) D 559577 559580 554643 0 -1 1077937220 1028130 0 0 0 359957 197 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559604] ppid=559577 vsize=23885612 memory=6655300316396806240 CPUtime=3579.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559604/stat : 559604 (fscip) D 559577 559580 554643 0 -1 1077937220 2471106 0 0 0 357557 355 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559605] ppid=559577 vsize=23885612 memory=-4546129931942301728 CPUtime=3601.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559605/stat : 559605 (fscip) D 559577 559580 554643 0 -1 1077937220 1643329 0 0 0 359976 164 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559606] ppid=559577 vsize=23885612 memory=0 CPUtime=3598.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559606/stat : 559606 (fscip) D 559577 559580 554643 0 -1 1077937220 1435990 0 0 0 359605 238 0 0 20 0 41 0 90810050 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559608] ppid=559577 vsize=23885612 memory=8331532404798907359 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559608/stat : 559608 (fscip) D 559577 559580 554643 0 -1 1077937220 263 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559609] ppid=559577 vsize=23885612 memory=132 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559609/stat : 559609 (fscip) D 559577 559580 554643 0 -1 1077937220 279 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559610] ppid=559577 vsize=23885612 memory=280977703077152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559610/stat : 559610 (fscip) D 559577 559580 554643 0 -1 1077937220 262 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559611] ppid=559577 vsize=23885612 memory=-6440828513001061220 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559611/stat : 559611 (fscip) D 559577 559580 554643 0 -1 1077937220 222 0 0 0 4 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559612] ppid=559577 vsize=23885612 memory=10528 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559612/stat : 559612 (fscip) D 559577 559580 554643 0 -1 1077937220 281 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559613] ppid=559577 vsize=23885612 memory=5440 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559613/stat : 559613 (fscip) D 559577 559580 554643 0 -1 1077937220 183 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559614] ppid=559577 vsize=23885612 memory=16108 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559614/stat : 559614 (fscip) D 559577 559580 554643 0 -1 1077937220 267 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559615] ppid=559577 vsize=23885612 memory=2212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559615/stat : 559615 (fscip) D 559577 559580 554643 0 -1 1077937220 259 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559616] ppid=559577 vsize=23885612 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559616/stat : 559616 (fscip) D 559577 559580 554643 0 -1 1077937220 253 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559617] ppid=559577 vsize=23885612 memory=2543853295965125 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559617/stat : 559617 (fscip) D 559577 559580 554643 0 -1 1077937220 334 0 0 0 4 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559618] ppid=559577 vsize=23885612 memory=2543853295965126 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559618/stat : 559618 (fscip) D 559577 559580 554643 0 -1 1077937220 183 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559619] ppid=559577 vsize=23885612 memory=2543853295965127 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559619/stat : 559619 (fscip) D 559577 559580 554643 0 -1 1077937220 243 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559620] ppid=559577 vsize=23885612 memory=2543853295965128 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559620/stat : 559620 (fscip) D 559577 559580 554643 0 -1 1077937220 260 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559621] ppid=559577 vsize=23885612 memory=7234867193411359329 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559621/stat : 559621 (fscip) D 559577 559580 554643 0 -1 1077937220 299 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559622] ppid=559577 vsize=23885612 memory=6944656592455360604 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559622/stat : 559622 (fscip) D 559577 559580 554643 0 -1 1077937220 265 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559623] ppid=559577 vsize=23885612 memory=8561850598992369073 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559623/stat : 559623 (fscip) D 559577 559580 554643 0 -1 1077937220 264 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559624] ppid=559577 vsize=23885612 memory=-6876588628754521987 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559624/stat : 559624 (fscip) D 559577 559580 554643 0 -1 1077937220 205 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559625] ppid=559577 vsize=23885612 memory=5793411899117235520 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559625/stat : 559625 (fscip) D 559577 559580 554643 0 -1 1077937220 107 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559626] ppid=559577 vsize=23885612 memory=4121250944684172925 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559626/stat : 559626 (fscip) D 559577 559580 554643 0 -1 1077937220 215 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
[pid=559580/tid=559627] ppid=559577 vsize=23885612 memory=34340462562508916 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/559580/task/559627/stat : 559627 (fscip) D 559577 559580 554643 0 -1 1077937220 263 0 0 0 3 0 0 0 20 0 41 0 90810139 24458866688 4588919 809668444160 4194304 16622877 140722028005040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38600704 140722028012521 140722028012637 140722028012637 140722028019663 24
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 23885612 KiB
Current children cumulated memory: 18355676 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3665.59
CPU time (s): 72000.9
CPU user time (s): 71947.8
CPU system time (s): 53.1378
CPU usage (%): 1964.24
Max. virtual memory (cumulated for all children) (KiB): 24082220
Max. memory (cumulated for all children) (KiB): 18355676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71947.8
system time used= 53.1378
maximum resident set size= 18355724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36979642
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= 120045
involuntary context switches= 343566


# summary of solver processes directly reported to runsolver:
#   pid: 559580
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71947.8
#   total CPU system time (s): 53.1378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.7919 second user time and 87.3322 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 00:24:04
IDJOB=4467810
IDBENCH=158312
IDSOLVER=3097
FILE ID=nodeD103/4467810-1723242244
RUNJOBID= nodeD103-1723237719-554653
SLURM_JOB_ID= 8266907
Free space on /tmp= 8586664 MiB

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

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=1728539428

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

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

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3158.805
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		: 2658.629
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		: 2915.234
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		: 3070.381
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		: 3160.914
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		: 2677.437
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		: 2915.233
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		: 3070.395
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		: 3160.865
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		: 2661.678
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		: 2914.792
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		: 3070.428
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		: 3160.822
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		: 1512.045
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		: 2912.924
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		: 3070.449
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		: 3160.765
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		: 2650.593
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		: 2915.255
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		: 3070.472
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		: 3160.712
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		: 2060.262
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		: 2915.256
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		: 3070.503
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		: 3158.383
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		: 2179.734
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		: 2915.266
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		: 3070.471
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		: 3154.037
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		: 1508.928
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		: 2914.964
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		: 3070.442
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		: 3160.610
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:        691363860 kB
MemAvailable:   756175520 kB
Buffers:          979204 kB
Cached:         66620608 kB
SwapCached:            0 kB
Active:          9338004 kB
Inactive:       85742364 kB
Active(anon):       2132 kB
Inactive(anon): 27509148 kB
Active(file):    9335872 kB
Inactive(file): 58233216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29796 kB
Writeback:             0 kB
AnonPages:      27479332 kB
Mapped:           137052 kB
Shmem:             30728 kB
KReclaimable:    1324576 kB
Slab:            1845404 kB
SReclaimable:    1324576 kB
SUnreclaim:       520828 kB
KernelStack:       16960 kB
PageTables:        70488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4677716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           821760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2025472 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:      671744 kB
DirectMap2M:    94197760 kB
DirectMap1G:    710934528 kB

Free space on /tmp at the end= 8586640 MiB
End job on nodeD103 at 2024-08-10 01:25:09