Trace number 4467542

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 71303.3 3701.69

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_5_ic.opb
MD5SUM26d1f8baed9b076d56083d3420fb6ea6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18236785
Best CPU time to get the best result obtained on this benchmark72000.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 160989184
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 45888664096
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160989184
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 45888664096
Number of bits of the biggest sum of numbers36
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)
1.11/1.16	c Default LC presolving (default).
1.11/1.17	c ** Before presolving: virtualMemUsedAtLc = 947047133, getVmSize() = 633294848, SCIPgetMemUsed() = 548653190, SCIPgetMemTotal() = 588223430, SCIPgetMemExternEstim() = 358823703
1.11/1.17	c ** set memory limit for presolving in LC to 8.79311e+12 for SCIP **
7.99/8.05	c ** Estimated virtualMemUsedAtSolver = 927758952, getVmSize() = 1219764224, SCIPgetMemUsed() = 723627774, SCIPgetMemTotal() = 1032814726, SCIPgetMemExternEstim() = 358823703
7.99/8.05	c ** set memory limit for solvers to 4.18569e+11 for each SCIP **
7.99/8.05	c Original Problem   :
7.99/8.05	c   Problem name     : instance-4467542-1723629690
7.99/8.05	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
7.99/8.05	c   Constraints      : 250157
7.99/8.05	c   Objective sense  : minimize
7.99/8.05	c Presolved Problem  :
7.99/8.05	c   Variables        : 62575 (62575 binary, 0 integer, 0 implicit integer, 0 continuous)
7.99/8.05	c   Constraints      : 62729
7.99/8.05	c Constraints        : Number
7.99/8.05	c   knapsack         : 1375 
7.99/8.05	c   setppc           : 51 
7.99/8.05	c   and              : 60025 
7.99/8.05	c   linear           : 3 
7.99/8.05	c   logicor          : 1275 
7.99/8.05	c ** Instance transfer method used: 0
8.17/8.23	c ** ParaScipInstance copy does not increase the number of variables. **
11.32/11.32	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.32/11.32	c                                Nodes    Active                                            
11.32/11.32	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
199.59/21.27	c *      21              0           1        20   214301355.0000                -          -
199.59/21.27	c        21              0           1        20   214301355.0000                -          -
203.54/21.49	c *      21              0           1        20   149076275.0000                -          -
1798.31/101.94	c       102              0           1        20   149076275.0000                -          -
1920.07/108.13	c       108              0           1        20   149076275.0000                -          -
1929.20/108.58	c *     109              0           1        20   146381577.0000                -          -
3259.33/175.89	c *     176              0           1        20   130627715.0000                -          -
3259.33/175.89	c       176              0           1        20   130627715.0000                -          -
6939.53/363.61	c *     364              0           1        20   128412759.0000                -          -
6939.53/363.61	c       364              0           1        20   128412759.0000                -          -
7542.76/394.75	c       395              2           1        20   128412759.0000     1811129.5672          -
7868.37/411.58	c       412              2           1        20   128412759.0000     1811832.8435          -
7990.25/417.86	c       418              2           1        20   128412759.0000     1811832.8435          -
8147.32/425.90	c       426              3           2        20   128412759.0000     1811832.8435          -
8542.80/446.35	c       446              3           2        20   128412759.0000     1811832.8435          -
8649.71/451.88	c       452              2           1        20   128412759.0000     1868867.6349          -
8802.79/459.72	c       460              2           1        20   128412759.0000     1868867.6349          -
9000.79/469.97	c       470              3           2        20   128412759.0000     1868867.6349          -
9186.93/479.57	c       480              3           2        20   128412759.0000     1868867.6349          -
9699.14/506.01	c       506              3           2        20   128412759.0000     1868867.6349          -
9811.31/511.79	c       512              3           2        20   128412759.0000     1868867.6349          -
10333.31/538.67	c       539              3           2        20   128412759.0000     1868867.6349          -
10482.64/546.31	c       546              4           3        20   128412759.0000     1868867.6349          -
10721.44/558.66	c       559              4           3        20   128412759.0000     1868867.6349          -
10923.88/569.05	c       569              4           3        20   128412759.0000     1868867.6349          -
11096.01/577.93	c       578              4           3        20   128412759.0000     1868867.6349          -
11339.63/590.53	c       591              4           3        20   128412759.0000     1868867.6349          -
11529.08/600.31	c       600              5           4        20   128412759.0000     1868867.6349          -
12110.96/630.41	c       630              5           4        20   128412759.0000     1868867.6349          -
12629.46/657.17	c       657              5           4        20   128412759.0000     1868867.6349          -
13051.80/678.97	c       679              5           4        20   128412759.0000     1868867.6349          -
13259.09/689.66	c       690              5           4        20   128412759.0000     1868867.6349          -
13361.74/695.05	c       695              6           5        20   128412759.0000     1868867.6349          -
13660.27/710.30	c       710              6           5        20   128412759.0000     1868867.6349          -
14031.19/729.56	c       730              6           5        20   128412759.0000     1868867.6349          -
14257.08/741.16	c       741              6           5        20   128412759.0000     1868867.6349          -
14623.99/760.11	c       760              6           5        20   128412759.0000     1868867.6349          -
14730.28/765.52	c       766              6           5        20   128412759.0000     1868867.6349          -
14852.58/771.90	c       772              6           5        20   128412759.0000     1868867.6349          -
15167.14/788.14	c       788              6           5        20   128412759.0000     1868867.6349          -
15648.15/813.00	c       813              9           8        20   128412759.0000     1868867.6349          -
15869.89/824.46	c       824             10           9        20   128412759.0000     1868867.6349          -
16009.50/831.64	c       832             10           9        20   128412759.0000     1868867.6349          -
16110.59/836.84	c       837             12          11        20   128412759.0000     1868867.6349          -
16427.63/853.19	c       853             12          11        20   128412759.0000     1868867.6349          -
16547.07/859.39	c       859             15          14        20   128412759.0000     1868867.6349          -
17116.93/888.72	c       889             16          15        20   128412759.0000     1868867.6349          -
17390.92/902.93	c       903             16          15        20   128412759.0000     1868867.6349          -
17575.18/912.46	c       912             16          15        20   128412759.0000     1868867.6349          -
17928.25/930.63	c       931             16          15        20   128412759.0000     1868867.6349          -
18153.17/942.21	c       942             16          15        20   128412759.0000     1868867.6349          -
18259.74/947.70	c       948             16          15        20   128412759.0000     1868867.6349          -
18451.68/957.66	c       958             16          15        20   128412759.0000     1868867.6349          -
18622.20/966.43	c       966             16          15        20   128412759.0000     1868867.6349          -
18967.83/984.28	c       984             16          15        20   128412759.0000     1868867.6349          -
19205.47/996.53	c       997             16          15        20   128412759.0000     1868867.6349          -
19366.12/1004.83	c      1005             18          17        20   128412759.0000     1868867.6349          -
19540.70/1013.89	c      1014             18          17        20   128412759.0000     1868867.6349          -
19734.92/1023.89	c      1024             18          17        20   128412759.0000     1868867.6349          -
20045.52/1039.89	c      1040             18          17        20   128412759.0000     1868867.6349          -
20572.24/1067.06	c      1067             18          17        20   128412759.0000     1868867.6349          -
20691.32/1073.28	c      1073             19          18        20   128412759.0000     1868867.6349          -
20936.85/1086.00	c      1086             19          18        20   128412759.0000     1868867.6349          -
21036.80/1091.06	c      1091             19          18        20   128412759.0000     1868867.6349          -
21177.42/1098.38	c      1098             19          18        20   128412759.0000     1868867.6349          -
21284.23/1103.87	c      1104             19          18        20   128412759.0000     1868867.6349          -
21645.11/1122.48	c      1122             19          18        20   128412759.0000     1868867.6349          -
21786.66/1129.72	c      1130             19          18        20   128412759.0000     1868867.6349          -
21934.13/1137.34	c      1137             19          18        20   128412759.0000     1868867.6349          -
22052.03/1143.47	c      1143             19          18        20   128412759.0000     1868867.6349          -
22268.82/1154.62	c      1155             19          18        20   128412759.0000     1868867.6349          -
22427.10/1162.80	c      1163             20          19        20   128412759.0000     1868867.6349          -
22628.16/1173.29	c      1173             20          19        20   128412759.0000     1868867.6349          -
22908.36/1187.70	c      1188             20          19        20   128412759.0000     1868867.6349          -
23078.32/1196.51	c      1197             20          19        20   128412759.0000     1868867.6349          -
23280.22/1206.92	c      1207             20          19        20   128412759.0000     1868867.6349          -
23586.67/1222.72	c      1223             20          19        20   128412759.0000     1868867.6349          -
23703.31/1228.75	c      1229             20          19        20   128412759.0000     1868867.6349          -
23817.95/1234.66	c      1235             22          21        20   128412759.0000     1868867.6349          -
23953.42/1241.69	c      1242             22          21        20   128412759.0000     1868867.6349          -
24075.24/1247.95	c      1248             22          21        20   128412759.0000     1868867.6349          -
24235.44/1256.17	c      1256             22          21        20   128412759.0000     1868867.6349          -
24352.43/1262.29	c      1262             22          21        20   128412759.0000     1868867.6349          -
24640.56/1277.13	c      1277             22          21        20   128412759.0000     1868867.6349          -
24860.82/1288.58	c      1289             22          21        20   128412759.0000     1868867.6349          -
24971.16/1294.24	c      1294             22          21        20   128412759.0000     1868867.6349          -
25272.33/1309.72	c      1310             22          21        20   128412759.0000     1868867.6349          -
25373.36/1315.04	c      1315             22          21        20   128412759.0000     1868867.6349          -
25489.94/1320.96	c      1321             23          22        20   128412759.0000     1868867.6349          -
25863.13/1340.15	c      1340             23          22        20   128412759.0000     1868867.6349          -
26033.11/1348.99	c      1349             23          22        20   128412759.0000     1868867.6349          -
26171.73/1356.12	c      1356             23          22        20   128412759.0000     1868867.6349          -
26294.61/1362.43	c      1362             24          23        20   128412759.0000     1868867.6349          -
26408.52/1368.39	c      1368             25          24        20   128412759.0000     1868867.6349          -
26631.82/1379.88	c      1380             25          24        20   128412759.0000     1868867.6349          -
26771.82/1387.13	c      1387             25          24        20   128412759.0000     1868867.6349          -
26943.96/1395.94	c      1396             25          24        20   128412759.0000     1868867.6349          -
27045.80/1401.15	c      1401             27          26        20   128412759.0000     1868867.6349          -
27346.86/1416.71	c      1417             27          26        20   128412759.0000     1868867.6349          -
27452.13/1422.16	c      1422             27          26        20   128412759.0000     1868867.6349          -
27834.08/1441.83	c      1442             27          26        20   128412759.0000     1868867.6349          -
27944.47/1447.51	c      1448             29          28        20   128412759.0000     1868867.6349          -
28184.37/1459.93	c      1460             29          28        20   128412759.0000     1868867.6349          -
28286.96/1465.20	c      1465             29          28        20   128412759.0000     1868867.6349          -
28439.28/1473.06	c      1473             29          28        20   128412759.0000     1868867.6349          -
28555.42/1479.06	c      1479             29          28        20   128412759.0000     1868867.6349          -
28694.52/1486.26	c      1486             29          28        20   128412759.0000     1868867.6349          -
29033.86/1503.77	c      1504             29          28        20   128412759.0000     1868867.6349          -
29319.35/1518.49	c      1518             29          28        20   128412759.0000     1868867.6349          -
29442.66/1524.85	c      1525             30          29        20   128412759.0000     1868867.6349          -
29667.72/1536.44	c      1536             30          29        20   128412759.0000     1868867.6349          -
29783.80/1542.42	c      1542             31          30        20   128412759.0000     1868867.6349          -
29942.68/1550.60	c      1551             33          32        20   128412759.0000     1868867.6349          -
30239.45/1565.97	c      1566             33          32        20   128412759.0000     1868867.6349          -
30419.66/1575.27	c      1575             33          32        20   128412759.0000     1868867.6349          -
30662.10/1587.76	c      1588             33          32        20   128412759.0000     1868867.6349          -
31005.42/1605.49	c      1605             33          32        20   128412759.0000     1868867.6349          -
31405.00/1626.10	c      1626             35          34        20   128412759.0000     1868867.6349          -
31730.19/1642.87	c      1643             37          36        20   128412759.0000     1868867.6349          -
32192.30/1666.68	c      1667             37          36        20   128412759.0000     1868867.6349          -
32293.41/1671.88	c      1672             37          36        20   128412759.0000     1868867.6349          -
32550.13/1685.13	c      1685             37          36        20   128412759.0000     1868867.6349          -
32794.23/1697.69	c      1698             38          37        20   128412759.0000     1868867.6349          -
33159.28/1716.51	c      1717             38          37        20   128412759.0000     1868867.6349          -
33399.74/1728.93	c      1729             38          37        20   128412759.0000     1868867.6349          -
33506.13/1734.45	c      1734             38          37        20   128412759.0000     1868867.6349          -
33690.34/1744.00	c      1744             38          37        20   128412759.0000     1868867.6349          -
33824.41/1750.88	c      1751             38          37        20   128412759.0000     1868867.6349          -
33921.55/1755.90	c      1756             38          37        20   128412759.0000     1868867.6349          -
34055.47/1762.73	c      1763             38          37        20   128412759.0000     1868867.6349          -
34164.15/1768.39	c      1768             38          37        20   128412759.0000     1868867.6349          -
34284.23/1774.51	c      1775             39          38        20   128412759.0000     1868867.6349          -
34542.10/1787.87	c      1788             39          38        20   128412759.0000     1868867.6349          -
34714.67/1796.75	c      1797             39          38        20   128412759.0000     1868867.6349          -
34839.84/1803.29	c      1803             39          38        20   128412759.0000     1868867.6349          -
35029.97/1813.08	c      1813             39          38        20   128412759.0000     1868867.6349          -
35151.29/1819.32	c      1819             41          40        20   128412759.0000     1868867.6349          -
35634.33/1844.20	c      1844             41          40        20   128412759.0000     1868867.6349          -
35744.71/1849.94	c      1850             41          40        20   128412759.0000     1868867.6349          -
35960.40/1861.05	c      1861             41          40        20   128412759.0000     1868867.6349          -
36234.79/1875.26	c      1875             41          40        20   128412759.0000     1868867.6349          -
36372.10/1882.39	c      1882             41          40        20   128412759.0000     1868867.6349          -
36470.61/1887.43	c      1887             41          40        20   128412759.0000     1868867.6349          -
36602.51/1894.23	c      1894             41          40        20   128412759.0000     1868867.6349          -
36713.17/1899.92	c      1900             42          41        20   128412759.0000     1868867.6349          -
36722.69/1900.43	c *    1900             42          41        20    61057807.0000     1868867.6349          -
36812.89/1905.11	c      1905             42          41        20    61057807.0000     1868867.6349          -
36909.71/1910.14	c      1910             42          41        20    61057807.0000     1868867.6349          -
37265.95/1928.42	c      1928             42          41        20    61057807.0000     1868867.6349          -
37378.45/1934.20	c      1934             42          41        20    61057807.0000     1868867.6349          -
37479.67/1939.41	c      1939             44          43        20    61057807.0000     1868867.6349          -
37591.41/1945.19	c      1945             50          49        20    61057807.0000     1868867.6349          -
37843.77/1958.14	c      1958             50          49        20    61057807.0000     1868867.6349          -
37983.01/1965.39	c      1965             50          49        20    61057807.0000     1868867.6349          -
38095.96/1971.13	c      1971             50          49        20    61057807.0000     1868867.6349          -
38194.69/1976.26	c      1976             50          49        20    61057807.0000     1868867.6349          -
38365.55/1985.04	c      1985             50          49        20    61057807.0000     1868867.6349          -
38643.86/1999.46	c      1999             50          49        20    61057807.0000     1868867.6349          -
38833.79/2009.27	c      2009             50          49        20    61057807.0000     1868867.6349          -
38959.73/2015.78	c      2016             50          49        20    61057807.0000     1868867.6349          -
39058.70/2020.83	c      2021             51          50        20    61057807.0000     1868867.6349          -
39257.65/2031.12	c      2031             51          50        20    61057807.0000     1868867.6349          -
39456.40/2041.39	c      2041             51          50        20    61057807.0000     1868867.6349          -
39832.19/2060.79	c      2061             51          50        20    61057807.0000     1868867.6349          -
40223.11/2080.94	c      2081             51          50        20    61057807.0000     1868867.6349          -
40432.08/2091.79	c      2092             51          50        20    61057807.0000     1868867.6349          -
40538.06/2097.24	c      2097             52          51        20    61057807.0000     1868867.6349          -
40718.21/2106.58	c      2107             52          51        20    61057807.0000     1868867.6349          -
40963.34/2119.15	c      2119             52          51        20    61057807.0000     1868867.6349          -
41088.95/2125.68	c      2126             52          51        20    61057807.0000     1868867.6349          -
41473.05/2145.45	c      2145             52          51        20    61057807.0000     1868867.6349          -
41715.26/2157.94	c      2158             52          51        20    61057807.0000     1868867.6349          -
41825.41/2163.67	c      2164             52          51        20    61057807.0000     1868867.6349          -
41923.54/2168.78	c      2169             52          51        20    61057807.0000     1868867.6349          -
42035.68/2174.53	c      2175             52          51        20    61057807.0000     1868867.6349          -
42363.00/2191.47	c      2191             52          51        20    61057807.0000     1868867.6349          -
42692.48/2208.47	c      2208             52          51        20    61057807.0000     1868867.6349          -
42816.74/2214.84	c      2215             52          51        20    61057807.0000     1868867.6349          -
43020.52/2225.33	c      2225             52          51        20    61057807.0000     1868867.6349          -
43450.63/2247.51	c      2248             52          51        20    61057807.0000     1868867.6349          -
43701.27/2260.49	c      2260             52          51        20    61057807.0000     1868867.6349          -
43860.59/2268.64	c      2269             52          51        20    61057807.0000     1868867.6349          -
44099.06/2280.91	c      2281             52          51        20    61057807.0000     1868867.6349          -
44558.16/2304.62	c      2305             52          51        20    61057807.0000     1868867.6349          -
44695.51/2311.71	c      2312             52          51        20    61057807.0000     1868867.6349          -
45102.26/2332.72	c      2333             53          52        20    61057807.0000     1868867.6349          -
45241.47/2339.97	c      2340             53          52        20    61057807.0000     1868867.6349          -
45704.94/2364.02	c      2364             53          52        20    61057807.0000     1868867.6349          -
45871.59/2372.51	c      2373             53          52        20    61057807.0000     1868867.6349          -
45986.08/2378.44	c      2378             53          52        20    61057807.0000     1868867.6349          -
46108.13/2384.79	c      2385             53          52        20    61057807.0000     1868867.6349          -
46238.13/2391.43	c      2391             53          52        20    61057807.0000     1868867.6349          -
46553.31/2407.72	c      2408             54          53        20    61057807.0000     1868867.6349          -
46791.62/2420.03	c      2420             54          53        20    61057807.0000     1868867.6349          -
47192.36/2440.79	c      2441             54          53        20    61057807.0000     1868867.6349          -
47293.18/2445.90	c      2446             54          53        20    61057807.0000     1868867.6349          -
47642.02/2464.03	c      2464             54          53        20    61057807.0000     1868867.6349          -
47886.05/2476.55	c      2477             54          53        20    61057807.0000     1868867.6349          -
48015.64/2483.27	c      2483             55          54        20    61057807.0000     1868867.6349          -
48160.08/2490.76	c      2491             55          54        20    61057807.0000     1868867.6349          -
48768.24/2522.30	c      2522             56          55        20    61057807.0000     1868867.6349          -
48997.87/2534.08	c      2534             56          55        20    61057807.0000     1868867.6349          -
49148.26/2541.87	c      2542             56          55        20    61057807.0000     1868867.6349          -
49336.36/2551.52	c      2552             57          56        20    61057807.0000     1868867.6349          -
49454.38/2557.65	c      2558             57          56        20    61057807.0000     1868867.6349          -
49554.51/2562.84	c      2563             57          56        20    61057807.0000     1868867.6349          -
49757.85/2573.35	c      2573             57          56        20    61057807.0000     1868867.6349          -
49918.42/2581.67	c      2582             57          56        20    61057807.0000     1868867.6349          -
50016.93/2586.79	c      2587             58          57        20    61057807.0000     1868867.6349          -
50311.10/2602.01	c      2602             59          58        20    61057807.0000     1868867.6349          -
50430.35/2608.06	c      2608             59          58        20    61057807.0000     1868867.6349          -
50844.45/2629.49	c      2629             59          58        20    61057807.0000     1868867.6349          -
51004.71/2637.72	c      2638             60          59        20    61057807.0000     1868867.6349          -
51112.25/2643.36	c      2643             60          59        20    61057807.0000     1868867.6349          -
51802.45/2679.54	c      2680             60          59        20    61057807.0000     1868867.6349          -
51917.11/2685.51	c      2686             60          59        20    61057807.0000     1868867.6349          -
52123.72/2696.36	c      2696             60          59        20    61057807.0000     1868867.6349          -
52265.33/2703.70	c      2704             60          59        20    61057807.0000     1868867.6349          -
52388.76/2710.27	c      2710             60          59        20    61057807.0000     1868867.6349          -
52527.90/2717.59	c      2718             60          59        20    61057807.0000     1868867.6349          -
52810.99/2732.49	c      2732             60          59        20    61057807.0000     1868867.6349          -
52999.94/2742.30	c      2742             60          59        20    61057807.0000     1868867.6349          -
53160.86/2750.77	c      2751             60          59        20    61057807.0000     1868867.6349          -
53313.71/2758.75	c      2759             60          59        20    61057807.0000     1868867.6349          -
53448.85/2765.87	c      2766             61          60        20    61057807.0000     1868867.6349          -
53544.75/2770.89	c      2771             61          60        20    61057807.0000     1868867.6349          -
53730.79/2780.66	c      2781             61          60        20    61057807.0000     1868867.6349          -
53890.13/2789.03	c      2789             61          60        20    61057807.0000     1868867.6349          -
54077.64/2798.72	c      2799             61          60        20    61057807.0000     1868867.6349          -
54351.19/2813.12	c      2813             61          60        20    61057807.0000     1868867.6349          -
54540.66/2822.99	c      2823             61          60        20    61057807.0000     1868867.6349          -
54720.53/2832.32	c      2832             61          60        20    61057807.0000     1868867.6349          -
54937.00/2843.65	c      2844             61          60        20    61057807.0000     1868867.6349          -
55447.60/2870.34	c      2870             61          60        20    61057807.0000     1868867.6349          -
55625.29/2879.69	c      2880             61          60        20    61057807.0000     1868867.6349          -
55793.75/2888.42	c      2888             61          60        20    61057807.0000     1868867.6349          -
56341.83/2917.06	c      2917             61          60        20    61057807.0000     1868867.6349          -
56600.99/2930.69	c      2931             61          60        20    61057807.0000     1868867.6349          -
56865.81/2944.44	c      2944             61          60        20    61057807.0000     1868867.6349          -
57031.20/2953.11	c      2953             61          60        20    61057807.0000     1868867.6349          -
57191.47/2961.49	c      2961             61          60        20    61057807.0000     1868867.6349          -
57640.29/2984.94	c      2985             61          60        20    61057807.0000     1868867.6349          -
57859.63/2996.44	c      2996             61          60        20    61057807.0000     1868867.6349          -
57989.97/3003.25	c      3003             61          60        20    61057807.0000     1868867.6349          -
58276.79/3018.21	c      3018             61          60        20    61057807.0000     1868867.6349          -
58383.70/3023.83	c      3024             61          60        20    61057807.0000     1868867.6349          -
59079.75/3060.22	c      3060             62          61        20    61057807.0000     1868867.6349          -
59260.70/3069.73	c      3070             62          61        20    61057807.0000     1868867.6349          -
59741.69/3094.99	c      3095             62          61        20    61057807.0000     1868867.6349          -
59907.60/3103.62	c      3104             62          61        20    61057807.0000     1868867.6349          -
60140.48/3115.81	c      3116             62          61        20    61057807.0000     1868867.6349          -
60266.20/3122.46	c      3122             62          61        20    61057807.0000     1868867.6349          -
60469.18/3133.13	c      3133             82          81        20    61057807.0000     1909363.8699          -
60660.25/3143.12	c      3143             82          81        20    61057807.0000     1909363.8699          -
60789.55/3149.81	c      3150             82          81        20    61057807.0000     1909363.8699          -
61047.08/3163.37	c      3163             82          81        20    61057807.0000     1909363.8699          -
61194.64/3171.08	c      3171             82          81        20    61057807.0000     1909363.8699          -
61705.14/3197.74	c      3198             83          82        20    61057807.0000     1909363.8699          -
61855.64/3205.67	c      3206             83          82        20    61057807.0000     1909363.8699          -
62049.76/3215.80	c      3216             83          82        20    61057807.0000     1909363.8699          -
62153.00/3221.23	c      3221             83          82        20    61057807.0000     1909363.8699          -
62288.80/3228.30	c      3228             83          82        20    61057807.0000     1909363.8699          -
62401.24/3234.30	c      3234             84          83        20    61057807.0000     1909363.8699          -
62515.65/3240.26	c      3240             84          83        20    61057807.0000     1909363.8699          -
62703.97/3250.15	c      3250             84          83        20    61057807.0000     1909363.8699          -
62899.68/3260.43	c      3260             84          83        20    61057807.0000     1909363.8699          -
63754.19/3305.07	c      3305             84          83        20    61057807.0000     1909363.8699          -
63897.08/3312.59	c      3313             85          84        20    61057807.0000     1909363.8699          -
64118.26/3324.06	c      3324             85          84        20    61057807.0000     1909363.8699          -
64230.51/3329.94	c      3330             85          84        20    61057807.0000     1909363.8699          -
64411.72/3339.49	c      3339             85          84        20    61057807.0000     1909363.8699          -
64789.73/3359.21	c      3359             86          85        20    61057807.0000     1909363.8699          -
65062.10/3373.56	c      3374             86          85        20    61057807.0000     1909363.8699          -
65472.65/3395.08	c      3395             86          85        20    61057807.0000     1909363.8699          -
65569.36/3400.17	c      3400             87          86        20    61057807.0000     1909363.8699          -
65838.02/3414.26	c      3414             87          86        20    61057807.0000     1909363.8699          -
66048.52/3425.24	c      3425             87          86        20    61057807.0000     1909363.8699          -
66167.13/3431.41	c      3431             87          86        20    61057807.0000     1909363.8699          -
66313.00/3439.06	c      3439             88          87        20    61057807.0000     1909363.8699          -
66411.85/3444.23	c      3444             88          87        20    61057807.0000     1909363.8699          -
66539.44/3450.95	c      3451             88          87        20    61057807.0000     1909363.8699          -
66816.39/3465.49	c      3465             88          87        20    61057807.0000     1909363.8699          -
66940.78/3471.91	c      3472             88          87        20    61057807.0000     1909363.8699          -
67163.52/3483.68	c      3484             88          87        20    61057807.0000     1909363.8699          -
67359.54/3494.01	c      3494             88          87        20    61057807.0000     1909363.8699          -
67700.13/3511.85	c      3512             88          87        20    61057807.0000     1909363.8699          -
67808.28/3517.59	c      3518             89          88        20    61057807.0000     1909363.8699          -
67922.64/3523.60	c      3524             89          88        20    61057807.0000     1909363.8699          -
68249.50/3540.67	c      3541             89          88        20    61057807.0000     1909363.8699          -
68385.42/3547.70	c      3548             90          89        20    61057807.0000     1909363.8699          -
68609.51/3559.48	c      3559             90          89        20    61057807.0000     1909363.8699          -
68712.91/3564.80	c      3565             90          89        20    61057807.0000     1909363.8699          -
68883.55/3573.77	c      3574             90          89        20    61057807.0000     1909363.8699          -
69234.84/3592.12	c      3592             91          90        20    61057807.0000     1909363.8699          -
69346.99/3597.95	c      3598             92          91        20    61057807.0000     1916546.9873          -
69519.04/3606.96	c      3607             92          91        20    61057807.0000     1916546.9873          -
69624.26/3612.48	c      3612             92          91        20    61057807.0000     1916546.9873          -
69758.45/3619.46	c      3619             92          91        20    61057807.0000     1916546.9873          -
69891.91/3626.40	c      3626             92          91        20    61057807.0000     1916546.9873          -
70767.04/3672.27	c      3672             92          91        20    61057807.0000     1916546.9873          -
70874.59/3677.88	c      3678             92          91        20    61057807.0000     1916546.9873          -
71013.61/3685.14	c      3685             93          92        20    61057807.0000     1916546.9873          -
71145.35/3692.01	c      3692             93          92        20    61057807.0000     1916546.9873          -
71298.67/3699.96	c      3700             93          92        20    61057807.0000     1916546.9873          -

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 (168855 MiB free)
  memory of node 1: 193531 MiB (180206 MiB free)
  memory of node 2: 193531 MiB (169240 MiB free)
  memory of node 3: 193493 MiB (170134 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-4467542-1723629690/watcher-4467542-1723629690 -o /tmp/evaluation-result-4467542-1723629690/solver-4467542-1723629690 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723629690-784052 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467542-1723629690.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=784092, runsolver pid=784085
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 32.42 64.05 74.37 6/855 784095
/proc/meminfo: memFree=704772408/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=100188 memory=88004 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/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 19982 0 0 0 9 2 0 0 20 0 1 0 129548431 102592512 22001 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 25047 22001 2331 3035 0 21443 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 100188 KiB
Current children cumulated memory: 88004 KiB

[startup+0.224548 s]*
/proc/loadavg: 32.42 64.05 74.37 6/867 784115
/proc/meminfo: memFree=704473824/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=174708 memory=163248 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/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 38764 0 0 0 18 5 0 0 20 0 1 0 129548431 178900992 40812 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 43677 40812 2331 3035 0 40073 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 174708 KiB
Current children cumulated memory: 163248 KiB

[startup+0.32404 s]*
/proc/loadavg: 32.42 64.05 74.37 6/867 784115
/proc/meminfo: memFree=704221292/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=214492 memory=203152 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 48727 0 0 0 26 7 0 0 20 0 1 0 129548431 219639808 50788 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 53623 50788 2331 3035 0 50019 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 214492 KiB
Current children cumulated memory: 203152 KiB

[startup+0.700258 s]
/proc/loadavg: 32.42 64.05 74.37 6/867 784115
/proc/meminfo: memFree=703872592/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=386344 memory=373812 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 92417 0 0 0 54 15 0 0 20 0 1 0 129548431 395616256 93453 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 96586 93453 2571 3035 0 92982 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 386344 KiB
Current children cumulated memory: 373812 KiB

[startup+1.50025 s]
/proc/loadavg: 32.42 64.05 74.37 6/867 784115
/proc/meminfo: memFree=703019748/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=679844 memory=657492 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 162282 0 0 0 123 25 0 0 20 0 1 0 129548431 696160256 164373 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 169961 164373 2646 3035 0 166357 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 679844 KiB
Current children cumulated memory: 657492 KiB

[startup+3.12435 s]
/proc/loadavg: 32.42 64.05 74.37 6/867 784117
/proc/meminfo: memFree=700477036/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=868664 memory=842012 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/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 207858 0 0 0 273 37 0 0 20 0 1 0 129548431 889511936 210503 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 217166 210503 2742 3035 0 213562 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 868664 KiB
Current children cumulated memory: 842012 KiB

[startup+6.30023 s]
/proc/loadavg: 30.14 63.05 73.99 6/867 784117
/proc/meminfo: memFree=698367692/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=1087460 memory=1059460 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/stat : 784092 (fscip) R 784085 784092 784042 0 -1 4194304 254551 0 0 0 580 47 0 0 20 0 1 0 129548431 1113559040 264865 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 271865 264865 2790 3035 0 268261 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1087460 KiB
Current children cumulated memory: 1059460 KiB

[startup+12.7034 s]
/proc/loadavg: 28.05 62.07 73.61 31/947 784198
/proc/meminfo: memFree=680186780/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=13653620 memory=12359928 CPUtime=36.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/stat : 784092 (fscip) S 784085 784092 784042 0 -1 1077936128 3087672 0 0 0 3010 644 0 0 20 0 41 0 129548431 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 3413405 3089982 2822 3035 0 3274099 0
[pid=784092/tid=784138] ppid=784085 vsize=13653620 memory=0 CPUtime=1.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784138/stat : 784138 (fscip) R 784085 784092 784042 0 -1 4194368 92805 0 0 0 123 20 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784139] ppid=784085 vsize=13653620 memory=0 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784139/stat : 784139 (fscip) R 784085 784092 784042 0 -1 4194368 166292 0 0 0 104 34 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784140] ppid=784085 vsize=13653620 memory=32300 CPUtime=1.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784140/stat : 784140 (fscip) R 784085 784092 784042 0 -1 4194368 166262 0 0 0 103 36 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784141] ppid=784085 vsize=13653620 memory=100 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784141/stat : 784141 (fscip) R 784085 784092 784042 0 -1 4194368 92822 0 0 0 125 20 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784142] ppid=784085 vsize=13653620 memory=2212 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784142/stat : 784142 (fscip) R 784085 784092 784042 0 -1 4194368 166418 0 0 0 105 33 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784143] ppid=784085 vsize=13653620 memory=0 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784143/stat : 784143 (fscip) R 784085 784092 784042 0 -1 4194368 166472 0 0 0 105 33 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784144] ppid=784085 vsize=13653620 memory=1238020 CPUtime=1.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784144/stat : 784144 (fscip) R 784085 784092 784042 0 -1 4194368 92844 0 0 0 125 19 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784145] ppid=784085 vsize=13653620 memory=2168860 CPUtime=1.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784145/stat : 784145 (fscip) R 784085 784092 784042 0 -1 4194368 166808 0 0 0 105 35 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784146] ppid=784085 vsize=13653620 memory=0 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784146/stat : 784146 (fscip) R 784085 784092 784042 0 -1 4194368 166384 0 0 0 105 33 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784147] ppid=784085 vsize=13653620 memory=279268035110432 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784147/stat : 784147 (fscip) R 784085 784092 784042 0 -1 4194368 92828 0 0 0 125 20 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784148] ppid=784085 vsize=13653620 memory=25333125866717268 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784148/stat : 784148 (fscip) R 784085 784092 784042 0 -1 4194368 166410 0 0 0 105 33 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784149] ppid=784085 vsize=13653620 memory=0 CPUtime=1.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784149/stat : 784149 (fscip) R 784085 784092 784042 0 -1 4194368 166774 0 0 0 106 33 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784150] ppid=784085 vsize=13653620 memory=100 CPUtime=1.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784150/stat : 784150 (fscip) R 784085 784092 784042 0 -1 4194368 92794 0 0 0 125 19 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784151] ppid=784085 vsize=13653620 memory=1836 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784151/stat : 784151 (fscip) R 784085 784092 784042 0 -1 4194368 166292 0 0 0 103 35 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784152] ppid=784085 vsize=13653620 memory=-6154846629504662375 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784152/stat : 784152 (fscip) D 784085 784092 784042 0 -1 4194368 166766 0 0 0 109 33 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784153] ppid=784085 vsize=13653620 memory=4561104 CPUtime=1.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784153/stat : 784153 (fscip) R 784085 784092 784042 0 -1 4194368 92795 0 0 0 124 20 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784154] ppid=784085 vsize=13653620 memory=16325789170925620 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784154/stat : 784154 (fscip) R 784085 784092 784042 0 -1 4194368 166203 0 0 0 104 34 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784155] ppid=784085 vsize=13653620 memory=279268035144704 CPUtime=1.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784155/stat : 784155 (fscip) D 784085 784092 784042 0 -1 4194368 166499 0 0 0 102 37 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784156] ppid=784085 vsize=13653620 memory=25988 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784156/stat : 784156 (fscip) R 784085 784092 784042 0 -1 4194368 92846 0 0 0 125 20 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784157] ppid=784085 vsize=13653620 memory=2244 CPUtime=1.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784157/stat : 784157 (fscip) R 784085 784092 784042 0 -1 4194368 166269 0 0 0 103 35 0 0 20 0 41 0 129549236 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784178] ppid=784085 vsize=13653620 memory=6620040 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784178/stat : 784178 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784179] ppid=784085 vsize=13653620 memory=1836 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784179/stat : 784179 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784180] ppid=784085 vsize=13653620 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/784092/task/784180/stat : 784180 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784181] ppid=784085 vsize=13653620 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/784092/task/784181/stat : 784181 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784182] ppid=784085 vsize=13653620 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/784092/task/784182/stat : 784182 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784183] ppid=784085 vsize=13653620 memory=3507253115612665 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784183/stat : 784183 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784184] ppid=784085 vsize=13653620 memory=3056664 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784184/stat : 784184 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784185] ppid=784085 vsize=13653620 memory=6944656592455360604 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784185/stat : 784185 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784186] ppid=784085 vsize=13653620 memory=9023685746021654624 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784186/stat : 784186 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784187] ppid=784085 vsize=13653620 memory=7492 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784187/stat : 784187 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784188] ppid=784085 vsize=13653620 memory=26980 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784188/stat : 784188 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784189] ppid=784085 vsize=13653620 memory=3664 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784189/stat : 784189 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784190] ppid=784085 vsize=13653620 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/784092/task/784190/stat : 784190 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784191] ppid=784085 vsize=13653620 memory=43757088820 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784191/stat : 784191 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784192] ppid=784085 vsize=13653620 memory=6152858703903412326 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784192/stat : 784192 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784193] ppid=784085 vsize=13653620 memory=279268035321136 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784193/stat : 784193 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784194] ppid=784085 vsize=13653620 memory=10072033854977 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784194/stat : 784194 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784195] ppid=784085 vsize=13653620 memory=10084918756865 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784195/stat : 784195 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784196] ppid=784085 vsize=13653620 memory=10102098625793 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784196/stat : 784196 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784197] ppid=784085 vsize=13653620 memory=1968 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784197/stat : 784197 (fscip) S 784085 784092 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549564 13981306880 3089982 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
Current children cumulated CPU time: 36.54 s
Current children cumulated vsize: 13653620 KiB
Current children cumulated memory: 12359928 KiB

[startup+25.5018 s]
/proc/loadavg: 31.14 61.08 73.11 44/947 784200

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

/proc/784092/task/784184/stat : 784184 (fscip) S 784085 784092 784042 0 -1 1077936192 294 0 0 0 1 3 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784185] ppid=784085 vsize=49862392 memory=40073804 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/784092/task/784185/stat : 784185 (fscip) S 784085 784092 784042 0 -1 1077936192 82 0 0 0 1 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784186] ppid=784085 vsize=49862392 memory=40091180 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784186/stat : 784186 (fscip) S 784085 784092 784042 0 -1 1077936192 222 0 0 0 0 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784187] ppid=784085 vsize=49862392 memory=40016744 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/784092/task/784187/stat : 784187 (fscip) S 784085 784092 784042 0 -1 1077936192 121 0 0 0 1 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784188] ppid=784085 vsize=49862392 memory=40085624 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/784092/task/784188/stat : 784188 (fscip) S 784085 784092 784042 0 -1 1077936192 241 0 0 0 0 3 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784189] ppid=784085 vsize=49862392 memory=40044440 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784189/stat : 784189 (fscip) S 784085 784092 784042 0 -1 1077936192 223 0 0 0 0 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784190] ppid=784085 vsize=49862392 memory=11572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784190/stat : 784190 (fscip) S 784085 784092 784042 0 -1 1077936192 143 0 0 0 0 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784191] ppid=784085 vsize=49862392 memory=6668 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/784092/task/784191/stat : 784191 (fscip) S 784085 784092 784042 0 -1 1077936192 173 0 0 0 1 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784192] ppid=784085 vsize=49862392 memory=41794528 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/784092/task/784192/stat : 784192 (fscip) S 784085 784092 784042 0 -1 1077936192 189 0 0 0 0 3 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784193] ppid=784085 vsize=49862392 memory=40088904 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/784092/task/784193/stat : 784193 (fscip) S 784085 784092 784042 0 -1 1077936192 212 0 0 0 2 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784194] ppid=784085 vsize=49862392 memory=40082052 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/784092/task/784194/stat : 784194 (fscip) S 784085 784092 784042 0 -1 1077936192 152 0 0 0 0 3 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784195] ppid=784085 vsize=49862392 memory=19592 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/784092/task/784195/stat : 784195 (fscip) S 784085 784092 784042 0 -1 1077936192 124 0 0 0 1 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784196] ppid=784085 vsize=49862392 memory=20684 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/784092/task/784196/stat : 784196 (fscip) S 784085 784092 784042 0 -1 1077936192 123 0 0 0 1 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784197] ppid=784085 vsize=49862392 memory=5524 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/784092/task/784197/stat : 784197 (fscip) S 784085 784092 784042 0 -1 1077936192 201 0 0 0 1 2 0 0 20 0 41 0 129549564 51059089408 10023223 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
Current children cumulated CPU time: 70194.9 s
Current children cumulated vsize: 49862392 KiB
Current children cumulated memory: 40092892 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 78.65 79.69 79.95 79/1025 786308
/proc/meminfo: memFree=432939936/790760800 swapFree=131071996/131071996
[pid=784092] ppid=784085 vsize=49962784 memory=40133140 CPUtime=71301.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/stat : 784092 (fscip) S 784085 784092 784042 0 -1 1077936128 1164547431 0 0 0 6691613 438527 0 0 20 0 41 0 129548431 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
/proc/784092/statm: 12490696 10033285 3014 3035 0 12244692 0
[pid=784092/tid=784138] ppid=784085 vsize=49962784 memory=6740 CPUtime=3617.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784138/stat : 784138 (fscip) R 784085 784092 784042 0 -1 4194368 4520254 0 0 0 360801 973 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784139] ppid=784085 vsize=49897248 memory=29273809900535888 CPUtime=3631.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784139/stat : 784139 (fscip) R 784085 784092 784042 0 -1 4194368 1035885 0 0 0 362604 554 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784140] ppid=784085 vsize=49897248 memory=6141004783079025761 CPUtime=3468.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784140/stat : 784140 (fscip) R 784085 784092 784042 0 -1 4194368 56868761 0 0 0 180092 166794 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784141] ppid=784085 vsize=49897248 memory=-6370454262641769317 CPUtime=3613.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784141/stat : 784141 (fscip) R 784085 784092 784042 0 -1 4194368 5375741 0 0 0 359927 1445 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784142] ppid=784085 vsize=49897248 memory=2212 CPUtime=3624.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784142/stat : 784142 (fscip) R 784085 784092 784042 0 -1 4194368 1967823 0 0 0 361784 707 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784143] ppid=784085 vsize=49962784 memory=6096 CPUtime=3562.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784143/stat : 784143 (fscip) R 784085 784092 784042 0 -1 4194368 16672227 0 0 0 311021 45200 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784144] ppid=784085 vsize=50028320 memory=1968 CPUtime=3611.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784144/stat : 784144 (fscip) R 784085 784092 784042 0 -1 4194368 5102148 0 0 0 359534 1653 0 0 20 0 41 0 129549236 51228999680 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784145] ppid=784085 vsize=49962784 memory=54344 CPUtime=2687.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784145/stat : 784145 (fscip) R 784085 784092 784042 0 -1 4194368 1039666087 0 0 0 39305 229479 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784146] ppid=784085 vsize=49897248 memory=33196 CPUtime=3627.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784146/stat : 784146 (fscip) R 784085 784092 784042 0 -1 4194368 1862135 0 0 0 362090 688 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784147] ppid=784085 vsize=49897248 memory=21544 CPUtime=3615.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784147/stat : 784147 (fscip) R 784085 784092 784042 0 -1 4194368 5093729 0 0 0 360532 1048 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784148] ppid=784085 vsize=49962784 memory=11572 CPUtime=3622.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784148/stat : 784148 (fscip) R 784085 784092 784042 0 -1 4194368 2417030 0 0 0 361540 759 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784149] ppid=784085 vsize=49897248 memory=42644 CPUtime=3631.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784149/stat : 784149 (fscip) R 784085 784092 784042 0 -1 4194368 992474 0 0 0 362577 536 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784150] ppid=784085 vsize=49962784 memory=10824 CPUtime=3615.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784150/stat : 784150 (fscip) R 784085 784092 784042 0 -1 4194368 4800957 0 0 0 360582 921 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784151] ppid=784085 vsize=49962784 memory=6720665462868558441 CPUtime=3630.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784151/stat : 784151 (fscip) R 784085 784092 784042 0 -1 4194368 1060799 0 0 0 362499 561 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784152] ppid=784085 vsize=50028320 memory=40120904 CPUtime=3630.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784152/stat : 784152 (fscip) R 784085 784092 784042 0 -1 4194368 1052339 0 0 0 362562 528 0 0 20 0 41 0 129549236 51228999680 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784153] ppid=784085 vsize=49962784 memory=2760 CPUtime=3609.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784153/stat : 784153 (fscip) R 784085 784092 784042 0 -1 4194368 4894881 0 0 0 359586 1385 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784154] ppid=784085 vsize=50028320 memory=6740 CPUtime=3625.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784154/stat : 784154 (fscip) R 784085 784092 784042 0 -1 4194368 2126673 0 0 0 361817 739 0 0 20 0 41 0 129549236 51228999680 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784155] ppid=784085 vsize=49962784 memory=2816 CPUtime=3626.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784155/stat : 784155 (fscip) R 784085 784092 784042 0 -1 4194368 1908438 0 0 0 362025 666 0 0 20 0 41 0 129549236 51161890816 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784156] ppid=784085 vsize=49897248 memory=31488 CPUtime=3611.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784156/stat : 784156 (fscip) R 784085 784092 784042 0 -1 4194368 4810229 0 0 0 359576 1560 0 0 20 0 41 0 129549236 51094781952 10033285 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784157] ppid=784085 vsize=49897248 memory=28656 CPUtime=3625.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784157/stat : 784157 (fscip) R 784085 784092 784042 0 -1 4194368 2000765 0 0 0 361829 730 0 0 20 0 41 0 129549236 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784178] ppid=784085 vsize=49897248 memory=7492 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/784092/task/784178/stat : 784178 (fscip) S 784085 784092 784042 0 -1 1077936192 174 0 0 0 1 2 0 0 20 0 41 0 129549564 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784179] ppid=784085 vsize=50159392 memory=26980 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/784092/task/784179/stat : 784179 (fscip) S 784085 784092 784042 0 -1 1077936192 163 0 0 0 1 2 0 0 20 0 41 0 129549564 51363217408 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784180] ppid=784085 vsize=50028320 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784180/stat : 784180 (fscip) S 784085 784092 784042 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 129549564 51228999680 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784181] ppid=784085 vsize=49962784 memory=40296 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/784092/task/784181/stat : 784181 (fscip) S 784085 784092 784042 0 -1 1077936192 141 0 0 0 1 2 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784182] ppid=784085 vsize=49897248 memory=8148 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/784092/task/784182/stat : 784182 (fscip) S 784085 784092 784042 0 -1 1077936192 179 0 0 0 0 3 0 0 20 0 41 0 129549564 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784183] ppid=784085 vsize=49897248 memory=3428 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784183/stat : 784183 (fscip) S 784085 784092 784042 0 -1 1077936192 145 0 0 0 0 2 0 0 20 0 41 0 129549564 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784184] ppid=784085 vsize=49962784 memory=2180 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/784092/task/784184/stat : 784184 (fscip) S 784085 784092 784042 0 -1 1077936192 299 0 0 0 1 3 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784185] ppid=784085 vsize=50028320 memory=1744 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/784092/task/784185/stat : 784185 (fscip) S 784085 784092 784042 0 -1 1077936192 82 0 0 0 1 2 0 0 20 0 41 0 129549564 51228999680 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784186] ppid=784085 vsize=49962784 memory=20144 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/784092/task/784186/stat : 784186 (fscip) S 784085 784092 784042 0 -1 1077936192 224 0 0 0 0 3 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784187] ppid=784085 vsize=49897248 memory=28716 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/784092/task/784187/stat : 784187 (fscip) S 784085 784092 784042 0 -1 1077936192 122 0 0 0 1 2 0 0 20 0 41 0 129549564 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784188] ppid=784085 vsize=49962784 memory=32884 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/784092/task/784188/stat : 784188 (fscip) S 784085 784092 784042 0 -1 1077936192 244 0 0 0 0 3 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784189] ppid=784085 vsize=49962784 memory=6988 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/784092/task/784189/stat : 784189 (fscip) S 784085 784092 784042 0 -1 1077936192 227 0 0 0 0 3 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784190] ppid=784085 vsize=49962784 memory=36276 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/784092/task/784190/stat : 784190 (fscip) S 784085 784092 784042 0 -1 1077936192 144 0 0 0 0 2 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784191] ppid=784085 vsize=49962784 memory=6608 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/784092/task/784191/stat : 784191 (fscip) S 784085 784092 784042 0 -1 1077936192 174 0 0 0 1 2 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784192] ppid=784085 vsize=49897248 memory=20452 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/784092/task/784192/stat : 784192 (fscip) S 784085 784092 784042 0 -1 1077936192 190 0 0 0 0 3 0 0 20 0 41 0 129549564 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784193] ppid=784085 vsize=49962784 memory=6836 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/784092/task/784193/stat : 784193 (fscip) S 784085 784092 784042 0 -1 1077936192 216 0 0 0 2 2 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784194] ppid=784085 vsize=50028320 memory=7044 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/784092/task/784194/stat : 784194 (fscip) S 784085 784092 784042 0 -1 1077936192 152 0 0 0 0 3 0 0 20 0 41 0 129549564 51228999680 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784195] ppid=784085 vsize=49962784 memory=28212 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/784092/task/784195/stat : 784195 (fscip) S 784085 784092 784042 0 -1 1077936192 124 0 0 0 1 2 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784196] ppid=784085 vsize=49897248 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/784092/task/784196/stat : 784196 (fscip) S 784085 784092 784042 0 -1 1077936192 123 0 0 0 1 2 0 0 20 0 41 0 129549564 51094781952 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
[pid=784092/tid=784197] ppid=784085 vsize=49962784 memory=6096 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/784092/task/784197/stat : 784197 (fscip) S 784085 784092 784042 0 -1 1077936192 204 0 0 0 1 2 0 0 20 0 41 0 129549564 51161890816 10033220 809668444160 4194304 16622877 140730197409248 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 53383168 140730197414887 140730197415003 140730197415003 140730197422031 0
Current children cumulated CPU time: 71301.4 s
Current children cumulated vsize: 49962784 KiB
Current children cumulated memory: 40133140 KiB

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

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

# cumulated CPU time of all completed processes:  user=66916.4 s, system=4386.92 s

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

[startup+3700.8 s]
/proc/loadavg: 78.65 79.69 79.95 61/986 786308
/proc/meminfo: memFree=435466424/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 74.19 78.75 79.65 24/908 786308
/proc/meminfo: memFree=511078480/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 74.19 78.75 79.65 24/908 786308
/proc/meminfo: memFree=511078480/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3701.69
CPU time (s): 71303.3
CPU user time (s): 66916.4
CPU system time (s): 4386.92
CPU usage (%): 1926.24
Max. virtual memory (cumulated for all children) (KiB): 50093856
Max. memory (cumulated for all children) (KiB): 40133140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66916.4
system time used= 4386.92
maximum resident set size= 40135432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1164550778
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= 217262583
involuntary context switches= 162078


# summary of solver processes directly reported to runsolver:
#   pid: 784092
#   total CPU time (s): 71303.3
#   total CPU user time (s): 66916.4
#   total CPU system time (s): 4386.92

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4629 second user time and 107.006 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 12:01:30
IDJOB=4467542
IDBENCH=155722
IDSOLVER=3097
FILE ID=nodeD104/4467542-1723629690
RUNJOBID= nodeD104-1723629690-784052
SLURM_JOB_ID= 8267913
Free space on /tmp= 8587928 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat50_6_9_5_ic.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-4467542-1723629690/watcher-4467542-1723629690 -o /tmp/evaluation-result-4467542-1723629690/solver-4467542-1723629690 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723629690-784052 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467542-1723629690.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 26d1f8baed9b076d56083d3420fb6ea6
RANDOM SEED=1340283776

nodeD104.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		: 3064.978
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		: 3685.978
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	: 5006.76
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		: 3131.701
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	: 5013.48
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		: 3601.034
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.76
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		: 3506.399
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		: 3662.356
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	: 5006.76
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		: 2901.176
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	: 5013.48
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		: 3669.598
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.76
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		: 3735.802
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		: 2856.955
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	: 5006.76
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		: 3834.506
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	: 5013.48
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		: 3859.244
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.76
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		: 1732.429
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		: 3795.944
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	: 5006.76
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		: 3035.949
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	: 5013.48
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		: 1406.685
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.76
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		: 1403.822
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		: 1441.310
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	: 5006.76
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		: 2640.868
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	: 5013.48
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		: 1408.832
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.76
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		: 1378.965
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		: 1440.379
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	: 5006.76
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		: 2649.956
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	: 5013.48
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		: 1418.672
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.76
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		: 1734.697
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		: 2902.258
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	: 5006.76
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		: 2641.979
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	: 5013.48
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		: 1412.465
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.76
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		: 2366.997
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		: 1390.804
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	: 5006.76
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		: 2654.467
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	: 5013.48
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		: 1387.244
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.76
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		: 1493.113
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		: 1410.782
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	: 5006.76
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		: 2646.685
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	: 5013.48
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		: 1386.692
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.76
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		: 2500.277
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		: 1413.958
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	: 5006.76
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		: 2645.393
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	: 5013.48
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		: 1421.258
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.76
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		: 2879.928
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		: 1415.863
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	: 5006.76
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		: 2640.720
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	: 5013.48
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		: 1412.860
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.76
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		: 1393.806
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		: 1422.902
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	: 5006.76
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		: 2649.934
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	: 5013.48
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		: 1443.637
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.76
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		: 2948.034
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		: 1403.347
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	: 5006.76
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		: 2631.911
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	: 5013.48
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		: 1442.356
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.76
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		: 2012.849
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		: 1423.638
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	: 5006.76
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		: 2655.325
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	: 5013.48
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		: 1418.474
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.76
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		: 1513.718
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		: 1408.495
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	: 5006.76
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		: 2653.038
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	: 5013.48
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		: 1412.549
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.76
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		: 2007.411
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		: 1427.930
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	: 5006.76
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		: 2648.504
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	: 5013.48
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		: 1422.079
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.76
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		: 2051.718
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		: 1408.435
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	: 5006.76
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		: 2866.269
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	: 5013.48
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		: 1435.016
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.76
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		: 3699.397
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		: 1418.058
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	: 5006.76
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		: 2671.643
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	: 5013.48
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		: 1418.591
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.76
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		: 3595.580
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		: 1426.647
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	: 5006.76
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		: 2676.397
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	: 5013.48
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		: 1447.740
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.76
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		: 3606.251
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		: 3731.985
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	: 5006.76
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		: 2447.854
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	: 5013.48
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		: 2735.288
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        704949784 kB
MemAvailable:   782928876 kB
Buffers:         1263584 kB
Cached:         79459604 kB
SwapCached:            0 kB
Active:         13666336 kB
Inactive:       67479728 kB
Active(anon):       2124 kB
Inactive(anon):   459676 kB
Active(file):   13664212 kB
Inactive(file): 67020052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            151340 kB
Writeback:             0 kB
AnonPages:        420428 kB
Mapped:           102860 kB
Shmem:             38920 kB
KReclaimable:    1429088 kB
Slab:            1984056 kB
SReclaimable:    1429088 kB
SUnreclaim:       554968 kB
KernelStack:       14768 kB
PageTables:         9932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     385100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:     1425408 kB
DirectMap2M:    249681920 kB
DirectMap1G:    554696704 kB

Free space on /tmp at the end= 8587772 MiB
End job on nodeD104 at 2024-08-14 13:03:12