Trace number 4467806

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.5 3663.13

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 104114562, getVmSize() = 93020160, SCIPgetMemUsed() = 62226781, SCIPgetMemTotal() = 69195613, SCIPgetMemExternEstim() = 34918949
0.00/0.09	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
30.74/31.02	c ** Estimated virtualMemUsedAtSolver = 219442878, getVmSize() = 326610944, SCIPgetMemUsed() = 219589712, SCIPgetMemTotal() = 294245368, SCIPgetMemExternEstim() = 34918949
30.74/31.02	c ** set memory limit for solvers to 4.18792e+11 for each SCIP **
30.74/31.02	c Original Problem   :
30.74/31.02	c   Problem name     : instance-4467806-1723241333
30.74/31.02	c   Variables        : 17969 (17969 binary, 0 integer, 0 implicit integer, 0 continuous)
30.74/31.02	c   Constraints      : 18273
30.74/31.02	c   Objective sense  : minimize
30.74/31.02	c Presolved Problem  :
30.74/31.02	c   Variables        : 16438 (16438 binary, 0 integer, 0 implicit integer, 0 continuous)
30.74/31.02	c   Constraints      : 16703
30.74/31.02	c Constraints        : Number
30.74/31.02	c   knapsack         : 1 
30.74/31.02	c   setppc           : 2045 
30.74/31.02	c   orbitope         : 1 
30.74/31.02	c   logicor          : 14656 
30.74/31.02	c ** Instance transfer method used: 0
30.87/31.06	c ** ParaScipInstance copy increased the number of variables. **
31.55/31.78	c LC is working with racing ramp-up and with rebuilding tree after racing.
31.55/31.78	c                                Nodes    Active                                            
31.55/31.78	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
17952.95/935.83	c       936              2           1        20                -           0.0000          -
18056.89/941.13	c       941            332         331        20                -           0.0000          -
18170.85/946.85	c       947            702         701        20                -           0.0000          -
18277.20/952.22	c       952           1066         621        20                -           0.0000          -
18380.28/957.45	c       957           1631         992        20                -           0.0000          -
19753.24/1026.87	c      1027           1709           0        20                -           0.0000          -
19862.01/1032.31	c      1032           1709           0        20                -           0.0000          -
19972.29/1038.04	c      1038           1709           0        20                -           0.0000          -
20079.36/1043.39	c      1043           1709           0        20                -           0.0000          -
20185.47/1048.76	c      1049           1709           0        20                -           0.0000          -
20302.24/1054.63	c      1055           1709           0        20                -           0.0000          -
20401.39/1059.69	c      1060           1709           0        20                -           0.0000          -
20756.12/1077.51	c      1078           1709           0        20                -           0.0000          -
20924.63/1086.14	c      1086           1709           0        20                -           0.0000          -
21078.32/1093.85	c      1094           1709           0        20                -           0.0000          -
21185.35/1099.25	c      1099           1709           0        20                -           0.0000          -
21296.40/1104.87	c      1105           1709           0        20                -           0.0000          -
21409.26/1110.57	c      1111           1709           0        20                -           0.0000          -
21514.30/1115.86	c      1116           1709           0        20                -           0.0000          -
21627.30/1121.56	c      1122           1709           0        20                -           0.0000          -
21752.29/1127.81	c      1128           1709           0        20                -           0.0000          -
22014.60/1141.11	c      1141           1709           0        20                -           0.0000          -
22384.29/1159.75	c      1160           1709           0        20                -           0.0000          -
22645.95/1173.02	c      1173           1709           0        20                -           0.0000          -
22754.06/1178.41	c      1178           1709           0        20                -           0.0000          -
23096.76/1195.70	c      1196           1709           0        20                -           0.0000          -
23245.16/1203.21	c      1203           1709           0        20                -           0.0000          -
23346.04/1208.39	c      1208           1709           0        20                -           0.0000          -
23474.75/1214.89	c      1215           1709           0        20                -           0.0000          -
23581.80/1220.29	c      1220           1709           0        20                -           0.0000          -
23692.84/1225.88	c      1226           1709           0        20                -           0.0000          -
24138.80/1248.33	c      1248           1709           0        20                -           0.0000          -
24329.12/1258.03	c      1258           1709           0        20                -           0.0000          -
24457.89/1264.46	c      1264           1709           0        20                -           0.0000          -
25016.50/1292.64	c      1293           1709           0        20                -           0.0000          -
25145.54/1299.19	c      1299           1709           0        20                -           0.0000          -
25262.52/1305.11	c      1305           1709           0        20                -           0.0000          -
25465.59/1315.31	c      1315           1709           0        20                -           0.0000          -
25635.87/1324.04	c      1324           1709           0        20                -           0.0000          -
25790.26/1331.77	c      1332           1709           0        20                -           0.0000          -
25968.61/1340.72	c      1341           1709           0        20                -           0.0000          -
26090.53/1346.94	c      1347           1709           0        20                -           0.0000          -
26221.39/1353.50	c      1354           1709           0        20                -           0.0000          -
26381.83/1361.67	c      1362           1709           0        20                -           0.0000          -
26482.81/1366.70	c      1367           1709           0        20                -           0.0000          -
26631.00/1374.27	c      1374           1709           0        20                -           0.0000          -
26886.04/1387.08	c      1387           1709           0        20                -           0.0000          -
27015.55/1393.64	c      1394           1709           0        20                -           0.0000          -
27143.29/1400.12	c      1400           1709           0        20                -           0.0000          -
27249.24/1405.40	c      1405           1709           0        20                -           0.0000          -
27352.34/1410.60	c      1411           1709           0        20                -           0.0000          -
27460.36/1416.07	c      1416           1709           0        20                -           0.0000          -
27572.39/1421.72	c      1422           1836           0        20                -           0.0000          -
27675.49/1426.98	c      1427           1836           0        20                -           0.0000          -
27790.46/1432.71	c      1433           1836           0        20                -           0.0000          -
27984.74/1442.54	c      1443           1836           0        20                -           0.0000          -
28139.39/1450.33	c      1450           1836           0        20                -           0.0000          -
28345.50/1460.73	c      1461           1836           0        20                -           0.0000          -
28525.97/1469.85	c      1470           1836           0        20                -           0.0000          -
28852.82/1486.32	c      1486           1836           0        20                -           0.0000          -
29078.70/1497.77	c      1498           1836           0        20                -           0.0000          -
29179.82/1502.82	c      1503           1836           0        20                -           0.0000          -
29290.88/1508.47	c      1508           1836           0        20                -           0.0000          -
29399.94/1513.92	c      1514           2081           0        20                -           0.0000          -
29506.98/1519.32	c      1519           2081           0        20                -           0.0000          -
29676.70/1528.02	c      1528             13          12        20                -           0.0000          -
29801.37/1534.22	c      1534             13          12        20                -           0.0000          -
29939.79/1541.28	c      1541             13          12        20                -           0.0000          -
30052.72/1546.97	c      1547             13          12        20                -           0.0000          -
30151.85/1552.00	c      1552             13          12        20                -           0.0000          -
30361.86/1562.54	c      1563             13          12        20                -           0.0000          -
30804.01/1584.82	c      1585             13          12        20                -           0.0000          -
30952.56/1592.32	c      1592             13          12        20                -           0.0000          -
31057.66/1597.63	c      1598             13          12        20                -           0.0000          -
31158.74/1602.75	c      1603             13          12        20                -           0.0000          -
31267.70/1608.24	c      1608             13          12        20                -           0.0000          -
31374.66/1613.61	c      1614             13          12        20                -           0.0000          -
31487.64/1619.35	c      1619             13          12        20                -           0.0000          -
31596.66/1624.82	c      1625             13          12        20                -           0.0000          -
31700.84/1630.15	c      1630             13          12        20                -           0.0000          -
31828.53/1636.59	c      1637             13          12        20                -           0.0000          -
31958.27/1643.14	c      1643             13          12        20                -           0.0000          -
32062.49/1648.40	c      1648             13          12        20                -           0.0000          -
32173.52/1653.95	c      1654             13          12        20                -           0.0000          -
32284.51/1659.54	c      1660             13          12        20                -           0.0000          -
32394.61/1665.14	c      1665             13          12        20                -           0.0000          -
32641.42/1677.52	c      1678             13          12        20                -           0.0000          -
32773.03/1684.16	c      1684             13          12        20                -           0.0000          -
32924.93/1691.86	c      1692             13          12        20                -           0.0000          -
33031.00/1697.20	c      1697             13          12        20                -           0.0000          -
33220.43/1706.74	c      1707           4004           0        20                -           0.0000          -
33339.26/1712.73	c      1713           4004           0        20                -           0.0000          -
33446.92/1718.18	c      1718           4004           0        20                -           0.0000          -
33586.78/1725.29	c      1725           4004           0        20                -           0.0000          -
33707.77/1731.35	c      1731           4004           0        20                -           0.0000          -
33824.01/1737.19	c      1737           4004           0        20                -           0.0000          -
34086.49/1750.41	c      1750           4004           0        20                -           0.0000          -
34215.30/1756.92	c      1757           4004           0        20                -           0.0000          -
34362.01/1764.37	c      1764           4004           0        20                -           0.0000          -
34486.93/1770.66	c      1771           4004           0        20                -           0.0000          -
34590.04/1775.86	c      1776           4004           0        20                -           0.0000          -
34726.80/1782.76	c      1783           4004           0        20                -           0.0000          -
34978.41/1795.41	c      1795           4004           0        20                -           0.0000          -
35224.28/1807.88	c      1808           4004           0        20                -           0.0000          -
35444.26/1818.98	c      1819           4004           0        20                -           0.0000          -
35676.04/1830.61	c      1831           4004           0        20                -           0.0000          -
35783.97/1836.13	c      1836           4004           0        20                -           0.0000          -
35899.93/1841.98	c      1842           4004           0        20                -           0.0000          -
36009.03/1847.41	c      1847           4004           0        20                -           0.0000          -
36108.01/1852.47	c      1852           4004           0        20                -           0.0000          -
36207.13/1857.48	c      1857           4004           0        20                -           0.0000          -
36354.02/1864.83	c      1865           4004           0        20                -           0.0000          -
36526.37/1873.58	c      1874           4004           0        20                -           0.0000          -
36879.30/1891.39	c      1891           4004           0        20                -           0.0000          -
37020.10/1898.42	c      1898           4004           0        20                -           0.0000          -
37261.85/1910.61	c      1911           4004           0        20                -           0.0000          -
37409.37/1918.13	c      1918           4004           0        20                -           0.0000          -
37604.85/1927.93	c      1928           4004           0        20                -           0.0000          -
37709.82/1933.22	c      1933           4004           0        20                -           0.0000          -
37840.68/1939.81	c      1940           4004           0        20                -           0.0000          -
37961.62/1946.00	c      1946           3992           0        20                -           0.0000          -
38142.97/1955.15	c      1955           3992           0        20                -           0.0000          -
38246.88/1960.38	c      1960           3992           0        20                -           0.0000          -
38353.92/1965.80	c      1966           3992           0        20                -           0.0000          -
38561.91/1976.28	c      1976           3992           0        20                -           0.0000          -
38694.70/1982.92	c      1983           3992           0        20                -           0.0000          -
38807.69/1988.65	c      1989           3992           0        20                -           0.0000          -
38983.94/1997.56	c      1998           3992           0        20                -           0.0000          -
39182.04/2007.55	c      2008           3992           0        20                -           0.0000          -
39298.95/2013.42	c      2013           4179           0        20                -           0.0000          -
39413.68/2019.24	c      2019           4179           0        20                -           0.0000          -
39524.73/2024.90	c      2025           4179           0        20                -           0.0000          -
39625.75/2030.05	c      2030           4179           0        20                -           0.0000          -
39804.19/2038.93	c      2039           4179           0        20                -           0.0000          -
39958.72/2046.76	c      2047           4179           0        20                -           0.0000          -
40322.49/2065.15	c      2065           4179           0        20                -           0.0000          -
40537.52/2075.92	c      2076           4179           0        20                -           0.0000          -
40642.57/2081.20	c      2081           4179           0        20                -           0.0000          -
40745.51/2086.49	c      2086           4179           0        20                -           0.0000          -
40850.56/2091.80	c      2092           4179           0        20                -           0.0000          -
40956.61/2097.11	c      2097           4179           0        20                -           0.0000          -
41062.68/2102.47	c      2102           4179           0        20                -           0.0000          -
41342.33/2116.58	c      2117           4179           0        20                -           0.0000          -
41518.91/2125.42	c      2125           4179           0        20                -           0.0000          -
41758.94/2137.55	c      2138           4179           0        20                -           0.0000          -
41862.02/2142.79	c      2143           4179           0        20                -           0.0000          -
41974.97/2148.43	c      2148           4179           0        20                -           0.0000          -
42095.87/2154.55	c      2155           4179           0        20                -           0.0000          -
42256.55/2162.62	c      2163           4179           0        20                -           0.0000          -
42559.87/2177.93	c      2178           4179           0        20                -           0.0000          -
42674.90/2183.77	c      2184              4           3        20                -           0.0000          -
42793.87/2189.79	c      2190              4           3        20                -           0.0000          -
42921.79/2196.19	c      2196              4           3        20                -           0.0000          -
43051.66/2202.79	c      2203              4           3        20                -           0.0000          -
43157.71/2208.10	c      2208              4           3        20                -           0.0000          -
43271.69/2213.82	c      2214              4           3        20                -           0.0000          -
43378.81/2219.20	c      2219              4           3        20                -           0.0000          -
43485.98/2224.65	c      2225              4           3        20                -           0.0000          -
43594.13/2230.10	c      2230              4           3        20                -           0.0000          -
43710.12/2235.97	c      2236              4           3        20                -           0.0000          -
44070.07/2254.13	c      2254              4           3        20                -           0.0000          -
44275.26/2264.48	c      2264              4           3        20                -           0.0000          -
44392.33/2270.35	c      2270              4           3        20                -           0.0000          -
44495.53/2275.58	c      2276              4           3        20                -           0.0000          -
44605.75/2281.11	c      2281              4           3        20                -           0.0000          -
44764.12/2289.10	c      2289              4           3        20                -           0.0000          -
44916.02/2296.80	c      2297              4           3        20                -           0.0000          -
45028.97/2302.49	c      2302              4           3        20                -           0.0000          -
45225.37/2312.32	c      2312              4           3        20                -           0.0000          -
45501.14/2326.26	c      2326              4           3        20                -           0.0000          -
45620.18/2332.24	c      2332              4           3        20                -           0.0000          -
45736.02/2338.06	c      2338              4           3        20                -           0.0000          -
45842.13/2343.40	c      2343              4           3        20                -           0.0000          -
45951.01/2349.03	c      2349              4           3        20                -           0.0000          -
46056.14/2354.28	c      2354              4           3        20                -           0.0000          -
46191.81/2361.06	c      2361              4           3        20                -           0.0000          -
46327.97/2367.99	c      2368              4           3        20                -           0.0000          -
46491.64/2376.20	c      2376             17          16        20                -           0.0000          -
46657.20/2384.55	c      2385             17          16        20                -           0.0000          -
47034.18/2403.51	c      2404             17          16        20                -           0.0000          -
47283.10/2416.15	c      2416             17          16        20                -           0.0000          -
47432.93/2423.65	c      2424             17          16        20                -           0.0000          -
47597.58/2432.04	c      2432             17          16        20                -           0.0000          -
48271.62/2465.91	c      2466             17          16        20                -           0.0000          -
48637.88/2484.44	c      2484             17          16        20                -           0.0000          -
48789.21/2492.06	c      2492             17          16        20                -           0.0000          -
48943.01/2499.82	c      2500             17          16        20                -           0.0000          -
49420.83/2523.94	c      2524             17          16        20                -           0.0000          -
49658.71/2535.90	c      2536             17          16        20                -           0.0000          -
49805.30/2543.31	c      2543             17          16        20                -           0.0000          -
49932.20/2549.71	c      2550             17          16        20                -           0.0000          -
50315.84/2569.11	c      2569             17          16        20                -           0.0000          -
50434.70/2575.13	c      2575             17          16        20                -           0.0000          -
50616.29/2584.28	c      2584             17          16        20                -           0.0000          -
50813.70/2594.17	c      2594             17          16        20                -           0.0000          -
51010.07/2604.12	c      2604             17          16        20                -           0.0000          -
51117.98/2609.54	c      2610             17          16        20                -           0.0000          -
51329.13/2620.18	c      2620             17          16        20                -           0.0000          -
51505.41/2629.10	c      2629             17          16        20                -           0.0000          -
51664.14/2637.07	c      2637             17          16        20                -           0.0000          -
51768.22/2642.36	c      2642             17          16        20                -           0.0000          -
52047.73/2656.41	c      2656             17          16        20                -           0.0000          -
52432.55/2675.89	c      2676           5053           0        20                -           0.0000          -
52655.40/2687.12	c      2687           5053           0        20                -           0.0000          -
52801.50/2694.49	c      2694           5053           0        20                -           0.0000          -
52950.11/2702.04	c      2702           5053           0        20                -           0.0000          -
53054.24/2707.18	c      2707           5053           0        20                -           0.0000          -
53178.24/2713.49	c      2714           6734           0        20                -           0.0000          -
53309.77/2720.11	c      2720           6734           0        20                -           0.0000          -
53539.28/2731.68	c      2732           6734           0        20                -           0.0000          -
53656.21/2737.51	c      2738           6734           0        20                -           0.0000          -
53773.20/2743.48	c      2743           6734           0        20                -           0.0000          -
53898.18/2749.79	c      2750           6734           0        20                -           0.0000          -
54110.43/2760.47	c      2760           6734           0        20                -           0.0000          -
54473.10/2778.73	c      2779           6734           0        20                -           0.0000          -
54578.85/2784.06	c      2784           6734           0        20                -           0.0000          -
54685.30/2789.45	c      2789           6734           0        20                -           0.0000          -
54794.46/2794.97	c      2795           6734           0        20                -           0.0000          -
54903.57/2800.43	c      2800           6734           0        20                -           0.0000          -
55010.70/2805.84	c      2806           6734           0        20                -           0.0000          -
55111.87/2811.00	c      2811           6734           0        20                -           0.0000          -
55224.94/2816.62	c      2817           6734           0        20                -           0.0000          -
56071.49/2859.37	c      2859           6734           0        20                -           0.0000          -
56374.88/2874.67	c      2875           6734           0        20                -           0.0000          -
56714.00/2891.75	c      2892           6734           0        20                -           0.0000          -
56866.29/2899.41	c      2899           6734           0        20                -           0.0000          -
57104.32/2911.45	c      2911           6734           0        20                -           0.0000          -
57227.33/2917.64	c      2918           6734           0        20                -           0.0000          -
57473.70/2930.06	c      2930           6734           0        20                -           0.0000          -
57623.62/2937.64	c      2938           6734           0        20                -           0.0000          -
57754.36/2944.20	c      2944           6734           0        20                -           0.0000          -
57918.79/2952.57	c      2953           6734           0        20                -           0.0000          -
58249.93/2969.21	c      2969           6734           0        20                -           0.0000          -
58511.51/2982.50	c      2982           6734           0        20                -           0.0000          -
58685.71/2991.25	c      2991           6734           0        20                -           0.0000          -
58888.03/3001.40	c      3001           6734           0        20                -           0.0000          -
59014.81/3007.89	c      3008           6734           0        20                -           0.0000          -
59228.91/3018.62	c      3019           6734           0        20                -           0.0000          -
59343.99/3024.49	c      3024           6734           0        20                -           0.0000          -
59467.02/3030.60	c      3031           6734           0        20                -           0.0000          -
59674.12/3041.11	c      3041           6734           0        20                -           0.0000          -
59865.86/3050.71	c      3051           6734           0        20                -           0.0000          -
59986.90/3056.89	c      3057           6734           0        20                -           0.0000          -
60099.98/3062.54	c      3063           6734           0        20                -           0.0000          -
60385.56/3076.98	c      3077           6734           0        20                -           0.0000          -
60489.51/3082.14	c      3082           6734           0        20                -           0.0000          -
60599.85/3087.78	c      3088           6734           0        20                -           0.0000          -
60703.01/3092.93	c      3093           6734           0        20                -           0.0000          -
60804.91/3098.09	c      3098           6734           0        20                -           0.0000          -
60909.29/3103.36	c      3103           6734           0        20                -           0.0000          -
61046.19/3110.24	c      3110           6734           0        20                -           0.0000          -
61147.32/3115.32	c      3115           6734           0        20                -           0.0000          -
61254.40/3120.77	c      3121           6734           0        20                -           0.0000          -
61362.27/3126.15	c      3126           6734           0        20                -           0.0000          -
61470.66/3131.60	c      3132           6734           0        20                -           0.0000          -
61573.78/3136.82	c      3137           6734           0        20                -           0.0000          -
61757.18/3146.12	c      3146           6734           0        20                -           0.0000          -
61859.43/3151.22	c      3151           6734           0        20                -           0.0000          -
62275.10/3172.19	c      3172           6734           0        20                -           0.0000          -
62518.14/3184.50	c      3184           6734           0        20                -           0.0000          -
62619.33/3189.58	c      3190           6734           0        20                -           0.0000          -
62746.32/3195.99	c      3196           6734           0        20                -           0.0000          -
62972.55/3207.38	c      3207           6734           0        20                -           0.0000          -
63095.59/3213.60	c      3214           6734           0        20                -           0.0000          -
63245.08/3221.11	c      3221           5228           0        20                -           0.0000          -
63408.96/3229.39	c      3229           5228           0        20                -           0.0000          -
63510.13/3234.44	c      3234           5228           0        20                -           0.0000          -
63622.18/3240.09	c      3240           5228           0        20                -           0.0000          -
63769.75/3247.58	c      3248           5228           0        20                -           0.0000          -
63936.36/3255.95	c      3256           5228           0        20                -           0.0000          -
64079.95/3263.15	c      3263           5228           0        20                -           0.0000          -
64201.71/3269.33	c      3269           5228           0        20                -           0.0000          -
64386.16/3278.64	c      3279           5228           0        20                -           0.0000          -
64636.11/3291.26	c      3291           5228           0        20                -           0.0000          -
64739.17/3296.44	c      3296           5228           0        20                -           0.0000          -
64846.34/3301.83	c      3302           5228           0        20                -           0.0000          -
64957.43/3307.43	c      3307           5228           0        20                -           0.0000          -
65066.56/3312.90	c      3313           5228           0        20                -           0.0000          -
65170.53/3318.16	c      3318           5228           0        20                -           0.0000          -
65284.68/3323.94	c      3324           5228           0        20                -           0.0000          -
65388.78/3329.19	c      3329           5228           0        20                -           0.0000          -
65491.06/3334.38	c      3334           5228           0        20                -           0.0000          -
65594.10/3339.55	c      3340           5228           0        20                -           0.0000          -
65701.21/3344.95	c      3345           5228           0        20                -           0.0000          -
65823.04/3351.09	c      3351           5228           0        20                -           0.0000          -
65961.41/3358.07	c      3358           5228           0        20                -           0.0000          -
66095.33/3364.86	c      3365           5228           0        20                -           0.0000          -
66247.91/3372.59	c      3373           5228           0        20                -           0.0000          -
66392.65/3379.80	c      3380           5228           0        20                -           0.0000          -
66583.11/3389.43	c      3389           5228           0        20                -           0.0000          -
66767.67/3398.78	c      3399           5228           0        20                -           0.0000          -
66906.51/3405.76	c      3406           5228           0        20                -           0.0000          -
67009.77/3410.97	c      3411           5228           0        20                -           0.0000          -
67128.74/3417.04	c      3417           5228           0        20                -           0.0000          -
67237.86/3422.47	c      3422           5228           0        20                -           0.0000          -
67339.11/3427.57	c      3428           5228           0        20                -           0.0000          -
67445.96/3433.01	c      3433           5228           0        20                -           0.0000          -
67556.64/3438.59	c      3439           5228           0        20                -           0.0000          -
67657.51/3443.62	c      3444           5228           0        20                -           0.0000          -
67774.48/3449.57	c      3450           5228           0        20                -           0.0000          -
67881.63/3455.02	c      3455           5228           0        20                -           0.0000          -
67983.45/3460.14	c      3460           5228           0        20                -           0.0000          -
68091.83/3465.55	c      3466           5228           0        20                -           0.0000          -
68198.97/3470.90	c      3471           5228           0        20                -           0.0000          -
68300.81/3476.05	c      3476           5228           0        20                -           0.0000          -
68405.21/3481.39	c      3481           5228           0        20                -           0.0000          -
68506.39/3486.47	c      3486           5228           0        20                -           0.0000          -
68631.34/3492.73	c      3493           5228           0        20                -           0.0000          -
68754.32/3499.02	c      3499           5228           0        20                -           0.0000          -
68961.95/3509.45	c      3509           5228           0        20                -           0.0000          -
69189.72/3520.94	c      3521           5228           0        20                -           0.0000          -
69447.67/3533.94	c      3534           5228           0        20                -           0.0000          -
69549.54/3539.04	c      3539              9           6        20                -           0.0000          -
69650.80/3544.17	c      3544              9           6        20                -           0.0000          -
70048.39/3564.21	c      3564              9           6        20                -           0.0000          -
70250.32/3574.44	c      3574              9           6        20                -           0.0000          -
70392.94/3581.67	c      3582              9           6        20                -           0.0000          -
70602.04/3592.14	c      3592              9           6        20                -           0.0000          -
70849.47/3604.64	c      3605              9           6        20                -           0.0000          -
71011.99/3612.85	c      3613              9           6        20                -           0.0000          -
71111.22/3617.89	c      3618              9           6        20                -           0.0000          -
71217.33/3623.18	c      3623              9           6        20                -           0.0000          -
71331.49/3629.01	c      3629          13529           0        20                -           0.0000          -
71436.66/3634.24	c      3634          13529           0        20                -           0.0000          -
71539.85/3639.45	c      3639          13529           0        20                -           0.0000          -
71646.89/3644.85	c      3645          13529           0        20                -           0.0000          -
71748.02/3649.90	c      3650          13529           0        20                -           0.0000          -
71855.12/3655.35	c      3655          13529           0        20                -           0.0000          -
71956.23/3660.42	c      3660          13529           0        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (147503 MiB free)
  memory of node 1: 193531 MiB (165037 MiB free)
  memory of node 2: 193531 MiB (175451 MiB free)
  memory of node 3: 193493 MiB (167306 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-4467806-1723241333/watcher-4467806-1723241333 -o /tmp/evaluation-result-4467806-1723241333/solver-4467806-1723241333 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723238679-541007 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467806-1723241333.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100105 s]*
/proc/loadavg: 76.92 67.72 61.25 62/983 544431
/proc/meminfo: memFree=670954140/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=96408 memory=83112 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 18484 0 0 0 9 2 0 0 20 0 1 0 90712720 98721792 20778 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 24102 20778 2614 3035 0 20498 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 96408 KiB
Current children cumulated memory: 83112 KiB

[startup+0.223 s]*
/proc/loadavg: 76.92 67.72 61.25 62/983 544431
/proc/meminfo: memFree=670929268/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=121280 memory=107884 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 25731 0 0 0 19 4 0 0 20 0 1 0 90712720 124190720 26971 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 30320 26971 2678 3035 0 26716 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 121280 KiB
Current children cumulated memory: 107884 KiB

[startup+0.320468 s]*
/proc/loadavg: 76.92 67.72 61.25 62/983 544431
/proc/meminfo: memFree=670927572/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=121280 memory=107884 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 25731 0 0 0 29 4 0 0 20 0 1 0 90712720 124190720 26971 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 30320 26971 2678 3035 0 26716 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 121280 KiB
Current children cumulated memory: 107884 KiB

[startup+0.700249 s]
/proc/loadavg: 76.92 67.72 61.25 62/983 544431
/proc/meminfo: memFree=670911108/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=133912 memory=120356 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 31537 0 0 0 64 5 0 0 20 0 1 0 90712720 137125888 30089 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 33478 30089 2774 3035 0 29874 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 133912 KiB
Current children cumulated memory: 120356 KiB

[startup+1.50029 s]
/proc/loadavg: 76.92 67.72 61.25 62/983 544431
/proc/meminfo: memFree=670873832/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=173284 memory=155720 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 37487 0 0 0 142 6 0 0 20 0 1 0 90712720 177442816 38930 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 43321 38930 2790 3035 0 39717 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 173284 KiB
Current children cumulated memory: 155720 KiB

[startup+3.1245 s]
/proc/loadavg: 76.92 67.72 61.25 64/983 544431
/proc/meminfo: memFree=670861808/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=173756 memory=156248 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 37626 0 0 0 304 6 0 0 20 0 1 0 90712720 177926144 39062 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 43439 39062 2790 3035 0 39835 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 173756 KiB
Current children cumulated memory: 156248 KiB

[startup+6.30027 s]
/proc/loadavg: 75.81 67.64 61.26 62/983 544431
/proc/meminfo: memFree=670844112/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=179772 memory=162108 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 39128 0 0 0 620 6 0 0 20 0 1 0 90712720 184086528 40527 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 44943 40527 2790 3035 0 41339 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 179772 KiB
Current children cumulated memory: 162108 KiB

[startup+12.7003 s]
/proc/loadavg: 74.62 67.53 61.26 62/983 544433
/proc/meminfo: memFree=670852276/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=180152 memory=162368 CPUtime=12.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 39243 0 0 0 1258 6 0 0 20 0 1 0 90712720 184475648 40592 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 45038 40592 2790 3035 0 41434 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 180152 KiB
Current children cumulated memory: 162368 KiB

[startup+25.5003 s]
/proc/loadavg: 71.60 67.21 61.26 62/983 544435
/proc/meminfo: memFree=670861180/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=182212 memory=164464 CPUtime=25.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) R 544427 544430 540995 0 -1 4194304 39743 0 0 0 2531 6 0 0 20 0 1 0 90712720 186585088 41116 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 45553 41116 2790 3035 0 41949 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 182212 KiB
Current children cumulated memory: 164464 KiB

[startup+51.1499 s]
/proc/loadavg: 73.45 67.96 61.66 81/1023 544479
/proc/meminfo: memFree=667775876/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=4022560 memory=3115840 CPUtime=414.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) S 544427 544430 540995 0 -1 1077936128 1194065 0 0 0 41272 195 0 0 20 0 41 0 90712720 4119101440 778894 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 1005640 778960 2966 3035 0 902929 0
[pid=544430/tid=544437] ppid=544427 vsize=4022560 memory=5556 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544437/stat : 544437 (fscip) R 544427 544430 540995 0 -1 4194368 59664 0 0 0 1914 9 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544438] ppid=544427 vsize=4022560 memory=280551827403936 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544438/stat : 544438 (fscip) R 544427 544430 540995 0 -1 4194368 55417 0 0 0 1913 10 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544439] ppid=544427 vsize=4022560 memory=2212 CPUtime=19.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544439/stat : 544439 (fscip) R 544427 544430 540995 0 -1 4194368 49764 0 0 0 1912 8 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544440] ppid=544427 vsize=4022560 memory=16088 CPUtime=19.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544440/stat : 544440 (fscip) R 544427 544430 540995 0 -1 4194368 59662 0 0 0 1909 10 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544441] ppid=544427 vsize=4022560 memory=10824 CPUtime=19.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544441/stat : 544441 (fscip) R 544427 544430 540995 0 -1 4194368 49821 0 0 0 1914 8 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544442] ppid=544427 vsize=4022560 memory=24292 CPUtime=19.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544442/stat : 544442 (fscip) R 544427 544430 540995 0 -1 4194368 49800 0 0 0 1909 7 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544443] ppid=544427 vsize=4022560 memory=10824 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544443/stat : 544443 (fscip) R 544427 544430 540995 0 -1 4194368 59775 0 0 0 1914 9 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544444] ppid=544427 vsize=4022560 memory=8444447641829402 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544444/stat : 544444 (fscip) R 544427 544430 540995 0 -1 4194368 54401 0 0 0 1915 8 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544445] ppid=544427 vsize=4022560 memory=5556 CPUtime=19.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544445/stat : 544445 (fscip) R 544427 544430 540995 0 -1 4194368 67720 0 0 0 1909 10 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544446] ppid=544427 vsize=4022560 memory=2356 CPUtime=19.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544446/stat : 544446 (fscip) R 544427 544430 540995 0 -1 4194368 66273 0 0 0 1914 10 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544447] ppid=544427 vsize=4022560 memory=280551830067648 CPUtime=19.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544447/stat : 544447 (fscip) R 544427 544430 540995 0 -1 4194368 62676 0 0 0 1907 9 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544448] ppid=544427 vsize=4022560 memory=3832054441477289774 CPUtime=19.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544448/stat : 544448 (fscip) R 544427 544430 540995 0 -1 4194368 49605 0 0 0 1913 8 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544449] ppid=544427 vsize=4022560 memory=25333125866717268 CPUtime=19.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544449/stat : 544449 (fscip) R 544427 544430 540995 0 -1 4194368 59453 0 0 0 1913 9 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544450] ppid=544427 vsize=4022560 memory=16088 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544450/stat : 544450 (fscip) R 544427 544430 540995 0 -1 4194368 49807 0 0 0 1916 7 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544451] ppid=544427 vsize=4022560 memory=280551827521152 CPUtime=19.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544451/stat : 544451 (fscip) R 544427 544430 540995 0 -1 4194368 49886 0 0 0 1908 7 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544452] ppid=544427 vsize=4022560 memory=11572 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544452/stat : 544452 (fscip) R 544427 544430 540995 0 -1 4194368 60007 0 0 0 1914 9 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544453] ppid=544427 vsize=4022560 memory=30399726987509844 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544453/stat : 544453 (fscip) R 544427 544430 540995 0 -1 4194368 60157 0 0 0 1912 11 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544454] ppid=544427 vsize=4022560 memory=25333125866717268 CPUtime=19.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544454/stat : 544454 (fscip) R 544427 544430 540995 0 -1 4194368 49836 0 0 0 1915 8 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544455] ppid=544427 vsize=4022560 memory=0 CPUtime=19.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544455/stat : 544455 (fscip) R 544427 544430 540995 0 -1 4194368 62904 0 0 0 1915 9 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544456] ppid=544427 vsize=4022560 memory=-6586066311038810981 CPUtime=18.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544456/stat : 544456 (fscip) R 544427 544430 540995 0 -1 4194368 49893 0 0 0 1844 7 0 0 20 0 41 0 90715823 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544457] ppid=544427 vsize=4022560 memory=6988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544457/stat : 544457 (fscip) S 544427 544430 540995 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544458] ppid=544427 vsize=4022560 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544458/stat : 544458 (fscip) S 544427 544430 540995 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544459] ppid=544427 vsize=4022560 memory=34340462562508916 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544459/stat : 544459 (fscip) S 544427 544430 540995 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544460] ppid=544427 vsize=4022560 memory=16088 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544460/stat : 544460 (fscip) S 544427 544430 540995 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544461] ppid=544427 vsize=4022560 memory=4676867199114644 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544461/stat : 544461 (fscip) S 544427 544430 540995 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544462] ppid=544427 vsize=4022560 memory=6442777938740338777 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544462/stat : 544462 (fscip) S 544427 544430 540995 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544463] ppid=544427 vsize=4022560 memory=11572 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544463/stat : 544463 (fscip) S 544427 544430 540995 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544464] ppid=544427 vsize=4022560 memory=2212 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544464/stat : 544464 (fscip) S 544427 544430 540995 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544465] ppid=544427 vsize=4022560 memory=280551827654576 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544465/stat : 544465 (fscip) S 544427 544430 540995 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544466] ppid=544427 vsize=4022560 memory=280551828619520 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544466/stat : 544466 (fscip) S 544427 544430 540995 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544467] ppid=544427 vsize=4022560 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544467/stat : 544467 (fscip) S 544427 544430 540995 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544468] ppid=544427 vsize=4022560 memory=2628752 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544468/stat : 544468 (fscip) S 544427 544430 540995 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544469] ppid=544427 vsize=4022560 memory=28656 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544469/stat : 544469 (fscip) S 544427 544430 540995 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90715899 4119101440 778960 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0

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

/proc/544430/task/544463/stat : 544463 (fscip) S 544427 544430 540995 0 -1 1077936192 234 0 0 0 0 3 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544464] ppid=544427 vsize=20684144 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544464/stat : 544464 (fscip) S 544427 544430 540995 0 -1 1077936192 232 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544465] ppid=544427 vsize=20684144 memory=15644304 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544465/stat : 544465 (fscip) S 544427 544430 540995 0 -1 1077936192 229 0 0 0 0 3 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544466] ppid=544427 vsize=20684144 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544466/stat : 544466 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544467] ppid=544427 vsize=20684144 memory=15644912 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544467/stat : 544467 (fscip) S 544427 544430 540995 0 -1 1077936192 244 0 0 0 4 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544468] ppid=544427 vsize=20684144 memory=7968 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544468/stat : 544468 (fscip) S 544427 544430 540995 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544469] ppid=544427 vsize=20684144 memory=15644916 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544469/stat : 544469 (fscip) S 544427 544430 540995 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544470] ppid=544427 vsize=20684144 memory=15644560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544470/stat : 544470 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 0 3 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544471] ppid=544427 vsize=20684144 memory=15644912 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544471/stat : 544471 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544472] ppid=544427 vsize=20684144 memory=32852 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544472/stat : 544472 (fscip) S 544427 544430 540995 0 -1 1077936192 231 0 0 0 4 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544473] ppid=544427 vsize=20684144 memory=15644916 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544473/stat : 544473 (fscip) S 544427 544430 540995 0 -1 1077936192 240 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544474] ppid=544427 vsize=20684144 memory=5556 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544474/stat : 544474 (fscip) S 544427 544430 540995 0 -1 1077936192 248 0 0 0 0 4 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544475] ppid=544427 vsize=20684144 memory=16088 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544475/stat : 544475 (fscip) S 544427 544430 540995 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544476] ppid=544427 vsize=20684144 memory=15644560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544476/stat : 544476 (fscip) S 544427 544430 540995 0 -1 1077936192 232 0 0 0 3 0 0 0 20 0 41 0 90715899 21180563456 3911229 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
Current children cumulated CPU time: 71597.4 s
Current children cumulated vsize: 20684144 KiB
Current children cumulated memory: 15644916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3662.7 s]
/proc/loadavg: 80.35 80.43 80.04 81/1021 546946
/proc/meminfo: memFree=669945540/790760800 swapFree=131071996/131071996
[pid=544430] ppid=544427 vsize=20644524 memory=15606348 CPUtime=72001.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/stat : 544430 (fscip) S 544427 544430 540995 0 -1 1077936128 32221866 0 0 0 7195915 4271 0 0 20 0 41 0 90712720 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
/proc/544430/statm: 5161131 3901587 3334 3035 0 5033604 0
[pid=544430/tid=544437] ppid=544427 vsize=20644524 memory=164464 CPUtime=3595.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544437/stat : 544437 (fscip) R 544427 544430 540995 0 -1 4194368 654258 0 0 0 359510 68 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544438] ppid=544427 vsize=20644524 memory=280551828167344 CPUtime=3604.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544438/stat : 544438 (fscip) R 544427 544430 540995 0 -1 4194368 1418014 0 0 0 360230 205 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544439] ppid=544427 vsize=20644524 memory=16088 CPUtime=3603.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544439/stat : 544439 (fscip) R 544427 544430 540995 0 -1 4194368 2351367 0 0 0 359975 335 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544440] ppid=544427 vsize=20644524 memory=30236 CPUtime=3596.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544440/stat : 544440 (fscip) R 544427 544430 540995 0 -1 4194368 1043144 0 0 0 359593 101 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544441] ppid=544427 vsize=20644524 memory=15644484 CPUtime=3592.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544441/stat : 544441 (fscip) R 544427 544430 540995 0 -1 4194368 1863433 0 0 0 359036 251 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544442] ppid=544427 vsize=20644524 memory=15644560 CPUtime=3602.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544442/stat : 544442 (fscip) R 544427 544430 540995 0 -1 4194368 2035196 0 0 0 359970 312 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544443] ppid=544427 vsize=20644524 memory=1968 CPUtime=3577.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544443/stat : 544443 (fscip) R 544427 544430 540995 0 -1 4194368 1691025 0 0 0 357637 151 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544444] ppid=544427 vsize=20644524 memory=0 CPUtime=3601.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544444/stat : 544444 (fscip) R 544427 544430 540995 0 -1 4194368 1526042 0 0 0 359907 223 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544445] ppid=544427 vsize=20644524 memory=280551828306048 CPUtime=3604.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544445/stat : 544445 (fscip) R 544427 544430 540995 0 -1 4194368 2343510 0 0 0 360066 335 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544446] ppid=544427 vsize=20644524 memory=15580008 CPUtime=3597 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544446/stat : 544446 (fscip) R 544427 544430 540995 0 -1 4194368 1266648 0 0 0 359577 123 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544447] ppid=544427 vsize=20644524 memory=16325789170925620 CPUtime=3599.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544447/stat : 544447 (fscip) R 544427 544430 540995 0 -1 4194368 1814517 0 0 0 359653 254 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544448] ppid=544427 vsize=20644524 memory=15733980 CPUtime=3600.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544448/stat : 544448 (fscip) R 544427 544430 540995 0 -1 4194368 1976063 0 0 0 359791 287 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544449] ppid=544427 vsize=20644524 memory=15658588 CPUtime=3597.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544449/stat : 544449 (fscip) R 544427 544430 540995 0 -1 4194368 1282367 0 0 0 359656 113 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544450] ppid=544427 vsize=20644524 memory=15645040 CPUtime=3603.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544450/stat : 544450 (fscip) R 544427 544430 540995 0 -1 4194368 995693 0 0 0 360232 160 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544451] ppid=544427 vsize=20644524 memory=3664 CPUtime=3602.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544451/stat : 544451 (fscip) R 544427 544430 540995 0 -1 4194368 2274357 0 0 0 359937 339 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544452] ppid=544427 vsize=20644524 memory=0 CPUtime=3600.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544452/stat : 544452 (fscip) R 544427 544430 540995 0 -1 4194368 1303987 0 0 0 359896 130 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544453] ppid=544427 vsize=20644524 memory=0 CPUtime=3602.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544453/stat : 544453 (fscip) R 544427 544430 540995 0 -1 4194368 1907031 0 0 0 360022 256 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544454] ppid=544427 vsize=20644524 memory=15644304 CPUtime=3604.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544454/stat : 544454 (fscip) R 544427 544430 540995 0 -1 4194368 1849183 0 0 0 360184 287 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544455] ppid=544427 vsize=20644524 memory=30399726987509844 CPUtime=3604.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544455/stat : 544455 (fscip) R 544427 544430 540995 0 -1 4194368 601104 0 0 0 360420 65 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544456] ppid=544427 vsize=20644524 memory=15644524 CPUtime=3577.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544456/stat : 544456 (fscip) R 544427 544430 540995 0 -1 4194368 1951897 0 0 0 357454 249 0 0 20 0 41 0 90715823 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544457] ppid=544427 vsize=20644524 memory=15644912 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544457/stat : 544457 (fscip) S 544427 544430 540995 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544458] ppid=544427 vsize=20644524 memory=280551829538592 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544458/stat : 544458 (fscip) S 544427 544430 540995 0 -1 1077936192 239 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544459] ppid=544427 vsize=20644524 memory=280551829519808 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544459/stat : 544459 (fscip) S 544427 544430 540995 0 -1 1077936192 238 0 0 0 2 1 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544460] ppid=544427 vsize=20644524 memory=10824 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544460/stat : 544460 (fscip) S 544427 544430 540995 0 -1 1077936192 253 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544461] ppid=544427 vsize=20644524 memory=5556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544461/stat : 544461 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544462] ppid=544427 vsize=20644524 memory=16088 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544462/stat : 544462 (fscip) S 544427 544430 540995 0 -1 1077936192 214 0 0 0 4 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544463] ppid=544427 vsize=20644524 memory=2212 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544463/stat : 544463 (fscip) S 544427 544430 540995 0 -1 1077936192 234 0 0 0 0 3 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544464] ppid=544427 vsize=20644524 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544464/stat : 544464 (fscip) S 544427 544430 540995 0 -1 1077936192 232 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544465] ppid=544427 vsize=20644524 memory=30284 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544465/stat : 544465 (fscip) S 544427 544430 540995 0 -1 1077936192 229 0 0 0 0 3 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544466] ppid=544427 vsize=20644524 memory=15645116 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544466/stat : 544466 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544467] ppid=544427 vsize=20644524 memory=11572 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544467/stat : 544467 (fscip) S 544427 544430 540995 0 -1 1077936192 244 0 0 0 4 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544468] ppid=544427 vsize=20644524 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544468/stat : 544468 (fscip) S 544427 544430 540995 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544469] ppid=544427 vsize=20644524 memory=30284 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544469/stat : 544469 (fscip) S 544427 544430 540995 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544470] ppid=544427 vsize=20644524 memory=5488377782269816 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544470/stat : 544470 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 0 3 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544471] ppid=544427 vsize=20644524 memory=7522536853042910577 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544471/stat : 544471 (fscip) S 544427 544430 540995 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544472] ppid=544427 vsize=20644524 memory=15644304 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544472/stat : 544472 (fscip) S 544427 544430 540995 0 -1 1077936192 231 0 0 0 4 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544473] ppid=544427 vsize=20644524 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544473/stat : 544473 (fscip) S 544427 544430 540995 0 -1 1077936192 240 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544474] ppid=544427 vsize=20644524 memory=15644916 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544474/stat : 544474 (fscip) S 544427 544430 540995 0 -1 1077936192 248 0 0 0 0 4 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544475] ppid=544427 vsize=20644524 memory=15645352 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544475/stat : 544475 (fscip) S 544427 544430 540995 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
[pid=544430/tid=544476] ppid=544427 vsize=20644524 memory=30284 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/544430/task/544476/stat : 544476 (fscip) S 544427 544430 540995 0 -1 1077936192 232 0 0 0 4 0 0 0 20 0 41 0 90715899 21139992576 3901587 809668444160 4194304 16622877 140732857385248 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 39411712 140732857394153 140732857394269 140732857394269 140732857401295 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 20644524 KiB
Current children cumulated memory: 15606348 KiB

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

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

# cumulated CPU time of all completed processes:  user=71959.4 s, system=43.1211 s

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

[startup+3662.81 s]*
/proc/loadavg: 80.35 80.43 80.04 62/982 546946
/proc/meminfo: memFree=673960716/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3663 s]*
/proc/loadavg: 80.35 80.43 80.04 62/982 546946
/proc/meminfo: memFree=681292324/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3663.12 s]
/proc/loadavg: 80.35 80.43 80.04 62/982 546946
/proc/meminfo: memFree=681292324/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): 3663.13
CPU time (s): 72002.5
CPU user time (s): 71959.4
CPU system time (s): 43.1211
CPU usage (%): 1965.6
Max. virtual memory (cumulated for all children) (KiB): 20880752
Max. memory (cumulated for all children) (KiB): 15753588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71959.4
system time used= 43.1211
maximum resident set size= 15753588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32222199
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= 105343
involuntary context switches= 298321


# summary of solver processes directly reported to runsolver:
#   pid: 544430
#   total CPU time (s): 72002.5
#   total CPU user time (s): 71959.4
#   total CPU system time (s): 43.1211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5632 second user time and 107.939 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-10 00:08:53
IDJOB=4467806
IDBENCH=158279
IDSOLVER=3097
FILE ID=nodeD104/4467806-1723241333
RUNJOBID= nodeD104-1723238679-541007
SLURM_JOB_ID= 8266909
Free space on /tmp= 8587832 MiB

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

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

MD5SUM BENCH= abcade21393c5164863b40206a5f4f64
RANDOM SEED=887586207

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		: 3123.371
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		: 2959.036
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		: 2608.155
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		: 3050.466
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		: 3123.397
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		: 2958.421
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		: 3482.735
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		: 3057.351
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		: 3123.396
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		: 2958.985
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		: 3244.424
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		: 3057.333
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		: 3123.411
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		: 2958.969
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		: 3498.954
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		: 3056.383
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		: 3123.416
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		: 2958.030
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		: 2862.680
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		: 3056.541
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		: 3123.428
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		: 2958.702
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		: 2663.719
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		: 3053.223
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		: 3123.434
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		: 2958.441
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		: 1996.514
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		: 3057.268
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		: 3123.444
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		: 2956.562
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		: 3193.134
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		: 3056.260
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		: 3122.473
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		: 2959.201
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		: 2655.370
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		: 3052.362
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		: 3123.462
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		: 2959.253
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		: 2659.897
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		: 3057.206
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		: 3123.468
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		: 2959.304
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		: 2655.055
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		: 3040.087
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		: 3122.361
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		: 2959.361
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		: 2658.612
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		: 3055.289
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		: 3123.484
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		: 2959.418
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		: 2655.176
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		: 3054.280
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		: 3123.496
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		: 2959.471
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		: 2667.364
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		: 3056.524
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		: 3123.502
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		: 2959.524
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		: 2662.044
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		: 3057.309
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		: 3123.513
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		: 2958.826
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		: 2668.979
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		: 3057.319
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		: 3123.516
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		: 2958.999
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		: 2655.177
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		: 3057.290
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		: 3123.530
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		: 2959.622
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		: 2663.525
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		: 3057.247
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		: 3123.536
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		: 2957.761
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		: 2657.772
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		: 3054.676
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		: 3123.548
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		: 2959.591
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		: 3666.054
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		: 3057.177
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:        671029232 kB
MemAvailable:   729606588 kB
Buffers:          981548 kB
Cached:         60369376 kB
SwapCached:            0 kB
Active:          2513176 kB
Inactive:       112800528 kB
Active(anon):       2212 kB
Inactive(anon): 53991324 kB
Active(file):    2510964 kB
Inactive(file): 58809204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29720 kB
Writeback:           132 kB
AnonPages:      53957148 kB
Mapped:           136672 kB
Shmem:             30728 kB
KReclaimable:    1353808 kB
Slab:            1884040 kB
SReclaimable:    1353808 kB
SUnreclaim:       530232 kB
KernelStack:       16880 kB
PageTables:       127092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7159332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           819456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5525504 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:     1030144 kB
DirectMap2M:    154656768 kB
DirectMap1G:    650117120 kB

Free space on /tmp at the end= 8587868 MiB
End job on nodeD104 at 2024-08-10 01:09:56