Trace number 4467802

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 3658.19

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 94996748, getVmSize() = 87289856, SCIPgetMemUsed() = 55902153, SCIPgetMemTotal() = 63779273, SCIPgetMemExternEstim() = 31217475
0.00/0.08	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
23.49/23.60	c ** Estimated virtualMemUsedAtSolver = 195998182, getVmSize() = 294551552, SCIPgetMemUsed() = 194087638, SCIPgetMemTotal() = 262779798, SCIPgetMemExternEstim() = 31217475
23.49/23.60	c ** set memory limit for solvers to 4.188e+11 for each SCIP **
23.49/23.60	c Original Problem   :
23.49/23.60	c   Problem name     : instance-4467802-1723241351
23.49/23.60	c   Variables        : 16065 (16065 binary, 0 integer, 0 implicit integer, 0 continuous)
23.49/23.60	c   Constraints      : 16337
23.49/23.60	c   Objective sense  : minimize
23.49/23.60	c Presolved Problem  :
23.49/23.60	c   Variables        : 14551 (14551 binary, 0 integer, 0 implicit integer, 0 continuous)
23.49/23.60	c   Constraints      : 14800
23.49/23.60	c Constraints        : Number
23.49/23.60	c   knapsack         : 1 
23.49/23.60	c   setppc           : 1821 
23.49/23.60	c   orbitope         : 1 
23.49/23.60	c   logicor          : 12977 
23.49/23.60	c ** Instance transfer method used: 0
23.49/23.64	c ** ParaScipInstance copy increased the number of variables. **
24.11/24.27	c LC is working with racing ramp-up and with rebuilding tree after racing.
24.11/24.28	c                                Nodes    Active                                            
24.11/24.28	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
12198.82/638.17	c       638              2           1        20                -           0.0000          -
12305.15/643.53	c       644            409         408        20                -           0.0000          -
12418.22/649.29	c       649            858         620        20                -           0.0000          -
12521.34/654.42	c       654           1426         676        20                -           0.0000          -
15622.62/810.92	c       811           1637         720        20                -           0.0000          -
15729.64/816.31	c       816           1637         720        20                -           0.0000          -
15840.69/822.00	c       822           1637         720        20                -           0.0000          -
15947.04/827.36	c       827           1637         720        20                -           0.0000          -
16476.27/854.07	c       854           1637         720        20                -           0.0000          -
16938.45/877.49	c       878           1637         720        20                -           0.0000          -
17079.18/884.50	c       885           1637         720        20                -           0.0000          -
17192.14/890.23	c       890           1637         720        20                -           0.0000          -
17298.15/895.67	c       896           1637         720        20                -           0.0000          -
17403.04/900.93	c       901           1637         720        20                -           0.0000          -
17508.08/906.28	c       906           1637         720        20                -           0.0000          -
17946.91/928.40	c       928           1637         720        20                -           0.0000          -
18240.28/943.23	c       943           1637         720        20                -           0.0000          -
18341.24/948.36	c       948           1637         720        20                -           0.0000          -
18458.17/954.25	c       954           1637         720        20                -           0.0000          -
18561.30/959.44	c       959           1637         720        20                -           0.0000          -
19032.90/983.20	c       983           1637         720        20                -           0.0000          -
19261.08/994.71	c       995           1637         720        20                -           0.0000          -
19367.06/1000.05	c      1000           1637         720        20                -           0.0000          -
19466.15/1005.11	c      1005           1637         720        20                -           0.0000          -
19568.57/1010.21	c      1010           1637         720        20                -           0.0000          -
19717.27/1017.70	c      1018           1637         720        20                -           0.0000          -
20036.48/1033.84	c      1034           1637         720        20                -           0.0000          -
20210.91/1042.69	c      1043           1637         720        20                -           0.0000          -
20398.02/1052.12	c      1052           1637         720        20                -           0.0000          -
20596.46/1062.10	c      1062           1637         720        20                -           0.0000          -
20881.33/1076.45	c      1076           1637         720        20                -           0.0000          -
21244.29/1094.73	c      1095           1637         720        20                -           0.0000          -
21363.28/1100.72	c      1101           1637         720        20                -           0.0000          -
21469.15/1106.04	c      1106           1637         720        20                -           0.0000          -
21644.99/1114.92	c      1115           1637         720        20                -           0.0000          -
21871.06/1126.35	c      1126           1637         720        20                -           0.0000          -
22103.85/1138.07	c      1138           1637         720        20                -           0.0000          -
22630.61/1164.69	c      1165           1637         720        20                -           0.0000          -
22877.17/1177.08	c      1177           1637         720        20                -           0.0000          -
23267.11/1196.76	c      1197           1637         720        20                -           0.0000          -
23455.49/1206.21	c      1206           1637         720        20                -           0.0000          -
23774.65/1222.38	c      1222           1637         720        20                -           0.0000          -
24082.03/1237.80	c      1238           1637         720        20                -           0.0000          -
24232.75/1245.49	c      1246           1637         720        20                -           0.0000          -
24458.87/1256.88	c      1257           1637         720        20                -           0.0000          -
24559.79/1261.96	c      1262           1637         720        20                -           0.0000          -
24707.78/1269.45	c      1269           1675           0        20                -           0.0000          -
24812.78/1274.73	c      1275           1675           0        20                -           0.0000          -
25101.90/1289.38	c      1289           1675           0        20                -           0.0000          -
25351.42/1301.90	c      1302           1675           0        20                -           0.0000          -
25482.26/1308.51	c      1309           1675           0        20                -           0.0000          -
25651.41/1317.09	c      1317           1675           0        20                -           0.0000          -
25863.79/1327.85	c      1328           1675           0        20                -           0.0000          -
25967.48/1333.10	c      1333           1675           0        20                -           0.0000          -
26079.81/1338.73	c      1339           1675           0        20                -           0.0000          -
26185.50/1344.05	c      1344           1675           0        20                -           0.0000          -
26359.06/1352.85	c      1353           1675           0        20                -           0.0000          -
26489.89/1359.42	c      1359           1675           0        20                -           0.0000          -
26763.32/1373.25	c      1373           1675           0        20                -           0.0000          -
26868.25/1378.54	c      1379           1675           0        20                -           0.0000          -
26980.08/1384.17	c      1384           1675           0        20                -           0.0000          -
27082.29/1389.34	c      1389           1675           0        20                -           0.0000          -
27187.34/1394.64	c      1395           1675           0        20                -           0.0000          -
27292.43/1399.96	c      1400           1675           0        20                -           0.0000          -
27567.78/1413.87	c      1414           1675           0        20                -           0.0000          -
27718.41/1421.47	c      1421           1675           0        20                -           0.0000          -
27819.53/1426.50	c      1426           1675           0        20                -           0.0000          -
27952.36/1433.27	c      1433           1675           0        20                -           0.0000          -
28063.32/1438.87	c      1439           1675           0        20                -           0.0000          -
28167.02/1444.06	c      1444           1675           0        20                -           0.0000          -
28305.72/1451.08	c      1451           1675           0        20                -           0.0000          -
28519.07/1461.87	c      1462           1675           0        20                -           0.0000          -
28798.67/1475.97	c      1476           1675           0        20                -           0.0000          -
28897.82/1481.02	c      1481           1675           0        20                -           0.0000          -
29061.55/1489.25	c      1489           1675           0        20                -           0.0000          -
29199.03/1496.15	c      1496           1675           0        20                -           0.0000          -
29355.43/1504.04	c      1504           1675           0        20                -           0.0000          -
29481.55/1510.42	c      1510           1675           0        20                -           0.0000          -
29630.09/1518.02	c      1518           1675           0        20                -           0.0000          -
29978.62/1535.56	c      1536           1675           0        20                -           0.0000          -
30240.16/1548.70	c      1549           1675           0        20                -           0.0000          -
30394.76/1556.50	c      1557           1675           0        20                -           0.0000          -
30547.19/1564.28	c      1564           1675           0        20                -           0.0000          -
30810.78/1577.51	c      1578           1675           0        20                -           0.0000          -
30917.77/1582.90	c      1583           1675           0        20                -           0.0000          -
31034.77/1588.87	c      1589           3188        1009        20                -           0.0000          -
31135.80/1594.01	c      1594           3188        1009        20                -           0.0000          -
31240.79/1599.23	c      1599           3188        1009        20                -           0.0000          -
31415.96/1608.05	c      1608           3188        1009        20                -           0.0000          -
31532.14/1614.00	c      1614           3188        1009        20                -           0.0000          -
31947.94/1635.03	c      1635           3188        1009        20                -           0.0000          -
32049.73/1640.10	c      1640           3188        1009        20                -           0.0000          -
32340.32/1654.74	c      1655           3188        1009        20                -           0.0000          -
32445.91/1660.08	c      1660           3188        1009        20                -           0.0000          -
32782.79/1677.06	c      1677           3188        1009        20                -           0.0000          -
33017.76/1688.99	c      1689           3188        1009        20                -           0.0000          -
33134.74/1694.82	c      1695           3188        1009        20                -           0.0000          -
33241.78/1700.28	c      1700           3188        1009        20                -           0.0000          -
33354.74/1705.90	c      1706           3188        1009        20                -           0.0000          -
33491.46/1712.89	c      1713              6           3        20                -           0.0000          -
33921.23/1734.59	c      1735              6           3        20                -           0.0000          -
34024.24/1739.79	c      1740              6           3        20                -           0.0000          -
34137.00/1745.43	c      1745              6           3        20                -           0.0000          -
34248.75/1751.11	c      1751              6           3        20                -           0.0000          -
34349.81/1756.15	c      1756              6           3        20                -           0.0000          -
34503.71/1763.99	c      1764              6           3        20                -           0.0000          -
34634.54/1770.50	c      1771              6           3        20                -           0.0000          -
34793.08/1778.52	c      1779              6           3        20                -           0.0000          -
34957.60/1786.88	c      1787              6           3        20                -           0.0000          -
35066.64/1792.32	c      1792              6           3        20                -           0.0000          -
35169.79/1797.53	c      1798              6           3        20                -           0.0000          -
35276.80/1802.99	c      1803              6           3        20                -           0.0000          -
35375.93/1808.04	c      1808              6           3        20                -           0.0000          -
35480.95/1813.28	c      1813              6           3        20                -           0.0000          -
35631.68/1820.80	c      1821              6           3        20                -           0.0000          -
35814.79/1830.08	c      1830              6           3        20                -           0.0000          -
35933.84/1836.04	c      1836              6           3        20                -           0.0000          -
36069.87/1842.97	c      1843              6           3        20                -           0.0000          -
36216.61/1850.37	c      1850              6           3        20                -           0.0000          -
36377.22/1858.42	c      1858           3742           0        20                -           0.0000          -
36605.07/1869.91	c      1870           3742           0        20                -           0.0000          -
36788.12/1879.19	c      1879           3742           0        20                -           0.0000          -
37070.97/1893.40	c      1893           3742           0        20                -           0.0000          -
37348.78/1907.41	c      1907           3742           0        20                -           0.0000          -
37457.64/1912.96	c      1913           3742           0        20                -           0.0000          -
37633.97/1921.80	c      1922           3742           0        20                -           0.0000          -
37743.01/1927.38	c      1927           3742           0        20                -           0.0000          -
37846.10/1932.51	c      1933           3742           0        20                -           0.0000          -
37947.23/1937.69	c      1938           3742           0        20                -           0.0000          -
38369.32/1958.91	c      1959             62          22        20                -           0.0000          -
38579.49/1969.50	c      1970             62          22        20                -           0.0000          -
38912.44/1986.33	c      1986             62          22        20                -           0.0000          -
39059.03/1993.75	c      1994             62          22        20                -           0.0000          -
39211.68/2001.45	c      2001             62          22        20                -           0.0000          -
39415.73/2011.78	c      2012             62          22        20                -           0.0000          -
39530.62/2017.57	c      2018             62          22        20                -           0.0000          -
39637.67/2022.94	c      2023             62          22        20                -           0.0000          -
39742.66/2028.20	c      2028             62          22        20                -           0.0000          -
39860.41/2034.14	c      2034             62          22        20                -           0.0000          -
39992.41/2040.82	c      2041             62          22        20                -           0.0000          -
40098.29/2046.17	c      2046             62          22        20                -           0.0000          -
40204.43/2051.57	c      2052             62          22        20                -           0.0000          -
40422.54/2062.57	c      2063             62          22        20                -           0.0000          -
40535.53/2068.24	c      2068             62          22        20                -           0.0000          -
40651.29/2074.04	c      2074           6165        1402        20                -           0.0000          -
40753.56/2079.25	c      2079           6165        1402        20                -           0.0000          -
40888.92/2086.09	c      2086           6165        1402        20                -           0.0000          -
40991.21/2091.28	c      2091           6165        1402        20                -           0.0000          -
41102.24/2096.89	c      2097           6165        1402        20                -           0.0000          -
41211.14/2102.39	c      2102           6165        1402        20                -           0.0000          -
41334.07/2108.54	c      2109           6165        1402        20                -           0.0000          -
41478.78/2115.89	c      2116           6165        1402        20                -           0.0000          -
41579.92/2120.90	c      2121           6165        1402        20                -           0.0000          -
41698.86/2126.96	c      2127           6165        1402        20                -           0.0000          -
41803.88/2132.24	c      2132           6165        1402        20                -           0.0000          -
41905.01/2137.30	c      2137           6165        1402        20                -           0.0000          -
42043.79/2144.39	c      2144           6165        1402        20                -           0.0000          -
42146.92/2149.54	c      2150           6165        1402        20                -           0.0000          -
42602.73/2172.51	c      2173           6165        1402        20                -           0.0000          -
42721.69/2178.50	c      2179           6165        1402        20                -           0.0000          -
43247.65/2205.04	c      2205           6165        1402        20                -           0.0000          -
43395.63/2212.59	c      2213           6165        1402        20                -           0.0000          -
43794.05/2232.62	c      2233           6165        1402        20                -           0.0000          -
43905.06/2238.29	c      2238           6165        1402        20                -           0.0000          -
44014.11/2243.73	c      2244           6165        1402        20                -           0.0000          -
44315.12/2258.91	c      2259           6165        1402        20                -           0.0000          -
44600.32/2273.35	c      2273           6165        1402        20                -           0.0000          -
44711.39/2278.91	c      2279           6165        1402        20                -           0.0000          -
44943.25/2290.63	c      2291           6165        1402        20                -           0.0000          -
45101.88/2298.66	c      2299           6165        1402        20                -           0.0000          -
45768.03/2332.24	c      2332           6165        1402        20                -           0.0000          -
45871.15/2337.47	c      2337           6165        1402        20                -           0.0000          -
46267.65/2357.50	c      2358           6165        1402        20                -           0.0000          -
46653.83/2376.96	c      2377           6165        1402        20                -           0.0000          -
46806.50/2384.64	c      2385           6165        1402        20                -           0.0000          -
46953.90/2392.12	c      2392           6165        1402        20                -           0.0000          -
47262.54/2407.69	c      2408           6165        1402        20                -           0.0000          -
47437.03/2416.48	c      2416           6165        1402        20                -           0.0000          -
47546.10/2422.04	c      2422           6165        1402        20                -           0.0000          -
47746.88/2432.05	c      2432           6165        1402        20                -           0.0000          -
47922.60/2441.00	c      2441           6165        1402        20                -           0.0000          -
48205.90/2455.22	c      2455           6165        1402        20                -           0.0000          -
48321.55/2461.04	c      2461           6165        1402        20                -           0.0000          -
48497.08/2470.02	c      2470           6165        1402        20                -           0.0000          -
48705.01/2480.48	c      2480           6165        1402        20                -           0.0000          -
48952.57/2492.91	c      2493           6165        1402        20                -           0.0000          -
49093.98/2500.13	c      2500           6165        1402        20                -           0.0000          -
49285.59/2509.74	c      2510           6165        1402        20                -           0.0000          -
49400.56/2515.55	c      2516           6165        1402        20                -           0.0000          -
49753.33/2533.35	c      2533           6165        1402        20                -           0.0000          -
49913.90/2541.49	c      2541           6165        1402        20                -           0.0000          -
50072.35/2549.43	c      2549           6165        1402        20                -           0.0000          -
50203.70/2556.10	c      2556           6165        1402        20                -           0.0000          -
50371.53/2564.54	c      2565           6165        1402        20                -           0.0000          -
50512.33/2571.67	c      2572           6165        1402        20                -           0.0000          -
50665.04/2579.30	c      2579           6165        1402        20                -           0.0000          -
50774.05/2584.85	c      2585           6165        1402        20                -           0.0000          -
50893.05/2590.81	c      2591           6165        1402        20                -           0.0000          -
51012.02/2596.88	c      2597           6165        1402        20                -           0.0000          -
51115.73/2602.06	c      2602           6165        1402        20                -           0.0000          -
51218.24/2607.29	c      2607           6165        1402        20                -           0.0000          -
51319.15/2612.35	c      2612           6165        1402        20                -           0.0000          -
51420.20/2617.45	c      2617           6165        1402        20                -           0.0000          -
51752.06/2634.19	c      2634           6165        1402        20                -           0.0000          -
51935.56/2643.46	c      2643           6165        1402        20                -           0.0000          -
52040.64/2648.72	c      2649           6165        1402        20                -           0.0000          -
52148.34/2654.16	c      2654           6165        1402        20                -           0.0000          -
52272.53/2660.45	c      2660           6165        1402        20                -           0.0000          -
52443.50/2669.13	c      2669           6165        1402        20                -           0.0000          -
52745.92/2684.39	c      2684           6165        1402        20                -           0.0000          -
52868.81/2690.50	c      2691           6165        1402        20                -           0.0000          -
53199.93/2707.25	c      2707           6165        1402        20                -           0.0000          -
53529.02/2723.87	c      2724           6165        1402        20                -           0.0000          -
53643.96/2729.64	c      2730           6165        1402        20                -           0.0000          -
53754.95/2735.25	c      2735           6165        1402        20                -           0.0000          -
53867.99/2741.02	c      2741           6165        1402        20                -           0.0000          -
53971.69/2746.19	c      2746           6165        1402        20                -           0.0000          -
54072.18/2751.25	c      2751           6165        1402        20                -           0.0000          -
54177.28/2756.58	c      2757           6165        1402        20                -           0.0000          -
54281.86/2761.83	c      2762           6165        1402        20                -           0.0000          -
54688.14/2782.34	c      2782           6165        1402        20                -           0.0000          -
55064.67/2801.40	c      2801           6165        1402        20                -           0.0000          -
55207.46/2808.52	c      2809           6165        1402        20                -           0.0000          -
55310.56/2813.76	c      2814           6165        1402        20                -           0.0000          -
55419.63/2819.29	c      2819           6165        1402        20                -           0.0000          -
55528.68/2824.72	c      2825           6165        1402        20                -           0.0000          -
55634.47/2830.07	c      2830           6165        1402        20                -           0.0000          -
55742.78/2835.60	c      2836           6165        1402        20                -           0.0000          -
55857.69/2841.36	c      2841           6165        1402        20                -           0.0000          -
55966.71/2846.89	c      2847           6165        1402        20                -           0.0000          -
56319.52/2864.69	c      2865           6165        1402        20                -           0.0000          -
56566.06/2877.08	c      2877           6165        1402        20                -           0.0000          -
56813.19/2889.51	c      2890           6165        1402        20                -           0.0000          -
56959.91/2897.04	c      2897           6165        1402        20                -           0.0000          -
57150.12/2906.57	c      2907           6165        1402        20                -           0.0000          -
57405.74/2919.43	c      2919           6165        1402        20                -           0.0000          -
57560.37/2927.23	c      2927           6165        1402        20                -           0.0000          -
57710.96/2934.81	c      2935           6165        1402        20                -           0.0000          -
57978.43/2948.36	c      2948           6165        1402        20                -           0.0000          -
58089.47/2953.99	c      2954           6165        1402        20                -           0.0000          -
58305.51/2964.88	c      2965           6165        1402        20                -           0.0000          -
58561.03/2977.72	c      2978           6165        1402        20                -           0.0000          -
59072.50/3003.51	c      3004           6165        1402        20                -           0.0000          -
59209.23/3010.41	c      3010           6165        1402        20                -           0.0000          -
59363.88/3018.28	c      3018           6165        1402        20                -           0.0000          -
59528.46/3026.55	c      3027           6165        1402        20                -           0.0000          -
59638.12/3032.08	c      3032           6165        1402        20                -           0.0000          -
59746.48/3037.59	c      3038           6165        1402        20                -           0.0000          -
59932.67/3047.00	c      3047           6165        1402        20                -           0.0000          -
60061.50/3053.44	c      3053           6165        1402        20                -           0.0000          -
60178.47/3059.38	c      3059           6165        1402        20                -           0.0000          -
60331.68/3067.05	c      3067           6165        1402        20                -           0.0000          -
60465.85/3073.87	c      3074           6165        1402        20                -           0.0000          -
60650.84/3083.16	c      3083           7301           0        20                -           0.0000          -
60779.11/3089.60	c      3090           7301           0        20                -           0.0000          -
60884.14/3094.96	c      3095           7301           0        20                -           0.0000          -
61111.97/3106.46	c      3106           7301           0        20                -           0.0000          -
61389.27/3120.42	c      3120           7301           0        20                -           0.0000          -
61514.00/3126.73	c      3127           7301           0        20                -           0.0000          -
61954.11/3149.02	c      3149           7301           0        20                -           0.0000          -
62060.98/3154.31	c      3154           7301           0        20                -           0.0000          -
62164.11/3159.50	c      3160           7301           0        20                -           0.0000          -
62263.26/3164.59	c      3165           7301           0        20                -           0.0000          -
62372.98/3170.04	c      3170           7301           0        20                -           0.0000          -
62483.39/3175.67	c      3176           7301           0        20                -           0.0000          -
62588.43/3180.96	c      3181           7301           0        20                -           0.0000          -
62699.37/3186.57	c      3187           7301           0        20                -           0.0000          -
62818.12/3192.51	c      3193           7301           0        20                -           0.0000          -
63137.22/3208.63	c      3209             95          19        20                -           0.0000          -
63252.12/3214.43	c      3214             95          19        20                -           0.0000          -
63434.49/3223.67	c      3224             95          19        20                -           0.0000          -
63549.47/3229.45	c      3229             95          19        20                -           0.0000          -
63658.52/3234.98	c      3235             95          19        20                -           0.0000          -
63783.36/3241.30	c      3241             95          19        20                -           0.0000          -
63902.21/3247.24	c      3247             95          19        20                -           0.0000          -
64009.26/3252.63	c      3253             95          19        20                -           0.0000          -
64119.21/3258.18	c      3258             95          19        20                -           0.0000          -
64219.37/3263.29	c      3263             95          19        20                -           0.0000          -
64328.44/3268.70	c      3269             95          19        20                -           0.0000          -
64437.44/3274.23	c      3274             95          19        20                -           0.0000          -
64544.50/3279.64	c      3280             95          19        20                -           0.0000          -
64657.51/3285.36	c      3285             95          19        20                -           0.0000          -
64760.64/3290.56	c      3291             95          19        20                -           0.0000          -
64863.77/3295.73	c      3296             95          19        20                -           0.0000          -
64984.69/3301.88	c      3302             95          19        20                -           0.0000          -
65099.68/3307.62	c      3308             95          19        20                -           0.0000          -
65222.57/3313.84	c      3314             95          19        20                -           0.0000          -
65326.48/3319.09	c      3319             95          19        20                -           0.0000          -
65428.69/3324.26	c      3324             95          19        20                -           0.0000          -
65531.77/3329.47	c      3329             95          19        20                -           0.0000          -
65632.78/3334.54	c      3335             95          19        20                -           0.0000          -
65747.73/3340.38	c      3340             95          19        20                -           0.0000          -
65850.83/3345.59	c      3346             95          19        20                -           0.0000          -
65955.91/3350.88	c      3351             95          19        20                -           0.0000          -
66076.81/3356.95	c      3357             95          19        20                -           0.0000          -
66247.04/3365.53	c      3366             95          19        20                -           0.0000          -
66381.79/3372.35	c      3372             95          19        20                -           0.0000          -
66504.65/3378.53	c      3379             95          19        20                -           0.0000          -
66641.43/3385.41	c      3385             95          19        20                -           0.0000          -
66753.16/3391.12	c      3391             95          19        20                -           0.0000          -
66953.24/3401.19	c      3401             95          19        20                -           0.0000          -
67053.70/3406.26	c      3406             95          19        20                -           0.0000          -
67160.73/3411.61	c      3412             95          19        20                -           0.0000          -
67362.91/3421.83	c      3422             95          19        20                -           0.0000          -
67471.90/3427.36	c      3427             95          19        20                -           0.0000          -
67607.23/3434.19	c      3434             95          19        20                -           0.0000          -
67721.52/3439.98	c      3440             95          19        20                -           0.0000          -
67902.64/3449.09	c      3449             95          19        20                -           0.0000          -
68026.67/3455.30	c      3455             95          19        20                -           0.0000          -
68153.54/3461.70	c      3462             95          19        20                -           0.0000          -
68282.39/3468.25	c      3468             95          19        20                -           0.0000          -
68401.37/3474.24	c      3474             95          19        20                -           0.0000          -
68526.24/3480.50	c      3480             95          19        20                -           0.0000          -
68675.56/3488.04	c      3488             95          19        20                -           0.0000          -
68783.95/3493.58	c      3494             95          19        20                -           0.0000          -
68887.09/3498.76	c      3499             46          19        20                -           0.0000          -
68990.20/3504.03	c      3504             46          19        20                -           0.0000          -
69094.16/3509.16	c      3509             46          19        20                -           0.0000          -
69194.34/3514.22	c      3514             46          19        20                -           0.0000          -
69301.42/3519.67	c      3520             46          19        20                -           0.0000          -
69409.14/3525.09	c      3525             46          19        20                -           0.0000          -
69511.55/3530.21	c      3530             46          19        20                -           0.0000          -
69612.66/3535.30	c      3535             46          19        20                -           0.0000          -
69711.77/3540.33	c      3540             46          19        20                -           0.0000          -
69836.70/3546.65	c      3547             46          19        20                -           0.0000          -
70001.25/3554.93	c      3555             46          19        20                -           0.0000          -
70207.39/3565.35	c      3565             46          19        20                -           0.0000          -
70362.88/3573.19	c      3573             46          19        20                -           0.0000          -
70586.06/3584.45	c      3584          11292           0        20                -           0.0000          -
70766.48/3593.59	c      3594          11292           0        20                -           0.0000          -
70883.43/3599.44	c      3599          11292           0        20                -           0.0000          -
71018.22/3606.29	c      3606          11292           0        20                -           0.0000          -
71156.98/3613.25	c      3613          11842           0        20                -           0.0000          -
71262.04/3618.50	c      3619          11842           0        20                -           0.0000          -
71376.91/3624.38	c      3624          11842           0        20                -           0.0000          -
71547.40/3632.96	c      3633          11842           0        20                -           0.0000          -
71660.40/3638.67	c      3639          11842           0        20                -           0.0000          -
71818.93/3646.65	c      3647          11842           0        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (154962 MiB free)
  memory of node 1: 193531 MiB (170898 MiB free)
  memory of node 2: 193531 MiB (163417 MiB free)
  memory of node 3: 193493 MiB (178391 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-4467802-1723241351/watcher-4467802-1723241351 -o /tmp/evaluation-result-4467802-1723241351/solver-4467802-1723241351 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723237719-554656 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467802-1723241351.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100113 s]*
/proc/loadavg: 80.08 72.04 66.61 62/985 558941
/proc/meminfo: memFree=683626916/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=90820 memory=77464 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 17105 0 0 0 9 2 0 0 20 0 1 0 90717783 92999680 19366 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 22705 19366 2614 3035 0 19101 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 90820 KiB
Current children cumulated memory: 77464 KiB

[startup+0.220092 s]*
/proc/loadavg: 80.08 72.04 66.61 62/985 558943
/proc/meminfo: memFree=683602588/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=112288 memory=99268 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 24828 0 0 0 20 3 0 0 20 0 1 0 90717783 114982912 24817 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 28072 24817 2678 3035 0 24468 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 112288 KiB
Current children cumulated memory: 99268 KiB

[startup+0.318104 s]*
/proc/loadavg: 80.08 72.04 66.61 62/985 558943
/proc/meminfo: memFree=683602288/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=112288 memory=99268 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 24828 0 0 0 29 3 0 0 20 0 1 0 90717783 114982912 24817 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 28072 24817 2678 3035 0 24468 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 112288 KiB
Current children cumulated memory: 99268 KiB

[startup+0.700236 s]
/proc/loadavg: 80.08 72.04 66.61 63/985 558943
/proc/meminfo: memFree=683585432/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=139380 memory=122112 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 32438 0 0 0 64 4 0 0 20 0 1 0 90717783 142725120 30528 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 34845 30528 2774 3035 0 31241 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 139380 KiB
Current children cumulated memory: 122112 KiB

[startup+1.50025 s]
/proc/loadavg: 80.08 72.04 66.61 63/985 558943
/proc/meminfo: memFree=683550000/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=157968 memory=141628 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 36785 0 0 0 143 5 0 0 20 0 1 0 90717783 161759232 35407 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 39492 35407 2790 3035 0 35888 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 157968 KiB
Current children cumulated memory: 141628 KiB

[startup+3.12017 s]
/proc/loadavg: 80.08 72.04 66.61 62/985 558944
/proc/meminfo: memFree=683534332/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=158364 memory=141892 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 36882 0 0 0 304 6 0 0 20 0 1 0 90717783 162164736 35473 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 39591 35473 2790 3035 0 35987 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 158364 KiB
Current children cumulated memory: 141892 KiB

[startup+6.30023 s]
/proc/loadavg: 78.55 71.86 66.58 62/985 558944
/proc/meminfo: memFree=683322900/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=164500 memory=148068 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 38425 0 0 0 621 6 0 0 20 0 1 0 90717783 168448000 37017 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 41125 37017 2790 3035 0 37521 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 164500 KiB
Current children cumulated memory: 148068 KiB

[startup+12.7002 s]
/proc/loadavg: 77.15 71.68 66.55 62/985 558945
/proc/meminfo: memFree=683157484/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=164824 memory=148332 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) R 558937 558940 554643 0 -1 4194304 38507 0 0 0 1258 6 0 0 20 0 1 0 90717783 168779776 37083 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 41206 37083 2790 3035 0 37602 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 164824 KiB
Current children cumulated memory: 148332 KiB

[startup+25.5015 s]
/proc/loadavg: 73.57 71.15 66.46 81/1025 558987
/proc/meminfo: memFree=680753048/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=3260168 memory=2291156 CPUtime=47.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) S 558937 558940 554643 0 -1 1077936128 582557 0 0 0 4661 120 0 0 20 0 41 0 90717783 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
/proc/558940/statm: 815042 572789 2822 3035 0 687731 0
[pid=558940/tid=558948] ppid=558937 vsize=3260168 memory=226716 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558948/stat : 558948 (fscip) R 558937 558940 554643 0 -1 4194368 25547 0 0 0 114 6 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558949] ppid=558937 vsize=3260168 memory=383340 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558949/stat : 558949 (fscip) R 558937 558940 554643 0 -1 4194368 25328 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558950] ppid=558937 vsize=3260168 memory=1430564 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558950/stat : 558950 (fscip) R 558937 558940 554643 0 -1 4194368 27996 0 0 0 116 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558951] ppid=558937 vsize=3260168 memory=149384 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558951/stat : 558951 (fscip) R 558937 558940 554643 0 -1 4194368 25533 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558952] ppid=558937 vsize=3260168 memory=149120 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558952/stat : 558952 (fscip) R 558937 558940 554643 0 -1 4194368 25518 0 0 0 116 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558953] ppid=558937 vsize=3260168 memory=0 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558953/stat : 558953 (fscip) R 558937 558940 554643 0 -1 4194368 31541 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558954] ppid=558937 vsize=3260168 memory=279989589721136 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558954/stat : 558954 (fscip) R 558937 558940 554643 0 -1 4194368 25574 0 0 0 115 6 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558955] ppid=558937 vsize=3260168 memory=30436 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558955/stat : 558955 (fscip) R 558937 558940 554643 0 -1 4194368 25580 0 0 0 116 4 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558956] ppid=558937 vsize=3260168 memory=10528 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558956/stat : 558956 (fscip) R 558937 558940 554643 0 -1 4194368 25528 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558957] ppid=558937 vsize=3260168 memory=25333125866717268 CPUtime=1.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558957/stat : 558957 (fscip) R 558937 558940 554643 0 -1 4194368 25512 0 0 0 113 4 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558958] ppid=558937 vsize=3260168 memory=148068 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558958/stat : 558958 (fscip) R 558937 558940 554643 0 -1 4194368 25586 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558959] ppid=558937 vsize=3260168 memory=5440 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558959/stat : 558959 (fscip) R 558937 558940 554643 0 -1 4194368 25564 0 0 0 116 4 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558960] ppid=558937 vsize=3260168 memory=16108 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558960/stat : 558960 (fscip) R 558937 558940 554643 0 -1 4194368 25601 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558961] ppid=558937 vsize=3260168 memory=2212 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558961/stat : 558961 (fscip) R 558937 558940 554643 0 -1 4194368 25531 0 0 0 115 6 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558962] ppid=558937 vsize=3260168 memory=52808 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558962/stat : 558962 (fscip) R 558937 558940 554643 0 -1 4194368 25557 0 0 0 116 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558963] ppid=558937 vsize=3260168 memory=1952 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558963/stat : 558963 (fscip) R 558937 558940 554643 0 -1 4194368 25521 0 0 0 116 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558964] ppid=558937 vsize=3260168 memory=14992028 CPUtime=1.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558964/stat : 558964 (fscip) R 558937 558940 554643 0 -1 4194368 25557 0 0 0 115 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558965] ppid=558937 vsize=3260168 memory=2688 CPUtime=1.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558965/stat : 558965 (fscip) R 558937 558940 554643 0 -1 4194368 25544 0 0 0 117 5 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558966] ppid=558937 vsize=3260168 memory=4500 CPUtime=1.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558966/stat : 558966 (fscip) R 558937 558940 554643 0 -1 4194368 25520 0 0 0 115 6 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558967] ppid=558937 vsize=3260168 memory=148332 CPUtime=1.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558967/stat : 558967 (fscip) R 558937 558940 554643 0 -1 4194368 25549 0 0 0 118 4 0 0 20 0 41 0 90720144 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558968] ppid=558937 vsize=3260168 memory=1852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558968/stat : 558968 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720211 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558969] ppid=558937 vsize=3260168 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558969/stat : 558969 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558970] ppid=558937 vsize=3260168 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558970/stat : 558970 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558971] ppid=558937 vsize=3260168 memory=25992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558971/stat : 558971 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558972] ppid=558937 vsize=3260168 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558972/stat : 558972 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558973] ppid=558937 vsize=3260168 memory=6232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558973/stat : 558973 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558974] ppid=558937 vsize=3260168 memory=19860 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558974/stat : 558974 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558975] ppid=558937 vsize=3260168 memory=31988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558975/stat : 558975 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558976] ppid=558937 vsize=3260168 memory=28720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558976/stat : 558976 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558977] ppid=558937 vsize=3260168 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558977/stat : 558977 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558978] ppid=558937 vsize=3260168 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558978/stat : 558978 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558979] ppid=558937 vsize=3260168 memory=279989590162176 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558979/stat : 558979 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558980] ppid=558937 vsize=3260168 memory=139994796089381 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558980/stat : 558980 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558981] ppid=558937 vsize=3260168 memory=1611486 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558981/stat : 558981 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558982] ppid=558937 vsize=3260168 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558982/stat : 558982 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558983] ppid=558937 vsize=3260168 memory=6740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558983/stat : 558983 (fscip) S 558937 558940 554643 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558984] ppid=558937 vsize=3260168 memory=20492 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558984/stat : 558984 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558985] ppid=558937 vsize=3260168 memory=6836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558985/stat : 558985 (fscip) S 558937 558940 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 90720212 3338412032 572789 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0

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

/proc/558940/task/558955/stat : 558955 (fscip) D 558937 558940 554643 0 -1 1077937220 930034 0 0 0 359528 152 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558956] ppid=558937 vsize=18511060 memory=7384 CPUtime=3605.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558956/stat : 558956 (fscip) D 558937 558940 554643 0 -1 1077937220 2304721 0 0 0 360230 321 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558957] ppid=558937 vsize=18511060 memory=30612 CPUtime=3601.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558957/stat : 558957 (fscip) D 558937 558940 554643 0 -1 1077937220 1181283 0 0 0 360037 102 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558958] ppid=558937 vsize=18511060 memory=10528 CPUtime=3605.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558958/stat : 558958 (fscip) D 558937 558940 554643 0 -1 1077937220 1348812 0 0 0 360371 173 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558959] ppid=558937 vsize=18511060 memory=5440 CPUtime=3599.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558959/stat : 558959 (fscip) D 558937 558940 554643 0 -1 1077937220 2211851 0 0 0 359610 300 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558960] ppid=558937 vsize=18511060 memory=16108 CPUtime=3607.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558960/stat : 558960 (fscip) R 558937 558940 554643 0 -1 4195904 501077 0 0 0 360507 226 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 140244749886368 10821072 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558961] ppid=558937 vsize=18511060 memory=2212 CPUtime=3596.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558961/stat : 558961 (fscip) D 558937 558940 554643 0 -1 1077937220 688838 0 0 0 359556 136 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558962] ppid=558937 vsize=18511060 memory=52808 CPUtime=3593.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558962/stat : 558962 (fscip) D 558937 558940 554643 0 -1 1077937220 2051887 0 0 0 359063 271 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558963] ppid=558937 vsize=18511060 memory=30612 CPUtime=3595.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558963/stat : 558963 (fscip) D 558937 558940 554643 0 -1 1077937220 393987 0 0 0 359522 40 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558964] ppid=558937 vsize=18511060 memory=10528 CPUtime=3599.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558964/stat : 558964 (fscip) D 558937 558940 554643 0 -1 1077937220 1611538 0 0 0 359749 206 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558965] ppid=558937 vsize=18511060 memory=5440 CPUtime=3602.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558965/stat : 558965 (fscip) D 558937 558940 554643 0 -1 1077937220 2381499 0 0 0 359921 313 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558966] ppid=558937 vsize=18511060 memory=16108 CPUtime=3579.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558966/stat : 558966 (fscip) D 558937 558940 554643 0 -1 1077937220 1140590 0 0 0 357825 108 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558967] ppid=558937 vsize=18511060 memory=2212 CPUtime=3602.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558967/stat : 558967 (fscip) D 558937 558940 554643 0 -1 1077937220 1730182 0 0 0 360011 220 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558968] ppid=558937 vsize=18511060 memory=52808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558968/stat : 558968 (fscip) D 558937 558940 554643 0 -1 1077937220 221 0 0 0 0 2 0 0 20 0 41 0 90720211 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558969] ppid=558937 vsize=18511060 memory=7108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558969/stat : 558969 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558970] ppid=558937 vsize=18511060 memory=36760 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558970/stat : 558970 (fscip) D 558937 558940 554643 0 -1 1077937220 225 0 0 0 0 1 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558971] ppid=558937 vsize=18511060 memory=6740 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558971/stat : 558971 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558972] ppid=558937 vsize=18511060 memory=20492 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558972/stat : 558972 (fscip) D 558937 558940 554643 0 -1 1077937220 224 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558973] ppid=558937 vsize=18511060 memory=6836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558973/stat : 558973 (fscip) D 558937 558940 554643 0 -1 1077937220 217 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558974] ppid=558937 vsize=18511060 memory=7256 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558974/stat : 558974 (fscip) D 558937 558940 554643 0 -1 1077937220 232 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558975] ppid=558937 vsize=18511060 memory=28140 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558975/stat : 558975 (fscip) D 558937 558940 554643 0 -1 1077937220 225 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558976] ppid=558937 vsize=18511060 memory=19860 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558976/stat : 558976 (fscip) D 558937 558940 554643 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558977] ppid=558937 vsize=18511060 memory=31988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558977/stat : 558977 (fscip) D 558937 558940 554643 0 -1 1077937220 223 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558978] ppid=558937 vsize=18511060 memory=28720 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558978/stat : 558978 (fscip) D 558937 558940 554643 0 -1 1077937220 223 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558979] ppid=558937 vsize=18511060 memory=7384 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558979/stat : 558979 (fscip) D 558937 558940 554643 0 -1 1077937220 244 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558980] ppid=558937 vsize=18511060 memory=27608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558980/stat : 558980 (fscip) D 558937 558940 554643 0 -1 1077937220 221 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558981] ppid=558937 vsize=18511060 memory=3736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558981/stat : 558981 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558982] ppid=558937 vsize=18511060 memory=40232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558982/stat : 558982 (fscip) D 558937 558940 554643 0 -1 1077937220 239 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558983] ppid=558937 vsize=18511060 memory=1952 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558983/stat : 558983 (fscip) D 558937 558940 554643 0 -1 1077937220 162 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558984] ppid=558937 vsize=18511060 memory=14402404 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558984/stat : 558984 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558985] ppid=558937 vsize=18511060 memory=33108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558985/stat : 558985 (fscip) D 558937 558940 554643 0 -1 1077937220 326 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558986] ppid=558937 vsize=18511060 memory=2208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558986/stat : 558986 (fscip) D 558937 558940 554643 0 -1 1077937220 228 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558987] ppid=558937 vsize=18511060 memory=25992 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558987/stat : 558987 (fscip) D 558937 558940 554643 0 -1 1077937220 222 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
Current children cumulated CPU time: 72002.4 s
Current children cumulated vsize: 18511060 KiB
Current children cumulated memory: 14402420 KiB

[startup+3657.8 s]
/proc/loadavg: 80.19 80.29 80.09 63/1026 561448
/proc/meminfo: memFree=652226028/790760804 swapFree=131071996/131071996
[pid=558940] ppid=558937 vsize=18511060 memory=14402420 CPUtime=72002.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/stat : 558940 (fscip) D 558937 558940 554643 0 -1 1077937156 29906031 0 0 0 7196274 3981 0 0 20 0 41 0 90717783 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
/proc/558940/statm: 4627765 3600605 3312 3035 0 4532742 0
[pid=558940/tid=558948] ppid=558937 vsize=18511060 memory=14402404 CPUtime=3604.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558948/stat : 558948 (fscip) D 558937 558940 554643 0 -1 1077937220 1418899 0 0 0 360296 125 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558949] ppid=558937 vsize=18511060 memory=-7233755683191702157 CPUtime=3596.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558949/stat : 558949 (fscip) D 558937 558940 554643 0 -1 1077937220 1984044 0 0 0 359388 232 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558950] ppid=558937 vsize=18511060 memory=3516 CPUtime=3602.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558950/stat : 558950 (fscip) D 558937 558940 554643 0 -1 1077937220 2218954 0 0 0 359932 318 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558951] ppid=558937 vsize=18511060 memory=2300 CPUtime=3603.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558951/stat : 558951 (fscip) D 558937 558940 554643 0 -1 1077937220 1226790 0 0 0 360261 114 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558952] ppid=558937 vsize=18511060 memory=1692 CPUtime=3588.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558952/stat : 558952 (fscip) D 558937 558940 554643 0 -1 1077937220 1456144 0 0 0 358616 206 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558953] ppid=558937 vsize=18511060 memory=15164 CPUtime=3603.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558953/stat : 558953 (fscip) D 558937 558940 554643 0 -1 1077937220 1937537 0 0 0 360117 279 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558954] ppid=558937 vsize=18511060 memory=28008 CPUtime=3594.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558954/stat : 558954 (fscip) D 558937 558940 554643 0 -1 1077937220 1118294 0 0 0 359326 99 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558955] ppid=558937 vsize=18511060 memory=32824 CPUtime=3596.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558955/stat : 558955 (fscip) D 558937 558940 554643 0 -1 1077937220 930034 0 0 0 359528 152 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558956] ppid=558937 vsize=18511060 memory=6720667640568233829 CPUtime=3605.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558956/stat : 558956 (fscip) D 558937 558940 554643 0 -1 1077937220 2304721 0 0 0 360230 321 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558957] ppid=558937 vsize=18511060 memory=40232 CPUtime=3601.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558957/stat : 558957 (fscip) D 558937 558940 554643 0 -1 1077937220 1181283 0 0 0 360037 102 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558958] ppid=558937 vsize=18511060 memory=8072 CPUtime=3605.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558958/stat : 558958 (fscip) D 558937 558940 554643 0 -1 1077937220 1348812 0 0 0 360371 173 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558959] ppid=558937 vsize=18511060 memory=3516 CPUtime=3599.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558959/stat : 558959 (fscip) D 558937 558940 554643 0 -1 1077937220 2211851 0 0 0 359610 300 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558960] ppid=558937 vsize=18511060 memory=2300 CPUtime=3607.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558960/stat : 558960 (fscip) R 558937 558940 554643 0 -1 4195904 501077 0 0 0 360507 246 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 140244749886368 10821072 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 0
[pid=558940/tid=558961] ppid=558937 vsize=18511060 memory=14394192 CPUtime=3596.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558961/stat : 558961 (fscip) D 558937 558940 554643 0 -1 1077937220 688838 0 0 0 359556 136 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558962] ppid=558937 vsize=18511060 memory=11636 CPUtime=3593.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558962/stat : 558962 (fscip) D 558937 558940 554643 0 -1 1077937220 2051887 0 0 0 359063 271 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558963] ppid=558937 vsize=18511060 memory=11636 CPUtime=3595.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558963/stat : 558963 (fscip) D 558937 558940 554643 0 -1 1077937220 393987 0 0 0 359522 40 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558964] ppid=558937 vsize=18511060 memory=30612 CPUtime=3599.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558964/stat : 558964 (fscip) D 558937 558940 554643 0 -1 1077937220 1611538 0 0 0 359749 206 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558965] ppid=558937 vsize=18511060 memory=10528 CPUtime=3602.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558965/stat : 558965 (fscip) D 558937 558940 554643 0 -1 1077937220 2381499 0 0 0 359921 313 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558966] ppid=558937 vsize=18511060 memory=5440 CPUtime=3579.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558966/stat : 558966 (fscip) D 558937 558940 554643 0 -1 1077937220 1140590 0 0 0 357825 108 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558967] ppid=558937 vsize=18511060 memory=16108 CPUtime=3602.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558967/stat : 558967 (fscip) D 558937 558940 554643 0 -1 1077937220 1730182 0 0 0 360011 220 0 0 20 0 41 0 90720144 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558968] ppid=558937 vsize=18511060 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558968/stat : 558968 (fscip) D 558937 558940 554643 0 -1 1077937220 221 0 0 0 0 2 0 0 20 0 41 0 90720211 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558969] ppid=558937 vsize=18511060 memory=52808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558969/stat : 558969 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558970] ppid=558937 vsize=18511060 memory=20448 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558970/stat : 558970 (fscip) D 558937 558940 554643 0 -1 1077937220 225 0 0 0 0 1 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558971] ppid=558937 vsize=18511060 memory=279989589635984 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558971/stat : 558971 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558972] ppid=558937 vsize=18511060 memory=11636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558972/stat : 558972 (fscip) D 558937 558940 554643 0 -1 1077937220 224 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558973] ppid=558937 vsize=18511060 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558973/stat : 558973 (fscip) D 558937 558940 554643 0 -1 1077937220 217 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558974] ppid=558937 vsize=18511060 memory=30962685530996822 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558974/stat : 558974 (fscip) D 558937 558940 554643 0 -1 1077937220 232 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558975] ppid=558937 vsize=18511060 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558975/stat : 558975 (fscip) D 558937 558940 554643 0 -1 1077937220 225 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558976] ppid=558937 vsize=18511060 memory=11540 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558976/stat : 558976 (fscip) D 558937 558940 554643 0 -1 1077937220 226 0 0 0 3 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558977] ppid=558937 vsize=18511060 memory=31988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558977/stat : 558977 (fscip) D 558937 558940 554643 0 -1 1077937220 223 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558978] ppid=558937 vsize=18511060 memory=28720 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558978/stat : 558978 (fscip) D 558937 558940 554643 0 -1 1077937220 223 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558979] ppid=558937 vsize=18511060 memory=7384 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558979/stat : 558979 (fscip) D 558937 558940 554643 0 -1 1077937220 244 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558980] ppid=558937 vsize=18511060 memory=27608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558980/stat : 558980 (fscip) D 558937 558940 554643 0 -1 1077937220 221 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558981] ppid=558937 vsize=18511060 memory=3736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558981/stat : 558981 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558982] ppid=558937 vsize=18511060 memory=40232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558982/stat : 558982 (fscip) D 558937 558940 554643 0 -1 1077937220 239 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558983] ppid=558937 vsize=18511060 memory=8072 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558983/stat : 558983 (fscip) D 558937 558940 554643 0 -1 1077937220 162 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558984] ppid=558937 vsize=18511060 memory=6720667640568233829 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558984/stat : 558984 (fscip) D 558937 558940 554643 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558985] ppid=558937 vsize=18511060 memory=5440 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558985/stat : 558985 (fscip) D 558937 558940 554643 0 -1 1077937220 326 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558986] ppid=558937 vsize=18511060 memory=16108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558986/stat : 558986 (fscip) D 558937 558940 554643 0 -1 1077937220 228 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
[pid=558940/tid=558987] ppid=558937 vsize=18511060 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/558940/task/558987/stat : 558987 (fscip) D 558937 558940 554643 0 -1 1077937220 222 0 0 0 2 0 0 0 20 0 41 0 90720212 18955325440 3600605 809668444160 4194304 16622877 140729945383120 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27815936 140729945388009 140729945388125 140729945388125 140729945395151 24
Current children cumulated CPU time: 72002.6 s
Current children cumulated vsize: 18511060 KiB
Current children cumulated memory: 14402420 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3658.19
CPU time (s): 72003
CPU user time (s): 71962.7
CPU system time (s): 40.2153
CPU usage (%): 1968.27
Max. virtual memory (cumulated for all children) (KiB): 18642132
Max. memory (cumulated for all children) (KiB): 14495828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71962.7
system time used= 40.2153
maximum resident set size= 14495828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29906031
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= 117077
involuntary context switches= 279074


# summary of solver processes directly reported to runsolver:
#   pid: 558940
#   total CPU time (s): 72003
#   total CPU user time (s): 71962.7
#   total CPU system time (s): 40.2153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.3438 second user time and 85.5866 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 00:09:11
IDJOB=4467802
IDBENCH=158288
IDSOLVER=3097
FILE ID=nodeD103/4467802-1723241351
RUNJOBID= nodeD103-1723237719-554656
SLURM_JOB_ID= 8266907
Free space on /tmp= 8586652 MiB

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

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

MD5SUM BENCH= a9d7c7f4b9c33e38d48644f753677e90
RANDOM SEED=1835367087

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		: 2985.595
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		: 2894.353
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		: 3076.960
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		: 3398.888
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		: 2985.720
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		: 2894.679
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		: 3076.916
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		: 2940.458
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		: 2983.925
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		: 2893.738
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		: 3076.885
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		: 2930.111
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		: 2976.020
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		: 2892.796
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		: 3076.863
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		: 3677.413
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		: 2975.449
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		: 2894.353
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		: 3076.895
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		: 1463.076
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		: 2985.751
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		: 2894.146
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		: 3076.946
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		: 2656.707
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		: 2977.327
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		: 2894.657
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		: 3000.613
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		: 2666.510
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		: 2982.809
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		: 2894.040
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		: 2962.738
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		: 2639.688
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		: 2985.732
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		: 2893.194
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		: 3077.119
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		: 2690.194
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		: 2985.107
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		: 2894.652
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		: 3077.173
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		: 2853.674
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		: 2979.738
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		: 2894.336
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		: 3077.235
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		: 2918.811
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		: 2985.668
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		: 2889.334
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		: 3076.399
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		: 2867.881
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		: 2941.068
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		: 2894.646
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		: 2926.395
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		: 2841.928
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		: 2985.600
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		: 2894.339
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		: 2954.320
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		: 1757.279
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		: 2978.039
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		: 2894.643
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		: 2959.650
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		: 2841.167
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		: 2985.530
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		: 2894.329
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		: 3073.703
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		: 2793.377
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		: 2984.343
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		: 2891.813
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		: 3077.269
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 2792.166
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		: 2968.810
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		: 2894.637
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		: 3077.261
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		: 2798.460
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		: 2985.416
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		: 2894.005
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		: 3077.254
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		: 2807.761
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		: 2968.449
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		: 2894.634
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		: 2948.470
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		: 3614.268
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:        683695452 kB
MemAvailable:   748585380 kB
Buffers:          977572 kB
Cached:         66699864 kB
SwapCached:            0 kB
Active:          9350684 kB
Inactive:       93377404 kB
Active(anon):       2132 kB
Inactive(anon): 35079248 kB
Active(file):    9348552 kB
Inactive(file): 58298156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29480 kB
Writeback:             0 kB
AnonPages:      35039656 kB
Mapped:           137008 kB
Shmem:             30728 kB
KReclaimable:    1325872 kB
Slab:            1846192 kB
SReclaimable:    1325872 kB
SUnreclaim:       520320 kB
KernelStack:       16928 kB
PageTables:        82536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4672236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           820224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5517312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      671744 kB
DirectMap2M:    94197760 kB
DirectMap1G:    710934528 kB

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