Trace number 4467783

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) 72003.5 3654.11

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-77.opb
MD5SUM71fdab66bbdfc1c9c6ce1eef27fb98d4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1621.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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.61/0.64	c Default LC presolving (default).
0.61/0.64	c ** Before presolving: virtualMemUsedAtLc = 554468709, getVmSize() = 350113792, SCIPgetMemUsed() = 286892381, SCIPgetMemTotal() = 312836093, SCIPgetMemExternEstim() = 241632616
0.61/0.64	c ** set memory limit for presolving in LC to 8.79435e+12 for SCIP **
5.27/5.35	c ** Estimated virtualMemUsedAtSolver = 739225905, getVmSize() = 930070528, SCIPgetMemUsed() = 534215106, SCIPgetMemTotal() = 867206242, SCIPgetMemExternEstim() = 241632616
5.27/5.35	c ** set memory limit for solvers to 4.18629e+11 for each SCIP **
5.27/5.35	c Original Problem   :
5.27/5.35	c   Problem name     : instance-4467783-1723620934
5.27/5.35	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
5.27/5.35	c   Constraints      : 226240
5.27/5.35	c   Objective sense  : minimize
5.27/5.35	c Presolved Problem  :
5.27/5.35	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
5.27/5.35	c   Constraints      : 223414
5.27/5.35	c Constraints        : Number
5.27/5.35	c   knapsack         : 22570 
5.27/5.35	c   setppc           : 48174 
5.27/5.35	c   linear           : 2 
5.27/5.35	c   logicor          : 152668 
5.27/5.35	c ** Instance transfer method used: 0
5.67/5.70	c ** ParaScipInstance copy does not increase the number of variables. **
11.16/11.27	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.16/11.27	c                                Nodes    Active                                            
11.16/11.27	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
11880.54/612.34	c       612              2           1        20                -           0.0000          -
12073.18/622.13	c       622              6           5        20                -           0.0000          -
12214.72/629.29	c       629              8           7        20                -           0.0000          -
12327.44/634.93	c       635             12          11        20                -           0.0000          -
12738.55/655.71	c       656             15          14        20                -           0.0000          -
13165.27/677.33	c       677             16          15        20                -           0.0000          -
13272.07/682.79	c       683             25          24        20                -           0.0000          -
13440.12/691.22	c       691             32          31        20                -           0.0000          -
13546.94/696.61	c       697             32          31        20                -           0.0000          -
13674.41/703.10	c       703             32          31        20                -           0.0000          -
13889.30/713.97	c       714             32          31        20                -           0.0000          -
14027.90/721.03	c       721             18          17        20                -           0.0000          -
14172.38/728.26	c       728             19          15        20                -           0.0000          -
14285.20/734.01	c       734             19          15        20                -           0.0000          -
14429.74/741.29	c       741             37          36        20                -           0.0000          -
14532.68/746.43	c       746             38          37        20                -           0.0000          -
14698.98/754.81	c       755             29          28        20                -           0.0000          -
14807.87/760.37	c       760             29          28        20                -           0.0000          -
14921.35/766.11	c       766             29          28        20                -           0.0000          -
15031.47/771.60	c       772             27          23        20                -           0.0000          -
15142.36/777.22	c       777             31          30        20                -           0.0000          -
15245.38/782.41	c       782             31          30        20                -           0.0000          -
15350.36/787.77	c       788             15          14        20                -           0.0000          -
15463.26/793.45	c       793             15          14        20                -           0.0000          -
15576.79/799.18	c       799             34          30        20                -           0.0000          -
15683.16/804.59	c       805             34          30        20                -           0.0000          -
15812.86/811.14	c       811             12          11        20                -           0.0000          -
15917.03/816.30	c       816             12          11        20                -           0.0000          -
16041.92/822.65	c       823             12          11        20                -           0.0000          -
16158.78/828.55	c       829             12          11        20                -           0.0000          -
16257.87/833.57	c       834             12          11        20                -           0.0000          -
16367.51/839.04	c       839             12          11        20                -           0.0000          -
16483.82/844.92	c       845             12          11        20                -           0.0000          -
16618.63/851.76	c       852             22          21        20                -           0.0000          -
16721.71/856.90	c       857             52          48        20                -           0.0000          -
16826.74/862.23	c       862             13          12        20                -           0.0000          -
16957.60/868.89	c       869             14          11        20                -           0.0000          -
17068.64/874.42	c       874             14          11        20                -           0.0000          -
17175.57/879.85	c       880             14          11        20                -           0.0000          -
17292.57/885.78	c       886             24          23        20                -           0.0000          -
17405.58/891.40	c       891             25          24        20                -           0.0000          -
17537.22/898.07	c       898             58          54        20                -           0.0000          -
17636.08/903.08	c       903             30          29        20                -           0.0000          -
17758.19/909.21	c       909             30          29        20                -           0.0000          -
17948.51/918.82	c       919             64          60        20                -           0.0000          -
18061.50/924.59	c       925             64          60        20                -           0.0000          -
18164.68/929.74	c       930             64          60        20                -           0.0000          -
18270.22/935.05	c       935             31          28        20                -           0.0000          -
18406.20/942.01	c       942             34          33        20                -           0.0000          -
18517.03/947.55	c       948             34          33        20                -           0.0000          -
18683.46/955.93	c       956             34          33        20                -           0.0000          -
18788.45/961.23	c       961             34          33        20                -           0.0000          -
18889.51/966.38	c       966             34          33        20                -           0.0000          -
18996.56/971.76	c       972             34          31        20                -           0.0000          -
19109.53/977.44	c       977             34          31        20                -           0.0000          -
19212.60/982.68	c       983             72          68        20                -           0.0000          -
19320.31/988.11	c       988             72          68        20                -           0.0000          -
19432.55/993.72	c       994             37          34        20                -           0.0000          -
19545.42/999.48	c       999             37          34        20                -           0.0000          -
19668.25/1005.68	c      1006             37          34        20                -           0.0000          -
19779.14/1011.28	c      1011             37          34        20                -           0.0000          -
19896.61/1017.17	c      1017             37          34        20                -           0.0000          -
20035.12/1024.16	c      1024             37          34        20                -           0.0000          -
20152.22/1030.05	c      1030             37          34        20                -           0.0000          -
20280.12/1036.58	c      1037             37          34        20                -           0.0000          -
20392.92/1042.28	c      1042             37          34        20                -           0.0000          -
20508.74/1048.10	c      1048             37          34        20                -           0.0000          -
20609.57/1053.14	c      1053             37          34        20                -           0.0000          -
20717.80/1058.67	c      1059             37          34        20                -           0.0000          -
20850.59/1065.36	c      1065             37          34        20                -           0.0000          -
20953.65/1070.53	c      1071             37          34        20                -           0.0000          -
21066.62/1076.27	c      1076             37          34        20                -           0.0000          -
21219.26/1083.94	c      1084             37          34        20                -           0.0000          -
21332.17/1089.65	c      1090             37          34        20                -           0.0000          -
21437.21/1094.90	c      1095             37          34        20                -           0.0000          -
21558.84/1101.13	c      1101             37          34        20                -           0.0000          -
21665.08/1106.49	c      1106             37          34        20                -           0.0000          -
21776.93/1112.14	c      1112             37          34        20                -           0.0000          -
21935.04/1120.12	c      1120             37          34        20                -           0.0000          -
22037.32/1125.30	c      1125             37          34        20                -           0.0000          -
22271.82/1137.12	c      1137             88          84        20                -           0.0000          -
22387.80/1142.90	c      1143             88          84        20                -           0.0000          -
22526.40/1149.95	c      1150             88          84        20                -           0.0000          -
22631.32/1155.26	c      1155             88          84        20                -           0.0000          -
22736.29/1160.59	c      1161             88          84        20                -           0.0000          -
22870.94/1167.34	c      1167             88          84        20                -           0.0000          -
23043.86/1176.10	c      1176             88          84        20                -           0.0000          -
23157.84/1181.86	c      1182             88          84        20                -           0.0000          -
23278.65/1188.03	c      1188             88          84        20                -           0.0000          -
23462.82/1197.21	c      1197             88          84        20                -           0.0000          -
23563.82/1202.37	c      1202             88          84        20                -           0.0000          -
23677.43/1208.07	c      1208             88          84        20                -           0.0000          -
23779.64/1213.24	c      1213             88          84        20                -           0.0000          -
23884.61/1218.51	c      1219             88          84        20                -           0.0000          -
23987.59/1223.71	c      1224             88          84        20                -           0.0000          -
24100.48/1229.46	c      1229             88          84        20                -           0.0000          -
24199.50/1234.50	c      1234             88          84        20                -           0.0000          -
24304.45/1239.77	c      1240             88          84        20                -           0.0000          -
24405.32/1244.89	c      1245             88          84        20                -           0.0000          -
24517.94/1250.56	c      1251             88          84        20                -           0.0000          -
24627.50/1256.13	c      1256             88          84        20                -           0.0000          -
24729.66/1261.29	c      1261             88          84        20                -           0.0000          -
24872.06/1268.44	c      1268             88          84        20                -           0.0000          -
24974.96/1273.67	c      1274             88          84        20                -           0.0000          -
25075.86/1278.72	c      1279             88          84        20                -           0.0000          -
25188.59/1284.47	c      1284             88          84        20                -           0.0000          -
25303.32/1290.25	c      1290             88          84        20                -           0.0000          -
25404.21/1295.32	c      1295             88          84        20                -           0.0000          -
25515.01/1300.96	c      1301             88          84        20                -           0.0000          -
25623.79/1306.49	c      1306             88          84        20                -           0.0000          -
25742.47/1312.45	c      1312             88          84        20                -           0.0000          -
25849.15/1317.89	c      1318             88          84        20                -           0.0000          -
25963.53/1323.70	c      1324             88          84        20                -           0.0000          -
26068.29/1328.96	c      1329             88          84        20                -           0.0000          -
26173.07/1334.25	c      1334             88          84        20                -           0.0000          -
26325.12/1341.97	c      1342             88          84        20                -           0.0000          -
26439.96/1347.71	c      1348             88          84        20                -           0.0000          -
26550.66/1353.33	c      1353             88          84        20                -           0.0000          -
26663.75/1359.09	c      1359             88          84        20                -           0.0000          -
26767.91/1364.34	c      1364             88          84        20                -           0.0000          -
26926.13/1372.32	c      1372             88          84        20                -           0.0000          -
27036.94/1377.91	c      1378             88          84        20                -           0.0000          -
27169.46/1384.68	c      1385             88          84        20                -           0.0000          -
27284.07/1390.48	c      1390             88          84        20                -           0.0000          -
27386.92/1395.67	c      1396             88          84        20                -           0.0000          -
27499.72/1401.39	c      1401             88          84        20                -           0.0000          -
27632.94/1408.08	c      1408             88          84        20                -           0.0000          -
27804.37/1416.70	c      1417             88          84        20                -           0.0000          -
27913.03/1422.21	c      1422             88          84        20                -           0.0000          -
28013.64/1427.35	c      1427             88          84        20                -           0.0000          -
28148.99/1434.16	c      1434             88          84        20                -           0.0000          -
28258.94/1439.70	c      1440             88          84        20                -           0.0000          -
28361.89/1445.04	c      1445             88          84        20                -           0.0000          -
28472.68/1450.53	c      1451             88          84        20                -           0.0000          -
28577.59/1455.80	c      1456             88          84        20                -           0.0000          -
28694.33/1461.72	c      1462             88          84        20                -           0.0000          -
28834.87/1468.85	c      1469             88          84        20                -           0.0000          -
29010.81/1477.78	c      1478             88          84        20                -           0.0000          -
29136.42/1484.05	c      1484             88          84        20                -           0.0000          -
29258.14/1490.22	c      1490             88          84        20                -           0.0000          -
29359.08/1495.34	c      1495             88          84        20                -           0.0000          -
29499.58/1502.47	c      1502             88          84        20                -           0.0000          -
29659.86/1510.59	c      1511             88          84        20                -           0.0000          -
29791.33/1517.18	c      1517             88          84        20                -           0.0000          -
29907.94/1523.04	c      1523             88          84        20                -           0.0000          -
30069.54/1531.26	c      1531             88          84        20                -           0.0000          -
30184.94/1537.06	c      1537             88          84        20                -           0.0000          -
30291.12/1542.43	c      1542             88          84        20                -           0.0000          -
30459.37/1550.93	c      1551             88          84        20                -           0.0000          -
30633.66/1559.74	c      1560             88          84        20                -           0.0000          -
30831.49/1569.72	c      1570             88          84        20                -           0.0000          -
30993.64/1577.96	c      1578             88          84        20                -           0.0000          -
31120.31/1584.33	c      1584             88          84        20                -           0.0000          -
31245.04/1590.68	c      1591             88          84        20                -           0.0000          -
31357.83/1596.40	c      1596             88          84        20                -           0.0000          -
31458.77/1601.46	c      1601             88          84        20                -           0.0000          -
31563.69/1606.70	c      1607             88          84        20                -           0.0000          -
31662.65/1611.71	c      1612             88          84        20                -           0.0000          -
31763.60/1616.82	c      1617             88          84        20                -           0.0000          -
31869.03/1622.19	c      1622             88          84        20                -           0.0000          -
31971.24/1627.36	c      1627             88          84        20                -           0.0000          -
32082.07/1632.96	c      1633             88          84        20                -           0.0000          -
32205.42/1639.20	c      1639             88          84        20                -           0.0000          -
32319.47/1644.91	c      1645             88          84        20                -           0.0000          -
32457.53/1652.02	c      1652             88          84        20                -           0.0000          -
32562.19/1657.25	c      1657             88          84        20                -           0.0000          -
32662.97/1662.37	c      1662             88          84        20                -           0.0000          -
32767.76/1667.66	c      1668             88          84        20                -           0.0000          -
32874.98/1673.11	c      1673             88          84        20                -           0.0000          -
32976.95/1678.22	c      1678             88          84        20                -           0.0000          -
33075.77/1683.28	c      1683             88          84        20                -           0.0000          -
33178.60/1688.42	c      1688             88          84        20                -           0.0000          -
33283.46/1693.79	c      1694             88          84        20                -           0.0000          -
33392.09/1699.21	c      1699             88          84        20                -           0.0000          -
33492.90/1704.39	c      1704             88          84        20                -           0.0000          -
33603.51/1709.94	c      1710             88          84        20                -           0.0000          -
33708.44/1715.30	c      1715             88          84        20                -           0.0000          -
33813.23/1720.51	c      1721             88          84        20                -           0.0000          -
33912.18/1725.58	c      1726             88          84        20                -           0.0000          -
34015.13/1730.78	c      1731             88          84        20                -           0.0000          -
34157.65/1737.92	c      1738             88          84        20                -           0.0000          -
34268.53/1743.59	c      1744             88          84        20                -           0.0000          -
34395.21/1750.01	c      1750             88          84        20                -           0.0000          -
34538.44/1757.16	c      1757             88          84        20                -           0.0000          -
34642.63/1762.41	c      1762             88          84        20                -           0.0000          -
34741.61/1767.47	c      1767             88          84        20                -           0.0000          -
34846.54/1772.79	c      1773             88          84        20                -           0.0000          -
34961.20/1778.50	c      1778             88          84        20                -           0.0000          -
35062.07/1783.64	c      1784             88          84        20                -           0.0000          -
35164.87/1788.80	c      1789             88          84        20                -           0.0000          -
35273.61/1794.37	c      1794             88          84        20                -           0.0000          -
35378.40/1799.69	c      1800             88          84        20                -           0.0000          -
35479.12/1804.78	c      1805             88          84        20                -           0.0000          -
35593.87/1810.50	c      1810             88          84        20                -           0.0000          -
35703.63/1816.14	c      1816             87          86        20                -           0.0000          -
35811.65/1821.59	c      1822             87          86        20                -           0.0000          -
35916.58/1826.85	c      1827             87          86        20                -           0.0000          -
36017.50/1831.99	c      1832             87          86        20                -           0.0000          -
36142.16/1838.23	c      1838             87          86        20                -           0.0000          -
36262.65/1844.32	c      1844             87          86        20                -           0.0000          -
36363.56/1849.44	c      1849             87          86        20                -           0.0000          -
36492.23/1855.93	c      1856             87          86        20                -           0.0000          -
36594.06/1861.05	c      1861             87          86        20                -           0.0000          -
36700.05/1866.41	c      1866             87          86        20                -           0.0000          -
36798.61/1871.44	c      1871             87          86        20                -           0.0000          -
36897.44/1876.49	c      1876             87          86        20                -           0.0000          -
37006.03/1881.96	c      1882             87          86        20                -           0.0000          -
37120.71/1887.78	c      1888             87          86        20                -           0.0000          -
37221.60/1892.85	c      1893             87          86        20                -           0.0000          -
37338.28/1898.75	c      1899             87          86        20                -           0.0000          -
37444.05/1904.15	c      1904             87          86        20                -           0.0000          -
37549.98/1909.49	c      1909             87          86        20                -           0.0000          -
37658.86/1914.94	c      1915             87          86        20                -           0.0000          -
37783.51/1921.28	c      1921             87          86        20                -           0.0000          -
37892.33/1926.74	c      1927             87          86        20                -           0.0000          -
37991.04/1931.77	c      1932             87          86        20                -           0.0000          -
38093.97/1937.00	c      1937             87          86        20                -           0.0000          -
38198.84/1942.23	c      1942             87          86        20                -           0.0000          -
38301.67/1947.49	c      1947             87          86        20                -           0.0000          -
38402.64/1952.52	c      1953             87          86        20                -           0.0000          -
38503.37/1957.64	c      1958             87          86        20                -           0.0000          -
38604.31/1962.71	c      1963             87          86        20                -           0.0000          -
38709.85/1968.11	c      1968             87          86        20                -           0.0000          -
38814.12/1973.39	c      1973             87          86        20                -           0.0000          -
38930.94/1979.29	c      1979             87          86        20                -           0.0000          -
39041.57/1984.82	c      1985             87          86        20                -           0.0000          -
39142.54/1990.02	c      1990             87          86        20                -           0.0000          -
39244.46/1995.13	c      1995             87          86        20                -           0.0000          -
39350.23/2000.42	c      2000             87          86        20                -           0.0000          -
39449.15/2005.43	c      2005             87          86        20                -           0.0000          -
39553.99/2010.75	c      2011             93          94        20                -           0.0000          -
39654.68/2015.89	c      2016             93          94        20                -           0.0000          -
39755.50/2020.95	c      2021             93          94        20                -           0.0000          -
39862.39/2026.37	c      2026             93          94        20                -           0.0000          -
39963.34/2031.45	c      2031             93          94        20                -           0.0000          -
40072.23/2036.99	c      2037             93          94        20                -           0.0000          -
40175.90/2042.14	c      2042             93          94        20                -           0.0000          -
40289.99/2048.02	c      2048             93          94        20                -           0.0000          -
40402.69/2053.62	c      2054             93          94        20                -           0.0000          -
40505.64/2058.82	c      2059             93          94        20                -           0.0000          -
40609.47/2064.12	c      2064             93          94        20                -           0.0000          -
40711.38/2069.20	c      2069             93          94        20                -           0.0000          -
40817.96/2074.69	c      2075             93          94        20                -           0.0000          -
40927.51/2080.16	c      2080             93          94        20                -           0.0000          -
41035.64/2085.62	c      2086             93          94        20                -           0.0000          -
41146.27/2091.27	c      2091             93          94        20                -           0.0000          -
41259.03/2097.04	c      2097             93          94        20                -           0.0000          -
41369.68/2102.54	c      2103             93          94        20                -           0.0000          -
41482.39/2108.26	c      2108             93          94        20                -           0.0000          -
41587.35/2113.52	c      2114             93          94        20                -           0.0000          -
41700.08/2119.22	c      2119             93          94        20                -           0.0000          -
41850.40/2126.85	c      2127             93          94        20                -           0.0000          -
41955.90/2132.14	c      2132             93          94        20                -           0.0000          -
42092.38/2139.09	c      2139             93          94        20                -           0.0000          -
42206.37/2144.82	c      2145             93          94        20                -           0.0000          -
42338.98/2151.54	c      2152             93          94        20                -           0.0000          -
42443.89/2156.82	c      2157             93          94        20                -           0.0000          -
42556.72/2162.54	c      2163             93          94        20                -           0.0000          -
42655.69/2167.60	c      2168             93          94        20                -           0.0000          -
42760.63/2172.83	c      2173             93          94        20                -           0.0000          -
42867.20/2178.21	c      2178             93          94        20                -           0.0000          -
42968.15/2183.33	c      2183             93          94        20                -           0.0000          -
43075.04/2188.75	c      2189             93          94        20                -           0.0000          -
43177.97/2193.96	c      2194             93          94        20                -           0.0000          -
43279.46/2199.10	c      2199             93          94        20                -           0.0000          -
43383.71/2204.30	c      2204             93          94        20                -           0.0000          -
43488.40/2209.67	c      2210             93          94        20                -           0.0000          -
43597.84/2215.14	c      2215             93          94        20                -           0.0000          -
43702.03/2220.40	c      2220             93          94        20                -           0.0000          -
43804.91/2225.64	c      2226             93          94        20                -           0.0000          -
43925.63/2231.73	c      2232             93          94        20                -           0.0000          -
44072.65/2239.17	c      2239            110         107        20                -           0.0000          -
44176.94/2244.46	c      2244            110         107        20                -           0.0000          -
44305.60/2250.93	c      2251            110         107        20                -           0.0000          -
44404.59/2255.98	c      2256            110         107        20                -           0.0000          -
44503.49/2261.02	c      2261            110         107        20                -           0.0000          -
44614.23/2266.53	c      2267             94          93        20                -           0.0000          -
44717.14/2271.71	c      2272             94          93        20                -           0.0000          -
44816.04/2276.72	c      2277            113         110        20                -           0.0000          -
44914.82/2281.76	c      2282            113         110        20                -           0.0000          -
45025.43/2287.35	c      2287            113         110        20                -           0.0000          -
45128.33/2292.51	c      2293            113         110        20                -           0.0000          -
45231.05/2297.77	c      2298            113         110        20                -           0.0000          -
45332.05/2302.89	c      2303            113         110        20                -           0.0000          -
45446.68/2308.62	c      2309            113         110        20                -           0.0000          -
45551.60/2314.00	c      2314            113         110        20                -           0.0000          -
45666.19/2319.76	c      2320            113         110        20                -           0.0000          -
45791.56/2326.04	c      2326            113         110        20                -           0.0000          -
45903.68/2331.76	c      2332            113         110        20                -           0.0000          -
46016.50/2337.43	c      2337            113         110        20                -           0.0000          -
46121.40/2342.70	c      2343            113         110        20                -           0.0000          -
46224.19/2347.99	c      2348            113         110        20                -           0.0000          -
46333.08/2353.46	c      2353            113         110        20                -           0.0000          -
46435.94/2358.62	c      2359            113         110        20                -           0.0000          -
46538.85/2363.88	c      2364            113         110        20                -           0.0000          -
46642.57/2369.05	c      2369            113         110        20                -           0.0000          -
46743.50/2374.19	c      2374            113         110        20                -           0.0000          -
46855.28/2379.85	c      2380            281         277        20                -           0.0000          -
46956.22/2385.03	c      2385            101         100        20                -           0.0000          -
47070.81/2390.80	c      2391            101         100        20                -           0.0000          -
47176.01/2396.11	c      2396            101         100        20                -           0.0000          -
47280.40/2401.36	c      2401            101         100        20                -           0.0000          -
47387.05/2406.74	c      2407            101         100        20                -           0.0000          -
47489.82/2411.98	c      2412            101         100        20                -           0.0000          -
47602.60/2417.66	c      2418            101         100        20                -           0.0000          -
47707.53/2422.93	c      2423            101         100        20                -           0.0000          -
47816.07/2428.45	c      2428            117         114        20                -           0.0000          -
47920.99/2433.79	c      2434            117         114        20                -           0.0000          -
48021.85/2438.90	c      2439            117         114        20                -           0.0000          -
48128.75/2444.30	c      2444            117         114        20                -           0.0000          -
48259.43/2450.81	c      2451            117         114        20                -           0.0000          -
48365.26/2456.15	c      2456            117         114        20                -           0.0000          -
48467.21/2461.37	c      2461            145         146        20                -           0.0000          -
48569.95/2466.54	c      2467            145         146        20                -           0.0000          -
48672.89/2471.75	c      2472            145         146        20                -           0.0000          -
48785.63/2477.45	c      2477            145         146        20                -           0.0000          -
48890.54/2482.78	c      2483            145         146        20                -           0.0000          -
48996.06/2488.03	c      2488            145         146        20                -           0.0000          -
49096.98/2493.15	c      2493            145         146        20                -           0.0000          -
49201.09/2498.40	c      2498            145         146        20                -           0.0000          -
49310.00/2503.96	c      2504            145         146        20                -           0.0000          -
49416.85/2509.34	c      2509            145         146        20                -           0.0000          -
49519.80/2514.57	c      2515            145         146        20                -           0.0000          -
49644.52/2520.82	c      2521            145         146        20                -           0.0000          -
49748.07/2526.13	c      2526            145         146        20                -           0.0000          -
49860.24/2531.76	c      2532            145         146        20                -           0.0000          -
49987.76/2538.16	c      2538            145         146        20                -           0.0000          -
50087.91/2543.25	c      2543            145         146        20                -           0.0000          -
50188.90/2548.31	c      2548            145         146        20                -           0.0000          -
50289.88/2553.48	c      2553            145         146        20                -           0.0000          -
50401.34/2559.04	c      2559            145         146        20                -           0.0000          -
50515.25/2564.85	c      2565            145         146        20                -           0.0000          -
50630.00/2570.61	c      2571            145         146        20                -           0.0000          -
50737.65/2576.08	c      2576            145         146        20                -           0.0000          -
50841.83/2581.36	c      2581            145         146        20                -           0.0000          -
50948.79/2586.76	c      2587            145         146        20                -           0.0000          -
51049.79/2591.87	c      2592            145         146        20                -           0.0000          -
51153.45/2597.08	c      2597            145         146        20                -           0.0000          -
51274.20/2603.18	c      2603            145         146        20                -           0.0000          -
51378.31/2608.40	c      2608            145         146        20                -           0.0000          -
51504.95/2614.90	c      2615            145         146        20                -           0.0000          -
51608.45/2620.05	c      2620            145         146        20                -           0.0000          -
51716.56/2625.56	c      2626            145         146        20                -           0.0000          -
51823.41/2630.92	c      2631            145         146        20                -           0.0000          -
51930.25/2636.37	c      2636            145         146        20                -           0.0000          -
52033.15/2641.58	c      2642            145         146        20                -           0.0000          -
52138.06/2646.83	c      2647            145         146        20                -           0.0000          -
52252.52/2652.62	c      2653            145         146        20                -           0.0000          -
52363.10/2658.25	c      2658            122         119        20                -           0.0000          -
52464.05/2663.34	c      2663            122         119        20                -           0.0000          -
52566.97/2668.53	c      2669            122         119        20                -           0.0000          -
52665.96/2673.59	c      2674            122         119        20                -           0.0000          -
52768.76/2678.71	c      2679            122         119        20                -           0.0000          -
52869.76/2683.88	c      2684            122         119        20                -           0.0000          -
52970.60/2689.02	c      2689            122         119        20                -           0.0000          -
53075.31/2694.24	c      2694            122         119        20                -           0.0000          -
53176.16/2699.31	c      2699            122         119        20                -           0.0000          -
53280.99/2704.60	c      2705            122         119        20                -           0.0000          -
53385.88/2709.90	c      2710            155         154        20                -           0.0000          -
53487.47/2715.13	c      2715            155         154        20                -           0.0000          -
53595.67/2720.56	c      2721            155         154        20                -           0.0000          -
53694.58/2725.58	c      2726            155         154        20                -           0.0000          -
53797.37/2730.74	c      2731            155         154        20                -           0.0000          -
53900.28/2735.95	c      2736            155         154        20                -           0.0000          -
54006.98/2741.30	c      2741            155         154        20                -           0.0000          -
54111.79/2746.70	c      2747            155         154        20                -           0.0000          -
54224.45/2752.34	c      2752            155         154        20                -           0.0000          -
54329.26/2757.69	c      2758            155         154        20                -           0.0000          -
54434.14/2762.97	c      2763            155         154        20                -           0.0000          -
54535.68/2768.09	c      2768            155         154        20                -           0.0000          -
54637.97/2773.25	c      2773            155         154        20                -           0.0000          -
54756.73/2779.20	c      2779            155         154        20                -           0.0000          -
54855.73/2784.28	c      2784            155         154        20                -           0.0000          -
54958.62/2789.47	c      2789            155         154        20                -           0.0000          -
55063.50/2794.72	c      2795            155         154        20                -           0.0000          -
55164.38/2799.87	c      2800            155         154        20                -           0.0000          -
55263.28/2804.88	c      2805            155         154        20                -           0.0000          -
55364.15/2809.91	c      2810            155         154        20                -           0.0000          -
55469.06/2815.25	c      2815            155         154        20                -           0.0000          -
55575.89/2820.62	c      2821            155         154        20                -           0.0000          -
55686.69/2826.26	c      2826            155         154        20                -           0.0000          -
55797.60/2831.82	c      2832            155         154        20                -           0.0000          -
55904.51/2837.27	c      2837            155         154        20                -           0.0000          -
56017.39/2843.00	c      2843            155         154        20                -           0.0000          -
56126.21/2848.47	c      2848            155         154        20                -           0.0000          -
56237.67/2854.10	c      2854            155         154        20                -           0.0000          -
56338.79/2859.16	c      2859            155         154        20                -           0.0000          -
56458.78/2865.29	c      2865            155         154        20                -           0.0000          -
56576.02/2871.14	c      2871            155         154        20                -           0.0000          -
56678.28/2876.37	c      2876            155         154        20                -           0.0000          -
56785.17/2881.76	c      2882            155         154        20                -           0.0000          -
56888.13/2887.02	c      2887            155         154        20                -           0.0000          -
57006.90/2893.02	c      2893            155         154        20                -           0.0000          -
57111.72/2898.23	c      2898            155         154        20                -           0.0000          -
57212.53/2903.36	c      2903            155         154        20                -           0.0000          -
57313.36/2908.41	c      2908            155         154        20                -           0.0000          -
57416.03/2913.65	c      2914            155         154        20                -           0.0000          -
57516.93/2918.77	c      2919            155         154        20                -           0.0000          -
57619.91/2923.93	c      2924            155         154        20                -           0.0000          -
57721.49/2929.12	c      2929            155         154        20                -           0.0000          -
57823.86/2934.26	c      2934            155         154        20                -           0.0000          -
57922.86/2939.29	c      2939            155         154        20                -           0.0000          -
58033.77/2944.90	c      2945            155         154        20                -           0.0000          -
58140.67/2950.28	c      2950            155         154        20                -           0.0000          -
58243.67/2955.43	c      2955            155         154        20                -           0.0000          -
58346.61/2960.60	c      2961            155         154        20                -           0.0000          -
58447.60/2965.74	c      2966            155         154        20                -           0.0000          -
58548.53/2970.88	c      2971            155         154        20                -           0.0000          -
58649.53/2976.00	c      2976            155         154        20                -           0.0000          -
58752.48/2981.13	c      2981            155         154        20                -           0.0000          -
58854.82/2986.35	c      2986            155         154        20                -           0.0000          -
58953.82/2991.38	c      2991            155         154        20                -           0.0000          -
59056.74/2996.59	c      2997            155         154        20                -           0.0000          -
59173.57/3002.47	c      3002            155         154        20                -           0.0000          -
59276.55/3007.67	c      3008            155         154        20                -           0.0000          -
59377.55/3012.70	c      3013            155         154        20                -           0.0000          -
59476.57/3017.75	c      3018            155         154        20                -           0.0000          -
59587.48/3023.38	c      3023            155         154        20                -           0.0000          -
59688.44/3028.46	c      3028            155         154        20                -           0.0000          -
59791.40/3033.61	c      3034            155         154        20                -           0.0000          -
59899.06/3039.08	c      3039            155         154        20                -           0.0000          -
60005.15/3044.48	c      3044            155         154        20                -           0.0000          -
60106.15/3049.57	c      3050            155         154        20                -           0.0000          -
60207.31/3054.68	c      3055            155         154        20                -           0.0000          -
60308.13/3059.78	c      3060            155         154        20                -           0.0000          -
60409.08/3064.88	c      3065            155         154        20                -           0.0000          -
60512.33/3070.08	c      3070            155         154        20                -           0.0000          -
60614.55/3075.23	c      3075            155         154        20                -           0.0000          -
60715.50/3080.31	c      3080            155         154        20                -           0.0000          -
60816.43/3085.41	c      3085            155         154        20                -           0.0000          -
60917.43/3090.59	c      3091            155         154        20                -           0.0000          -
61022.39/3095.80	c      3096            155         154        20                -           0.0000          -
61123.33/3101.01	c      3101            155         154        20                -           0.0000          -
61227.31/3106.19	c      3106            155         154        20                -           0.0000          -
61329.20/3111.35	c      3111            155         154        20                -           0.0000          -
61432.16/3116.56	c      3117            155         154        20                -           0.0000          -
61535.16/3121.74	c      3122            155         154        20                -           0.0000          -
61634.23/3126.78	c      3127            155         154        20                -           0.0000          -
61736.82/3131.92	c      3132            155         154        20                -           0.0000          -
61835.80/3136.98	c      3137            155         154        20                -           0.0000          -
61942.55/3142.35	c      3142            155         154        20                -           0.0000          -
62049.34/3147.79	c      3148            155         154        20                -           0.0000          -
62152.21/3152.97	c      3153            155         154        20                -           0.0000          -
62255.80/3158.15	c      3158            155         154        20                -           0.0000          -
62367.81/3163.84	c      3164            155         154        20                -           0.0000          -
62471.41/3169.10	c      3169            155         154        20                -           0.0000          -
62577.66/3174.43	c      3174            155         154        20                -           0.0000          -
62680.61/3179.65	c      3180            155         154        20                -           0.0000          -
62785.57/3184.98	c      3185            155         154        20                -           0.0000          -
62892.18/3190.30	c      3190            155         154        20                -           0.0000          -
62996.95/3195.67	c      3196            155         154        20                -           0.0000          -
63101.76/3200.97	c      3201            155         154        20                -           0.0000          -
63206.42/3206.20	c      3206            155         154        20                -           0.0000          -
63311.22/3211.59	c      3212            155         154        20                -           0.0000          -
63416.12/3216.88	c      3217            155         154        20                -           0.0000          -
63521.91/3222.17	c      3222            155         154        20                -           0.0000          -
63625.86/3227.47	c      3227            155         154        20                -           0.0000          -
63728.65/3232.67	c      3233            155         154        20                -           0.0000          -
63831.54/3237.82	c      3238            155         154        20                -           0.0000          -
63932.40/3243.03	c      3243            155         154        20                -           0.0000          -
64034.22/3248.10	c      3248            155         154        20                -           0.0000          -
64133.22/3253.13	c      3253            155         154        20                -           0.0000          -
64237.19/3258.31	c      3258            155         154        20                -           0.0000          -
64346.01/3263.90	c      3264            155         154        20                -           0.0000          -
64446.99/3269.02	c      3269            155         154        20                -           0.0000          -
64550.44/3274.15	c      3274            155         154        20                -           0.0000          -
64650.39/3279.23	c      3279            155         154        20                -           0.0000          -
64755.34/3284.51	c      3285            155         154        20                -           0.0000          -
64854.33/3289.60	c      3290            155         154        20                -           0.0000          -
64955.25/3294.66	c      3295            155         154        20                -           0.0000          -
65058.09/3299.81	c      3300            155         154        20                -           0.0000          -
65158.84/3304.90	c      3305            155         154        20                -           0.0000          -
65263.47/3310.21	c      3310            155         154        20                -           0.0000          -
65364.11/3315.37	c      3315            155         154        20                -           0.0000          -
65465.07/3320.41	c      3320            155         154        20                -           0.0000          -
65571.85/3325.88	c      3326            155         154        20                -           0.0000          -
65675.36/3331.07	c      3331            155         154        20                -           0.0000          -
65777.48/3336.28	c      3336            155         154        20                -           0.0000          -
65880.34/3341.45	c      3341            155         154        20                -           0.0000          -
65981.41/3346.54	c      3347            155         154        20                -           0.0000          -
66080.43/3351.59	c      3352            155         154        20                -           0.0000          -
66185.38/3356.80	c      3357            155         154        20                -           0.0000          -
66284.37/3361.89	c      3362            155         154        20                -           0.0000          -
66385.36/3366.96	c      3367            155         154        20                -           0.0000          -
66487.01/3372.11	c      3372            155         154        20                -           0.0000          -
66588.34/3377.15	c      3377            155         154        20                -           0.0000          -
66690.34/3382.34	c      3382            155         154        20                -           0.0000          -
66791.41/3387.41	c      3387            155         154        20                -           0.0000          -
66892.43/3392.50	c      3392            155         154        20                -           0.0000          -
66993.43/3397.68	c      3398            155         154        20                -           0.0000          -
67094.47/3402.74	c      3403            155         154        20                -           0.0000          -
67197.48/3407.97	c      3408            155         154        20                -           0.0000          -
67296.53/3412.99	c      3413            155         154        20                -           0.0000          -
67400.38/3418.14	c      3418            155         154        20                -           0.0000          -
67510.53/3423.70	c      3424            155         154        20                -           0.0000          -
67611.65/3428.84	c      3429            155         154        20                -           0.0000          -
67715.47/3434.13	c      3434            155         154        20                -           0.0000          -
67817.76/3439.29	c      3439            155         154        20                -           0.0000          -
67920.80/3444.40	c      3444            155         154        20                -           0.0000          -
68021.91/3449.55	c      3450            155         154        20                -           0.0000          -
68123.00/3454.70	c      3455            155         154        20                -           0.0000          -
68226.04/3459.86	c      3460            155         154        20                -           0.0000          -
68327.13/3464.99	c      3465            155         154        20                -           0.0000          -
68429.09/3470.09	c      3470            155         154        20                -           0.0000          -
68531.32/3475.20	c      3475            155         154        20                -           0.0000          -
68630.43/3480.26	c      3480            155         154        20                -           0.0000          -
68735.49/3485.52	c      3486            155         154        20                -           0.0000          -
68838.54/3490.71	c      3491            155         154        20                -           0.0000          -
68941.54/3495.96	c      3496            155         154        20                -           0.0000          -
69046.52/3501.26	c      3501            155         154        20                -           0.0000          -
69147.58/3506.34	c      3506            155         154        20                -           0.0000          -
69248.63/3511.49	c      3511            155         154        20                -           0.0000          -
69365.55/3517.31	c      3517            155         154        20                -           0.0000          -
69466.58/3522.48	c      3522            155         154        20                -           0.0000          -
69571.58/3527.73	c      3528            155         154        20                -           0.0000          -
69672.57/3532.86	c      3533            155         154        20                -           0.0000          -
69771.52/3537.89	c      3538            155         154        20                -           0.0000          -
69875.43/3543.13	c      3543            155         154        20                -           0.0000          -
69977.03/3548.25	c      3548            155         154        20                -           0.0000          -
70077.63/3553.36	c      3553            155         154        20                -           0.0000          -
70178.41/3558.42	c      3558            155         154        20                -           0.0000          -
70279.21/3563.50	c      3564            155         154        20                -           0.0000          -
70378.01/3568.54	c      3569            155         154        20                -           0.0000          -
70478.62/3573.61	c      3574            155         154        20                -           0.0000          -
70588.23/3579.19	c      3579            155         154        20                -           0.0000          -
70687.97/3584.21	c      3584            155         154        20                -           0.0000          -
70792.68/3589.55	c      3590            155         154        20                -           0.0000          -
70897.43/3594.86	c      3595            155         154        20                -           0.0000          -
71006.12/3600.36	c      3600            155         154        20                -           0.0000          -
71116.73/3605.96	c      3606            155         154        20                -           0.0000          -
71218.28/3611.13	c      3611            155         154        20                -           0.0000          -
71324.20/3616.43	c      3616            155         154        20                -           0.0000          -
71426.96/3621.60	c      3622            155         154        20                -           0.0000          -
71531.62/3626.91	c      3627            155         154        20                -           0.0000          -
71630.41/3632.01	c      3632            155         154        20                -           0.0000          -
71741.02/3637.56	c      3638            155         154        20                -           0.0000          -
71850.55/3643.09	c      3643            155         154        20                -           0.0000          -
71952.40/3648.23	c      3648            155         154        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 (155875 MiB free)
  memory of node 1: 193531 MiB (150166 MiB free)
  memory of node 2: 193531 MiB (140420 MiB free)
  memory of node 3: 193493 MiB (63992 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-4467783-1723620934/watcher-4467783-1723620934 -o /tmp/evaluation-result-4467783-1723620934/solver-4467783-1723620934 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723616957-785111 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467783-1723620934.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100102 s]*
/proc/loadavg: 59.85 63.06 71.60 43/962 787739
/proc/meminfo: memFree=522667448/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=64956 memory=52620 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) R 787735 787738 785101 0 -1 4194304 11081 0 0 0 9 1 0 0 20 0 1 0 128676145 66514944 13155 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 16239 13155 2331 3035 0 12635 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 64956 KiB
Current children cumulated memory: 52620 KiB

[startup+0.219691 s]*
/proc/loadavg: 59.85 63.06 71.60 43/962 787739
/proc/meminfo: memFree=522574224/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=104976 memory=92368 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) R 787735 787738 785101 0 -1 4194304 21060 0 0 0 20 2 0 0 20 0 1 0 128676145 107495424 23092 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 26244 23092 2331 3035 0 22640 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 104976 KiB
Current children cumulated memory: 92368 KiB

[startup+0.319288 s]*
/proc/loadavg: 59.85 63.06 71.60 43/962 787739
/proc/meminfo: memFree=522580980/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=135036 memory=122420 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) R 787735 787738 785101 0 -1 4194304 28554 0 0 0 29 3 0 0 20 0 1 0 128676145 138276864 30605 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 33759 30605 2331 3035 0 30155 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 135036 KiB
Current children cumulated memory: 122420 KiB

[startup+0.700278 s]
/proc/loadavg: 59.85 63.06 71.60 44/962 787739
/proc/meminfo: memFree=523050852/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=346768 memory=331312 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) R 787735 787738 785101 0 -1 4194304 81179 0 0 0 57 12 0 0 20 0 1 0 128676145 355090432 82828 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 86692 82828 2630 3035 0 83088 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 346768 KiB
Current children cumulated memory: 331312 KiB

[startup+1.5003 s]
/proc/loadavg: 58.42 62.71 71.44 43/966 787749
/proc/meminfo: memFree=524086604/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=532384 memory=514648 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) R 787735 787738 785101 0 -1 4194304 102572 0 0 0 130 18 0 0 20 0 1 0 128676145 545161216 128662 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 133096 128662 2694 3035 0 129492 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 532384 KiB
Current children cumulated memory: 514648 KiB

[startup+3.11966 s]
/proc/loadavg: 58.42 62.71 71.44 43/966 787749
/proc/meminfo: memFree=522403268/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=512428 memory=493008 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) R 787735 787738 785101 0 -1 4194304 127341 0 0 0 287 23 0 0 20 0 1 0 128676145 524726272 123252 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 128107 123252 2758 3035 0 124503 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 512428 KiB
Current children cumulated memory: 493008 KiB

[startup+6.30049 s]
/proc/loadavg: 57.10 62.37 71.28 43/986 787769
/proc/meminfo: memFree=520516956/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=2689444 memory=1177992 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) S 787735 787738 785101 0 -1 1077936128 241717 0 0 0 580 47 0 0 20 0 21 0 128676145 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 672361 294498 2790 3035 0 349381 0
[pid=787738/tid=787750] ppid=787735 vsize=2689444 memory=946872 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787750/stat : 787750 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676680 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787751] ppid=787735 vsize=2689444 memory=827728 CPUtime=0.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787751/stat : 787751 (fscip) S 787735 787738 785101 0 -1 1077936192 32063 0 0 0 22 4 0 0 20 0 21 0 128676680 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787752] ppid=787735 vsize=2689444 memory=493540 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787752/stat : 787752 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676680 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787753] ppid=787735 vsize=2689444 memory=16240 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787753/stat : 787753 (fscip) R 787735 787738 785101 0 -1 4194368 7023 0 0 0 2 0 0 0 20 0 21 0 128676680 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787754] ppid=787735 vsize=2689444 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787754/stat : 787754 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676680 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787755] ppid=787735 vsize=2689444 memory=0 CPUtime=0.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787755/stat : 787755 (fscip) S 787735 787738 785101 0 -1 1077936192 32061 0 0 0 22 5 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787756] ppid=787735 vsize=2689444 memory=2212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787756/stat : 787756 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787757] ppid=787735 vsize=2689444 memory=52948 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787757/stat : 787757 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787758] ppid=787735 vsize=2689444 memory=1952 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787758/stat : 787758 (fscip) S 787735 787738 785101 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787759] ppid=787735 vsize=2689444 memory=279528014718288 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787759/stat : 787759 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787760] ppid=787735 vsize=2689444 memory=279528014433072 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787760/stat : 787760 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787761] ppid=787735 vsize=2689444 memory=1852 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787761/stat : 787761 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787762] ppid=787735 vsize=2689444 memory=33108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787762/stat : 787762 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787763] ppid=787735 vsize=2689444 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787763/stat : 787763 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787764] ppid=787735 vsize=2689444 memory=25992 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787764/stat : 787764 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787765] ppid=787735 vsize=2689444 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787765/stat : 787765 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787766] ppid=787735 vsize=2689444 memory=6232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787766/stat : 787766 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787767] ppid=787735 vsize=2689444 memory=19860 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787767/stat : 787767 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787768] ppid=787735 vsize=2689444 memory=32244 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787768/stat : 787768 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787769] ppid=787735 vsize=2689444 memory=28720 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787769/stat : 787769 (fscip) S 787735 787738 785101 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128676681 2753990656 294498 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2689444 KiB
Current children cumulated memory: 1177992 KiB

[startup+12.7093 s]
/proc/loadavg: 55.97 62.05 71.13 62/1006 787790
/proc/meminfo: memFree=510859408/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=13076980 memory=11020428 CPUtime=37.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) S 787735 787738 785101 0 -1 1077936128 2037645 0 0 0 3227 483 0 0 20 0 41 0 128676145 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
/proc/787738/statm: 3269245 2755107 2806 3035 0 2896170 0
[pid=787738/tid=787750] ppid=787735 vsize=13076980 memory=25992 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787750/stat : 787750 (fscip) R 787735 787738 785101 0 -1 4194368 93399 0 0 0 134 24 0 0 20 0 41 0 128676680 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787751] ppid=787735 vsize=13076980 memory=0 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787751/stat : 787751 (fscip) R 787735 787738 785101 0 -1 4194368 92474 0 0 0 132 23 0 0 20 0 41 0 128676680 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787752] ppid=787735 vsize=13076980 memory=32244 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787752/stat : 787752 (fscip) D 787735 787738 785101 0 -1 4194368 93712 0 0 0 135 20 0 0 20 0 41 0 128676680 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787753] ppid=787735 vsize=13076980 memory=2212 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787753/stat : 787753 (fscip) R 787735 787738 785101 0 -1 4194368 93398 0 0 0 134 24 0 0 20 0 41 0 128676680 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787754] ppid=787735 vsize=13076980 memory=16240 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787754/stat : 787754 (fscip) R 787735 787738 785101 0 -1 4194368 94184 0 0 0 134 21 0 0 20 0 41 0 128676680 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787755] ppid=787735 vsize=13076980 memory=0 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787755/stat : 787755 (fscip) R 787735 787738 785101 0 -1 4194368 92481 0 0 0 133 22 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787756] ppid=787735 vsize=13076980 memory=6944656425123094137 CPUtime=1.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787756/stat : 787756 (fscip) R 787735 787738 785101 0 -1 4194368 93399 0 0 0 135 22 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787757] ppid=787735 vsize=13076980 memory=0 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787757/stat : 787757 (fscip) D 787735 787738 785101 0 -1 4194368 94183 0 0 0 132 23 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787758] ppid=787735 vsize=13076980 memory=16240 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787758/stat : 787758 (fscip) D 787735 787738 785101 0 -1 4194368 93366 0 0 0 132 23 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787759] ppid=787735 vsize=13076980 memory=0 CPUtime=1.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787759/stat : 787759 (fscip) R 787735 787738 785101 0 -1 4194368 93397 0 0 0 140 20 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787760] ppid=787735 vsize=13076980 memory=1130016 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787760/stat : 787760 (fscip) D 787735 787738 785101 0 -1 4194368 92267 0 0 0 133 22 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787761] ppid=787735 vsize=13076980 memory=0 CPUtime=1.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787761/stat : 787761 (fscip) R 787735 787738 785101 0 -1 4194368 93725 0 0 0 136 20 0 0 20 0 41 0 128676681 13390827520 2755107 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787762] ppid=787735 vsize=13076980 memory=279528015099952 CPUtime=1.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787762/stat : 787762 (fscip) R 787735 787738 785101 0 -1 4194368 93398 0 0 0 137 22 0 0 20 0 41 0 128676681 13390827520 2755619 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787763] ppid=787735 vsize=13076980 memory=57910 CPUtime=1.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787763/stat : 787763 (fscip) R 787735 787738 785101 0 -1 4194368 92499 0 0 0 132 22 0 0 20 0 41 0 128676681 13390827520 2756131 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787764] ppid=787735 vsize=13076980 memory=1414351094373861289 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787764/stat : 787764 (fscip) R 787735 787738 785101 0 -1 4194368 93690 0 0 0 134 21 0 0 20 0 41 0 128676681 13390827520 2756197 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787765] ppid=787735 vsize=13076980 memory=5992120 CPUtime=1.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787765/stat : 787765 (fscip) R 787735 787738 785101 0 -1 4194368 93398 0 0 0 134 22 0 0 20 0 41 0 128676681 13390827520 2756197 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787766] ppid=787735 vsize=13076980 memory=0 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787766/stat : 787766 (fscip) R 787735 787738 785101 0 -1 4194368 94170 0 0 0 134 21 0 0 20 0 41 0 128676681 13390827520 2756263 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787767] ppid=787735 vsize=13076980 memory=0 CPUtime=1.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787767/stat : 787767 (fscip) R 787735 787738 785101 0 -1 4194368 93729 0 0 0 135 21 0 0 20 0 41 0 128676681 13390827520 2756263 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787768] ppid=787735 vsize=13076980 memory=33108 CPUtime=1.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787768/stat : 787768 (fscip) R 787735 787738 785101 0 -1 4194368 93750 0 0 0 135 22 0 0 20 0 41 0 128676681 13390827520 2756263 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787769] ppid=787735 vsize=13076980 memory=0 CPUtime=1.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787769/stat : 787769 (fscip) R 787735 787738 785101 0 -1 4194368 92473 0 0 0 133 22 0 0 20 0 41 0 128676681 13390827520 2756263 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787771] ppid=787735 vsize=13076980 memory=6232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787771/stat : 787771 (fscip) S 787735 787738 785101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128677272 13390827520 2756329 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787772] ppid=787735 vsize=13076980 memory=19860 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787772/stat : 787772 (fscip) S 787735 787738 785101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128677272 13390827520 2756329 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787773] ppid=787735 vsize=13076980 memory=279528014810480 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787773/stat : 787773 (fscip) S 787735 787738 785101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128677272 13390827520 2756329 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0

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

/proc/787738/task/787757/stat : 787757 (fscip) D 787735 787738 785101 0 -1 1077937220 5529862 0 0 0 359215 953 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787758] ppid=787735 vsize=73126104 memory=7450195477630905199 CPUtime=3587.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787758/stat : 787758 (fscip) D 787735 787738 785101 0 -1 1077937220 4261440 0 0 0 357748 1033 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787759] ppid=787735 vsize=73126104 memory=7450195477630905199 CPUtime=3603.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787759/stat : 787759 (fscip) D 787735 787738 785101 0 -1 1077937220 4629757 0 0 0 359744 622 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787760] ppid=787735 vsize=73126104 memory=7741519965434439529 CPUtime=3605.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787760/stat : 787760 (fscip) D 787735 787738 785101 0 -1 1077937220 6245787 0 0 0 359481 1057 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787761] ppid=787735 vsize=73126104 memory=-4546129931942301828 CPUtime=3599.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787761/stat : 787761 (fscip) D 787735 787738 785101 0 -1 1077937220 4259650 0 0 0 358842 1076 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787762] ppid=787735 vsize=73126104 memory=-7454403553323287134 CPUtime=3603.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787762/stat : 787762 (fscip) D 787735 787738 785101 0 -1 1077937220 4917922 0 0 0 359736 617 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787763] ppid=787735 vsize=73126104 memory=4638778398332769104 CPUtime=3605.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787763/stat : 787763 (fscip) D 787735 787738 785101 0 -1 1077937220 6137576 0 0 0 359479 1107 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787764] ppid=787735 vsize=73126104 memory=279528018378400 CPUtime=3603.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787764/stat : 787764 (fscip) D 787735 787738 785101 0 -1 1077937220 3903942 0 0 0 359307 1031 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787765] ppid=787735 vsize=73126104 memory=4132771212810548115 CPUtime=3601.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787765/stat : 787765 (fscip) D 787735 787738 785101 0 -1 1077937220 5132510 0 0 0 359483 647 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787766] ppid=787735 vsize=73126104 memory=-8412661042843906680 CPUtime=3594.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787766/stat : 787766 (fscip) D 787735 787738 785101 0 -1 1077937220 5847101 0 0 0 358297 1137 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787767] ppid=787735 vsize=73126104 memory=6525018278055875452 CPUtime=3591.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787767/stat : 787767 (fscip) D 787735 787738 785101 0 -1 1077937220 3786838 0 0 0 358130 1045 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787768] ppid=787735 vsize=73126104 memory=-8887691664127451308 CPUtime=3599.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787768/stat : 787768 (fscip) D 787735 787738 785101 0 -1 1077937220 5023558 0 0 0 359265 650 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787769] ppid=787735 vsize=73126104 memory=8027495264294496619 CPUtime=3603.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787769/stat : 787769 (fscip) D 787735 787738 785101 0 -1 1077937220 5011936 0 0 0 359416 961 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787771] ppid=787735 vsize=73126104 memory=8027495264294496619 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787771/stat : 787771 (fscip) D 787735 787738 785101 0 -1 1077937220 195 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787772] ppid=787735 vsize=73126104 memory=13936 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787772/stat : 787772 (fscip) D 787735 787738 785101 0 -1 1077937220 202 0 0 0 0 4 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787773] ppid=787735 vsize=73126104 memory=11720 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787773/stat : 787773 (fscip) D 787735 787738 785101 0 -1 1077937220 202 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787774] ppid=787735 vsize=73126104 memory=11716 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787774/stat : 787774 (fscip) D 787735 787738 785101 0 -1 1077937220 195 0 0 0 3 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787775] ppid=787735 vsize=73126104 memory=11764 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787775/stat : 787775 (fscip) D 787735 787738 785101 0 -1 1077937220 217 0 0 0 1 3 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787776] ppid=787735 vsize=73126104 memory=11648 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787776/stat : 787776 (fscip) D 787735 787738 785101 0 -1 1077937220 256 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787777] ppid=787735 vsize=73126104 memory=2660 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787777/stat : 787777 (fscip) D 787735 787738 785101 0 -1 1077937220 187 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787778] ppid=787735 vsize=73126104 memory=6564 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787778/stat : 787778 (fscip) D 787735 787738 785101 0 -1 1077937220 187 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787779] ppid=787735 vsize=73126104 memory=52239696 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787779/stat : 787779 (fscip) D 787735 787738 785101 0 -1 1077937220 252 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787780] ppid=787735 vsize=73126104 memory=2744 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787780/stat : 787780 (fscip) D 787735 787738 785101 0 -1 1077937220 250 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787781] ppid=787735 vsize=73126104 memory=6732 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787781/stat : 787781 (fscip) D 787735 787738 785101 0 -1 1077937220 195 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787782] ppid=787735 vsize=73126104 memory=40515652 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787782/stat : 787782 (fscip) D 787735 787738 785101 0 -1 1077937220 199 0 0 0 3 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787783] ppid=787735 vsize=73126104 memory=2608 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787783/stat : 787783 (fscip) D 787735 787738 785101 0 -1 1077937220 153 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787784] ppid=787735 vsize=73126104 memory=6776 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787784/stat : 787784 (fscip) D 787735 787738 785101 0 -1 1077937220 197 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787785] ppid=787735 vsize=73126104 memory=16115860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787785/stat : 787785 (fscip) D 787735 787738 785101 0 -1 1077937220 191 0 0 0 3 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787786] ppid=787735 vsize=73126104 memory=2628 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787786/stat : 787786 (fscip) D 787735 787738 785101 0 -1 1077937220 190 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787787] ppid=787735 vsize=73126104 memory=6316 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787787/stat : 787787 (fscip) D 787735 787738 785101 0 -1 1077937220 190 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787788] ppid=787735 vsize=73126104 memory=65136380 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787788/stat : 787788 (fscip) D 787735 787738 785101 0 -1 1077937220 185 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787789] ppid=787735 vsize=73126104 memory=9884 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787789/stat : 787789 (fscip) D 787735 787738 785101 0 -1 1077937220 187 0 0 0 0 4 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787790] ppid=787735 vsize=73126104 memory=-4421386521916760671 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787790/stat : 787790 (fscip) D 787735 787738 785101 0 -1 1077937220 200 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
Current children cumulated CPU time: 72002 s
Current children cumulated vsize: 73126104 KiB
Current children cumulated memory: 52239696 KiB

[startup+3652.7 s]
/proc/loadavg: 80.10 75.93 77.85 63/1022 789991
/proc/meminfo: memFree=519234912/790760804 swapFree=131071996/131071996
[pid=787738] ppid=787735 vsize=73126104 memory=52239696 CPUtime=72002.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/stat : 787738 (fscip) D 787735 787738 785101 0 -1 1077937156 100863881 0 0 0 7181474 18732 0 0 20 0 41 0 128676145 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
/proc/787738/statm: 18281526 13059924 3030 3035 0 17836852 0
[pid=787738/tid=787750] ppid=787735 vsize=73126104 memory=11636 CPUtime=3603.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787750/stat : 787750 (fscip) D 787735 787738 785101 0 -1 1077937220 4444791 0 0 0 359737 575 0 0 20 0 41 0 128676680 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787751] ppid=787735 vsize=73126104 memory=25333125866717268 CPUtime=3610.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787751/stat : 787751 (fscip) S 787735 787738 785101 0 -1 4195904 5774319 0 0 0 359732 1279 0 0 20 0 41 0 128676680 74881130496 13059924 809668444160 4194304 16622877 140737408074224 139873627230616 16179276 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 0
[pid=787738/tid=787752] ppid=787735 vsize=73126104 memory=279528014833568 CPUtime=3596.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787752/stat : 787752 (fscip) D 787735 787738 785101 0 -1 1077937220 6466817 0 0 0 358097 1550 0 0 20 0 41 0 128676680 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787753] ppid=787735 vsize=73126104 memory=52271936 CPUtime=3596.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787753/stat : 787753 (fscip) D 787735 787738 785101 0 -1 1077937220 4986798 0 0 0 359006 636 0 0 20 0 41 0 128676680 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787754] ppid=787735 vsize=73126104 memory=2300 CPUtime=3597.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787754/stat : 787754 (fscip) D 787735 787738 785101 0 -1 1077937220 5355190 0 0 0 358721 998 0 0 20 0 41 0 128676680 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787755] ppid=787735 vsize=73126104 memory=62 CPUtime=3591.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787755/stat : 787755 (fscip) D 787735 787738 785101 0 -1 1077937220 4482695 0 0 0 357995 1142 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787756] ppid=787735 vsize=73126104 memory=0 CPUtime=3599.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787756/stat : 787756 (fscip) D 787735 787738 785101 0 -1 1077937220 4489288 0 0 0 359407 560 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787757] ppid=787735 vsize=73126104 memory=7108 CPUtime=3601.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787757/stat : 787757 (fscip) D 787735 787738 785101 0 -1 1077937220 5529862 0 0 0 359215 953 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787758] ppid=787735 vsize=73126104 memory=279528016881776 CPUtime=3587.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787758/stat : 787758 (fscip) D 787735 787738 785101 0 -1 1077937220 4261440 0 0 0 357748 1033 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787759] ppid=787735 vsize=73126104 memory=0 CPUtime=3603.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787759/stat : 787759 (fscip) D 787735 787738 785101 0 -1 1077937220 4629757 0 0 0 359744 622 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787760] ppid=787735 vsize=73126104 memory=25333125866717268 CPUtime=3605.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787760/stat : 787760 (fscip) D 787735 787738 785101 0 -1 1077937220 6245787 0 0 0 359481 1057 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787761] ppid=787735 vsize=73126104 memory=0 CPUtime=3599.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787761/stat : 787761 (fscip) D 787735 787738 785101 0 -1 1077937220 4259650 0 0 0 358842 1076 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787762] ppid=787735 vsize=73126104 memory=52169664 CPUtime=3603.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787762/stat : 787762 (fscip) D 787735 787738 785101 0 -1 1077937220 4917922 0 0 0 359736 617 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787763] ppid=787735 vsize=73126104 memory=52169980 CPUtime=3605.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787763/stat : 787763 (fscip) D 787735 787738 785101 0 -1 1077937220 6137576 0 0 0 359479 1107 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787764] ppid=787735 vsize=73126104 memory=6720665441511359087 CPUtime=3603.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787764/stat : 787764 (fscip) D 787735 787738 785101 0 -1 1077937220 3903942 0 0 0 359307 1031 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787765] ppid=787735 vsize=73126104 memory=279528016332816 CPUtime=3601.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787765/stat : 787765 (fscip) D 787735 787738 785101 0 -1 1077937220 5132510 0 0 0 359483 647 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787766] ppid=787735 vsize=73126104 memory=279528017066976 CPUtime=3594.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787766/stat : 787766 (fscip) D 787735 787738 785101 0 -1 1077937220 5847101 0 0 0 358297 1137 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787767] ppid=787735 vsize=73126104 memory=279528018654096 CPUtime=3591.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787767/stat : 787767 (fscip) D 787735 787738 785101 0 -1 1077937220 3786838 0 0 0 358130 1045 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787768] ppid=787735 vsize=73126104 memory=279528015491824 CPUtime=3599.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787768/stat : 787768 (fscip) D 787735 787738 785101 0 -1 1077937220 5023558 0 0 0 359265 650 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787769] ppid=787735 vsize=73126104 memory=25333125866717268 CPUtime=3603.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787769/stat : 787769 (fscip) D 787735 787738 785101 0 -1 1077937220 5011936 0 0 0 359416 961 0 0 20 0 41 0 128676681 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787771] ppid=787735 vsize=73126104 memory=2208 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787771/stat : 787771 (fscip) D 787735 787738 785101 0 -1 1077937220 195 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787772] ppid=787735 vsize=73126104 memory=279528016376016 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787772/stat : 787772 (fscip) D 787735 787738 785101 0 -1 1077937220 202 0 0 0 0 4 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787773] ppid=787735 vsize=73126104 memory=5440 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787773/stat : 787773 (fscip) D 787735 787738 785101 0 -1 1077937220 202 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787774] ppid=787735 vsize=73126104 memory=2300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787774/stat : 787774 (fscip) D 787735 787738 785101 0 -1 1077937220 195 0 0 0 3 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787775] ppid=787735 vsize=73126104 memory=1692 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787775/stat : 787775 (fscip) D 787735 787738 785101 0 -1 1077937220 217 0 0 0 1 3 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787776] ppid=787735 vsize=73126104 memory=52239680 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787776/stat : 787776 (fscip) D 787735 787738 785101 0 -1 1077937220 256 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787777] ppid=787735 vsize=73126104 memory=16240 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787777/stat : 787777 (fscip) D 787735 787738 785101 0 -1 1077937220 187 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787778] ppid=787735 vsize=73126104 memory=52170328 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787778/stat : 787778 (fscip) D 787735 787738 785101 0 -1 1077937220 187 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787779] ppid=787735 vsize=73126104 memory=52170004 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787779/stat : 787779 (fscip) D 787735 787738 785101 0 -1 1077937220 252 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787780] ppid=787735 vsize=73126104 memory=52170328 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787780/stat : 787780 (fscip) D 787735 787738 785101 0 -1 1077937220 250 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787781] ppid=787735 vsize=73126104 memory=52239692 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787781/stat : 787781 (fscip) D 787735 787738 785101 0 -1 1077937220 195 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787782] ppid=787735 vsize=73126104 memory=41812 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787782/stat : 787782 (fscip) D 787735 787738 785101 0 -1 1077937220 199 0 0 0 3 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787783] ppid=787735 vsize=73126104 memory=52169664 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787783/stat : 787783 (fscip) D 787735 787738 785101 0 -1 1077937220 153 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787784] ppid=787735 vsize=73126104 memory=52170308 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787784/stat : 787784 (fscip) D 787735 787738 785101 0 -1 1077937220 197 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787785] ppid=787735 vsize=73126104 memory=52239680 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787785/stat : 787785 (fscip) D 787735 787738 785101 0 -1 1077937220 191 0 0 0 3 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787786] ppid=787735 vsize=73126104 memory=65099932 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787786/stat : 787786 (fscip) D 787735 787738 785101 0 -1 1077937220 190 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787787] ppid=787735 vsize=73126104 memory=52170080 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787787/stat : 787787 (fscip) D 787735 787738 785101 0 -1 1077937220 190 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787788] ppid=787735 vsize=73126104 memory=52239696 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787788/stat : 787788 (fscip) D 787735 787738 785101 0 -1 1077937220 185 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787789] ppid=787735 vsize=73126104 memory=11636 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787789/stat : 787789 (fscip) D 787735 787738 785101 0 -1 1077937220 187 0 0 0 0 4 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
[pid=787738/tid=787790] ppid=787735 vsize=73126104 memory=11636 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/787738/task/787790/stat : 787790 (fscip) D 787735 787738 785101 0 -1 1077937220 200 0 0 0 4 0 0 0 20 0 41 0 128677272 74881130496 13059924 809668444160 4194304 16622877 140737408074224 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42426368 140737408078823 140737408078939 140737408078939 140737408085967 24
Current children cumulated CPU time: 72002.1 s
Current children cumulated vsize: 73126104 KiB
Current children cumulated memory: 52239696 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3654.11
CPU time (s): 72003.5
CPU user time (s): 71814.8
CPU system time (s): 188.72
CPU usage (%): 1970.48
Max. virtual memory (cumulated for all children) (KiB): 73126104
Max. memory (cumulated for all children) (KiB): 52272192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71814.7
system time used= 188.72
maximum resident set size= 52273980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100863881
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= 3910226
involuntary context switches= 379865


# summary of solver processes directly reported to runsolver:
#   pid: 787738
#   total CPU time (s): 72003.5
#   total CPU user time (s): 71814.8
#   total CPU system time (s): 188.72

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5696 second user time and 90.9946 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-14 09:35:34
IDJOB=4467783
IDBENCH=155555
IDSOLVER=3097
FILE ID=nodeD103/4467783-1723620934
RUNJOBID= nodeD103-1723616957-785111
SLURM_JOB_ID= 8267906
Free space on /tmp= 8586300 MiB

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

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

MD5SUM BENCH= 71fdab66bbdfc1c9c6ce1eef27fb98d4
RANDOM SEED=283083004

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        522743748 kB
MemAvailable:   613061448 kB
Buffers:         1254780 kB
Cached:         91756692 kB
SwapCached:            0 kB
Active:         14911916 kB
Inactive:       247998428 kB
Active(anon):       2136 kB
Inactive(anon): 169935648 kB
Active(file):   14909780 kB
Inactive(file): 78062780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2311672 kB
Writeback:         16456 kB
AnonPages:      169890744 kB
Mapped:           138252 kB
Shmem:             38924 kB
KReclaimable:    1529712 kB
Slab:            2085232 kB
SReclaimable:    1529712 kB
SUnreclaim:       555520 kB
KernelStack:       16608 kB
PageTables:       355432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   77602560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1122432 kB
HardwareCorrupted:     0 kB
AnonHugePages:  58368000 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:     1042432 kB
DirectMap2M:    204976128 kB
DirectMap1G:    599785472 kB

Free space on /tmp at the end= 8586600 MiB
End job on nodeD103 at 2024-08-14 10:36:28