Trace number 4467785

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-96.opb
MD5SUM41cda2cdd43cae95a9671374dc621893
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark97.8949
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.79/0.80	c Default LC presolving (default).
0.79/0.80	c ** Before presolving: virtualMemUsedAtLc = 700769209, getVmSize() = 441585664, SCIPgetMemUsed() = 364420886, SCIPgetMemTotal() = 397554926, SCIPgetMemExternEstim() = 303214283
0.79/0.80	c ** set memory limit for presolving in LC to 8.79389e+12 for SCIP **
6.47/6.51	c ** Estimated virtualMemUsedAtSolver = 880449338, getVmSize() = 1106489344, SCIPgetMemUsed() = 662502213, SCIPgetMemTotal() = 1017459725, SCIPgetMemExternEstim() = 303214283
6.47/6.51	c ** set memory limit for solvers to 4.18584e+11 for each SCIP **
6.47/6.51	c Original Problem   :
6.47/6.51	c   Problem name     : instance-4467785-1723618580
6.47/6.51	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
6.47/6.51	c   Constraints      : 283937
6.47/6.51	c   Objective sense  : minimize
6.47/6.51	c Presolved Problem  :
6.47/6.51	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
6.47/6.51	c   Constraints      : 280387
6.47/6.51	c Constraints        : Number
6.47/6.51	c   knapsack         : 28351 
6.47/6.51	c   setppc           : 60278 
6.47/6.51	c   linear           : 3 
6.47/6.51	c   logicor          : 191755 
6.47/6.51	c ** Instance transfer method used: 0
6.87/6.93	c ** ParaScipInstance copy does not increase the number of variables. **
13.36/13.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
13.36/13.45	c                                Nodes    Active                                            
13.36/13.45	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
15664.64/805.27	c       805              2           1        20                -           0.0000          -
15817.01/812.95	c       813             10           9        20                -           0.0000          -
16092.20/826.82	c       827              2           1        20                -           0.0000          -
16212.96/832.97	c       833              2           1        20                -           0.0000          -
16478.17/846.33	c       846             14          13        20                -           0.0000          -
16933.46/869.34	c       869             14          13        20                -           0.0000          -
17044.33/874.93	c       875              7           6        20                -           0.0000          -
17509.49/898.42	c       898             15          14        20                -           0.0000          -
17673.77/906.73	c       907             15          14        20                -           0.0000          -
17846.20/915.43	c       915             15          14        20                -           0.0000          -
17997.10/923.11	c       923              8           7        20                -           0.0000          -
18125.09/929.57	c       930              8           7        20                -           0.0000          -
18230.01/934.82	c       935              8           7        20                -           0.0000          -
18344.80/940.64	c       941              8           7        20                -           0.0000          -
18551.53/951.06	c       951             41          40        20                -           0.0000          -
18681.35/957.61	c       958             41          40        20                -           0.0000          -
18780.30/962.64	c       963             41          40        20                -           0.0000          -
18960.42/971.78	c       972             41          40        20                -           0.0000          -
19105.50/979.12	c       979             41          40        20                -           0.0000          -
19294.96/988.61	c       989             14          13        20                -           0.0000          -
19425.62/995.29	c       995             14          13        20                -           0.0000          -
19538.42/1000.91	c      1001             14          13        20                -           0.0000          -
19639.95/1006.04	c      1006             14          13        20                -           0.0000          -
19752.01/1011.74	c      1012             14          13        20                -           0.0000          -
20013.21/1024.97	c      1025             14          13        20                -           0.0000          -
20130.02/1030.81	c      1031             14          13        20                -           0.0000          -
20295.08/1039.18	c      1039             14          13        20                -           0.0000          -
20395.42/1044.23	c      1044             14          13        20                -           0.0000          -
20597.54/1054.49	c      1054             14          13        20                -           0.0000          -
20732.29/1061.20	c      1061             14          13        20                -           0.0000          -
20869.91/1068.18	c      1068             14          13        20                -           0.0000          -
20970.08/1073.25	c      1073             14          13        20                -           0.0000          -
21081.07/1078.88	c      1079             14          13        20                -           0.0000          -
21306.94/1090.29	c      1090             14          13        20                -           0.0000          -
21457.54/1097.82	c      1098             14          13        20                -           0.0000          -
21556.62/1102.82	c      1103             14          13        20                -           0.0000          -
21660.43/1108.11	c      1108             14          13        20                -           0.0000          -
21766.70/1113.45	c      1113             14          13        20                -           0.0000          -
21869.77/1118.62	c      1119             14          13        20                -           0.0000          -
21994.61/1124.98	c      1125             14          13        20                -           0.0000          -
22162.83/1133.44	c      1133             14          13        20                -           0.0000          -
22294.40/1140.07	c      1140             14          13        20                -           0.0000          -
22479.72/1149.42	c      1149             14          13        20                -           0.0000          -
22626.34/1156.88	c      1157             14          13        20                -           0.0000          -
22733.30/1162.20	c      1162             14          13        20                -           0.0000          -
22840.30/1167.69	c      1168             14          13        20                -           0.0000          -
22969.72/1174.18	c      1174             14          13        20                -           0.0000          -
23103.79/1180.98	c      1181             14          13        20                -           0.0000          -
23212.63/1186.47	c      1186             14          13        20                -           0.0000          -
23372.92/1194.59	c      1195             14          13        20                -           0.0000          -
23504.39/1201.19	c      1201             14          13        20                -           0.0000          -
23618.55/1206.97	c      1207             14          13        20                -           0.0000          -
23753.14/1213.74	c      1214             14          13        20                -           0.0000          -
23889.67/1220.66	c      1221             14          13        20                -           0.0000          -
23994.60/1225.90	c      1226             14          13        20                -           0.0000          -
24099.58/1231.27	c      1231             14          13        20                -           0.0000          -
24200.64/1236.30	c      1236             14          13        20                -           0.0000          -
24351.23/1244.00	c      1244             14          13        20                -           0.0000          -
24464.13/1249.64	c      1250             14          13        20                -           0.0000          -
24622.61/1257.67	c      1258             14          13        20                -           0.0000          -
24775.18/1265.34	c      1265             14          13        20                -           0.0000          -
24908.52/1272.12	c      1272             14          13        20                -           0.0000          -
25054.55/1279.48	c      1279             14          13        20                -           0.0000          -
25166.37/1285.09	c      1285             14          13        20                -           0.0000          -
25270.55/1290.33	c      1290             14          13        20                -           0.0000          -
25371.62/1295.43	c      1295             14          13        20                -           0.0000          -
25483.36/1301.08	c      1301             14          13        20                -           0.0000          -
25624.18/1308.14	c      1308             14          13        20                -           0.0000          -
25750.19/1314.57	c      1315             14          13        20                -           0.0000          -
25860.07/1320.06	c      1320             14          13        20                -           0.0000          -
25972.24/1325.70	c      1326             14          13        20                -           0.0000          -
26126.83/1333.59	c      1334             14          13        20                -           0.0000          -
26239.81/1339.27	c      1339             14          13        20                -           0.0000          -
26390.53/1346.83	c      1347             14          13        20                -           0.0000          -
26531.31/1353.93	c      1354             14          13        20                -           0.0000          -
26650.24/1359.97	c      1360             14          13        20                -           0.0000          -
26769.22/1365.97	c      1366             14          13        20                -           0.0000          -
26876.29/1371.37	c      1371             14          13        20                -           0.0000          -
26981.38/1376.62	c      1377             14          13        20                -           0.0000          -
27080.51/1381.65	c      1382             14          13        20                -           0.0000          -
27183.59/1386.90	c      1387             14          13        20                -           0.0000          -
27290.59/1392.29	c      1392             14          13        20                -           0.0000          -
27391.69/1397.36	c      1397             14          13        20                -           0.0000          -
27498.72/1402.75	c      1403             14          13        20                -           0.0000          -
27599.75/1407.85	c      1408             14          13        20                -           0.0000          -
27754.37/1415.66	c      1416             14          13        20                -           0.0000          -
27865.41/1421.26	c      1421             14          13        20                -           0.0000          -
27972.39/1426.61	c      1427             14          13        20                -           0.0000          -
28117.12/1434.02	c      1434             14          13        20                -           0.0000          -
28247.98/1440.51	c      1441             14          13        20                -           0.0000          -
28349.08/1445.64	c      1446             14          13        20                -           0.0000          -
28462.06/1451.34	c      1451             14          13        20                -           0.0000          -
28580.94/1457.40	c      1457             14          13        20                -           0.0000          -
28681.96/1462.50	c      1462             14          13        20                -           0.0000          -
28788.97/1467.86	c      1468             14          13        20                -           0.0000          -
28901.95/1473.57	c      1474             14          13        20                -           0.0000          -
29108.13/1483.98	c      1484             14          13        20                -           0.0000          -
29217.09/1489.45	c      1489             14          13        20                -           0.0000          -
29320.12/1494.65	c      1495             14          13        20                -           0.0000          -
29419.20/1499.68	c      1500             14          13        20                -           0.0000          -
29546.68/1506.04	c      1506             14          13        20                -           0.0000          -
29658.89/1511.75	c      1512             14          13        20                -           0.0000          -
29786.59/1518.15	c      1518             14          13        20                -           0.0000          -
29946.29/1526.21	c      1526             14          13        20                -           0.0000          -
30075.15/1532.71	c      1533             14          13        20                -           0.0000          -
30196.05/1538.85	c      1539             14          13        20                -           0.0000          -
30326.85/1545.40	c      1545             14          13        20                -           0.0000          -
30447.77/1551.58	c      1552             14          13        20                -           0.0000          -
30548.67/1556.62	c      1557             14          13        20                -           0.0000          -
30647.60/1561.65	c      1562             14          13        20                -           0.0000          -
30752.62/1567.00	c      1567             14          13        20                -           0.0000          -
30854.30/1572.06	c      1572             14          13        20                -           0.0000          -
30976.58/1578.28	c      1578             14          13        20                -           0.0000          -
31079.70/1583.44	c      1583             14          13        20                -           0.0000          -
31180.79/1588.54	c      1589             14          13        20                -           0.0000          -
31281.85/1593.63	c      1594             14          13        20                -           0.0000          -
31380.96/1598.64	c      1599             14          13        20                -           0.0000          -
31501.86/1604.76	c      1605             14          13        20                -           0.0000          -
31650.42/1612.26	c      1612             14          13        20                -           0.0000          -
31751.46/1617.32	c      1617             14          13        20                -           0.0000          -
31868.33/1623.23	c      1623             14          13        20                -           0.0000          -
32018.69/1630.87	c      1631             14          13        20                -           0.0000          -
32119.70/1635.92	c      1636             14          13        20                -           0.0000          -
32234.67/1641.72	c      1642             14          13        20                -           0.0000          -
32340.56/1647.04	c      1647             14          13        20                -           0.0000          -
32446.84/1652.41	c      1652             14          13        20                -           0.0000          -
32547.98/1657.53	c      1658             14          13        20                -           0.0000          -
32679.40/1664.14	c      1664             14          13        20                -           0.0000          -
32783.85/1669.49	c      1669             14          13        20                -           0.0000          -
32948.31/1677.75	c      1678             14          13        20                -           0.0000          -
33095.64/1685.13	c      1685             14          13        20                -           0.0000          -
33198.07/1690.38	c      1690             14          13        20                -           0.0000          -
33305.05/1695.73	c      1696             14          13        20                -           0.0000          -
33430.60/1702.05	c      1702             14          13        20                -           0.0000          -
33534.92/1707.36	c      1707             14          13        20                -           0.0000          -
33671.63/1714.23	c      1714             14          13        20                -           0.0000          -
33772.70/1719.36	c      1719             14          13        20                -           0.0000          -
33899.23/1725.79	c      1726             14          13        20                -           0.0000          -
34069.72/1734.34	c      1734             14          13        20                -           0.0000          -
34174.79/1739.67	c      1740             14          13        20                -           0.0000          -
34361.91/1749.08	c      1749             14          13        20                -           0.0000          -
34460.95/1754.08	c      1754             14          13        20                -           0.0000          -
34560.08/1759.11	c      1759             14          13        20                -           0.0000          -
34664.15/1764.39	c      1764             14          13        20                -           0.0000          -
34785.02/1770.40	c      1770             14          13        20                -           0.0000          -
34903.80/1776.49	c      1776             14          13        20                -           0.0000          -
35008.88/1781.71	c      1782             14          13        20                -           0.0000          -
35147.58/1788.73	c      1789             14          13        20                -           0.0000          -
35349.66/1799.00	c      1799             14          13        20                -           0.0000          -
35466.53/1804.85	c      1805             14          13        20                -           0.0000          -
35581.41/1810.62	c      1811             14          13        20                -           0.0000          -
35692.32/1816.23	c      1816             14          13        20                -           0.0000          -
35803.20/1821.90	c      1822             14          13        20                -           0.0000          -
35931.85/1828.33	c      1828             14          13        20                -           0.0000          -
36032.79/1833.43	c      1833             14          13        20                -           0.0000          -
36141.74/1839.03	c      1839             14          13        20                -           0.0000          -
36246.65/1844.27	c      1844             14          13        20                -           0.0000          -
36357.29/1849.82	c      1850             14          13        20                -           0.0000          -
36482.74/1856.18	c      1856             14          13        20                -           0.0000          -
36582.03/1861.19	c      1861             14          13        20                -           0.0000          -
36686.13/1866.41	c      1866             14          13        20                -           0.0000          -
36791.01/1871.73	c      1872             14          13        20                -           0.0000          -
36913.82/1877.95	c      1878             14          13        20                -           0.0000          -
37035.53/1884.09	c      1884             14          13        20                -           0.0000          -
37143.67/1889.52	c      1890             14          13        20                -           0.0000          -
37250.64/1894.99	c      1895             14          13        20                -           0.0000          -
37381.29/1901.53	c      1902             14          13        20                -           0.0000          -
37491.25/1907.08	c      1907             14          13        20                -           0.0000          -
37603.25/1912.74	c      1913             14          13        20                -           0.0000          -
37854.73/1925.43	c      1925             14          13        20                -           0.0000          -
37959.74/1930.76	c      1931             14          13        20                -           0.0000          -
38082.53/1936.97	c      1937             14          13        20                -           0.0000          -
38211.19/1943.49	c      1943             14          13        20                -           0.0000          -
38320.15/1948.90	c      1949             14          13        20                -           0.0000          -
38431.01/1954.56	c      1955             14          13        20                -           0.0000          -
38543.77/1960.27	c      1960             14          13        20                -           0.0000          -
38662.53/1966.30	c      1966             14          13        20                -           0.0000          -
38763.59/1971.31	c      1971             14          13        20                -           0.0000          -
38892.39/1977.90	c      1978             14          13        20                -           0.0000          -
38999.37/1983.26	c      1983             14          13        20                -           0.0000          -
39134.82/1990.12	c      1990             14          13        20                -           0.0000          -
39235.94/1995.17	c      1995             14          13        20                -           0.0000          -
39359.85/2001.48	c      2001             14          13        20                -           0.0000          -
39471.59/2007.11	c      2007             14          13        20                -           0.0000          -
39659.10/2016.59	c      2017             14          13        20                -           0.0000          -
39821.59/2024.76	c      2025             14          13        20                -           0.0000          -
39927.43/2030.07	c      2030             14          13        20                -           0.0000          -
40026.24/2035.09	c      2035             14          13        20                -           0.0000          -
40134.19/2040.54	c      2041             14          13        20                -           0.0000          -
40237.11/2045.71	c      2046             14          13        20                -           0.0000          -
40340.18/2051.01	c      2051             14          13        20                -           0.0000          -
40441.93/2056.07	c      2056             14          13        20                -           0.0000          -
40554.05/2061.74	c      2062             14          13        20                -           0.0000          -
40656.95/2066.95	c      2067             14          13        20                -           0.0000          -
40825.19/2075.40	c      2075             14          13        20                -           0.0000          -
40949.82/2081.70	c      2082             14          13        20                -           0.0000          -
41233.54/2096.10	c      2096            122         121        20                -           0.0000          -
41468.11/2108.02	c      2108            122         121        20                -           0.0000          -
41604.37/2114.89	c      2115            122         121        20                -           0.0000          -
41707.96/2120.10	c      2120            122         121        20                -           0.0000          -
41809.83/2125.23	c      2125            122         121        20                -           0.0000          -
41922.60/2130.92	c      2131            122         121        20                -           0.0000          -
42021.50/2136.00	c      2136            122         121        20                -           0.0000          -
42130.27/2141.47	c      2141            122         121        20                -           0.0000          -
42233.11/2146.63	c      2147            122         121        20                -           0.0000          -
42357.68/2152.96	c      2153            122         121        20                -           0.0000          -
42470.39/2158.63	c      2159            122         121        20                -           0.0000          -
42573.19/2163.85	c      2164            122         121        20                -           0.0000          -
42674.04/2168.98	c      2169             58          57        20                -           0.0000          -
42772.86/2174.01	c      2174             58          57        20                -           0.0000          -
42881.60/2179.47	c      2179             58          57        20                -           0.0000          -
42988.41/2184.80	c      2185             58          57        20                -           0.0000          -
43087.28/2189.82	c      2190             58          57        20                -           0.0000          -
43207.84/2195.94	c      2196             58          57        20                -           0.0000          -
43309.57/2201.08	c      2201             58          57        20                -           0.0000          -
43421.52/2206.73	c      2207             58          57        20                -           0.0000          -
43542.19/2212.81	c      2213             58          57        20                -           0.0000          -
43645.69/2218.06	c      2218             58          57        20                -           0.0000          -
43749.83/2223.40	c      2223             58          57        20                -           0.0000          -
43850.76/2228.48	c      2228             58          57        20                -           0.0000          -
43953.65/2233.63	c      2234             58          57        20                -           0.0000          -
44083.02/2240.14	c      2240             58          57        20                -           0.0000          -
44191.04/2245.60	c      2246             58          57        20                -           0.0000          -
44367.12/2254.53	c      2255             58          57        20                -           0.0000          -
44476.79/2260.09	c      2260             58          57        20                -           0.0000          -
44600.58/2266.37	c      2266             58          57        20                -           0.0000          -
44826.18/2277.74	c      2278             58          57        20                -           0.0000          -
44927.12/2282.83	c      2283             58          57        20                -           0.0000          -
45028.05/2288.02	c      2288             58          57        20                -           0.0000          -
45132.93/2293.26	c      2293             58          57        20                -           0.0000          -
45261.51/2299.78	c      2300             58          57        20                -           0.0000          -
45376.26/2305.60	c      2306             58          57        20                -           0.0000          -
45485.52/2311.05	c      2311             58          57        20                -           0.0000          -
45589.62/2316.31	c      2316             58          57        20                -           0.0000          -
45708.35/2322.31	c      2322             58          57        20                -           0.0000          -
45807.40/2327.32	c      2327             58          57        20                -           0.0000          -
45906.47/2332.32	c      2332             58          57        20                -           0.0000          -
46011.47/2337.63	c      2338             58          57        20                -           0.0000          -
46116.48/2342.94	c      2343             58          57        20                -           0.0000          -
46215.57/2347.97	c      2348             58          57        20                -           0.0000          -
46322.43/2353.33	c      2353             58          57        20                -           0.0000          -
46421.35/2358.36	c      2358             58          57        20                -           0.0000          -
46537.00/2364.20	c      2364             58          57        20                -           0.0000          -
46637.12/2369.24	c      2369             58          57        20                -           0.0000          -
46737.82/2374.33	c      2374             58          57        20                -           0.0000          -
46836.79/2379.36	c      2379             58          57        20                -           0.0000          -
46947.65/2385.04	c      2385             58          57        20                -           0.0000          -
47049.20/2390.05	c      2390             58          57        20                -           0.0000          -
47148.41/2395.06	c      2395             58          57        20                -           0.0000          -
47250.39/2400.28	c      2400             58          57        20                -           0.0000          -
47361.27/2405.80	c      2406             58          57        20                -           0.0000          -
47468.10/2411.21	c      2411             58          57        20                -           0.0000          -
47570.88/2416.48	c      2416             58          57        20                -           0.0000          -
47685.47/2422.23	c      2422             58          57        20                -           0.0000          -
47788.28/2427.41	c      2427             58          57        20                -           0.0000          -
47901.91/2433.15	c      2433             58          57        20                -           0.0000          -
48013.78/2438.84	c      2439             58          57        20                -           0.0000          -
48139.25/2445.15	c      2445             58          57        20                -           0.0000          -
48243.23/2450.44	c      2450             58          57        20                -           0.0000          -
48346.15/2455.62	c      2456             58          57        20                -           0.0000          -
48445.02/2460.65	c      2461             58          57        20                -           0.0000          -
48545.94/2465.76	c      2466             58          57        20                -           0.0000          -
48654.71/2471.23	c      2471             96          95        20                -           0.0000          -
48755.58/2476.36	c      2476             96          95        20                -           0.0000          -
48864.40/2481.81	c      2482             96          95        20                -           0.0000          -
48981.10/2487.76	c      2488             96          95        20                -           0.0000          -
49097.80/2493.63	c      2494             96          95        20                -           0.0000          -
49210.67/2499.33	c      2499             96          95        20                -           0.0000          -
49324.18/2505.11	c      2505             96          95        20                -           0.0000          -
49438.02/2510.88	c      2511             96          95        20                -           0.0000          -
49556.65/2516.89	c      2517             96          95        20                -           0.0000          -
49662.30/2522.15	c      2522             96          95        20                -           0.0000          -
49772.15/2527.79	c      2528             55          54        20                -           0.0000          -
49884.86/2533.45	c      2533             55          54        20                -           0.0000          -
49993.59/2538.99	c      2539             55          54        20                -           0.0000          -
50102.33/2544.41	c      2544             55          54        20                -           0.0000          -
50203.15/2549.59	c      2550             12          11        20                -           0.0000          -
50319.67/2555.40	c      2555             12          11        20                -           0.0000          -
50422.48/2560.62	c      2561             12          11        20                -           0.0000          -
50521.21/2565.68	c      2566             12          11        20                -           0.0000          -
50622.06/2570.71	c      2571            185         184        20                -           0.0000          -
50772.26/2578.35	c      2578             61          60        20                -           0.0000          -
50882.90/2583.96	c      2584            111         110        20                -           0.0000          -
51013.34/2590.56	c      2591            111         110        20                -           0.0000          -
51137.83/2596.81	c      2597            111         110        20                -           0.0000          -
51258.40/2602.94	c      2603            111         110        20                -           0.0000          -
51373.06/2608.79	c      2609            111         110        20                -           0.0000          -
51489.60/2614.61	c      2615            111         110        20                -           0.0000          -
51600.26/2620.23	c      2620            111         110        20                -           0.0000          -
51704.85/2625.56	c      2626            111         110        20                -           0.0000          -
51814.44/2631.08	c      2631            111         110        20                -           0.0000          -
51918.15/2636.38	c      2636            111         110        20                -           0.0000          -
52024.88/2641.77	c      2642            111         110        20                -           0.0000          -
52143.33/2647.78	c      2648            111         110        20                -           0.0000          -
52313.12/2656.30	c      2656            111         110        20                -           0.0000          -
52419.85/2661.73	c      2662            111         110        20                -           0.0000          -
52522.65/2667.01	c      2667            111         110        20                -           0.0000          -
52651.10/2673.40	c      2673            111         110        20                -           0.0000          -
52755.90/2678.76	c      2679            111         110        20                -           0.0000          -
52870.43/2684.51	c      2685            111         110        20                -           0.0000          -
53034.53/2692.84	c      2693            111         110        20                -           0.0000          -
53157.92/2699.04	c      2699             72          69        20                -           0.0000          -
53263.88/2704.41	c      2704             72          69        20                -           0.0000          -
53368.67/2709.78	c      2710             72          69        20                -           0.0000          -
53474.12/2715.05	c      2715             72          69        20                -           0.0000          -
53584.14/2720.65	c      2721             72          69        20                -           0.0000          -
53696.83/2726.32	c      2726             72          69        20                -           0.0000          -
53797.67/2731.46	c      2731             72          69        20                -           0.0000          -
53900.43/2736.65	c      2737             72          69        20                -           0.0000          -
54001.27/2741.75	c      2742             72          69        20                -           0.0000          -
54103.94/2746.98	c      2747             72          69        20                -           0.0000          -
54207.23/2752.19	c      2752            117         116        20                -           0.0000          -
54309.29/2757.40	c      2757            117         116        20                -           0.0000          -
54419.93/2763.01	c      2763            117         116        20                -           0.0000          -
54523.54/2768.16	c      2768            117         116        20                -           0.0000          -
54641.87/2774.14	c      2774            117         116        20                -           0.0000          -
54758.20/2780.11	c      2780            117         116        20                -           0.0000          -
54866.28/2785.52	c      2786            117         116        20                -           0.0000          -
54971.08/2790.88	c      2791            117         116        20                -           0.0000          -
55077.80/2796.23	c      2796            117         116        20                -           0.0000          -
55182.52/2801.54	c      2802            117         116        20                -           0.0000          -
55285.07/2806.73	c      2807            117         116        20                -           0.0000          -
55397.74/2812.46	c      2812            117         116        20                -           0.0000          -
55511.21/2818.19	c      2818            117         116        20                -           0.0000          -
55615.11/2823.44	c      2823            117         116        20                -           0.0000          -
55721.79/2828.87	c      2829            117         116        20                -           0.0000          -
55828.49/2834.23	c      2834            117         116        20                -           0.0000          -
55935.12/2839.63	c      2840            117         116        20                -           0.0000          -
56042.69/2845.13	c      2845            117         116        20                -           0.0000          -
56150.69/2850.53	c      2851            117         116        20                -           0.0000          -
56253.53/2855.76	c      2856            117         116        20                -           0.0000          -
56359.29/2861.05	c      2861            117         116        20                -           0.0000          -
56457.84/2866.07	c      2866            117         116        20                -           0.0000          -
56559.92/2871.24	c      2871            117         116        20                -           0.0000          -
56675.21/2877.13	c      2877            117         116        20                -           0.0000          -
56794.05/2883.06	c      2883            117         116        20                -           0.0000          -
56903.93/2888.67	c      2889            117         116        20                -           0.0000          -
57044.31/2895.74	c      2896            117         116        20                -           0.0000          -
57176.62/2902.44	c      2902            117         116        20                -           0.0000          -
57301.20/2908.79	c      2909             73          72        20                -           0.0000          -
57404.03/2913.92	c      2914             73          72        20                -           0.0000          -
57502.87/2918.94	c      2919            101         100        20                -           0.0000          -
57615.40/2924.69	c      2925            121         118        20                -           0.0000          -
57720.15/2929.95	c      2930            121         118        20                -           0.0000          -
57846.58/2936.35	c      2936            121         118        20                -           0.0000          -
57949.36/2941.57	c      2942            121         118        20                -           0.0000          -
58056.08/2946.94	c      2947            121         118        20                -           0.0000          -
58154.87/2952.01	c      2952            121         118        20                -           0.0000          -
58261.55/2957.31	c      2957             74          71        20                -           0.0000          -
58405.67/2964.60	c      2965             29          28        20                -           0.0000          -
58536.11/2971.28	c      2971             29          28        20                -           0.0000          -
58646.81/2976.88	c      2977             29          28        20                -           0.0000          -
58750.21/2982.08	c      2982             29          28        20                -           0.0000          -
58852.21/2987.28	c      2987             29          28        20                -           0.0000          -
58982.66/2993.88	c      2994             29          28        20                -           0.0000          -
59083.44/2998.92	c      2999             29          28        20                -           0.0000          -
59188.20/3004.28	c      3004             29          28        20                -           0.0000          -
59293.02/3009.58	c      3010             29          28        20                -           0.0000          -
59395.76/3014.72	c      3015             29          28        20                -           0.0000          -
59498.55/3019.94	c      3020             29          28        20                -           0.0000          -
59597.42/3025.01	c      3025             29          28        20                -           0.0000          -
59699.12/3030.11	c      3030             29          28        20                -           0.0000          -
59805.06/3035.46	c      3035             29          28        20                -           0.0000          -
59913.72/3040.95	c      3041             74          73        20                -           0.0000          -
60018.41/3046.22	c      3046             74          73        20                -           0.0000          -
60121.17/3051.43	c      3051             74          73        20                -           0.0000          -
60229.85/3056.92	c      3057             74          73        20                -           0.0000          -
60333.04/3062.18	c      3062             74          73        20                -           0.0000          -
60441.24/3067.67	c      3068             74          73        20                -           0.0000          -
60548.80/3073.09	c      3073             74          73        20                -           0.0000          -
60650.58/3078.29	c      3078             74          73        20                -           0.0000          -
60755.29/3083.55	c      3084            132         129        20                -           0.0000          -
60860.08/3088.88	c      3089            132         129        20                -           0.0000          -
60968.71/3094.36	c      3094            132         129        20                -           0.0000          -
61071.49/3099.54	c      3100            132         129        20                -           0.0000          -
61174.21/3104.78	c      3105            132         129        20                -           0.0000          -
61277.01/3109.92	c      3110            132         129        20                -           0.0000          -
61424.87/3117.48	c      3117            132         129        20                -           0.0000          -
61527.58/3122.69	c      3123            132         129        20                -           0.0000          -
61638.27/3128.24	c      3128            132         129        20                -           0.0000          -
61755.53/3134.20	c      3134            132         129        20                -           0.0000          -
61872.35/3140.12	c      3140            132         129        20                -           0.0000          -
62005.74/3146.84	c      3147            132         129        20                -           0.0000          -
62141.94/3153.73	c      3154            132         129        20                -           0.0000          -
62267.06/3160.07	c      3160            132         129        20                -           0.0000          -
62377.02/3165.65	c      3166             35          34        20                -           0.0000          -
62493.38/3171.59	c      3172             35          34        20                -           0.0000          -
62599.95/3176.93	c      3177             35          34        20                -           0.0000          -
62706.71/3182.38	c      3182            140         137        20                -           0.0000          -
62813.50/3187.73	c      3188            140         137        20                -           0.0000          -
62918.92/3193.06	c      3193            140         137        20                -           0.0000          -
63054.59/3199.92	c      3200            140         137        20                -           0.0000          -
63153.45/3204.97	c      3205            140         137        20                -           0.0000          -
63258.24/3210.27	c      3210            140         137        20                -           0.0000          -
63367.00/3215.72	c      3216            140         137        20                -           0.0000          -
63474.36/3221.19	c      3221            140         137        20                -           0.0000          -
63593.21/3227.17	c      3227            140         137        20                -           0.0000          -
63714.91/3233.32	c      3233             37          38        20                -           0.0000          -
63823.72/3238.90	c      3239             37          38        20                -           0.0000          -
63973.96/3246.44	c      3246             37          38        20                -           0.0000          -
64072.85/3251.45	c      3251             37          38        20                -           0.0000          -
64215.15/3258.66	c      3259             37          38        20                -           0.0000          -
64322.54/3264.08	c      3264             37          38        20                -           0.0000          -
64448.40/3270.44	c      3270             37          38        20                -           0.0000          -
64559.76/3276.04	c      3276             37          38        20                -           0.0000          -
64671.82/3281.79	c      3282             37          38        20                -           0.0000          -
64774.66/3286.96	c      3287             37          38        20                -           0.0000          -
64881.11/3292.34	c      3292             37          38        20                -           0.0000          -
64985.92/3297.62	c      3298             37          38        20                -           0.0000          -
65086.80/3302.75	c      3303             37          38        20                -           0.0000          -
65199.49/3308.50	c      3308             37          38        20                -           0.0000          -
65300.38/3313.55	c      3314             37          38        20                -           0.0000          -
65415.13/3319.31	c      3319             37          38        20                -           0.0000          -
65519.70/3324.65	c      3325             37          38        20                -           0.0000          -
65636.52/3330.51	c      3331             37          38        20                -           0.0000          -
65743.44/3335.93	c      3336             37          38        20                -           0.0000          -
65845.01/3341.05	c      3341             37          38        20                -           0.0000          -
65951.16/3346.45	c      3346             37          38        20                -           0.0000          -
66056.14/3351.74	c      3352             98          97        20                -           0.0000          -
66159.05/3356.95	c      3357             98          97        20                -           0.0000          -
66263.90/3362.21	c      3362             98          97        20                -           0.0000          -
66362.89/3367.27	c      3367             98          97        20                -           0.0000          -
66465.77/3372.46	c      3372             98          97        20                -           0.0000          -
66566.66/3377.58	c      3378             98          97        20                -           0.0000          -
66671.45/3382.83	c      3383             98          97        20                -           0.0000          -
66774.98/3388.05	c      3388             98          97        20                -           0.0000          -
66875.66/3393.18	c      3393             98          97        20                -           0.0000          -
66979.97/3398.43	c      3398             98          97        20                -           0.0000          -
67078.73/3403.48	c      3403             98          97        20                -           0.0000          -
67187.48/3408.96	c      3409             98          97        20                -           0.0000          -
67291.12/3414.14	c      3414            387         386        20                -           0.0000          -
67399.30/3419.69	c      3420            387         386        20                -           0.0000          -
67504.23/3424.95	c      3425            387         386        20                -           0.0000          -
67607.89/3430.16	c      3430            387         386        20                -           0.0000          -
67714.12/3435.53	c      3436            387         386        20                -           0.0000          -
67819.04/3440.83	c      3441            168         165        20                -           0.0000          -
67920.03/3445.91	c      3446            168         165        20                -           0.0000          -
68023.83/3451.14	c      3451            168         165        20                -           0.0000          -
68127.92/3456.45	c      3456            168         165        20                -           0.0000          -
68230.94/3461.63	c      3462            102          99        20                -           0.0000          -
68333.84/3466.84	c      3467            102          99        20                -           0.0000          -
68440.73/3472.29	c      3472            102          99        20                -           0.0000          -
68545.73/3477.58	c      3478            102          99        20                -           0.0000          -
68652.57/3482.93	c      3483            102          99        20                -           0.0000          -
68759.46/3488.31	c      3488            102          99        20                -           0.0000          -
68860.43/3493.47	c      3493            102          99        20                -           0.0000          -
68975.24/3499.21	c      3499            102          99        20                -           0.0000          -
69224.58/3511.81	c      3512            102          99        20                -           0.0000          -
69371.07/3519.23	c      3519            102          99        20                -           0.0000          -
69469.55/3524.30	c      3524             62          61        20                -           0.0000          -
69572.47/3529.48	c      3529             62          61        20                -           0.0000          -
69681.32/3534.94	c      3535             62          61        20                -           0.0000          -
69780.30/3540.04	c      3540             62          61        20                -           0.0000          -
69889.13/3545.46	c      3545             62          61        20                -           0.0000          -
69992.12/3550.60	c      3551             62          61        20                -           0.0000          -
70104.83/3556.38	c      3556             62          61        20                -           0.0000          -
70205.73/3561.47	c      3561             62          61        20                -           0.0000          -
70314.54/3566.90	c      3567             62          61        20                -           0.0000          -
70421.35/3572.37	c      3572             62          61        20                -           0.0000          -
70526.22/3577.69	c      3578             62          61        20                -           0.0000          -
70633.47/3583.12	c      3583             62          61        20                -           0.0000          -
70737.70/3588.38	c      3588             62          61        20                -           0.0000          -
70868.29/3594.97	c      3595             62          61        20                -           0.0000          -
71020.59/3602.66	c      3603             62          61        20                -           0.0000          -
71121.48/3607.77	c      3608             62          61        20                -           0.0000          -
71236.27/3613.59	c      3614             62          61        20                -           0.0000          -
71337.21/3618.61	c      3619             62          61        20                -           0.0000          -
71447.99/3624.29	c      3624             62          61        20                -           0.0000          -
71560.83/3630.02	c      3630             62          61        20                -           0.0000          -
71667.70/3635.36	c      3635             62          61        20                -           0.0000          -
71776.57/3640.80	c      3641             62          61        20                -           0.0000          -
71875.48/3645.88	c      3646             62          61        20                -           0.0000          -
71984.41/3651.39	c      3651             62          61        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (169157 MiB free)
  memory of node 1: 193531 MiB (180206 MiB free)
  memory of node 2: 193531 MiB (168790 MiB free)
  memory of node 3: 193493 MiB (170116 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-4467785-1723618580/watcher-4467785-1723618580 -o /tmp/evaluation-result-4467785-1723618580/solver-4467785-1723618580 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776991 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467785-1723618580.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=777039, runsolver pid=777036
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 17.08 19.62 29.38 5/859 777045
/proc/meminfo: memFree=704655016/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=67140 memory=54700 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 11576 0 0 0 10 2 0 0 20 0 1 0 128437440 68751360 13675 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 16785 13675 2331 3035 0 13181 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 67140 KiB
Current children cumulated memory: 54700 KiB

[startup+0.22369 s]*
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=704474108/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=110780 memory=98420 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 22495 0 0 0 20 3 0 0 20 0 1 0 128437440 113438720 24605 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 27695 24605 2331 3035 0 24091 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 110780 KiB
Current children cumulated memory: 98420 KiB

[startup+0.32165 s]*
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=704274468/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=141644 memory=129216 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 30200 0 0 0 28 5 0 0 20 0 1 0 128437440 145043456 32304 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 35411 32304 2331 3035 0 31807 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 141644 KiB
Current children cumulated memory: 129216 KiB

[startup+0.700261 s]
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=703949556/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=347536 memory=336040 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 81630 0 0 0 56 13 0 0 20 0 1 0 128437440 355876864 84010 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 86884 84010 2555 3035 0 83280 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 347536 KiB
Current children cumulated memory: 336040 KiB

[startup+1.50026 s]
/proc/loadavg: 17.08 19.62 29.38 5/862 777051
/proc/meminfo: memFree=703301636/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=667872 memory=644904 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 123429 0 0 0 125 24 0 0 20 0 1 0 128437440 683900928 161226 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 166968 161226 2694 3035 0 163364 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 667872 KiB
Current children cumulated memory: 644904 KiB

[startup+3.11909 s]
/proc/loadavg: 16.03 19.36 29.24 5/862 777052
/proc/meminfo: memFree=701920996/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=647140 memory=625060 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 156315 0 0 0 280 30 0 0 20 0 1 0 128437440 662671360 156265 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 161785 156265 2758 3035 0 158181 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 647140 KiB
Current children cumulated memory: 625060 KiB

[startup+6.30025 s]
/proc/loadavg: 16.03 19.36 29.24 5/882 777072
/proc/meminfo: memFree=699434096/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=1080556 memory=990028 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) R 777036 777039 776978 0 -1 4194304 166409 0 0 0 589 38 0 0 20 0 1 0 128437440 1106489344 247507 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 270139 247507 2790 3035 0 266535 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1080556 KiB
Current children cumulated memory: 990028 KiB

[startup+12.7005 s]
/proc/loadavg: 16.67 19.43 29.21 23/942 777134
/proc/meminfo: memFree=688328356/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=4896132 memory=4095668 CPUtime=12.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) S 777036 777039 776978 0 -1 1077936128 932250 0 0 0 1119 148 0 0 20 0 21 0 128437440 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 1224033 1023917 2790 3035 0 1087150 0
[pid=777039/tid=777073] ppid=777036 vsize=4896132 memory=25333125866717268 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777073/stat : 777073 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777074] ppid=777036 vsize=4896132 memory=25333125866717268 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777074/stat : 777074 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 25 6 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777075] ppid=777036 vsize=4896132 memory=211359629656 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777075/stat : 777075 (fscip) S 777036 777039 776978 0 -1 1077936192 40979 0 0 0 27 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777076] ppid=777036 vsize=4896132 memory=1968 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777076/stat : 777076 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777077] ppid=777036 vsize=4896132 memory=6096 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777077/stat : 777077 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777078] ppid=777036 vsize=4896132 memory=54344 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777078/stat : 777078 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777079] ppid=777036 vsize=4896132 memory=3978658942202507253 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777079/stat : 777079 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777080] ppid=777036 vsize=4896132 memory=31 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777080/stat : 777080 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 27 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777081] ppid=777036 vsize=4896132 memory=3428620670 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777081/stat : 777081 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 25 6 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777082] ppid=777036 vsize=4896132 memory=16220 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777082/stat : 777082 (fscip) S 777036 777039 776978 0 -1 1077936192 40977 0 0 0 27 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777083] ppid=777036 vsize=4896132 memory=5556 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777083/stat : 777083 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777084] ppid=777036 vsize=4896132 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777084/stat : 777084 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 27 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777085] ppid=777036 vsize=4896132 memory=279466543358016 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777085/stat : 777085 (fscip) S 777036 777039 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777086] ppid=777036 vsize=4896132 memory=279466542902880 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777086/stat : 777086 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777087] ppid=777036 vsize=4896132 memory=279466543057088 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777087/stat : 777087 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777088] ppid=777036 vsize=4896132 memory=25333125866717268 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777088/stat : 777088 (fscip) R 777036 777039 776978 0 -1 4194368 29491 0 0 0 17 4 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777089] ppid=777036 vsize=4896132 memory=3525464 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777089/stat : 777089 (fscip) S 777036 777039 776978 0 -1 1077936192 40977 0 0 0 25 7 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777090] ppid=777036 vsize=4896132 memory=2781500 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777090/stat : 777090 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 27 5 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777091] ppid=777036 vsize=4896132 memory=2886632 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777091/stat : 777091 (fscip) S 777036 777039 776978 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777092] ppid=777036 vsize=4896132 memory=279466543089984 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777092/stat : 777092 (fscip) S 777036 777039 776978 0 -1 1077936192 40978 0 0 0 27 4 0 0 20 0 21 0 128438091 5013639168 1023917 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 4896132 KiB
Current children cumulated memory: 4095668 KiB

[startup+25.5016 s]
/proc/loadavg: 23.91 20.86 29.52 61/982 777175
/proc/meminfo: memFree=652526900/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=19403468 memory=17621820 CPUtime=246.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) S 777036 777039 776978 0 -1 1077936128 3313651 0 0 0 22906 1739 0 0 20 0 41 0 128437440 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 4850867 4405455 2902 3035 0 4646951 0
[pid=777039/tid=777073] ppid=777036 vsize=19403468 memory=6836 CPUtime=11.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777073/stat : 777073 (fscip) R 777036 777039 776978 0 -1 4194368 189956 0 0 0 1033 154 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777074] ppid=777036 vsize=19403468 memory=279466543057088 CPUtime=12.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777074/stat : 777074 (fscip) R 777036 777039 776978 0 -1 4194368 116701 0 0 0 1183 30 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777075] ppid=777036 vsize=19403468 memory=2473232 CPUtime=12.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777075/stat : 777075 (fscip) R 777036 777039 776978 0 -1 4194368 144007 0 0 0 1176 35 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777076] ppid=777036 vsize=19403468 memory=198340509722 CPUtime=11.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777076/stat : 777076 (fscip) R 777036 777039 776978 0 -1 4194368 199640 0 0 0 981 191 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777077] ppid=777036 vsize=19403468 memory=0 CPUtime=12.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777077/stat : 777077 (fscip) R 777036 777039 776978 0 -1 4194368 146774 0 0 0 1173 37 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777078] ppid=777036 vsize=19403468 memory=0 CPUtime=12.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777078/stat : 777078 (fscip) R 777036 777039 776978 0 -1 4194368 129965 0 0 0 1183 31 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777079] ppid=777036 vsize=19403468 memory=993724 CPUtime=11.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777079/stat : 777079 (fscip) R 777036 777039 776978 0 -1 4194368 198487 0 0 0 979 186 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777080] ppid=777036 vsize=19403468 memory=279466543513824 CPUtime=12.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777080/stat : 777080 (fscip) R 777036 777039 776978 0 -1 4194368 117194 0 0 0 1187 27 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777081] ppid=777036 vsize=19403468 memory=5556 CPUtime=12.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777081/stat : 777081 (fscip) R 777036 777039 776978 0 -1 4194368 118573 0 0 0 1183 30 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777082] ppid=777036 vsize=19403468 memory=32313 CPUtime=11.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777082/stat : 777082 (fscip) R 777036 777039 776978 0 -1 4194368 233091 0 0 0 985 189 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777083] ppid=777036 vsize=19403468 memory=0 CPUtime=12.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777083/stat : 777083 (fscip) R 777036 777039 776978 0 -1 4194368 127763 0 0 0 1181 31 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777084] ppid=777036 vsize=19403468 memory=6675556000577376 CPUtime=12.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777084/stat : 777084 (fscip) R 777036 777039 776978 0 -1 4194368 146663 0 0 0 1177 34 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777085] ppid=777036 vsize=19403468 memory=25333125866717268 CPUtime=11.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777085/stat : 777085 (fscip) R 777036 777039 776978 0 -1 4194368 201328 0 0 0 982 189 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777086] ppid=777036 vsize=19403468 memory=0 CPUtime=12.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777086/stat : 777086 (fscip) R 777036 777039 776978 0 -1 4194368 128468 0 0 0 1176 30 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777087] ppid=777036 vsize=19403468 memory=279466544936880 CPUtime=11.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777087/stat : 777087 (fscip) R 777036 777039 776978 0 -1 4194368 146405 0 0 0 1149 36 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777088] ppid=777036 vsize=19403468 memory=11572 CPUtime=11.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777088/stat : 777088 (fscip) R 777036 777039 776978 0 -1 4194368 205794 0 0 0 975 190 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777089] ppid=777036 vsize=19403468 memory=42220 CPUtime=12.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777089/stat : 777089 (fscip) R 777036 777039 776978 0 -1 4194368 143862 0 0 0 1173 36 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777090] ppid=777036 vsize=19403468 memory=10824 CPUtime=12.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777090/stat : 777090 (fscip) R 777036 777039 776978 0 -1 4194368 116706 0 0 0 1185 28 0 0 20 0 41 0 128438091 19869151232 4405455 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0

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

/proc/777039/task/777141/stat : 777141 (fscip) S 777036 777039 776978 0 -1 1077936192 252 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777142] ppid=777036 vsize=83688580 memory=60932192 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777142/stat : 777142 (fscip) S 777036 777039 776978 0 -1 1077936192 278 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777143] ppid=777036 vsize=83688580 memory=60933600 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777143/stat : 777143 (fscip) S 777036 777039 776978 0 -1 1077936192 258 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777144] ppid=777036 vsize=83688580 memory=58484680 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777144/stat : 777144 (fscip) S 777036 777039 776978 0 -1 1077936192 311 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777145] ppid=777036 vsize=83688580 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777145/stat : 777145 (fscip) S 777036 777039 776978 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777146] ppid=777036 vsize=83688580 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777146/stat : 777146 (fscip) S 777036 777039 776978 0 -1 1077936192 260 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777147] ppid=777036 vsize=83688580 memory=42428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777147/stat : 777147 (fscip) S 777036 777039 776978 0 -1 1077936192 254 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777148] ppid=777036 vsize=83688580 memory=60932192 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777148/stat : 777148 (fscip) S 777036 777039 776978 0 -1 1077936192 257 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777149] ppid=777036 vsize=83688580 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777149/stat : 777149 (fscip) S 777036 777039 776978 0 -1 1077936192 256 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777150] ppid=777036 vsize=83688580 memory=42428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777150/stat : 777150 (fscip) S 777036 777039 776978 0 -1 1077936192 267 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777151] ppid=777036 vsize=83688580 memory=10824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777151/stat : 777151 (fscip) S 777036 777039 776978 0 -1 1077936192 246 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777152] ppid=777036 vsize=83688580 memory=-6242758077607540927 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777152/stat : 777152 (fscip) S 777036 777039 776978 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777153] ppid=777036 vsize=83688580 memory=8323350987516068516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777153/stat : 777153 (fscip) S 777036 777039 776978 0 -1 1077936192 260 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777154] ppid=777036 vsize=83688580 memory=-6443073711416458085 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777154/stat : 777154 (fscip) S 777036 777039 776978 0 -1 1077936192 286 0 0 0 2 0 0 0 20 0 41 0 128438786 85697105920 15237692 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
Current children cumulated CPU time: 71806.1 s
Current children cumulated vsize: 83688580 KiB
Current children cumulated memory: 60950768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3652.14 s]
/proc/loadavg: 79.62 80.48 79.65 62/987 779192
/proc/meminfo: memFree=489176084/790760800 swapFree=131071996/131071996
[pid=777039] ppid=777036 vsize=83964084 memory=61156932 CPUtime=72000.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/stat : 777039 (fscip) S 777036 777039 776978 0 -1 1077936128 106138476 0 0 0 7179580 20510 0 0 20 0 41 0 128437440 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 17 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
/proc/777039/statm: 20991021 15289233 3030 3035 0 20699834 0
[pid=777039/tid=777073] ppid=777036 vsize=83964084 memory=279466543262976 CPUtime=3600.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777073/stat : 777073 (fscip) R 777036 777039 776978 0 -1 4194368 4668837 0 0 0 359495 522 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777074] ppid=777036 vsize=83964084 memory=25333125866717268 CPUtime=3608.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777074/stat : 777074 (fscip) R 777036 777039 776978 0 -1 4194368 4591199 0 0 0 359789 1101 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777075] ppid=777036 vsize=83964084 memory=16220 CPUtime=3599.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777075/stat : 777075 (fscip) R 777036 777039 776978 0 -1 4194368 4930499 0 0 0 358701 1218 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777076] ppid=777036 vsize=83964084 memory=60918336 CPUtime=3595.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777076/stat : 777076 (fscip) R 777036 777039 776978 0 -1 4194368 4721643 0 0 0 358899 652 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777077] ppid=777036 vsize=83964084 memory=60930840 CPUtime=3592.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777077/stat : 777077 (fscip) R 777036 777039 776978 0 -1 4194368 5994220 0 0 0 358136 1116 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777078] ppid=777036 vsize=83964084 memory=25333125866717268 CPUtime=3607.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777078/stat : 777078 (fscip) R 777036 777039 776978 0 -1 4194368 4212674 0 0 0 359310 1417 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777079] ppid=777036 vsize=83964084 memory=279466546843008 CPUtime=3602.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777079/stat : 777079 (fscip) R 777036 777039 776978 0 -1 4194368 6638270 0 0 0 359564 735 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777080] ppid=777036 vsize=83964084 memory=6675556000577376 CPUtime=3607.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777080/stat : 777080 (fscip) R 777036 777039 776978 0 -1 4194368 4594383 0 0 0 359715 1057 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777081] ppid=777036 vsize=83964084 memory=61156288 CPUtime=3587.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777081/stat : 777081 (fscip) R 777036 777039 776978 0 -1 4194368 5151364 0 0 0 357459 1244 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777082] ppid=777036 vsize=83964084 memory=54344 CPUtime=3602.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777082/stat : 777082 (fscip) R 777036 777039 776978 0 -1 4194368 4184477 0 0 0 359591 628 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777083] ppid=777036 vsize=83964084 memory=42428 CPUtime=3600.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777083/stat : 777083 (fscip) R 777036 777039 776978 0 -1 4194368 5259078 0 0 0 358926 1143 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777084] ppid=777036 vsize=83964084 memory=0 CPUtime=3594.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777084/stat : 777084 (fscip) R 777036 777039 776978 0 -1 4194368 5002603 0 0 0 358014 1417 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777085] ppid=777036 vsize=83964084 memory=61156928 CPUtime=3602.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777085/stat : 777085 (fscip) R 777036 777039 776978 0 -1 4194368 6422617 0 0 0 359508 717 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777086] ppid=777036 vsize=83964084 memory=25333125866717268 CPUtime=3602.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777086/stat : 777086 (fscip) R 777036 777039 776978 0 -1 4194368 6397003 0 0 0 358918 1286 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777087] ppid=777036 vsize=83964084 memory=6675092144109300 CPUtime=3601.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777087/stat : 777087 (fscip) R 777036 777039 776978 0 -1 4194368 5286384 0 0 0 358874 1310 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777088] ppid=777036 vsize=83964084 memory=279466545183680 CPUtime=3600.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777088/stat : 777088 (fscip) R 777036 777039 776978 0 -1 4194368 6022703 0 0 0 359378 679 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777089] ppid=777036 vsize=83964084 memory=2180 CPUtime=3599.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777089/stat : 777089 (fscip) R 777036 777039 776978 0 -1 4194368 7030844 0 0 0 358785 1195 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777090] ppid=777036 vsize=83964084 memory=2212 CPUtime=3594.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777090/stat : 777090 (fscip) R 777036 777039 776978 0 -1 4194368 3937558 0 0 0 358251 1150 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777091] ppid=777036 vsize=83964084 memory=60934628 CPUtime=3598.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777091/stat : 777091 (fscip) R 777036 777039 776978 0 -1 4194368 4886569 0 0 0 359261 636 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777092] ppid=777036 vsize=83964084 memory=11572 CPUtime=3595.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777092/stat : 777092 (fscip) R 777036 777039 776978 0 -1 4194368 5992121 0 0 0 358296 1228 0 0 20 0 41 0 128438091 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777135] ppid=777036 vsize=83964084 memory=993724 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777135/stat : 777135 (fscip) S 777036 777039 776978 0 -1 1077936192 341 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777136] ppid=777036 vsize=83964084 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777136/stat : 777136 (fscip) S 777036 777039 776978 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777137] ppid=777036 vsize=83964084 memory=279466546263504 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777137/stat : 777137 (fscip) S 777036 777039 776978 0 -1 1077936192 246 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777138] ppid=777036 vsize=83964084 memory=279466542886592 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777138/stat : 777138 (fscip) S 777036 777039 776978 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777139] ppid=777036 vsize=83964084 memory=60918336 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777139/stat : 777139 (fscip) S 777036 777039 776978 0 -1 1077936192 249 0 0 0 1 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777140] ppid=777036 vsize=83964084 memory=33776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777140/stat : 777140 (fscip) S 777036 777039 776978 0 -1 1077936192 259 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777141] ppid=777036 vsize=83964084 memory=51792 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777141/stat : 777141 (fscip) S 777036 777039 776978 0 -1 1077936192 255 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777142] ppid=777036 vsize=83964084 memory=60932192 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777142/stat : 777142 (fscip) S 777036 777039 776978 0 -1 1077936192 281 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777143] ppid=777036 vsize=83964084 memory=61156928 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777143/stat : 777143 (fscip) S 777036 777039 776978 0 -1 1077936192 261 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777144] ppid=777036 vsize=83964084 memory=58484680 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777144/stat : 777144 (fscip) S 777036 777039 776978 0 -1 1077936192 314 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777145] ppid=777036 vsize=83964084 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777145/stat : 777145 (fscip) S 777036 777039 776978 0 -1 1077936192 243 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777146] ppid=777036 vsize=83964084 memory=19952 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777146/stat : 777146 (fscip) S 777036 777039 776978 0 -1 1077936192 263 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777147] ppid=777036 vsize=83964084 memory=28716 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777147/stat : 777147 (fscip) S 777036 777039 776978 0 -1 1077936192 257 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777148] ppid=777036 vsize=83964084 memory=60932192 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777148/stat : 777148 (fscip) S 777036 777039 776978 0 -1 1077936192 260 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777149] ppid=777036 vsize=83964084 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777149/stat : 777149 (fscip) S 777036 777039 776978 0 -1 1077936192 259 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777150] ppid=777036 vsize=83964084 memory=279466544476816 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777150/stat : 777150 (fscip) S 777036 777039 776978 0 -1 1077936192 270 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777151] ppid=777036 vsize=83964084 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777151/stat : 777151 (fscip) S 777036 777039 776978 0 -1 1077936192 249 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777152] ppid=777036 vsize=83964084 memory=61156928 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777152/stat : 777152 (fscip) S 777036 777039 776978 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777153] ppid=777036 vsize=83964084 memory=32199 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777153/stat : 777153 (fscip) S 777036 777039 776978 0 -1 1077936192 263 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
[pid=777039/tid=777154] ppid=777036 vsize=83964084 memory=279466543666704 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/777039/task/777154/stat : 777154 (fscip) S 777036 777039 776978 0 -1 1077936192 289 0 0 0 2 0 0 0 20 0 41 0 128438786 85979222016 15289233 809668444160 4194304 16622877 140736832659216 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43388928 140736832660455 140736832660571 140736832660571 140736832667599 0
Current children cumulated CPU time: 72000.9 s
Current children cumulated vsize: 83964084 KiB
Current children cumulated memory: 61156932 KiB

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

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

# cumulated CPU time of all completed processes:  user=71796 s, system=206.642 s

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

[startup+3652.8 s]
/proc/loadavg: 79.62 80.48 79.65 43/948 779192
/proc/meminfo: memFree=492820068/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.2 s]
/proc/loadavg: 79.62 80.48 79.65 43/948 779192
/proc/meminfo: memFree=523099924/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.6 s]
/proc/loadavg: 79.62 80.48 79.65 43/948 779192
/proc/meminfo: memFree=523099924/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): 3653.69
CPU time (s): 72002.7
CPU user time (s): 71796
CPU system time (s): 206.642
CPU usage (%): 1970.68
Max. virtual memory (cumulated for all children) (KiB): 83964084
Max. memory (cumulated for all children) (KiB): 61156932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71796
system time used= 206.642
maximum resident set size= 61156932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106138492
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= 4907100
involuntary context switches= 284244


# summary of solver processes directly reported to runsolver:
#   pid: 777039
#   total CPU time (s): 72002.7
#   total CPU user time (s): 71796
#   total CPU system time (s): 206.642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5555 second user time and 89.9861 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 08:56:20
IDJOB=4467785
IDBENCH=155459
IDSOLVER=3097
FILE ID=nodeD104/4467785-1723618580
RUNJOBID= nodeD104-1723618580-776991
SLURM_JOB_ID= 8267908
Free space on /tmp= 8587872 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-96.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-4467785-1723618580/watcher-4467785-1723618580 -o /tmp/evaluation-result-4467785-1723618580/solver-4467785-1723618580 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723618580-776991 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467785-1723618580.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 41cda2cdd43cae95a9671374dc621893
RANDOM SEED=1126267201

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		: 3645.992
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		: 3696.938
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		: 3613.414
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		: 3541.831
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		: 3005.863
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		: 3741.701
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		: 2804.178
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		: 3100.107
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		: 2012.793
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		: 2643.903
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		: 3668.227
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		: 3290.669
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		: 2629.094
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		: 3875.772
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		: 3582.844
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		: 2200.830
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		: 2648.279
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		: 2651.891
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		: 3615.496
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		: 2640.801
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		: 3122.449
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		: 2654.203
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		: 3529.432
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		: 2655.708
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		: 2649.428
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		: 2659.379
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		: 3580.463
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		: 1679.668
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		: 2654.159
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		: 2653.422
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		: 3587.151
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		: 2887.166
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		: 2296.072
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		: 2635.838
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		: 2941.047
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		: 2642.117
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		: 2682.069
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		: 2643.571
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		: 3143.137
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		: 2643.765
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		: 2640.096
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		: 2642.417
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		: 3621.801
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		: 2641.108
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		: 2875.396
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		: 2649.481
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		: 2712.500
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		: 2651.873
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		: 3565.086
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		: 2654.192
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		: 2645.090
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		: 2638.285
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		: 3547.029
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		: 2662.581
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.156
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		: 2652.688
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		: 3565.129
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		: 2658.202
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		: 2649.744
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		: 2649.698
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		: 3584.354
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		: 2653.214
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		: 2654.296
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		: 2652.212
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		: 3592.904
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		: 2639.835
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		: 2623.567
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		: 2625.811
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		: 3600.218
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		: 2667.869
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		: 2653.869
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		: 2648.434
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		: 2769.507
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		: 2657.359
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		: 2661.823
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		: 2633.817
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		: 3374.148
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		: 2626.277
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		: 3302.196
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		: 3830.259
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:        704816040 kB
MemAvailable:   782914092 kB
Buffers:         1250980 kB
Cached:         79589356 kB
SwapCached:            0 kB
Active:         13652884 kB
Inactive:       67626124 kB
Active(anon):       2112 kB
Inactive(anon):   475020 kB
Active(file):   13650772 kB
Inactive(file): 67151104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            154036 kB
Writeback:             0 kB
AnonPages:        435452 kB
Mapped:           120328 kB
Shmem:             38920 kB
KReclaimable:    1431784 kB
Slab:            1987016 kB
SReclaimable:    1431784 kB
SUnreclaim:       555232 kB
KernelStack:       14816 kB
PageTables:        11020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1050276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1123968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:     1409024 kB
DirectMap2M:    247601152 kB
DirectMap1G:    556793856 kB

Free space on /tmp at the end= 8587772 MiB
End job on nodeD104 at 2024-08-14 09:57:14