Trace number 4465422

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 69769.1 3702.78

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM296473b9323cf6d261e3ed0be5346b68
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5492
Best CPU time to get the best result obtained on this benchmark706.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 915460
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 915460
Number of bits of the biggest sum of numbers20
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: 020d91813d]
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   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         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)
2.38/2.41	c Default LC presolving (default).
2.38/2.41	c ** Before presolving: virtualMemUsedAtLc = 2170223286, getVmSize() = 1465671680, SCIPgetMemUsed() = 1386389957, SCIPgetMemTotal() = 1405924309, SCIPgetMemExternEstim() = 764298977
2.38/2.41	c ** set memory limit for presolving in LC to 8.78926e+12 for SCIP **
173.68/174.22	c ** Estimated virtualMemUsedAtSolver = 2744968255, getVmSize() = 3663069184, SCIPgetMemUsed() = 2417048110, SCIPgetMemTotal() = 3353153406, SCIPgetMemExternEstim() = 764298977
173.68/174.22	c ** set memory limit for solvers to 4.17997e+11 for each SCIP **
173.68/174.22	c Original Problem   :
173.68/174.22	c   Problem name     : instance-4465422-1723640578
173.68/174.22	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
173.68/174.22	c   Constraints      : 402763
173.68/174.22	c   Objective sense  : minimize
173.68/174.22	c Presolved Problem  :
173.68/174.22	c   Variables        : 324428 (324428 binary, 0 integer, 0 implicit integer, 0 continuous)
173.68/174.22	c   Constraints      : 324622
173.68/174.22	c Constraints        : Number
173.68/174.22	c   knapsack         : 1 
173.68/174.22	c   setppc           : 23924 
173.68/174.22	c   logicor          : 300697 
173.68/174.22	c ** Instance transfer method used: 0
174.68/175.28	c ** ParaScipInstance copy does not increase the number of variables. **
192.63/192.83	c LC is working with racing ramp-up and with rebuilding tree after racing.
192.63/192.83	c                                Nodes    Active                                            
192.63/192.83	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3550.08/362.39	c *     362              0           1        20           0.0000                -          -
3550.08/362.39	c       362              0           1        20           0.0000                -          -
11315.84/753.38	c       753              2           1        20           0.0000     -915460.0000          -
11431.82/759.15	c       759              2           1        20           0.0000     -915460.0000          -
11605.54/767.90	c       768              2           1        20           0.0000     -915460.0000          -
11968.39/786.28	c       786              2           1        20           0.0000     -915460.0000          -
14654.72/921.52	c       922              2           1        20           0.0000     -915460.0000          -
14900.92/933.90	c       934              3           4        20           0.0000     -915460.0000          -
15027.86/940.33	c       940              3           4        20           0.0000     -915460.0000          -
15280.78/953.10	c       953              3           4        20           0.0000     -915460.0000          -
15397.00/958.99	c       959             16          15        20           0.0000     -915460.0000          -
15560.17/967.17	c       967             16          15        20           0.0000     -915460.0000          -
15918.57/985.26	c       985             16          15        20           0.0000     -915460.0000          -
18929.32/1137.00	c      1137             16          15        20           0.0000     -915460.0000          -
19183.00/1149.77	c      1150             21          22        20           0.0000     -915460.0000          -
19353.46/1158.38	c      1158             21          22        20           0.0000     -915460.0000          -
19467.40/1164.06	c      1164             31          30        20           0.0000     -915460.0000          -
19639.18/1172.71	c      1173             31          30        20           0.0000     -915460.0000          -
19809.73/1181.37	c      1181             31          30        20           0.0000     -915460.0000          -
22986.04/1341.43	c      1341             31          30        20           0.0000     -915460.0000          -
23087.26/1346.53	c      1347             31          30        20           0.0000     -915460.0000          -
23186.51/1351.56	c      1352             31          30        20           0.0000     -915460.0000          -
23336.13/1359.10	c      1359             41          42        20           0.0000     -915460.0000          -
23462.29/1365.43	c      1365             41          42        20           0.0000     -915460.0000          -
23563.46/1370.53	c      1371             41          42        20           0.0000     -915460.0000          -
23666.62/1375.73	c      1376             51          50        20           0.0000     -915460.0000          -
23777.71/1381.37	c      1381             52          51        20           0.0000     -915460.0000          -
23911.30/1388.09	c      1388             72          71        20           0.0000     -915460.0000          -
24019.66/1393.59	c      1394             62          61        20           0.0000     -915460.0000          -
24138.73/1399.58	c      1400             72          71        20           0.0000     -915460.0000          -
24259.75/1405.60	c      1406             92          91        20           0.0000     -915460.0000          -
24364.95/1411.01	c      1411            118         117        20           0.0000     -915460.0000          -
24513.81/1418.46	c      1418            118         117        20           0.0000     -915460.0000          -
27881.85/1588.21	c      1588            118         117        20           0.0000     -915460.0000          -
28034.62/1596.02	c      1596            112         111        20           0.0000     -915460.0000          -
28209.26/1604.70	c      1605            121         122        20           0.0000     -915460.0000          -
28315.19/1610.11	c      1610            121         122        20           0.0000     -915460.0000          -
28431.55/1616.00	c      1616            121         122        20           0.0000     -915460.0000          -
28540.70/1621.44	c      1621            121         122        20           0.0000     -915460.0000          -
28643.60/1626.61	c      1627            152         151        20           0.0000     -915460.0000          -
28746.75/1631.81	c      1632            162         161        20           0.0000     -915460.0000          -
28863.85/1637.71	c      1638            132         131        20           0.0000     -915460.0000          -
28986.94/1643.98	c      1644            182         181        20           0.0000     -915460.0000          -
29130.58/1651.18	c      1651            192         191        20           0.0000     -915460.0000          -
29240.86/1656.72	c      1657            202         201        20           0.0000     -915460.0000          -
29342.06/1661.81	c      1662            202         201        20           0.0000     -915460.0000          -
29619.58/1675.88	c      1676            202         201        20           0.0000     -915460.0000          -
29833.69/1686.61	c      1687            202         203        20           0.0000     -915460.0000          -
30120.04/1701.10	c      1701            202         203        20           0.0000     -915460.0000          -
30510.14/1720.75	c      1721            202         203        20           0.0000     -915460.0000          -
30737.06/1732.15	c      1732            202         203        20           0.0000     -915460.0000          -
30867.22/1738.80	c      1739            202         203        20           0.0000     -915460.0000          -
31000.12/1745.48	c      1745            202         203        20           0.0000     -915460.0000          -
31125.11/1751.77	c      1752            212         211        20           0.0000     -915460.0000          -
31234.14/1757.28	c      1757            222         221        20           0.0000     -915460.0000          -
31337.23/1762.44	c      1762            252         251        20           0.0000     -915460.0000          -
31442.31/1767.76	c      1768            282         281        20           0.0000     -915460.0000          -
31548.28/1773.05	c      1773            312         311        20           0.0000     -915460.0000          -
31647.21/1778.13	c      1778            342         341        20           0.0000     -915460.0000          -
31751.63/1783.38	c      1783            382         381        20           0.0000     -915460.0000          -
31856.61/1788.60	c      1789            413         412        20           0.0000     -915460.0000          -
31957.96/1793.77	c      1794            454         453        20           0.0000     -915460.0000          -
32068.91/1799.30	c      1799            494         493        20           0.0000     -915460.0000          -
32170.13/1804.42	c      1804            507         506        20           0.0000     -915460.0000          -
32273.29/1809.66	c      1810            522         521        20           0.0000     -915460.0000          -
32376.46/1814.88	c      1815            555         554        20           0.0000     -915460.0000          -
32477.69/1820.03	c      1820            596         595        20           0.0000     -915460.0000          -
32581.83/1825.18	c      1825            636         635        20           0.0000     -915460.0000          -
32693.85/1830.84	c      1831            666         665        20           0.0000     -915460.0000          -
32797.51/1836.09	c      1836            717         716        20           0.0000     -915460.0000          -
32896.54/1841.15	c      1841            740         739        20           0.0000     -915460.0000          -
32998.91/1846.28	c      1846            763         762        20           0.0000     -915460.0000          -
33106.03/1851.64	c      1852            819         818        20           0.0000     -915460.0000          -
33213.93/1857.10	c      1857            942         941        20           0.0000     -915460.0000          -
33322.18/1862.52	c      1863            982         981        20           0.0000     -915460.0000          -
33421.39/1867.56	c      1868            962         961        20           0.0000     -915460.0000          -
33531.16/1873.05	c      1873           1042        1041        20           0.0000     -915460.0000          -
33633.64/1878.23	c      1878           1042        1041        20           0.0000     -915460.0000          -
33746.71/1884.00	c      1884           1042        1041        20           0.0000     -915460.0000          -
33877.60/1890.50	c      1891           1042        1041        20           0.0000     -915460.0000          -
34004.56/1896.91	c      1897           1042        1041        20           0.0000     -915460.0000          -
34123.63/1902.90	c      1903           1050           0        20           0.0000     -915460.0000          -
34225.68/1908.06	c      1908           1050           0        20           0.0000     -915460.0000          -
34327.91/1913.23	c      1913           1050           0        20           0.0000     -915460.0000          -
34439.15/1918.88	c      1919           1050           0        20           0.0000     -915460.0000          -
34540.26/1923.99	c      1924           1091          41        20           0.0000     -915460.0000          -
34649.36/1929.49	c      1929           1120          70        20           0.0000     -915460.0000          -
34758.48/1935.00	c      1935           1151         101        20           0.0000     -915460.0000          -
34862.44/1940.17	c      1940           1121          71        20           0.0000     -915460.0000          -
34962.86/1945.21	c      1945           1140          90        20           0.0000     -915460.0000          -
35074.03/1950.82	c      1951           1240         190        20           0.0000     -915460.0000          -
35175.22/1955.95	c      1956           1271         221        20           0.0000     -915460.0000          -
35274.44/1961.04	c      1961           1240         190        20           0.0000     -915460.0000          -
35379.63/1966.25	c      1966           1342         292        20           0.0000     -915460.0000          -
35484.86/1971.57	c      1972           1301         251        20           0.0000     -915460.0000          -
35588.07/1976.75	c      1977           1431         381        20           0.0000     -915460.0000          -
35689.27/1981.83	c      1982           1463         413        20           0.0000     -915460.0000          -
35790.50/1986.95	c      1987           1402         352        20           0.0000     -915460.0000          -
35901.60/1992.58	c      1993           1442         392        20           0.0000     -915460.0000          -
36002.75/1997.60	c      1998           1491         441        20           0.0000     -915460.0000          -
36107.95/2002.91	c      2003           1631         581        20           0.0000     -915460.0000          -
36207.25/2007.94	c      2008           1571         521        20           0.0000     -915460.0000          -
36309.19/2013.08	c      2013           1711         661        20           0.0000     -915460.0000          -
36410.55/2018.15	c      2018           1651         601        20           0.0000     -915460.0000          -
36512.76/2023.36	c      2023           1706         656        20           0.0000     -915460.0000          -
36626.60/2029.11	c      2029           1855         805        20           0.0000     -915460.0000          -
36730.93/2034.37	c      2034           1795         745        20           0.0000     -915460.0000          -
36834.09/2039.58	c      2040           1856         806        20           0.0000     -915460.0000          -
36939.28/2044.87	c      2045           2031         981        20           0.0000     -915460.0000          -
37040.52/2050.00	c      2050           1970         920        20           0.0000     -915460.0000          -
37142.48/2055.10	c      2055           2111        1061        20           0.0000     -915460.0000          -
37248.84/2060.43	c      2060           2011         961        20           0.0000     -915460.0000          -
37350.07/2065.50	c      2066           2031         981        20           0.0000     -915460.0000          -
37453.26/2070.72	c      2071           2211        1161        20           0.0000     -915460.0000          -
37554.32/2075.83	c      2076           2251        1201        20           0.0000     -915460.0000          -
37671.40/2081.70	c      2082           2131        1081        20           0.0000     -915460.0000          -
37792.46/2087.83	c      2088           2291        1241        20           0.0000     -915460.0000          -
37891.73/2092.84	c      2093           2331        1281        20           0.0000     -915460.0000          -
37990.95/2097.88	c      2098           2231        1181        20           0.0000     -915460.0000          -
38104.09/2103.54	c      2104           2251        1201        20           0.0000     -915460.0000          -
38233.84/2110.05	c      2110           2431        1381        20           0.0000     -915460.0000          -
38344.15/2115.64	c      2116           2471        1421        20           0.0000     -915460.0000          -
38445.38/2120.78	c      2121           2331        1281        20           0.0000     -915460.0000          -
38546.59/2125.84	c      2126           2363        1313        20           0.0000     -915460.0000          -
38647.85/2130.96	c      2131           2571        1521        20           0.0000     -915460.0000          -
38757.02/2136.40	c      2136           2411        1361        20           0.0000     -915460.0000          -
38860.24/2141.70	c      2142           2651        1601        20           0.0000     -915460.0000          -
38971.27/2147.21	c      2147           2471        1421        20           0.0000     -915460.0000          -
39080.41/2152.77	c      2153           2511        1461        20           0.0000     -915460.0000          -
39183.63/2157.95	c      2158           2771        1721        20           0.0000     -915460.0000          -
39285.68/2163.15	c      2163           2571        1521        20           0.0000     -915460.0000          -
39394.00/2168.57	c      2169           2591        1541        20           0.0000     -915460.0000          -
39499.13/2173.82	c      2174           2893        1839        20           0.0000     -915460.0000          -
39600.30/2179.01	c      2179           2651        1601        20           0.0000     -915460.0000          -
39719.40/2184.99	c      2185           2691        1641        20           0.0000     -915460.0000          -
39826.57/2190.31	c      2190           2711        1661        20           0.0000     -915460.0000          -
39931.77/2195.66	c      2196           3033        1979        20           0.0000     -915460.0000          -
40033.03/2200.75	c      2201           3053        1999        20           0.0000     -915460.0000          -
40142.15/2206.22	c      2206           2853        1799        20           0.0000     -915460.0000          -
40249.38/2211.65	c      2212           3113        2059        20           0.0000     -915460.0000          -
40360.49/2217.24	c      2217           3153        2099        20           0.0000     -915460.0000          -
40463.73/2222.42	c      2222           2953        1899        20           0.0000     -915460.0000          -
40582.63/2228.40	c      2228           3213        2159        20           0.0000     -915460.0000          -
40681.79/2233.43	c      2233           3013        1959        20           0.0000     -915460.0000          -
40786.91/2238.70	c      2239           3293        2239        20           0.0000     -915460.0000          -
40896.06/2244.21	c      2244           3061        2007        20           0.0000     -915460.0000          -
40997.28/2249.31	c      2249           3353        2299        20           0.0000     -915460.0000          -
41098.51/2254.47	c      2254           3393        2339        20           0.0000     -915460.0000          -
41201.68/2259.62	c      2260           3433        2379        20           0.0000     -915460.0000          -
41300.94/2264.64	c      2265           3173        2119        20           0.0000     -915460.0000          -
41400.20/2269.69	c      2270           3493        2439        20           0.0000     -915460.0000          -
41513.32/2275.37	c      2275           3233        2179        20           0.0000     -915460.0000          -
41614.54/2280.47	c      2280           3273        2219        20           0.0000     -915460.0000          -
41729.52/2286.29	c      2286           3293        2239        20           0.0000     -915460.0000          -
41836.72/2291.66	c      2292           3633        2579        20           0.0000     -915460.0000          -
41939.89/2296.86	c      2297           3353        2299        20           0.0000     -915460.0000          -
42051.03/2302.45	c      2302           3393        2339        20           0.0000     -915460.0000          -
42156.19/2307.78	c      2308           3433        2379        20           0.0000     -915460.0000          -
42259.33/2312.93	c      2313           3773        2719        20           0.0000     -915460.0000          -
42361.11/2318.06	c      2318           3813        2759        20           0.0000     -915460.0000          -
42477.40/2323.90	c      2324           3513        2459        20           0.0000     -915460.0000          -
42576.57/2328.93	c      2329           3553        2499        20           0.0000     -915460.0000          -
42681.62/2334.29	c      2334           3573        2519        20           0.0000     -915460.0000          -
42792.69/2339.84	c      2340           3921        2867        20           0.0000     -915460.0000          -
42896.60/2345.09	c      2345           3953        2899        20           0.0000     -915460.0000          -
42998.87/2350.20	c      2350           3673        2619        20           0.0000     -915460.0000          -
43102.02/2355.48	c      2355           4013        2959        20           0.0000     -915460.0000          -
43205.21/2360.60	c      2361           3733        2679        20           0.0000     -915460.0000          -
43318.36/2366.38	c      2366           3773        2719        20           0.0000     -915460.0000          -
43421.30/2371.57	c      2372           3793        2739        20           0.0000     -915460.0000          -
43531.04/2377.05	c      2377           4153        3099        20           0.0000     -915460.0000          -
43637.49/2382.42	c      2382           4193        3139        20           0.0000     -915460.0000          -
43738.68/2387.51	c      2388           3893        2839        20           0.0000     -915460.0000          -
43839.85/2392.62	c      2393           3913        2859        20           0.0000     -915460.0000          -
43939.07/2397.68	c      2398           4293        3239        20           0.0000     -915460.0000          -
44047.14/2403.05	c      2403           3953        2899        20           0.0000     -915460.0000          -
44173.12/2409.49	c      2410           4373        3319        20           0.0000     -915460.0000          -
44280.22/2414.80	c      2415           4413        3359        20           0.0000     -915460.0000          -
44386.32/2420.18	c      2420           4053        2999        20           0.0000     -915460.0000          -
44498.45/2425.86	c      2426           4473        3419        20           0.0000     -915460.0000          -
44604.44/2431.19	c      2431           4113        3059        20           0.0000     -915460.0000          -
44712.73/2436.70	c      2437           4153        3099        20           0.0000     -915460.0000          -
44815.88/2441.83	c      2442           4593        3539        20           0.0000     -915460.0000          -
44920.04/2447.13	c      2447           4213        3159        20           0.0000     -915460.0000          -
45028.08/2452.50	c      2452           4653        3599        20           0.0000     -915460.0000          -
45140.15/2458.15	c      2458           4693        3639        20           0.0000     -915460.0000          -
45242.31/2463.32	c      2463           4313        3259        20           0.0000     -915460.0000          -
45393.00/2471.01	c      2471           4353        3299        20           0.0000     -915460.0000          -
45503.98/2476.51	c      2477           4393        3339        20           0.0000     -915460.0000          -
45603.19/2481.56	c      2482           4813        3759        20           0.0000     -915460.0000          -
45706.33/2486.75	c      2487           4453        3399        20           0.0000     -915460.0000          -
45819.41/2492.47	c      2492           4893        3839        20           0.0000     -915460.0000          -
45933.30/2498.15	c      2498           4933        3879        20           0.0000     -915460.0000          -
46041.66/2503.67	c      2504           4973        3919        20           0.0000     -915460.0000          -
46144.86/2508.87	c      2509           4593        3539        20           0.0000     -915460.0000          -
46248.76/2514.06	c      2514           5033        3979        20           0.0000     -915460.0000          -
46351.17/2519.28	c      2519           4653        3599        20           0.0000     -915460.0000          -
46488.65/2526.16	c      2526           4693        3639        20           0.0000     -915460.0000          -
46600.92/2531.85	c      2532           4733        3679        20           0.0000     -915460.0000          -
46715.94/2537.60	c      2538           4773        3719        20           0.0000     -915460.0000          -
46829.02/2543.38	c      2543           4793        3739        20           0.0000     -915460.0000          -
46946.03/2549.20	c      2549           4813        3759        20           0.0000     -915460.0000          -
47059.13/2554.92	c      2555           4833        3779        20           0.0000     -915460.0000          -
47181.00/2561.11	c      2561           4833        3779        20           0.0000     -915460.0000          -
47285.31/2566.32	c      2566           5393        4339        20           0.0000     -915460.0000          -
47386.49/2571.46	c      2571           5433        4379        20           0.0000     -915460.0000          -
47521.41/2578.25	c      2578           5473        4419        20           0.0000     -915460.0000          -
47620.62/2583.27	c      2583           4953        3899        20           0.0000     -915460.0000          -
47721.69/2588.33	c      2588           5553        4499        20           0.0000     -915460.0000          -
47824.88/2593.53	c      2594           5013        3959        20           0.0000     -915460.0000          -
47928.02/2598.70	c      2599           5593        4539        20           0.0000     -915460.0000          -
48031.14/2604.01	c      2604           5593        4539        20           0.0000     -915460.0000          -
48144.22/2609.69	c      2610           5593        4539        20           0.0000     -915460.0000          -
48257.30/2615.35	c      2615           5593        4539        20           0.0000     -915460.0000          -
48366.44/2620.80	c      2621           5593        4539        20           0.0000     -915460.0000          -
48490.18/2627.12	c      2627           5593        4539        20           0.0000     -915460.0000          -
48616.40/2633.40	c      2633           5593        4539        20           0.0000     -915460.0000          -
48717.59/2638.52	c      2639           5593        4539        20           0.0000     -915460.0000          -
48834.50/2644.48	c      2644           5593        4539        20           0.0000     -915460.0000          -
48957.49/2650.63	c      2651           5593        4539        20           0.0000     -915460.0000          -
49098.31/2657.74	c      2658           5593        4539        20           0.0000     -915460.0000          -
49219.31/2663.81	c      2664           5593        4539        20           0.0000     -915460.0000          -
49323.38/2669.11	c      2669           5593        4539        20           0.0000     -915460.0000          -
49431.47/2674.53	c      2675           5593        4539        20           0.0000     -915460.0000          -
49556.46/2680.81	c      2681           5593        4539        20           0.0000     -915460.0000          -
49665.55/2686.30	c      2686           5593        4539        20           0.0000     -915460.0000          -
49772.67/2691.78	c      2692           5593        4539        20           0.0000     -915460.0000          -
49880.74/2697.18	c      2697           5593        4539        20           0.0000     -915460.0000          -
50004.70/2703.48	c      2703           5593        4539        20           0.0000     -915460.0000          -
50129.75/2709.74	c      2710           5593        4539        20           0.0000     -915460.0000          -
50238.48/2715.20	c      2715           5593        4539        20           0.0000     -915460.0000          -
50345.59/2720.65	c      2721           5593        4539        20           0.0000     -915460.0000          -
50466.58/2726.80	c      2727           5593        4539        20           0.0000     -915460.0000          -
50579.57/2732.46	c      2732           5593        4539        20           0.0000     -915460.0000          -
50698.64/2738.47	c      2738           5593        4539        20           0.0000     -915460.0000          -
50825.56/2744.89	c      2745           5593        4539        20           0.0000     -915460.0000          -
50931.46/2750.16	c      2750           5593        4539        20           0.0000     -915460.0000          -
51033.68/2755.35	c      2755           5593        4539        20           0.0000     -915460.0000          -
51134.83/2760.46	c      2760           5593        4539        20           0.0000     -915460.0000          -
51243.84/2765.96	c      2766           5593        4539        20           0.0000     -915460.0000          -
51343.01/2771.01	c      2771           5593        4539        20           0.0000     -915460.0000          -
51445.08/2776.06	c      2776           5593        4539        20           0.0000     -915460.0000          -
51544.11/2781.06	c      2781           5593        4539        20           0.0000     -915460.0000          -
51643.24/2786.08	c      2786           5593        4539        20           0.0000     -915460.0000          -
51742.40/2791.10	c      2791           5593        4539        20           0.0000     -915460.0000          -
51843.89/2796.18	c      2796           5593        4539        20           0.0000     -915460.0000          -
51955.93/2801.80	c      2802           5593        4539        20           0.0000     -915460.0000          -
52067.00/2807.43	c      2807           5593        4539        20           0.0000     -915460.0000          -
52168.17/2812.51	c      2813           5593        4539        20           0.0000     -915460.0000          -
52271.30/2817.70	c      2818           5593        4539        20           0.0000     -915460.0000          -
52370.42/2822.76	c      2823           5593        4539        20           0.0000     -915460.0000          -
52471.38/2827.84	c      2828           5593        4539        20           0.0000     -915460.0000          -
52582.36/2833.49	c      2834           5593        4539        20           0.0000     -915460.0000          -
52687.39/2838.76	c      2839           5593        4539        20           0.0000     -915460.0000          -
52790.50/2844.00	c      2844           5593        4539        20           0.0000     -915460.0000          -
52895.59/2849.24	c      2849           5593        4539        20           0.0000     -915460.0000          -
52996.71/2854.36	c      2854           5593        4539        20           0.0000     -915460.0000          -
53099.85/2859.51	c      2860           5593        4539        20           0.0000     -915460.0000          -
53207.01/2864.92	c      2865           5593        4539        20           0.0000     -915460.0000          -
53315.99/2870.47	c      2870           5593        4539        20           0.0000     -915460.0000          -
53415.14/2875.49	c      2876           5593        4539        20           0.0000     -915460.0000          -
53516.42/2880.59	c      2881           5593        4539        20           0.0000     -915460.0000          -
53621.25/2885.83	c      2886           5593        4539        20           0.0000     -915460.0000          -
53732.31/2891.46	c      2891           5593        4539        20           0.0000     -915460.0000          -
53844.32/2897.10	c      2897           5593        4539        20           0.0000     -915460.0000          -
53945.22/2902.18	c      2902           5593        4539        20           0.0000     -915460.0000          -
54045.54/2907.20	c      2907           5593        4539        20           0.0000     -915460.0000          -
54158.62/2912.97	c      2913           5593        4539        20           0.0000     -915460.0000          -
54263.77/2918.23	c      2918           5593        4539        20           0.0000     -915460.0000          -
54366.93/2923.48	c      2923           5612        4560        20           0.0000     -915460.0000          -
54476.08/2928.90	c      2929           5612        4560        20           0.0000     -915460.0000          -
54585.16/2934.47	c      2934           5612        4560        20           0.0000     -915460.0000          -
54688.32/2939.60	c      2940           5612        4560        20           0.0000     -915460.0000          -
54796.05/2945.08	c      2945           5612        4560        20           0.0000     -915460.0000          -
54904.38/2950.57	c      2951           6213        5159        20           0.0000     -915460.0000          -
55011.22/2955.90	c      2956           5633        4579        20           0.0000     -915460.0000          -
55120.27/2961.44	c      2961           5653        4599        20           0.0000     -915460.0000          -
55221.42/2966.52	c      2967           6313        5259        20           0.0000     -915460.0000          -
55340.47/2972.54	c      2973           5713        4659        20           0.0000     -915460.0000          -
55445.52/2977.88	c      2978           6393        5339        20           0.0000     -915460.0000          -
55551.41/2983.19	c      2983           6413        5359        20           0.0000     -915460.0000          -
55657.72/2988.57	c      2989           5773        4719        20           0.0000     -915460.0000          -
55760.85/2993.79	c      2994           5813        4759        20           0.0000     -915460.0000          -
55866.78/2999.06	c      2999           5833        4779        20           0.0000     -915460.0000          -
55970.81/3004.35	c      3004           6553        5499        20           0.0000     -915460.0000          -
56073.92/3009.59	c      3010           5893        4839        20           0.0000     -915460.0000          -
56175.03/3014.64	c      3015           6613        5559        20           0.0000     -915460.0000          -
56302.70/3021.06	c      3021           5953        4899        20           0.0000     -915460.0000          -
56405.09/3026.22	c      3026           6661        5607        20           0.0000     -915460.0000          -
56521.19/3032.08	c      3032           6013        4959        20           0.0000     -915460.0000          -
56623.31/3037.29	c      3037           6053        4999        20           0.0000     -915460.0000          -
56724.47/3042.37	c      3042           6753        5699        20           0.0000     -915460.0000          -
56833.56/3047.86	c      3048           6793        5739        20           0.0000     -915460.0000          -
56942.66/3053.37	c      3053           6133        5079        20           0.0000     -915460.0000          -
57043.81/3058.43	c      3058           6853        5799        20           0.0000     -915460.0000          -
57158.81/3064.29	c      3064           6193        5139        20           0.0000     -915460.0000          -
57265.95/3069.67	c      3070           6933        5879        20           0.0000     -915460.0000          -
57371.05/3074.97	c      3075           6253        5199        20           0.0000     -915460.0000          -
57472.92/3080.08	c      3080           6293        5239        20           0.0000     -915460.0000          -
57581.06/3085.53	c      3086           6313        5259        20           0.0000     -915460.0000          -
57686.11/3090.85	c      3091           7073        6019        20           0.0000     -915460.0000          -
57790.16/3096.14	c      3096           6373        5319        20           0.0000     -915460.0000          -
57892.36/3101.21	c      3101           7152        6098        20           0.0000     -915460.0000          -
57993.52/3106.34	c      3106           6433        5379        20           0.0000     -915460.0000          -
58094.69/3111.42	c      3111           7193        6139        20           0.0000     -915460.0000          -
58203.78/3116.91	c      3117           6493        5439        20           0.0000     -915460.0000          -
58310.89/3122.32	c      3122           6513        5459        20           0.0000     -915460.0000          -
58417.55/3127.73	c      3128           7293        6239        20           0.0000     -915460.0000          -
58516.48/3132.74	c      3133           6573        5519        20           0.0000     -915460.0000          -
58619.47/3138.02	c      3138           6613        5559        20           0.0000     -915460.0000          -
58736.40/3143.80	c      3144           7393        6339        20           0.0000     -915460.0000          -
58842.33/3149.14	c      3149           6653        5599        20           0.0000     -915460.0000          -
58942.68/3154.20	c      3154           7473        6419        20           0.0000     -915460.0000          -
59043.85/3159.39	c      3159           7493        6439        20           0.0000     -915460.0000          -
59144.94/3164.49	c      3164           6713        5659        20           0.0000     -915460.0000          -
59246.09/3169.56	c      3170           7553        6499        20           0.0000     -915460.0000          -
59347.23/3174.62	c      3175           6773        5719        20           0.0000     -915460.0000          -
59450.39/3179.81	c      3180           6793        5739        20           0.0000     -915460.0000          -
59556.27/3185.14	c      3185           6833        5779        20           0.0000     -915460.0000          -
59675.28/3191.15	c      3191           7653        6599        20           0.0000     -915460.0000          -
59787.52/3196.88	c      3197           7693        6639        20           0.0000     -915460.0000          -
59891.34/3202.08	c      3202           7713        6659        20           0.0000     -915460.0000          -
60007.62/3207.91	c      3208           6953        5899        20           0.0000     -915460.0000          -
60106.79/3212.97	c      3213           7773        6719        20           0.0000     -915460.0000          -
60225.79/3218.95	c      3219           7013        5959        20           0.0000     -915460.0000          -
60334.87/3224.42	c      3224           7833        6779        20           0.0000     -915460.0000          -
60463.85/3231.01	c      3231           7873        6819        20           0.0000     -915460.0000          -
60563.06/3236.05	c      3236           7913        6859        20           0.0000     -915460.0000          -
60680.10/3241.88	c      3242           7152        6098        20           0.0000     -915460.0000          -
60781.24/3246.91	c      3247           7173        6119        20           0.0000     -915460.0000          -
60885.32/3252.17	c      3252           7193        6139        20           0.0000     -915460.0000          -
61009.29/3258.40	c      3258           8053        6999        20           0.0000     -915460.0000          -
61114.43/3263.71	c      3264           7253        6199        20           0.0000     -915460.0000          -
61217.61/3268.97	c      3269           7293        6239        20           0.0000     -915460.0000          -
61346.27/3275.44	c      3275           7313        6259        20           0.0000     -915460.0000          -
61455.15/3280.94	c      3281           8193        7139        20           0.0000     -915460.0000          -
61574.19/3286.99	c      3287           8233        7179        20           0.0000     -915460.0000          -
61681.27/3292.39	c      3292           7413        6359        20           0.0000     -915460.0000          -
61797.29/3298.19	c      3298           8293        7239        20           0.0000     -915460.0000          -
61916.10/3304.17	c      3304           8333        7279        20           0.0000     -915460.0000          -
62018.33/3309.38	c      3309           8373        7319        20           0.0000     -915460.0000          -
62155.03/3316.23	c      3316           8413        7359        20           0.0000     -915460.0000          -
62264.00/3321.75	c      3322           7573        6519        20           0.0000     -915460.0000          -
62380.89/3327.61	c      3328           7593        6539        20           0.0000     -915460.0000          -
62493.91/3333.30	c      3333           8533        7479        20           0.0000     -915460.0000          -
62612.86/3339.35	c      3339           8553        7499        20           0.0000     -915460.0000          -
62721.91/3344.88	c      3345           7673        6619        20           0.0000     -915460.0000          -
62823.02/3350.04	c      3350           7693        6639        20           0.0000     -915460.0000          -
62934.03/3355.50	c      3356           7713        6659        20           0.0000     -915460.0000          -
63049.07/3361.38	c      3361           8673        7619        20           0.0000     -915460.0000          -
63162.79/3367.10	c      3367           7753        6699        20           0.0000     -915460.0000          -
63262.26/3372.14	c      3372           8733        7679        20           0.0000     -915460.0000          -
63386.01/3378.33	c      3378           7813        6759        20           0.0000     -915460.0000          -
63495.14/3383.82	c      3384           8813        7759        20           0.0000     -915460.0000          -
63599.20/3389.08	c      3389           7873        6819        20           0.0000     -915460.0000          -
63703.41/3394.33	c      3394           8873        7819        20           0.0000     -915460.0000          -
63806.57/3399.54	c      3400           7933        6879        20           0.0000     -915460.0000          -
63907.71/3404.66	c      3405           7973        6919        20           0.0000     -915460.0000          -
64006.91/3409.68	c      3410           8973        7919        20           0.0000     -915460.0000          -
64108.09/3414.78	c      3415           8013        6959        20           0.0000     -915460.0000          -
64209.30/3419.84	c      3420           9033        7979        20           0.0000     -915460.0000          -
64324.10/3425.69	c      3426           8073        7019        20           0.0000     -915460.0000          -
64439.19/3431.49	c      3431           9113        8059        20           0.0000     -915460.0000          -
64542.36/3436.65	c      3437           8133        7079        20           0.0000     -915460.0000          -
64653.40/3442.21	c      3442           9173        8119        20           0.0000     -915460.0000          -
64762.54/3447.75	c      3448           8193        7139        20           0.0000     -915460.0000          -
64863.72/3452.85	c      3453           9253        8199        20           0.0000     -915460.0000          -
64967.65/3458.07	c      3458           8253        7199        20           0.0000     -915460.0000          -
65071.68/3463.34	c      3463           8273        7219        20           0.0000     -915460.0000          -
65172.66/3468.42	c      3468           8313        7259        20           0.0000     -915460.0000          -
65275.80/3473.65	c      3474           8333        7279        20           0.0000     -915460.0000          -
65376.96/3478.70	c      3479           9413        8359        20           0.0000     -915460.0000          -
65487.88/3484.35	c      3484           8393        7339        20           0.0000     -915460.0000          -
65610.86/3490.59	c      3491           8433        7379        20           0.0000     -915460.0000          -
65713.98/3495.73	c      3496           9513        8459        20           0.0000     -915460.0000          -
65815.12/3500.84	c      3501           8493        7439        20           0.0000     -915460.0000          -
65914.35/3505.87	c      3506           8513        7459        20           0.0000     -915460.0000          -
66023.48/3511.39	c      3511           9593        8539        20           0.0000     -915460.0000          -
66130.53/3516.72	c      3517           9633        8579        20           0.0000     -915460.0000          -
66233.63/3522.00	c      3522           9653        8599        20           0.0000     -915460.0000          -
66346.68/3527.66	c      3528           9693        8639        20           0.0000     -915460.0000          -
66463.59/3533.58	c      3534           8633        7579        20           0.0000     -915460.0000          -
66575.56/3539.19	c      3539           9773        8719        20           0.0000     -915460.0000          -
66675.73/3544.21	c      3544           8693        7639        20           0.0000     -915460.0000          -
66786.77/3549.80	c      3550           8733        7679        20           0.0000     -915460.0000          -
66887.86/3554.94	c      3555           8753        7699        20           0.0000     -915460.0000          -
66992.88/3560.28	c      3560           9913        8859        20           0.0000     -915460.0000          -
67108.92/3566.12	c      3566           8813        7759        20           0.0000     -915460.0000          -
67213.06/3571.32	c      3571           8853        7799        20           0.0000     -915460.0000          -
67314.36/3576.48	c      3576          10013        8959        20           0.0000     -915460.0000          -
67415.38/3581.56	c      3582           8893        7839        20           0.0000     -915460.0000          -
67516.52/3586.69	c      3587           8933        7879        20           0.0000     -915460.0000          -
67619.68/3591.80	c      3592           8953        7899        20           0.0000     -915460.0000          -
67718.76/3596.88	c      3597          10153        9099        20           0.0000     -915460.0000          -
67827.85/3602.30	c      3602           9013        7959        20           0.0000     -915460.0000          -
67928.88/3607.42	c      3607           9053        7999        20           0.0000     -915460.0000          -
68038.02/3612.90	c      3613          10253        9199        20           0.0000     -915460.0000          -
68141.91/3618.16	c      3618          10293        9239        20           0.0000     -915460.0000          -
68246.18/3623.50	c      3624           9133        8079        20           0.0000     -915460.0000          -
68351.35/3628.78	c      3629           9153        8099        20           0.0000     -915460.0000          -
68472.34/3634.81	c      3635           9193        8139        20           0.0000     -915460.0000          -
68591.34/3640.88	c      3641           9233        8179        20           0.0000     -915460.0000          -
68698.34/3646.22	c      3646           9253        8199        20           0.0000     -915460.0000          -
68819.20/3652.33	c      3652          10481        9427        20           0.0000     -915460.0000          -
68930.29/3658.00	c      3658          10513        9459        20           0.0000     -915460.0000          -
69035.41/3663.29	c      3663           9353        8299        20           0.0000     -915460.0000          -
69162.23/3669.68	c      3670          10593        9539        20           0.0000     -915460.0000          -
69275.24/3675.35	c      3675          10633        9579        20           0.0000     -915460.0000          -
69384.28/3680.88	c      3681           9453        8399        20           0.0000     -915460.0000          -
69485.47/3685.97	c      3686           9473        8419        20           0.0000     -915460.0000          -
69594.54/3691.48	c      3691          10733        9679        20           0.0000     -915460.0000          -
69719.50/3697.79	c      3698          10773        9719        20           0.0000     -915460.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: 191633 MiB (173526 MiB free)
  memory of node 1: 193531 MiB (167821 MiB free)
  memory of node 2: 193531 MiB (186882 MiB free)
  memory of node 3: 193531 MiB (180453 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-4465422-1723640578/watcher-4465422-1723640578 -o /tmp/evaluation-result-4465422-1723640578/solver-4465422-1723640578 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741484 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465422-1723640578.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 58.78 75.25 78.65 8/864 741545
/proc/meminfo: memFree=725391284/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=100840 memory=88128 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/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 19891 0 0 0 9 2 0 0 20 0 1 0 130644544 103260160 22032 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 25210 22032 2347 3035 0 21606 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 100840 KiB
Current children cumulated memory: 88128 KiB

[startup+0.223831 s]*
/proc/loadavg: 58.78 75.25 78.65 7/864 741545
/proc/meminfo: memFree=725055408/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=165328 memory=153728 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/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 36289 0 0 0 18 5 0 0 20 0 1 0 130644544 169295872 38432 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 41332 38432 2347 3035 0 37728 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 165328 KiB
Current children cumulated memory: 153728 KiB

[startup+0.324818 s]*
/proc/loadavg: 58.78 75.25 78.65 7/864 741545
/proc/meminfo: memFree=724792500/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=226968 memory=215260 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 51663 0 0 0 26 7 0 0 20 0 1 0 130644544 232415232 53749 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 56742 53749 2347 3035 0 53138 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 226968 KiB
Current children cumulated memory: 215260 KiB

[startup+0.700258 s]
/proc/loadavg: 58.78 75.25 78.65 7/864 741545
/proc/meminfo: memFree=724335080/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=438912 memory=427272 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 103652 0 0 0 55 14 0 0 20 0 1 0 130644544 449445888 106818 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 109728 106818 2347 3035 0 106124 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 438912 KiB
Current children cumulated memory: 427272 KiB

[startup+1.50026 s]
/proc/loadavg: 54.40 74.07 78.25 7/864 741545
/proc/meminfo: memFree=723364888/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=998692 memory=986772 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 246966 0 0 0 116 33 0 0 20 0 1 0 130644544 1022660608 246693 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 249673 246693 2555 3035 0 246069 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 998692 KiB
Current children cumulated memory: 986772 KiB

[startup+3.12319 s]
/proc/loadavg: 54.40 74.07 78.25 7/864 741545
/proc/meminfo: memFree=719863260/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=1517368 memory=1492316 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 369228 0 0 0 259 52 0 0 20 0 1 0 130644544 1553784832 373079 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 379342 373079 2614 3035 0 375738 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1517368 KiB
Current children cumulated memory: 1492316 KiB

[startup+6.30023 s]
/proc/loadavg: 50.36 72.91 77.85 7/864 741547
/proc/meminfo: memFree=717936012/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=2024708 memory=1981684 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/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 406533 0 0 0 556 71 0 0 20 0 1 0 130644544 2073300992 495421 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 506177 495421 2742 3035 0 502573 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2024708 KiB
Current children cumulated memory: 1981684 KiB

[startup+12.7002 s]
/proc/loadavg: 46.65 71.76 77.45 7/864 741547
/proc/meminfo: memFree=717853604/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=2043836 memory=1991276 CPUtime=12.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 408030 0 0 0 1192 73 0 0 20 0 1 0 130644544 2092888064 497819 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 510959 497819 2742 3035 0 507355 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2043836 KiB
Current children cumulated memory: 1991276 KiB

[startup+25.5002 s]
/proc/loadavg: 40.09 69.53 76.67 7/863 741551
/proc/meminfo: memFree=717845080/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=2046344 memory=1994576 CPUtime=25.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 408495 0 0 0 2467 75 0 0 20 0 1 0 130644544 2095456256 498644 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 511586 498644 2742 3035 0 507982 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2046344 KiB
Current children cumulated memory: 1994576 KiB

[startup+51.1236 s]
/proc/loadavg: 25.87 63.27 74.35 7/863 741554
/proc/meminfo: memFree=717837628/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=2046344 memory=1996756 CPUtime=50.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 408729 0 0 0 5020 77 0 0 20 0 1 0 130644544 2095456256 499189 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 511586 499189 2742 3035 0 507982 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2046344 KiB
Current children cumulated memory: 1996756 KiB

[startup+102.3 s]
/proc/loadavg: 13.49 54.13 70.66 7/863 741566
/proc/meminfo: memFree=716892628/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=2764084 memory=2683892 CPUtime=102.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 559218 0 0 0 10093 108 0 0 20 0 1 0 130644544 2830422016 670973 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 691021 670973 2790 3035 0 687417 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2764084 KiB
Current children cumulated memory: 2683892 KiB

[startup+162.3 s]
/proc/loadavg: 13.97 46.53 66.99 26/904 741618
/proc/meminfo: memFree=678901204/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=2764084 memory=2684016 CPUtime=161.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) R 741535 741538 741471 0 -1 4194304 559349 0 0 0 16072 110 0 0 20 0 1 0 130644544 2830422016 671004 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 691021 671004 2790 3035 0 687417 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 2764084 KiB
Current children cumulated memory: 2684016 KiB

[startup+222.301 s]
/proc/loadavg: 27.17 44.06 64.84 45/963 741689
/proc/meminfo: memFree=621614788/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=53335184 memory=50515392 CPUtime=770.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) S 741535 741538 741471 0 -1 1077936128 11069174 0 0 0 74652 2352 0 0 20 0 41 0 130644544 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 13333796 12628848 2822 3035 0 13024117 0
[pid=741538/tid=741622] ppid=741535 vsize=53335184 memory=0 CPUtime=29.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741622/stat : 741622 (fscip) R 741535 741538 741471 0 -1 4194368 322345 0 0 0 2919 73 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741623] ppid=741535 vsize=53335184 memory=2268 CPUtime=29.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741623/stat : 741623 (fscip) R 741535 741538 741471 0 -1 4194368 626739 0 0 0 2841 132 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741624] ppid=741535 vsize=53335184 memory=11424 CPUtime=29.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741624/stat : 741624 (fscip) R 741535 741538 741471 0 -1 4194368 625063 0 0 0 2841 129 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741625] ppid=741535 vsize=53335184 memory=16240 CPUtime=29.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741625/stat : 741625 (fscip) R 741535 741538 741471 0 -1 4194368 321780 0 0 0 2920 74 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741626] ppid=741535 vsize=53335184 memory=2268 CPUtime=29.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741626/stat : 741626 (fscip) R 741535 741538 741471 0 -1 4194368 625189 0 0 0 2835 135 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741627] ppid=741535 vsize=53335184 memory=0 CPUtime=29.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741627/stat : 741627 (fscip) R 741535 741538 741471 0 -1 4194368 624717 0 0 0 2841 129 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741628] ppid=741535 vsize=53335184 memory=12963312 CPUtime=29.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741628/stat : 741628 (fscip) R 741535 741538 741471 0 -1 4194368 321951 0 0 0 2919 74 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741629] ppid=741535 vsize=53335184 memory=280552902005328 CPUtime=29.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741629/stat : 741629 (fscip) R 741535 741538 741471 0 -1 4194368 624524 0 0 0 2834 130 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741630] ppid=741535 vsize=53335184 memory=0 CPUtime=29.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741630/stat : 741630 (fscip) R 741535 741538 741471 0 -1 4194368 618213 0 0 0 2842 132 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741631] ppid=741535 vsize=53335184 memory=50502560 CPUtime=29.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741631/stat : 741631 (fscip) R 741535 741538 741471 0 -1 4194368 321863 0 0 0 2919 73 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741632] ppid=741535 vsize=53335184 memory=1996756 CPUtime=29.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741632/stat : 741632 (fscip) R 741535 741538 741471 0 -1 4194368 620491 0 0 0 2839 129 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741633] ppid=741535 vsize=53335184 memory=-6513730540525501287 CPUtime=29.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741633/stat : 741633 (fscip) R 741535 741538 741471 0 -1 4194368 625198 0 0 0 2848 130 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741634] ppid=741535 vsize=53335184 memory=13572724 CPUtime=29.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741634/stat : 741634 (fscip) R 741535 741538 741471 0 -1 4194368 322397 0 0 0 2921 72 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741635] ppid=741535 vsize=53335184 memory=1836 CPUtime=29.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741635/stat : 741635 (fscip) R 741535 741538 741471 0 -1 4194368 618738 0 0 0 2839 131 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741636] ppid=741535 vsize=53335184 memory=50476952 CPUtime=28.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741636/stat : 741636 (fscip) R 741535 741538 741471 0 -1 4194368 617238 0 0 0 2772 127 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741637] ppid=741535 vsize=53335184 memory=2923124 CPUtime=29.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741637/stat : 741637 (fscip) R 741535 741538 741471 0 -1 4194368 322497 0 0 0 2927 68 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741638] ppid=741535 vsize=53335184 memory=50515028 CPUtime=29.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741638/stat : 741638 (fscip) R 741535 741538 741471 0 -1 4194368 617114 0 0 0 2843 130 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741639] ppid=741535 vsize=53335184 memory=0 CPUtime=29.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741639/stat : 741639 (fscip) R 741535 741538 741471 0 -1 4194368 618350 0 0 0 2842 131 0 0 20 0 41 0 130661967 54615228416 12628848 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0

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

/proc/741538/task/741652/stat : 741652 (fscip) S 741535 741538 741471 0 -1 1077936192 303 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741653] ppid=741535 vsize=83191828 memory=78055208 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/741538/task/741653/stat : 741653 (fscip) S 741535 741538 741471 0 -1 1077936192 276 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741654] ppid=741535 vsize=83191828 memory=280552902129472 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/741538/task/741654/stat : 741654 (fscip) S 741535 741538 741471 0 -1 1077936192 263 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741655] ppid=741535 vsize=83191828 memory=6009889121245417570 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/741538/task/741655/stat : 741655 (fscip) S 741535 741538 741471 0 -1 1077936192 306 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741656] ppid=741535 vsize=83191828 memory=104 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/741538/task/741656/stat : 741656 (fscip) S 741535 741538 741471 0 -1 1077936192 314 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741657] ppid=741535 vsize=83191828 memory=78095684 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/741538/task/741657/stat : 741657 (fscip) S 741535 741538 741471 0 -1 1077936192 312 0 0 0 1 2 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741658] ppid=741535 vsize=83191828 memory=78165392 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/741538/task/741658/stat : 741658 (fscip) S 741535 741538 741471 0 -1 1077936192 303 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741659] ppid=741535 vsize=83191828 memory=6720665441477410415 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/741538/task/741659/stat : 741659 (fscip) S 741535 741538 741471 0 -1 1077936192 298 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741660] ppid=741535 vsize=83191828 memory=31860 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/741538/task/741660/stat : 741660 (fscip) S 741535 741538 741471 0 -1 1077936192 300 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741661] ppid=741535 vsize=83191828 memory=7176 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/741538/task/741661/stat : 741661 (fscip) S 741535 741538 741471 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741662] ppid=741535 vsize=83191828 memory=36248 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/741538/task/741662/stat : 741662 (fscip) S 741535 741538 741471 0 -1 1077936192 301 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741663] ppid=741535 vsize=83191828 memory=33860 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/741538/task/741663/stat : 741663 (fscip) S 741535 741538 741471 0 -1 1077936192 328 0 0 0 3 0 0 0 20 0 41 0 130663832 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741664] ppid=741535 vsize=83191828 memory=58984 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/741538/task/741664/stat : 741664 (fscip) S 741535 741538 741471 0 -1 1077936192 302 0 0 0 3 0 0 0 20 0 41 0 130663833 85188431872 19584416 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
Current children cumulated CPU time: 68621.1 s
Current children cumulated vsize: 83191828 KiB
Current children cumulated memory: 78337664 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.29 80.28 80.03 83/1023 743636
/proc/meminfo: memFree=420719592/790760800 swapFree=131071996/131071996
[pid=741538] ppid=741535 vsize=83265884 memory=78381848 CPUtime=69766.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/stat : 741538 (fscip) S 741535 741538 741471 0 -1 1077936128 216160652 0 0 0 6955948 20664 0 0 20 0 41 0 130644544 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
/proc/741538/statm: 20816471 19595462 3030 3035 0 20445138 0
[pid=741538/tid=741622] ppid=741535 vsize=83265884 memory=6720661047725866603 CPUtime=3477.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741622/stat : 741622 (fscip) R 741535 741538 741471 0 -1 4194368 4720793 0 0 0 347219 516 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741623] ppid=741535 vsize=83265884 memory=-4421386496281372771 CPUtime=3477.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741623/stat : 741623 (fscip) R 741535 741538 741471 0 -1 4194368 7329400 0 0 0 346964 832 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741624] ppid=741535 vsize=83265884 memory=98066504 CPUtime=3484.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741624/stat : 741624 (fscip) R 741535 741538 741471 0 -1 4194368 23656344 0 0 0 346389 2062 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741625] ppid=741535 vsize=83265884 memory=2636 CPUtime=3479.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741625/stat : 741625 (fscip) R 741535 741538 741471 0 -1 4194368 4792381 0 0 0 347379 537 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741626] ppid=741535 vsize=83265884 memory=6920 CPUtime=3483.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741626/stat : 741626 (fscip) R 741535 741538 741471 0 -1 4194368 7440745 0 0 0 347621 774 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741627] ppid=741535 vsize=83265884 memory=6720665441477410415 CPUtime=3480.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741627/stat : 741627 (fscip) R 741535 741538 741471 0 -1 4194368 23479060 0 0 0 346062 1970 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741628] ppid=741535 vsize=83265884 memory=6056 CPUtime=3477.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741628/stat : 741628 (fscip) R 741535 741538 741471 0 -1 4194368 5196586 0 0 0 347089 687 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741629] ppid=741535 vsize=83265884 memory=78381700 CPUtime=3480.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741629/stat : 741629 (fscip) R 741535 741538 741471 0 -1 4194368 7139060 0 0 0 347250 757 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741630] ppid=741535 vsize=83265884 memory=33100 CPUtime=3479.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741630/stat : 741630 (fscip) R 741535 741538 741471 0 -1 4194368 20522624 0 0 0 346291 1706 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741631] ppid=741535 vsize=83265884 memory=19600 CPUtime=3477.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741631/stat : 741631 (fscip) R 741535 741538 741471 0 -1 4194368 4830100 0 0 0 347019 687 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741632] ppid=741535 vsize=83265884 memory=54680 CPUtime=3472.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741632/stat : 741632 (fscip) R 741535 741538 741471 0 -1 4194368 7785491 0 0 0 346500 793 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741633] ppid=741535 vsize=83265884 memory=28496 CPUtime=3479.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741633/stat : 741633 (fscip) R 741535 741538 741471 0 -1 4194368 19527875 0 0 0 346282 1648 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741634] ppid=741535 vsize=83265884 memory=7644 CPUtime=3475.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741634/stat : 741634 (fscip) R 741535 741538 741471 0 -1 4194368 4565605 0 0 0 346943 566 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741635] ppid=741535 vsize=83265884 memory=2152 CPUtime=3479.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741635/stat : 741635 (fscip) R 741535 741538 741471 0 -1 4194368 7351181 0 0 0 347179 752 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741636] ppid=741535 vsize=83265884 memory=6056 CPUtime=3478.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741636/stat : 741636 (fscip) R 741535 741538 741471 0 -1 4194368 21719539 0 0 0 346014 1807 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741637] ppid=741535 vsize=83265884 memory=104 CPUtime=3482.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741637/stat : 741637 (fscip) R 741535 741538 741471 0 -1 4194368 4922303 0 0 0 347763 533 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741638] ppid=741535 vsize=83265884 memory=33100 CPUtime=3481.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741638/stat : 741638 (fscip) R 741535 741538 741471 0 -1 4194368 7082262 0 0 0 347406 749 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741639] ppid=741535 vsize=83265884 memory=19600 CPUtime=3484.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741639/stat : 741639 (fscip) R 741535 741538 741471 0 -1 4194368 20882958 0 0 0 346717 1760 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741640] ppid=741535 vsize=83265884 memory=54680 CPUtime=3479.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741640/stat : 741640 (fscip) R 741535 741538 741471 0 -1 4194368 5483966 0 0 0 347306 653 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741641] ppid=741535 vsize=83265884 memory=78381752 CPUtime=3478.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/741538/task/741641/stat : 741641 (fscip) R 741535 741538 741471 0 -1 4194368 6963112 0 0 0 347130 715 0 0 20 0 41 0 130661967 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741645] ppid=741535 vsize=83265884 memory=78381752 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/741538/task/741645/stat : 741645 (fscip) S 741535 741538 741471 0 -1 1077936192 209 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741646] ppid=741535 vsize=83265884 memory=6720665441477410415 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/741538/task/741646/stat : 741646 (fscip) S 741535 741538 741471 0 -1 1077936192 287 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741647] ppid=741535 vsize=83265884 memory=0 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/741538/task/741647/stat : 741647 (fscip) S 741535 741538 741471 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741648] ppid=741535 vsize=83265884 memory=0 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/741538/task/741648/stat : 741648 (fscip) S 741535 741538 741471 0 -1 1077936192 318 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741649] ppid=741535 vsize=83265884 memory=0 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/741538/task/741649/stat : 741649 (fscip) S 741535 741538 741471 0 -1 1077936192 372 0 0 0 0 3 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741650] ppid=741535 vsize=83265884 memory=280552904206528 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/741538/task/741650/stat : 741650 (fscip) S 741535 741538 741471 0 -1 1077936192 289 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741651] ppid=741535 vsize=83265884 memory=3187057530768106 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/741538/task/741651/stat : 741651 (fscip) S 741535 741538 741471 0 -1 1077936192 308 0 0 0 2 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741652] ppid=741535 vsize=83265884 memory=3187057530767850 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/741538/task/741652/stat : 741652 (fscip) S 741535 741538 741471 0 -1 1077936192 309 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741653] ppid=741535 vsize=83265884 memory=3187057530767850 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/741538/task/741653/stat : 741653 (fscip) S 741535 741538 741471 0 -1 1077936192 282 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741654] ppid=741535 vsize=83265884 memory=26960 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/741538/task/741654/stat : 741654 (fscip) S 741535 741538 741471 0 -1 1077936192 269 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741655] ppid=741535 vsize=83265884 memory=31356 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/741538/task/741655/stat : 741655 (fscip) S 741535 741538 741471 0 -1 1077936192 315 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741656] ppid=741535 vsize=83265884 memory=3672 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/741538/task/741656/stat : 741656 (fscip) S 741535 741538 741471 0 -1 1077936192 320 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741657] ppid=741535 vsize=83265884 memory=40436 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/741538/task/741657/stat : 741657 (fscip) S 741535 741538 741471 0 -1 1077936192 318 0 0 0 1 2 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741658] ppid=741535 vsize=83265884 memory=8240 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/741538/task/741658/stat : 741658 (fscip) S 741535 741538 741471 0 -1 1077936192 309 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741659] ppid=741535 vsize=83265884 memory=2112 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/741538/task/741659/stat : 741659 (fscip) S 741535 741538 741471 0 -1 1077936192 304 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741660] ppid=741535 vsize=83265884 memory=3308 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/741538/task/741660/stat : 741660 (fscip) S 741535 741538 741471 0 -1 1077936192 306 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741661] ppid=741535 vsize=83265884 memory=1704 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/741538/task/741661/stat : 741661 (fscip) S 741535 741538 741471 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741662] ppid=741535 vsize=83265884 memory=18272 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/741538/task/741662/stat : 741662 (fscip) S 741535 741538 741471 0 -1 1077936192 307 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741663] ppid=741535 vsize=83265884 memory=2152 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/741538/task/741663/stat : 741663 (fscip) S 741535 741538 741471 0 -1 1077936192 334 0 0 0 3 0 0 0 20 0 41 0 130663832 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
[pid=741538/tid=741664] ppid=741535 vsize=83265884 memory=6056 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/741538/task/741664/stat : 741664 (fscip) S 741535 741538 741471 0 -1 1077936192 308 0 0 0 3 0 0 0 20 0 41 0 130663833 85264265216 19595462 809668444160 4194304 16623229 140721558625888 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26927104 140721558631430 140721558631548 140721558631548 140721558638576 0
Current children cumulated CPU time: 69766.1 s
Current children cumulated vsize: 83265884 KiB
Current children cumulated memory: 78381848 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=69559.8 s, system=209.345 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3700.8 s]
/proc/loadavg: 80.29 80.28 80.03 7/868 743637
/proc/meminfo: memFree=437835648/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 80.29 80.28 80.03 7/867 743637
/proc/meminfo: memFree=538505408/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 74.18 79.01 79.63 7/867 743637
/proc/meminfo: memFree=636064840/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3702.78
CPU time (s): 69769.1
CPU user time (s): 69559.8
CPU system time (s): 209.345
CPU usage (%): 1884.24
Max. virtual memory (cumulated for all children) (KiB): 84008968
Max. memory (cumulated for all children) (KiB): 79080040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69559.8
system time used= 209.345
maximum resident set size= 79082084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216161633
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= 416532
involuntary context switches= 270281


# summary of solver processes directly reported to runsolver:
#   pid: 741538
#   total CPU time (s): 69769.1
#   total CPU user time (s): 69559.8
#   total CPU system time (s): 209.345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.373 second user time and 99.3557 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 15:02:58
IDJOB=4465422
IDBENCH=157984
IDSOLVER=3094
FILE ID=nodeD101/4465422-1723640578
RUNJOBID= nodeD101-1723640577-741484
SLURM_JOB_ID= 8267917
Free space on /tmp= 8622792 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX60_K192_cod2.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-4465422-1723640578/watcher-4465422-1723640578 -o /tmp/evaluation-result-4465422-1723640578/solver-4465422-1723640578 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741484 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465422-1723640578.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 296473b9323cf6d261e3ed0be5346b68
RANDOM SEED=650350026

nodeD101.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	: 0x5003102
cpu MHz		: 2655.900
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 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	: 0x5003102
cpu MHz		: 3842.591
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3823.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3102.676
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2657.448
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 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	: 0x5003102
cpu MHz		: 3574.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3789.613
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.695
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2656.233
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 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	: 0x5003102
cpu MHz		: 3623.859
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.721
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2647.858
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2643.452
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 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	: 0x5003102
cpu MHz		: 3439.670
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2639.004
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2642.105
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2662.793
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 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	: 0x5003102
cpu MHz		: 2649.712
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2644.434
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2645.264
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2641.453
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 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	: 0x5003102
cpu MHz		: 2645.945
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2829.784
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2640.682
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2653.862
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 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	: 0x5003102
cpu MHz		: 2638.235
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2639.772
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2653.455
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2636.045
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 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	: 0x5003102
cpu MHz		: 2644.547
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2651.950
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2649.019
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2647.129
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 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	: 0x5003102
cpu MHz		: 2631.527
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.810
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2644.040
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3745.299
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 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	: 0x5003102
cpu MHz		: 2644.117
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2634.373
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2631.977
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3684.102
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 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	: 0x5003102
cpu MHz		: 2635.963
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2631.676
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2637.587
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3021.972
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 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	: 0x5003102
cpu MHz		: 2644.395
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.521
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.936
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3587.497
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 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	: 0x5003102
cpu MHz		: 2626.946
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2632.727
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2643.927
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3559.061
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 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	: 0x5003102
cpu MHz		: 2650.248
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.215
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2649.174
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3526.370
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 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	: 0x5003102
cpu MHz		: 2643.138
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2648.620
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2644.119
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2666.641
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 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	: 0x5003102
cpu MHz		: 2649.781
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2641.530
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.184
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2640.299
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 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	: 0x5003102
cpu MHz		: 2642.559
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2636.496
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2653.777
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3630.721
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 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	: 0x5003102
cpu MHz		: 2645.215
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2646.156
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2902.765
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2860.276
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 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	: 0x5003102
cpu MHz		: 2827.986
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2651.636
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2687.462
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2677.726
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 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	: 0x5003102
cpu MHz		: 3744.457
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2647.707
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3828.761
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        725709352 kB
MemAvailable:   783558600 kB
Buffers:         1173608 kB
Cached:         59930152 kB
SwapCached:            0 kB
Active:         18818640 kB
Inactive:       42702448 kB
Active(anon):       2024 kB
Inactive(anon):   454240 kB
Active(file):   18816616 kB
Inactive(file): 42248208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            225248 kB
Writeback:             8 kB
AnonPages:        415752 kB
Mapped:           101060 kB
Shmem:             38920 kB
KReclaimable:     407900 kB
Slab:             823788 kB
SReclaimable:     407900 kB
SUnreclaim:       415888 kB
KernelStack:       14720 kB
PageTables:        11836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1161080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1148928 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622696 MiB
End job on nodeD101 at 2024-08-14 16:04:41